:root {
  --ink: #071017;
  --navy: #0b1720;
  --panel: #111f2a;
  --panel-2: #162937;
  --paper: #f7f9fa;
  --paper-2: #eef3f4;
  --text: #f7f9fa;
  --muted: #a8b6bf;
  --muted-dark: #5d6d77;
  --cyan: #00a7b5;
  --cyan-2: #39c7d3;
  --amber: #f2a900;
  --line: rgba(247, 249, 250, 0.16);
  --line-dark: rgba(11, 23, 32, 0.12);
  --max: 1180px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--text);
  background: var(--navy);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif;
  line-height: 1.55;
}

body.menu-open {
  overflow: hidden;
}

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

a {
  color: inherit;
}

.site-header {
  position: fixed;
  z-index: 30;
  top: 14px;
  left: 50%;
  width: min(calc(100% - 28px), var(--max));
  min-height: 64px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding: 9px 12px 9px 16px;
  border: 1px solid rgba(247, 249, 250, 0.16);
  border-radius: 8px;
  background: rgba(11, 23, 32, 0.82);
  backdrop-filter: blur(18px);
  box-shadow: 0 18px 60px rgba(0, 0, 0, 0.32);
  transform: translateX(-50%);
}

.site-header.is-scrolled {
  background: rgba(11, 23, 32, 0.96);
}

.brand-link {
  width: 288px;
  min-width: 230px;
}

.brand-link img {
  width: 100%;
}

.support-link {
  width: 154px;
  min-width: 128px;
  display: block;
  padding: 5px 8px;
  border: 1px solid rgba(247, 249, 250, 0.11);
  border-radius: 8px;
  background: rgba(7, 16, 23, 0.34);
}

.support-link img {
  width: 100%;
  display: block;
}

.site-nav {
  display: flex;
  align-items: center;
  gap: 14px;
  color: #dce7eb;
  font-size: 0.86rem;
  font-weight: 760;
}

.site-nav a {
  text-decoration: none;
}

.site-nav a:hover,
.site-nav a[aria-current="page"] {
  color: var(--amber);
}

.nav-cta {
  padding: 10px 14px;
  border: 1px solid rgba(0, 167, 181, 0.5);
  border-radius: 8px;
  background: rgba(0, 167, 181, 0.14);
}

.menu-toggle {
  display: none;
  width: 42px;
  height: 38px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: rgba(247, 249, 250, 0.06);
}

.menu-toggle span {
  display: block;
  width: 18px;
  height: 2px;
  margin: 5px auto;
  background: var(--text);
}

.hero {
  position: relative;
  min-height: 82vh;
  display: grid;
  align-items: center;
  overflow: hidden;
  padding: 116px 20px 74px;
}

.hero-bg,
.hero-shade {
  position: absolute;
  inset: 0;
}

.hero-bg {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.hero-shade {
  background:
    linear-gradient(90deg, rgba(7, 16, 23, 0.95) 0%, rgba(7, 16, 23, 0.72) 42%, rgba(7, 16, 23, 0.22) 100%),
    linear-gradient(0deg, rgba(11, 23, 32, 1) 0%, rgba(11, 23, 32, 0) 36%);
}

.hero-inner {
  position: relative;
  z-index: 1;
  width: min(100%, var(--max));
  margin: 0 auto;
}

.hero-balanced {
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(330px, 0.72fr);
  gap: clamp(32px, 5vw, 78px);
  align-items: end;
}

.eyebrow {
  margin: 0 0 10px;
  color: var(--cyan-2);
  font-size: 0.78rem;
  font-weight: 860;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

h1,
h2,
h3,
p {
  margin-top: 0;
}

h1 {
  max-width: 760px;
  margin-bottom: 0;
  font-size: clamp(1.9rem, 2.8vw, 2.95rem);
  line-height: 1.08;
  letter-spacing: 0;
}

h2 {
  color: inherit;
  font-size: clamp(1.55rem, 2.3vw, 2.35rem);
  line-height: 1.09;
  letter-spacing: 0;
}

h3 {
  font-size: 1.14rem;
  line-height: 1.2;
}

.hero-lead {
  max-width: 500px;
  margin-bottom: 0;
  color: #d6e2e6;
  font-size: clamp(1rem, 1.08vw, 1.13rem);
}

.signal-band {
  width: fit-content;
  max-width: min(calc(100% - 40px), var(--max));
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px;
  margin: -32px auto 0;
  padding: 12px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: rgba(8, 19, 27, 0.94);
  position: relative;
  z-index: 2;
  box-shadow: 0 18px 54px rgba(0, 0, 0, 0.26);
}

.signal-band span {
  min-height: 38px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 104px;
  padding: 0 14px;
  border: 1px solid rgba(247, 249, 250, 0.12);
  border-radius: 8px;
  color: #dce8eb;
  background: rgba(247, 249, 250, 0.05);
  font-size: 0.78rem;
  font-weight: 840;
  text-transform: uppercase;
}

.section {
  padding: 96px 20px;
}

.intro-section,
.split-section,
.process-section,
.product-section,
.screen-section {
  width: min(100%, var(--max));
  margin: 0 auto;
}

.section-head {
  max-width: 820px;
  margin: 0 auto 38px;
  text-align: center;
}

.section-head.align-left {
  margin-left: 0;
  text-align: left;
}

.section-copy p,
.section-head p,
.image-strip p,
.contact-section p,
.product-hero p {
  color: var(--muted);
  font-size: 1.03rem;
}

.overview-grid,
.module-grid,
.process-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
}

.overview-grid article,
.module-grid article,
.process-list article {
  min-height: 220px;
  padding: 22px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: rgba(247, 249, 250, 0.05);
}

.overview-grid span,
.module-grid span {
  display: block;
  margin-bottom: 32px;
  color: var(--amber);
  font-size: 0.82rem;
  font-weight: 860;
  text-transform: uppercase;
}

.overview-grid p,
.module-grid p,
.process-list p {
  color: var(--muted);
}

.overview-grid a {
  display: inline-flex;
  margin-top: 6px;
  color: var(--cyan-2);
  font-weight: 820;
  text-decoration: none;
}

.scope-section,
.apps-section,
.realizations-section {
  width: min(100%, var(--max));
  margin: 0 auto;
}

.scope-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.78fr) minmax(440px, 1fr);
  gap: 56px;
  align-items: start;
}

.scope-grid > div:first-child p:not(.eyebrow),
.apps-section .section-head p:not(.eyebrow),
.realizations-section .section-head p:not(.eyebrow),
.work-card p {
  color: var(--muted);
}

.scope-list {
  display: grid;
  gap: 14px;
}

.scope-list article {
  display: grid;
  grid-template-columns: 46px minmax(110px, 0.55fr) minmax(0, 1fr);
  gap: 18px;
  align-items: start;
  padding: 18px;
  border: 1px solid rgba(57, 199, 211, 0.24);
  border-radius: 8px;
  background:
    linear-gradient(90deg, rgba(57, 199, 211, 0.1), rgba(247, 249, 250, 0.03)),
    rgba(247, 249, 250, 0.04);
}

.scope-list span {
  color: #a9ff63;
  font-size: 0.82rem;
  font-weight: 900;
}

.scope-list strong {
  color: #f7fbfc;
  line-height: 1.16;
}

.scope-list p {
  margin-bottom: 0;
  color: var(--muted);
}

.hardware-section {
  width: min(100%, var(--max));
  margin: 0 auto;
  padding-top: 56px;
}

.hardware-hero-card {
  display: grid;
  grid-template-columns: minmax(0, 0.88fr) minmax(460px, 1.12fr);
  gap: 34px;
  align-items: center;
  padding: 26px;
  border: 1px solid rgba(57, 199, 211, 0.28);
  border-radius: 8px;
  background:
    linear-gradient(135deg, rgba(0, 167, 181, 0.1), rgba(242, 169, 0, 0.06)),
    rgba(247, 249, 250, 0.04);
}

.hardware-copy p:not(.eyebrow),
.hardware-process p,
.hardware-delivery p,
.hardware-delivery-list span {
  color: var(--muted);
}

.hardware-media {
  overflow: hidden;
  margin: 0;
  border: 1px solid rgba(57, 199, 211, 0.22);
  border-radius: 8px;
  background: rgba(7, 16, 23, 0.42);
  box-shadow: 0 22px 70px rgba(0, 0, 0, 0.24);
}

.hardware-media img {
  width: 100%;
  aspect-ratio: 16 / 9;
  object-fit: cover;
}

.hardware-process {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 14px;
  margin-top: 18px;
}

.hardware-process article {
  min-height: 218px;
  padding: 20px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background:
    linear-gradient(180deg, rgba(57, 199, 211, 0.08), transparent 58%),
    rgba(247, 249, 250, 0.04);
}

.hardware-process span {
  display: block;
  margin-bottom: 24px;
  color: var(--amber);
  font-size: 0.82rem;
  font-weight: 900;
}

.hardware-process h3 {
  margin-bottom: 10px;
}

.hardware-delivery {
  display: grid;
  grid-template-columns: minmax(0, 0.86fr) minmax(420px, 1fr);
  gap: 36px;
  align-items: start;
  margin-top: 18px;
  padding: 28px;
  border: 1px solid rgba(57, 199, 211, 0.24);
  border-radius: 8px;
  background:
    linear-gradient(135deg, rgba(242, 169, 0, 0.08), rgba(0, 167, 181, 0.1)),
    rgba(17, 31, 42, 0.72);
}

.hardware-delivery h2 {
  max-width: 620px;
}

.hardware-delivery-list {
  display: grid;
  gap: 10px;
}

.hardware-delivery-list article {
  padding: 16px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: rgba(7, 16, 23, 0.34);
}

.hardware-delivery-list strong {
  display: block;
  margin-bottom: 7px;
  color: #f7fbfc;
}

.history-section {
  width: min(100% - 40px, var(--max));
  margin: -18px auto 8px;
}

.history-card {
  display: grid;
  grid-template-columns: minmax(260px, 0.62fr) minmax(0, 1fr);
  gap: 36px;
  align-items: start;
  padding: 24px;
  border: 1px solid rgba(57, 199, 211, 0.24);
  border-radius: 8px;
  background:
    linear-gradient(135deg, rgba(0, 167, 181, 0.09), rgba(242, 169, 0, 0.06)),
    rgba(247, 249, 250, 0.04);
}

.history-card h2 {
  max-width: 520px;
  font-size: clamp(1.35rem, 2vw, 1.85rem);
  line-height: 1.14;
  font-weight: 720;
}

.history-copy {
  display: grid;
  gap: 12px;
  color: var(--muted);
}

.history-copy p {
  margin-bottom: 0;
}

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

.app-card {
  min-height: 260px;
  padding: 26px;
  border: 1px solid rgba(57, 199, 211, 0.24);
  border-radius: 8px;
  background:
    linear-gradient(135deg, rgba(57, 199, 211, 0.1), rgba(242, 169, 0, 0.08)),
    rgba(247, 249, 250, 0.04);
}

.app-mark {
  width: 52px;
  height: 52px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
  border: 1px solid rgba(57, 199, 211, 0.45);
  border-radius: 8px;
  color: #f7fbfc;
  background: rgba(0, 167, 181, 0.12);
  font-size: 0.82rem;
  font-weight: 900;
}

.app-card h3 {
  margin-bottom: 12px;
  font-size: 1.45rem;
}

.app-card p:not(.eyebrow) {
  color: var(--muted);
}

.app-card a {
  display: inline-flex;
  margin-top: 12px;
  color: #ffd35c;
  font-size: 0.9rem;
  font-weight: 860;
  text-decoration: none;
}

.work-section {
  width: min(100% - 40px, var(--max));
  margin: 0 auto;
}

.work-card {
  display: grid;
  grid-template-columns: minmax(0, 0.92fr) minmax(420px, 1fr);
  gap: 48px;
  padding: 34px;
  border: 1px solid rgba(57, 199, 211, 0.28);
  border-radius: 8px;
  background:
    linear-gradient(135deg, rgba(242, 169, 0, 0.09), rgba(0, 167, 181, 0.12)),
    rgba(17, 31, 42, 0.8);
}

.work-card h2 {
  max-width: 520px;
}

.work-list {
  display: grid;
  gap: 12px;
}

.work-list article {
  padding: 16px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: rgba(7, 16, 23, 0.34);
}

.work-list strong {
  display: block;
  margin-bottom: 8px;
  color: #f7fbfc;
}

.work-list span {
  color: var(--muted);
}

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

.realization-card {
  overflow: hidden;
  border: 1px solid rgba(57, 199, 211, 0.28);
  border-radius: 8px;
  background: rgba(247, 249, 250, 0.04);
}

.realization-card img {
  width: 100%;
  aspect-ratio: 16 / 10;
  object-fit: cover;
}

.realization-card div {
  padding: 18px;
}

.realization-card span {
  display: block;
  margin-bottom: 8px;
  color: var(--cyan-2);
  font-size: 0.78rem;
  font-weight: 900;
  text-transform: uppercase;
}

.realization-card strong {
  display: block;
  margin-bottom: 10px;
  color: #f7fbfc;
  font-size: 1.04rem;
  line-height: 1.2;
}

.realization-card p {
  margin-bottom: 0;
  color: var(--muted);
}

.advisory-section {
  width: min(100%, var(--max));
  margin: 0 auto;
}

.advisory-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.92fr) minmax(420px, 1.08fr);
  gap: 42px;
  align-items: center;
  padding: 26px;
  border: 1px solid rgba(57, 199, 211, 0.24);
  border-radius: 8px;
  background:
    linear-gradient(135deg, rgba(57, 199, 211, 0.08), rgba(242, 169, 0, 0.06)),
    rgba(247, 249, 250, 0.04);
}

.advisory-media-wide {
  grid-column: 1 / -1;
}

.advisory-copy p {
  color: var(--muted);
}

.advisory-points {
  display: grid;
  gap: 10px;
  margin-top: 24px;
}

.advisory-points article {
  padding: 14px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: rgba(7, 16, 23, 0.34);
}

.advisory-points strong {
  display: block;
  margin-bottom: 6px;
  color: #f7fbfc;
}

.advisory-points span {
  display: block;
  color: var(--muted);
}

.advisory-media {
  overflow: hidden;
  margin: 0;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: rgba(7, 16, 23, 0.42);
}

.advisory-media img {
  width: 100%;
  aspect-ratio: 16 / 10;
  object-fit: cover;
}

.split-section {
  display: grid;
  grid-template-columns: minmax(0, 0.94fr) minmax(360px, 1.06fr);
  gap: 52px;
  align-items: center;
}

.metric-row {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 12px;
  margin-top: 28px;
}

.metric-row div {
  min-height: 118px;
  padding: 16px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: rgba(247, 249, 250, 0.05);
}

.metric-row strong {
  display: block;
  margin-bottom: 18px;
  color: var(--amber);
  font-size: 0.88rem;
}

.metric-row span {
  display: block;
  color: #e7eef0;
  font-weight: 800;
  line-height: 1.2;
}

.media-panel,
.product-visual {
  overflow: hidden;
  margin: 0;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: rgba(247, 249, 250, 0.05);
  box-shadow: 0 22px 70px rgba(0, 0, 0, 0.25);
}

.media-panel img,
.product-visual img {
  width: 100%;
  height: 100%;
  min-height: 360px;
  object-fit: cover;
}

.image-strip {
  width: min(100% - 40px, var(--max));
  display: grid;
  grid-template-columns: minmax(320px, 0.92fr) minmax(0, 1fr);
  gap: 40px;
  align-items: center;
  margin: 12px auto;
  padding: 22px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: rgba(247, 249, 250, 0.05);
}

.image-strip img {
  width: 100%;
  aspect-ratio: 16 / 10;
  object-fit: cover;
  border-radius: 6px;
}

.process-list {
  grid-template-columns: repeat(4, 1fr);
}

.process-list article {
  min-height: 190px;
}

.process-list strong {
  display: block;
  margin-bottom: 12px;
  color: #f2f8fa;
  font-size: 1.02rem;
}

.contact-section {
  width: min(100% - 40px, var(--max));
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(320px, 0.72fr);
  gap: 40px;
  align-items: center;
  margin: 20px auto 86px;
  padding: 42px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: linear-gradient(135deg, rgba(17, 31, 42, 0.96), rgba(8, 19, 27, 0.96));
}

.privacy-promo {
  width: min(100% - 40px, var(--max));
  margin: 0 auto 72px;
}

.privacy-promo-card {
  display: grid;
  grid-template-columns: minmax(0, 0.92fr) minmax(360px, 1fr);
  gap: 46px;
  align-items: center;
  padding: 34px;
  border: 1px solid rgba(57, 199, 211, 0.28);
  border-radius: 8px;
  background:
    linear-gradient(135deg, rgba(242, 169, 0, 0.1), rgba(0, 167, 181, 0.12)),
    rgba(17, 31, 42, 0.82);
}

.privacy-promo-card h2 {
  max-width: 520px;
  margin-bottom: 16px;
  font-size: clamp(1.65rem, 2.7vw, 2.55rem);
}

.privacy-promo-card p {
  max-width: 560px;
  margin-bottom: 0;
  color: var(--muted);
}

.privacy-promo-list {
  display: grid;
  gap: 10px;
}

.privacy-promo-list article {
  padding: 16px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: rgba(7, 16, 23, 0.34);
}

.privacy-promo-list strong {
  display: block;
  margin-bottom: 6px;
  color: #f7fbfc;
}

.privacy-promo-list span {
  display: block;
  color: var(--muted);
}

.privacy-promo-list a {
  color: #ffd35c;
  font-weight: 840;
  text-decoration: none;
}

.privacy-promo-list a:hover {
  color: var(--amber);
}

.contact-section h2 {
  margin-bottom: 16px;
}

.contact-panel {
  display: grid;
  gap: 14px;
  padding: 22px;
  border: 1px solid rgba(247, 249, 250, 0.14);
  border-radius: 8px;
  background: rgba(247, 249, 250, 0.06);
}

.contact-person-card {
  display: grid;
  grid-template-columns: 104px minmax(0, 1fr);
  gap: 16px;
  align-items: center;
}

.contact-person-card img {
  width: 104px;
  height: 132px;
  border: 1px solid rgba(57, 199, 211, 0.24);
  border-radius: 8px;
  object-fit: cover;
  object-position: 50% 24%;
  background: rgba(7, 16, 23, 0.42);
}

.contact-person-card .eyebrow {
  margin-bottom: 8px;
}

.contact-person-card h3 {
  margin-bottom: 2px;
  color: #f7fbfc;
  font-size: 1.28rem;
}

.contact-person-card span {
  display: block;
  margin-bottom: 10px;
  color: var(--muted);
  font-weight: 560;
}

.contact-person-card a {
  display: block;
  color: var(--amber);
  font-size: clamp(1rem, 1.35vw, 1.15rem);
  font-weight: 650;
  text-decoration: none;
  overflow-wrap: anywhere;
}

.contact-person-card a + a {
  margin-top: 4px;
}

.social-links {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  align-items: center;
}

.social-links a {
  width: 38px;
  height: 38px;
  display: grid;
  place-items: center;
  border: 1px solid rgba(247, 249, 250, 0.16);
  border-radius: 8px;
  color: #f7fbfc;
  background: rgba(7, 16, 23, 0.42);
  text-decoration: none;
  transition: border-color 160ms ease, background 160ms ease, transform 160ms ease;
}

.social-links a:hover {
  transform: translateY(-2px);
  border-color: rgba(57, 199, 211, 0.46);
  background: rgba(0, 167, 181, 0.14);
}

.social-icon {
  width: 20px;
  height: 20px;
  position: relative;
  display: block;
}

.youtube-icon::before {
  content: "";
  position: absolute;
  inset: 3px 1px;
  border-radius: 5px;
  background: #f7fbfc;
}

.youtube-icon::after {
  content: "";
  position: absolute;
  top: 6px;
  left: 8px;
  border-top: 4px solid transparent;
  border-bottom: 4px solid transparent;
  border-left: 7px solid #071017;
}

.linkedin-icon::before {
  content: "in";
  position: absolute;
  inset: 0;
  color: #f7fbfc;
  font-size: 18px;
  font-weight: 800;
  line-height: 20px;
  text-align: center;
}

.facebook-icon::before {
  content: "f";
  position: absolute;
  inset: -2px 0 0;
  color: #f7fbfc;
  font-family: Arial, sans-serif;
  font-size: 26px;
  font-weight: 800;
  line-height: 22px;
  text-align: center;
}

.instagram-icon {
  border: 2px solid #f7fbfc;
  border-radius: 6px;
}

.instagram-icon::before {
  content: "";
  position: absolute;
  inset: 4px;
  border: 2px solid #f7fbfc;
  border-radius: 50%;
}

.instagram-icon::after {
  content: "";
  position: absolute;
  top: 3px;
  right: 3px;
  width: 3px;
  height: 3px;
  border-radius: 50%;
  background: #f7fbfc;
}

.footer {
  width: min(100% - 40px, var(--max));
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 18px;
  margin: 0 auto;
  padding: 26px 0 34px;
  color: var(--muted);
  font-size: 0.9rem;
  text-align: center;
}

.footer-social-links {
  justify-content: center;
  gap: 8px;
}

.footer-social-links a {
  width: 34px;
  height: 34px;
}

.footer-social-links .social-icon {
  transform: scale(0.88);
}

.page-hero {
  width: min(100% - 40px, 960px);
  margin: 0 auto;
  padding: 142px 0 36px;
  text-align: center;
}

.page-hero h1 {
  max-width: 880px;
  margin: 0 auto 22px;
  color: var(--text);
  font-size: clamp(1.9rem, 2.7vw, 2.85rem);
}

.page-hero p {
  max-width: 820px;
  margin: 0 auto;
  color: var(--muted);
  font-size: 1.05rem;
}

.software-landing {
  width: min(100% - 40px, var(--max));
  padding-bottom: 46px;
}

.software-hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.92fr) minmax(380px, 0.86fr);
  gap: 42px;
  align-items: end;
  text-align: left;
}

.software-hero-grid h1,
.software-hero-grid p {
  margin-left: 0;
  margin-right: 0;
}

.software-hero-grid h1 {
  max-width: 760px;
}

.software-hero-points {
  display: grid;
  gap: 10px;
}

.software-hero-points article {
  padding: 15px;
  border: 1px solid rgba(57, 199, 211, 0.24);
  border-radius: 8px;
  background:
    linear-gradient(90deg, rgba(0, 167, 181, 0.1), rgba(247, 249, 250, 0.03)),
    rgba(247, 249, 250, 0.04);
}

.software-hero-points strong {
  display: block;
  margin-bottom: 6px;
  color: #f7fbfc;
}

.software-hero-points span {
  color: var(--muted);
}

.software-note {
  width: min(100% - 40px, var(--max));
  display: grid;
  grid-template-columns: minmax(180px, 0.28fr) minmax(0, 1fr);
  gap: 24px;
  align-items: center;
  margin: 0 auto 18px;
  padding: 18px 20px;
  border: 1px solid rgba(57, 199, 211, 0.24);
  border-radius: 8px;
  background:
    linear-gradient(135deg, rgba(242, 169, 0, 0.08), rgba(0, 167, 181, 0.1)),
    rgba(247, 249, 250, 0.04);
}

.software-note span {
  color: var(--amber);
  font-size: 0.82rem;
  font-weight: 900;
  text-transform: uppercase;
}

.software-note p {
  margin: 0;
  color: var(--muted);
}

.poster-grid {
  width: min(100% - 40px, var(--max));
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 18px;
  margin: 0 auto 28px;
}

.store-section {
  width: min(100% - 40px, var(--max));
  display: flex;
  justify-content: space-between;
  gap: 24px;
  align-items: center;
  margin: -28px auto 74px;
  padding: 24px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: rgba(247, 249, 250, 0.04);
}

.store-section h2 {
  margin-bottom: 0;
  font-size: clamp(1.35rem, 2vw, 1.9rem);
}

.poster-card {
  display: block;
  overflow: hidden;
  grid-column: span 2;
  border: 1px solid var(--line);
  border-radius: 8px;
  color: var(--text);
  background: rgba(247, 249, 250, 0.05);
  text-decoration: none;
  box-shadow: 0 18px 60px rgba(0, 0, 0, 0.22);
  transition: transform 160ms ease, box-shadow 160ms ease;
}

.poster-card:nth-child(1),
.poster-card:nth-child(2) {
  grid-column: span 3;
}

.poster-card:hover {
  transform: translateY(-3px);
  border-color: rgba(57, 199, 211, 0.34);
  box-shadow: 0 22px 70px rgba(0, 0, 0, 0.32);
}

.poster-card img {
  width: 100%;
  aspect-ratio: 16 / 9;
  object-fit: cover;
}

.poster-card:nth-child(1) img,
.poster-card:nth-child(2) img {
  aspect-ratio: 16 / 8.8;
}

.poster-card-contain img {
  object-fit: contain;
  background:
    linear-gradient(135deg, rgba(0, 167, 181, 0.08), rgba(242, 169, 0, 0.05)),
    rgba(7, 16, 23, 0.76);
}

.poster-card-lektor img {
  object-position: center;
}

.poster-card-mobile img {
  object-position: center 18%;
}

.poster-card div {
  padding: 20px;
  background: linear-gradient(180deg, rgba(17, 31, 42, 0.96), rgba(10, 22, 31, 0.98));
}

.poster-card div > span:first-child {
  display: block;
  margin-bottom: 6px;
  color: var(--cyan);
  font-size: 0.75rem;
  font-weight: 900;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.poster-card h2 {
  margin-bottom: 10px;
  font-size: 1.22rem;
  line-height: 1.18;
}

.poster-card p {
  margin-bottom: 10px;
  color: var(--muted);
}

.software-delivery {
  width: min(100% - 40px, var(--max));
  display: grid;
  grid-template-columns: minmax(0, 0.84fr) minmax(420px, 1fr);
  gap: 38px;
  align-items: start;
  margin: 18px auto 34px;
  padding: 28px;
  border: 1px solid rgba(57, 199, 211, 0.24);
  border-radius: 8px;
  background:
    linear-gradient(135deg, rgba(0, 167, 181, 0.1), rgba(242, 169, 0, 0.06)),
    rgba(17, 31, 42, 0.72);
}

.software-delivery p {
  color: var(--muted);
}

.software-delivery-list {
  display: grid;
  gap: 10px;
}

.software-delivery-list article {
  display: grid;
  grid-template-columns: 42px minmax(0, 1fr);
  gap: 12px 14px;
  padding: 16px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: rgba(7, 16, 23, 0.34);
}

.software-delivery-list span {
  grid-row: span 2;
  color: var(--amber);
  font-size: 0.8rem;
  font-weight: 900;
}

.software-delivery-list strong {
  color: #f7fbfc;
}

.software-delivery-list p {
  grid-column: 2;
  margin: 0;
}

.store-badges {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 22px;
}

.store-badges.compact {
  margin-top: 14px;
}

.store-badge {
  min-height: 48px;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 8px 13px;
  border: 1px solid rgba(247, 249, 250, 0.18);
  border-radius: 8px;
  color: #f7fbfc;
  background: rgba(7, 16, 23, 0.62);
  font-size: 0.96rem;
  font-weight: 840;
  line-height: 1.08;
  text-decoration: none;
}

.store-badge small {
  display: block;
  margin-bottom: 2px;
  color: var(--muted);
  font-size: 0.66rem;
  font-weight: 760;
}

.store-badge:hover {
  border-color: rgba(57, 199, 211, 0.46);
  background: rgba(0, 167, 181, 0.14);
}

.store-icon {
  width: 22px;
  height: 22px;
  position: relative;
  flex: 0 0 22px;
}

.apple-icon::before {
  content: "";
  position: absolute;
  inset: 3px 4px 2px;
  border-radius: 48% 48% 42% 42%;
  background: #f7fbfc;
}

.apple-icon::after {
  content: "";
  position: absolute;
  top: 0;
  right: 4px;
  width: 8px;
  height: 6px;
  border-radius: 8px 0 8px 0;
  background: #f7fbfc;
  transform: rotate(-22deg);
}

.play-icon::before {
  content: "";
  position: absolute;
  inset: 2px 1px 2px 3px;
  background: linear-gradient(135deg, #39c7d3, #a9ff63 48%, #f2a900);
  clip-path: polygon(0 0, 100% 50%, 0 100%);
}

.product-hero {
  width: min(100% - 40px, var(--max));
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(420px, 1.1fr);
  gap: 50px;
  align-items: center;
  margin: 0 auto;
  padding: 146px 0 58px;
}

.product-hero h1 {
  margin-bottom: 22px;
  font-size: clamp(1.9rem, 2.7vw, 2.9rem);
}

.breadcrumb {
  display: inline-flex;
  margin-bottom: 28px;
  color: var(--muted);
  font-size: 0.92rem;
  font-weight: 760;
  text-decoration: none;
}

.breadcrumb:hover {
  color: var(--amber);
}

.product-tags {
  margin-top: -18px;
}

.module-grid {
  grid-template-columns: repeat(4, 1fr);
}

.screen-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 18px;
}

.screen-grid figure {
  overflow: hidden;
  margin: 0;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: rgba(247, 249, 250, 0.05);
}

.screen-grid img {
  width: 100%;
  aspect-ratio: 16 / 9;
  object-fit: cover;
}

.screen-grid figcaption {
  padding: 12px 14px;
  color: #edf5f7;
  font-weight: 760;
}

.progforge-system,
.custom-software,
.product-flow,
.product-fit {
  width: min(100% - 40px, var(--max));
  margin: 0 auto;
}

.progforge-module-map,
.fit-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 14px;
}

.progforge-module-map article,
.fit-grid article {
  padding: 20px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: rgba(247, 249, 250, 0.05);
}

.progforge-module-map strong,
.fit-grid strong {
  display: block;
  margin-bottom: 10px;
  color: #f7fbfc;
  font-size: 1.05rem;
}

.progforge-module-map p,
.fit-grid p {
  color: var(--muted);
}

.progforge-module-map span {
  display: inline-flex;
  margin: 5px 5px 0 0;
  padding: 5px 8px;
  border: 1px solid rgba(57, 199, 211, 0.24);
  border-radius: 8px;
  color: #cdeff3;
  background: rgba(0, 167, 181, 0.1);
  font-size: 0.76rem;
  font-weight: 820;
}

.progforge-screen-grid {
  grid-template-columns: repeat(3, 1fr);
}

.progforge-screen-grid .screen-large {
  grid-column: span 2;
}

.progforge-screen-grid img {
  object-position: top left;
}

.progforge-screen-grid figcaption {
  min-height: 112px;
  color: var(--muted);
  font-weight: 560;
}

.progforge-screen-grid figcaption strong {
  display: block;
  margin-bottom: 5px;
  color: #f7fbfc;
  font-weight: 840;
}

.prodforge-page .product-visual {
  display: grid;
  place-items: center;
  background:
    linear-gradient(135deg, rgba(0, 167, 181, 0.08), rgba(242, 169, 0, 0.05)),
    rgba(7, 16, 23, 0.68);
}

.prodforge-page .product-visual img {
  width: 100%;
  height: auto;
  min-height: 0;
  aspect-ratio: 1400 / 732;
  object-fit: contain;
}

.prodforge-page .progforge-screen-grid img {
  aspect-ratio: 1170 / 710;
  object-fit: contain;
  object-position: center top;
  background: rgba(7, 16, 23, 0.72);
}

.lektor-page .product-visual {
  background:
    linear-gradient(135deg, rgba(31, 111, 235, 0.14), rgba(0, 167, 181, 0.08)),
    rgba(7, 16, 23, 0.76);
}

.lektor-page .product-visual img {
  aspect-ratio: 1672 / 941;
  max-height: 520px;
}

.lektor-screen-grid img {
  aspect-ratio: 16 / 9.4;
  max-height: 560px;
}

.dryfirex-page .product-visual {
  background:
    linear-gradient(135deg, rgba(32, 211, 128, 0.12), rgba(242, 169, 0, 0.05)),
    rgba(7, 16, 23, 0.76);
}

.dryfirex-page .product-visual img {
  aspect-ratio: 1206 / 2622;
  max-height: 680px;
  object-position: center 18%;
}

.dryfirex-screen-grid img {
  object-position: center top;
}

.product-screens-fit .product-visual {
  display: grid;
  place-items: center;
  background:
    linear-gradient(135deg, rgba(0, 167, 181, 0.08), rgba(242, 169, 0, 0.05)),
    rgba(7, 16, 23, 0.72);
}

.product-screens-fit .product-visual img {
  width: 100%;
  height: auto;
  min-height: 0;
  object-fit: contain;
  object-position: center;
}

.product-screens-fit .screen-grid img,
.product-screens-fit .progforge-screen-card img {
  object-fit: contain;
  object-position: center top;
  background: rgba(7, 16, 23, 0.72);
}

.product-screens-fit .screen-grid figure,
.product-screens-fit .progforge-screen-card,
.product-screens-fit .product-visual {
  transition: border-color 180ms ease, box-shadow 180ms ease, transform 180ms ease;
}

.product-screens-fit .screen-grid figure:hover,
.product-screens-fit .progforge-screen-card:hover,
.product-screens-fit .product-visual:hover {
  border-color: rgba(57, 199, 211, 0.42);
  box-shadow: 0 26px 76px rgba(0, 0, 0, 0.34);
  transform: translateY(-3px);
}

.product-screens-fit .screen-grid img,
.product-screens-fit .progforge-screen-card img,
.product-screens-fit .product-visual img {
  cursor: zoom-in;
  transition: transform 180ms ease;
}

.product-screens-fit .screen-grid figure:hover img,
.product-screens-fit .progforge-screen-card:hover img,
.product-screens-fit .product-visual:hover img {
  transform: scale(1.015);
}

.screen-lightbox {
  position: fixed;
  z-index: 100;
  inset: 0;
  display: none;
  align-items: center;
  justify-content: center;
  padding: 72px 22px 28px;
  background: rgba(2, 8, 12, 0.88);
  backdrop-filter: blur(10px);
}

.screen-lightbox.is-open {
  display: flex;
}

.screen-lightbox-frame {
  width: min(100%, 1280px);
  max-height: calc(100vh - 122px);
  display: grid;
  grid-template-rows: minmax(0, 1fr) auto;
  overflow: hidden;
  border: 1px solid rgba(57, 199, 211, 0.34);
  border-radius: 8px;
  background: rgba(7, 16, 23, 0.96);
  box-shadow: 0 28px 100px rgba(0, 0, 0, 0.52);
}

.screen-lightbox-frame img {
  width: 100%;
  height: 100%;
  max-height: calc(100vh - 190px);
  object-fit: contain;
  background: rgba(2, 8, 12, 0.72);
}

.screen-lightbox-frame p {
  margin: 0;
  padding: 13px 16px;
  color: var(--muted);
  font-size: 0.92rem;
}

.screen-lightbox-close {
  position: fixed;
  top: 22px;
  right: 22px;
  min-height: 42px;
  padding: 10px 16px;
  border: 1px solid rgba(57, 199, 211, 0.38);
  border-radius: 8px;
  color: var(--text);
  background: rgba(11, 23, 32, 0.94);
  font: inherit;
  font-weight: 850;
  cursor: pointer;
}

body.screen-lightbox-open {
  overflow: hidden;
}

.progforge-showcase {
  width: min(100% - 40px, var(--max));
  margin: 0 auto;
  padding-top: 0;
}

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

.progforge-screen-card {
  overflow: hidden;
  border: 1px solid rgba(57, 199, 211, 0.24);
  border-radius: 8px;
  background:
    linear-gradient(180deg, rgba(0, 167, 181, 0.08), transparent 58%),
    rgba(247, 249, 250, 0.04);
}

.progforge-screen-card-large {
  grid-column: span 2;
}

.progforge-screen-card img {
  width: 100%;
  aspect-ratio: 1.64;
  object-fit: cover;
  object-position: center top;
  border-bottom: 1px solid rgba(247, 249, 250, 0.12);
  background: #f3f7fa;
}

.progforge-screen-card div {
  padding: 18px;
}

.progforge-screen-card span {
  display: block;
  margin-bottom: 9px;
  color: var(--amber);
  font-size: 0.76rem;
  font-weight: 900;
  text-transform: uppercase;
}

.progforge-screen-card strong {
  display: block;
  margin-bottom: 10px;
  color: var(--text);
  font-size: 1.04rem;
  line-height: 1.2;
}

.progforge-screen-card p {
  margin: 0;
  color: var(--muted);
  font-size: 0.9rem;
}

.custom-software-card {
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(360px, 1fr);
  gap: 34px;
  padding: 30px;
  border: 1px solid rgba(57, 199, 211, 0.24);
  border-radius: 8px;
  background:
    linear-gradient(135deg, rgba(0, 167, 181, 0.09), rgba(242, 169, 0, 0.06)),
    rgba(247, 249, 250, 0.04);
}

.custom-software-card p,
.custom-list span {
  color: var(--muted);
}

.custom-list {
  display: grid;
  gap: 10px;
}

.custom-list article {
  padding: 15px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: rgba(7, 16, 23, 0.34);
}

.custom-list strong {
  display: block;
  margin-bottom: 6px;
  color: #f7fbfc;
}

.flow-list {
  margin: 0;
  padding-left: 22px;
  color: #dce8eb;
  font-size: 1.02rem;
  font-weight: 650;
}

.flow-list li + li {
  margin-top: 10px;
}

.flow-card {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(320px, 0.8fr);
  gap: clamp(24px, 4vw, 48px);
  padding: clamp(22px, 3vw, 34px);
  border: 1px solid var(--line);
  border-radius: 8px;
  background:
    linear-gradient(135deg, rgba(0, 167, 181, 0.12), transparent 58%),
    rgba(247, 249, 250, 0.04);
}

.flow-card ol {
  margin: 0;
  padding: 0;
  list-style: none;
  counter-reset: flow;
}

.flow-card li {
  counter-increment: flow;
  position: relative;
  padding: 13px 0 13px 42px;
  color: #dce8eb;
  font-weight: 800;
  border-bottom: 1px solid var(--line);
}

.flow-card li:last-child {
  border-bottom: 0;
}

.flow-card .flow-list li + li {
  margin-top: 0;
}

.flow-card li::before {
  content: counter(flow, decimal-leading-zero);
  position: absolute;
  top: 13px;
  left: 0;
  color: var(--amber);
  font-size: 0.76rem;
  font-weight: 900;
}

.faq {
  width: min(100% - 40px, var(--max));
  margin: 0 auto;
  padding-top: 0;
}

.faq-list {
  display: grid;
  gap: 10px;
}

.faq-list details {
  border: 1px solid var(--line);
  border-radius: 8px;
  background: rgba(247, 249, 250, 0.04);
}

.faq-list summary {
  min-height: 58px;
  display: flex;
  align-items: center;
  gap: 18px;
  padding: 16px 18px;
  cursor: pointer;
  color: var(--text);
  font-weight: 850;
  list-style: none;
}

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

.faq-list summary::after {
  content: "+";
  margin-left: auto;
  color: var(--cyan-2);
  font-size: 1.25rem;
}

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

.faq-body {
  display: grid;
  gap: 12px;
  padding: 0 18px 18px;
}

.faq-body p {
  margin: 0;
  color: var(--muted);
  font-size: 0.92rem;
}

.app-visual {
  display: grid;
  place-items: center;
  padding: 42px;
}

.app-visual img {
  width: min(100%, 260px);
  height: auto;
  min-height: 0;
  border-radius: 28px;
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.34);
}

.mobile-screen-grid {
  grid-template-columns: repeat(4, 1fr);
}

.mobile-screen-grid img {
  aspect-ratio: 9 / 16;
  object-fit: cover;
  object-position: top;
}

.privacy-page {
  width: min(100% - 40px, 920px);
  margin: 0 auto;
  padding: 142px 0 74px;
}

.privacy-page .section-head {
  margin-bottom: 34px;
}

.privacy-page h1 {
  max-width: 680px;
  margin: 0 auto 18px;
  text-align: center;
  font-size: clamp(1.75rem, 2.3vw, 2.45rem);
}

.privacy-card {
  display: grid;
  gap: 18px;
  padding: 28px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: rgba(247, 249, 250, 0.05);
}

.privacy-card section {
  padding-bottom: 18px;
  border-bottom: 1px solid rgba(247, 249, 250, 0.1);
}

.privacy-card section:last-child {
  padding-bottom: 0;
  border-bottom: 0;
}

.privacy-card h2 {
  margin-bottom: 10px;
  font-size: 1.26rem;
}

.privacy-card p {
  color: var(--muted);
}

.privacy-card p:last-child {
  margin-bottom: 0;
}

.privacy-card a {
  color: var(--amber);
  font-weight: 760;
  text-decoration: none;
}

@media (max-width: 980px) {
  .site-header {
    width: calc(100% - 24px);
  }

  .brand-link {
    width: 248px;
    min-width: 190px;
  }

  .support-link {
    width: 146px;
    min-width: 120px;
  }

  .hero-balanced,
  .split-section,
  .image-strip,
  .contact-section,
  .privacy-promo-card,
  .scope-grid,
  .work-card,
  .store-section,
  .advisory-grid,
  .history-card,
  .hardware-hero-card,
  .hardware-delivery,
  .software-hero-grid,
  .software-delivery,
  .product-hero {
    grid-template-columns: 1fr;
  }

  .store-section {
    align-items: flex-start;
    flex-direction: column;
  }

  .overview-grid,
  .process-list,
  .module-grid,
  .progforge-module-map,
  .progforge-screen-grid,
  .progforge-showcase-grid,
  .app-grid,
  .realization-grid,
  .hardware-process,
  .fit-grid,
  .mobile-screen-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .poster-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .poster-card,
  .poster-card:nth-child(1),
  .poster-card:nth-child(2) {
    grid-column: auto;
  }

  .custom-software-card {
    grid-template-columns: 1fr;
  }

  .flow-card {
    grid-template-columns: 1fr;
  }

  .product-hero {
    padding-top: 132px;
  }
}

@media (max-width: 720px) {
  .site-header {
    min-height: 60px;
    padding: 8px 10px 8px 12px;
  }

  .support-link {
    display: none;
  }

  .brand-link {
    width: 214px;
    min-width: 0;
  }

  .menu-toggle {
    display: block;
  }

  .site-nav {
    position: fixed;
    top: 72px;
    right: 12px;
    left: 12px;
    display: none;
    flex-direction: column;
    align-items: stretch;
    gap: 0;
    padding: 12px;
    border: 1px solid var(--line);
    border-radius: 8px;
    background: rgba(11, 23, 32, 0.98);
  }

  .site-nav.is-open {
    display: flex;
  }

  .site-nav a {
    padding: 13px 12px;
  }

  .nav-cta {
    text-align: center;
  }

  .hero {
    min-height: 76vh;
    padding: 106px 18px 62px;
  }

  h1 {
    font-size: clamp(1.85rem, 8vw, 2.55rem);
  }

  .section {
    padding: 72px 18px;
  }

  .overview-grid,
  .process-list,
  .module-grid,
  .progforge-module-map,
  .progforge-screen-grid,
  .progforge-showcase-grid,
  .app-grid,
  .realization-grid,
  .hardware-process,
  .poster-grid,
  .screen-grid,
  .fit-grid,
  .metric-row {
    grid-template-columns: 1fr;
  }

  .software-note {
    grid-template-columns: 1fr;
    gap: 8px;
  }

  .progforge-screen-grid .screen-large {
    grid-column: auto;
  }

  .progforge-screen-card-large {
    grid-column: auto;
  }

  .scope-list article {
    grid-template-columns: 1fr;
    gap: 8px;
  }

  .signal-band {
    max-width: calc(100% - 28px);
    margin-top: -24px;
  }

  .signal-band span {
    min-width: calc(50% - 5px);
  }

  .media-panel img,
  .product-visual img {
    min-height: 260px;
  }

  .image-strip,
  .contact-section,
  .privacy-promo,
  .history-section,
  .hardware-section,
  .software-landing,
  .software-note,
  .software-delivery,
  .work-section,
  .progforge-system,
  .progforge-showcase,
  .custom-software,
  .product-flow,
  .product-fit,
  .faq,
  .store-section,
  .page-hero,
  .poster-grid,
  .product-hero,
  .privacy-page {
    width: calc(100% - 28px);
  }

  .image-strip,
  .contact-section,
  .privacy-promo-card,
  .privacy-card {
    padding: 18px;
  }

  .page-hero {
    padding-top: 122px;
  }

  .product-hero {
    padding-top: 124px;
  }

  .footer {
    flex-direction: row;
    flex-wrap: wrap;
    width: calc(100% - 28px);
  }

  .contact-person-card {
    grid-template-columns: 1fr;
  }

  .contact-person-card img {
    width: 100%;
    height: 240px;
  }
}
