:root {
  --bg: #071013;
  --bg-soft: #0c181c;
  --panel: #102226;
  --panel-strong: #142b31;
  --paper: #eef4f3;
  --paper-2: #ffffff;
  --text: #eef6f7;
  --text-dark: #142023;
  --muted: #9eb2b7;
  --muted-dark: #5f7177;
  --line: rgba(238, 246, 247, 0.14);
  --line-dark: #d8e3e4;
  --cyan: #24b2a5;
  --cyan-soft: rgba(36, 178, 165, 0.16);
  --yellow: #d8aa2d;
  --yellow-soft: rgba(216, 170, 45, 0.14);
  --orange: #d97845;
  --max: 1120px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--text);
  background:
    linear-gradient(rgba(255, 255, 255, 0.026) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.026) 1px, transparent 1px),
    radial-gradient(circle at 18% 4%, rgba(36, 178, 165, 0.15), transparent 30rem),
    radial-gradient(circle at 82% 14%, rgba(216, 170, 45, 0.07), transparent 34rem),
    var(--bg);
  background-size: 48px 48px, 48px 48px, auto, auto, auto;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif;
  line-height: 1.55;
}

body.is-locked {
  overflow: hidden;
}

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

a {
  color: inherit;
}

.topbar {
  position: fixed;
  z-index: 50;
  top: 14px;
  left: 50%;
  width: min(calc(100% - 32px), var(--max));
  min-height: 60px;
  transform: translateX(-50%);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding: 8px 12px 8px 14px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 8px;
  background: rgba(7, 16, 19, 0.86);
  backdrop-filter: blur(18px);
  box-shadow: 0 18px 60px rgba(0, 0, 0, 0.34);
}

.topbar.is-scrolled {
  background: rgba(7, 16, 19, 0.96);
}

.logo {
  width: 202px;
  overflow: hidden;
  border-radius: 8px;
}

.site-menu {
  display: flex;
  align-items: center;
  gap: 17px;
  color: #d9e7e9;
  font-size: 0.84rem;
  font-weight: 800;
}

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

.site-menu a:hover {
  color: var(--yellow);
}

.apps-menu {
  position: relative;
  min-height: 0;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
  outline: 0;
  appearance: none;
  -webkit-appearance: none;
}

.apps-menu summary {
  display: inline-flex;
  align-items: center;
  min-height: 0;
  padding: 0;
  border: 0;
  border-radius: 0;
  list-style: none;
  cursor: pointer;
  color: #d9e7e9;
  background: transparent;
  box-shadow: none;
  outline: 0;
  appearance: none;
  -webkit-appearance: none;
}

.apps-menu:focus,
.apps-menu:focus-visible,
.apps-menu:focus-within {
  border: 0;
  outline: 0;
  box-shadow: none;
}

.apps-menu summary:focus,
.apps-menu summary:focus-visible {
  border: 0;
  outline: 0;
  box-shadow: none;
}

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

.apps-menu summary::after {
  content: "▾";
  margin-left: 6px;
  color: #60dcd6;
  font-size: 0.72rem;
}

.apps-menu[open] summary,
.apps-menu:hover summary {
  color: var(--yellow);
}

.apps-dropdown {
  position: absolute;
  top: calc(100% + 16px);
  left: 50%;
  z-index: 20;
  min-width: 238px;
  display: grid;
  gap: 22px;
  padding: 14px;
  border: 1px solid rgba(102, 240, 223, 0.32);
  border-radius: 8px;
  background: rgba(7, 16, 19, 0.98);
  box-shadow: 0 24px 60px rgba(0, 0, 0, 0.38);
  transform: translateX(-50%);
}

.apps-menu:not([open]):not(:hover) .apps-dropdown {
  display: none;
}

.apps-dropdown-card {
  display: flex;
  align-items: center;
  gap: 12px;
  min-height: 64px;
  padding: 10px 12px;
  border: 1px solid rgba(102, 240, 223, 0.42);
  border-radius: 8px;
  color: var(--text);
  background:
    linear-gradient(135deg, rgba(15, 35, 40, 0.98), rgba(19, 42, 47, 0.96)),
    #0f2328;
  box-shadow:
    0 0 0 1px rgba(102, 240, 223, 0.08),
    0 10px 26px rgba(36, 178, 230, 0.14);
}

.apps-dropdown-card:hover {
  color: var(--text);
  border-color: rgba(168, 230, 90, 0.58);
}

.app-mark {
  width: 46px;
  height: 42px;
  display: grid;
  place-items: center;
  border: 1px solid rgba(96, 220, 214, 0.52);
  border-radius: 8px;
  color: #60dcd6;
  background:
    linear-gradient(135deg, rgba(36, 178, 165, 0.24), rgba(168, 230, 90, 0.12)),
    rgba(7, 16, 19, 0.86);
  font-size: 0.82rem;
  font-weight: 950;
}

.apps-dropdown-card strong {
  color: #eef6f7;
  font-size: 1rem;
  line-height: 1.1;
}

.app-hero-mark {
  min-height: 340px;
  display: grid;
  place-items: center;
  color: #60dcd6;
  background:
    linear-gradient(135deg, rgba(36, 178, 165, 0.22), transparent 52%),
    linear-gradient(315deg, rgba(168, 230, 90, 0.12), transparent 58%),
    rgba(7, 16, 19, 0.94);
  font-size: clamp(5rem, 12vw, 9rem);
  font-weight: 950;
}

.site-menu .product-nav {
  position: relative;
  width: 176px;
  min-height: 56px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-left: 18px;
  padding: 6px 10px;
  border: 1px solid rgba(96, 220, 214, 0.48);
  border-radius: 8px;
  background:
    linear-gradient(135deg, rgba(235, 252, 252, 0.94), rgba(188, 245, 242, 0.82)),
    #eafafa;
  box-shadow:
    0 0 0 1px rgba(36, 178, 165, 0.08),
    0 10px 26px rgba(36, 178, 165, 0.13);
}

.site-menu .product-nav::before {
  content: "";
  position: absolute;
  left: -18px;
  top: 50%;
  transform: translateY(-50%);
  width: 1px;
  height: 26px;
  background: rgba(238, 246, 247, 0.16);
}

.product-nav img {
  width: auto;
  max-width: 150px;
  height: auto;
  max-height: 42px;
  object-fit: contain;
}

.product-nav.is-current {
  border-color: rgba(216, 170, 45, 0.56);
  background:
    linear-gradient(135deg, rgba(235, 252, 252, 0.94), rgba(188, 245, 242, 0.82)),
    #eafafa;
  box-shadow:
    0 0 0 1px rgba(36, 178, 165, 0.08),
    0 10px 26px rgba(36, 178, 165, 0.13);
}

.site-menu .product-nav-dark {
  border-color: rgba(102, 240, 223, 0.42);
  background:
    linear-gradient(135deg, rgba(15, 35, 40, 0.96), rgba(13, 26, 31, 0.94)),
    #0f2328;
}

.product-nav-dark img {
  width: auto;
  max-width: 154px;
  max-height: 42px;
}

.product-nav-dark.is-current {
  border-color: rgba(168, 230, 90, 0.58);
  background:
    linear-gradient(135deg, rgba(15, 35, 40, 0.98), rgba(19, 42, 47, 0.96)),
    #0f2328;
  box-shadow:
    0 0 0 1px rgba(102, 240, 223, 0.08),
    0 10px 26px rgba(36, 178, 230, 0.14);
}

.menu-button {
  display: none;
  width: 46px;
  height: 46px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: transparent;
}

.menu-button span {
  display: block;
  width: 20px;
  height: 2px;
  margin: 6px auto;
  background: var(--text);
}

.hero {
  width: min(calc(100% - 32px), var(--max));
  min-height: auto;
  margin: 0 auto;
  padding: 116px 0 56px;
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(340px, 0.78fr);
  gap: clamp(28px, 4vw, 58px);
  align-items: center;
}

.kicker {
  margin: 0 0 12px;
  color: #bfcfd2;
  font-size: 0.68rem;
  font-weight: 900;
  letter-spacing: 0;
  text-transform: uppercase;
}

h1,
h2,
h3,
p {
  overflow-wrap: anywhere;
}

h1 {
  max-width: 620px;
  margin: 0;
  font-size: clamp(2.15rem, 3.6vw, 3.25rem);
  line-height: 1.05;
  letter-spacing: 0;
  text-wrap: balance;
}

h2 {
  margin: 0;
  font-size: clamp(1.45rem, 2.2vw, 2.15rem);
  line-height: 1.12;
  letter-spacing: 0;
  text-wrap: balance;
}

h3 {
  margin: 0;
  font-size: 1.02rem;
  line-height: 1.18;
}

.lead {
  max-width: 570px;
  margin: 18px 0 0;
  color: #c8d8dc;
  font-size: 0.98rem;
  line-height: 1.62;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 26px;
}

.section-actions {
  margin-top: 24px;
}

.button {
  min-height: 44px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 10px 15px;
  border-radius: 8px;
  font-size: 0.9rem;
  font-weight: 850;
  text-decoration: none;
}

.button-primary {
  color: #151a1d;
  background: linear-gradient(135deg, #c99a24, #e2c15a);
}

.button-ghost {
  border: 1px solid rgba(255, 255, 255, 0.24);
  color: var(--text);
  background: rgba(255, 255, 255, 0.04);
}

.hero-visual {
  position: relative;
  border: 1px solid var(--line);
  border-radius: 8px;
  overflow: hidden;
  background: var(--panel);
  box-shadow: 0 28px 90px rgba(0, 0, 0, 0.42);
}

.hero-visual {
  max-width: 470px;
  justify-self: end;
}

.hero-visual::after {
  content: "";
  position: absolute;
  inset: 16px;
  border: 1px solid rgba(36, 178, 165, 0.32);
  border-radius: 6px;
  pointer-events: none;
}

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

.signal-strip {
  width: min(calc(100% - 32px), var(--max));
  margin: 4px auto 0;
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  border: 1px solid var(--line);
  border-radius: 8px;
  overflow: hidden;
  background: rgba(9, 22, 26, 0.9);
  backdrop-filter: blur(14px);
}

.signal-strip span {
  min-height: 56px;
  display: grid;
  place-items: center;
  padding: 14px;
  border-right: 1px solid var(--line);
  color: #d9e7e9;
  font-size: 0.84rem;
  font-weight: 850;
  text-align: center;
}

.signal-strip span:last-child {
  border-right: 0;
}

.section {
  width: min(calc(100% - 32px), var(--max));
  margin: 0 auto;
  padding: 68px 0;
}

.section-head {
  max-width: 680px;
  margin-bottom: 24px;
}

.section-head.compact {
  max-width: 720px;
}

.profile-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.72fr) minmax(340px, 0.9fr);
  gap: clamp(28px, 4vw, 56px);
  align-items: center;
}

.profile-copy {
  color: var(--muted);
  font-size: 0.95rem;
}

.profile-copy p:first-child {
  margin-top: 0;
}

.profile-map {
  width: 100%;
  aspect-ratio: 16 / 9;
  object-fit: cover;
  border: 1px solid var(--line);
  border-radius: 8px;
  box-shadow: 0 26px 70px rgba(0, 0, 0, 0.28);
}

.product-hero {
  width: min(calc(100% - 32px), var(--max));
  margin: 0 auto;
  padding: 116px 0 56px;
  display: grid;
  grid-template-columns: minmax(0, 0.84fr) minmax(380px, 1fr);
  gap: clamp(28px, 4vw, 58px);
  align-items: center;
}

.product-logo {
  width: min(100%, 310px);
  margin: 0 0 22px;
  padding: 12px 14px;
  border: 1px solid rgba(96, 220, 214, 0.42);
  border-radius: 8px;
  background:
    linear-gradient(135deg, rgba(235, 252, 252, 0.96), rgba(188, 245, 242, 0.84)),
    #eafafa;
  box-shadow: 0 14px 34px rgba(36, 178, 165, 0.11);
}

.product-logo-plain {
  padding: 0;
  border: 0;
  background: transparent;
  box-shadow: none;
}

.product-hero-copy h1 {
  max-width: 620px;
}

.product-hero-visual {
  overflow: hidden;
  border: 1px solid rgba(36, 178, 165, 0.22);
  border-radius: 8px;
  background:
    linear-gradient(135deg, rgba(238, 246, 247, 0.08), transparent),
    var(--panel);
  box-shadow: 0 28px 90px rgba(0, 0, 0, 0.36);
}

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

.product-strip {
  margin-top: 0;
}

.product-section {
  padding-bottom: 40px;
}

.logic-hero {
  width: min(calc(100% - 32px), var(--max));
  margin: 0 auto;
  padding: 116px 0 48px;
  display: grid;
  grid-template-columns: minmax(0, 0.72fr) minmax(430px, 0.94fr);
  gap: clamp(26px, 4vw, 56px);
  align-items: center;
}

.logic-hero-copy {
  max-width: 610px;
}

.logic-hero-copy .product-logo {
  width: min(100%, 350px);
  margin-bottom: 18px;
}

.logic-title-card {
  position: relative;
  margin-top: 4px;
  padding: 18px 0 18px 22px;
}

.logic-title-card::before {
  content: "";
  position: absolute;
  left: 0;
  top: 12px;
  bottom: 12px;
  width: 4px;
  border-radius: 999px;
  background: linear-gradient(180deg, #66f0df, #24b2e6 48%, #a8e65a);
  box-shadow: 0 0 24px rgba(102, 240, 223, 0.42);
}

.logic-title-card::after {
  content: "";
  position: absolute;
  left: 22px;
  right: 18%;
  bottom: 4px;
  height: 1px;
  background: linear-gradient(90deg, rgba(102, 240, 223, 0.7), transparent);
}

.logic-title-card h1 {
  max-width: 390px;
  font-size: clamp(1.45rem, 1.95vw, 2.2rem);
  line-height: 1.12;
}

.logic-title-card h1 span {
  display: block;
}

.logic-title-card h1 span:nth-child(2) {
  width: fit-content;
  color: transparent;
  background: linear-gradient(90deg, #eef6f7 0 12%, #66f0df 44%, #24b2e6 72%, #a8e65a 100%);
  -webkit-background-clip: text;
  background-clip: text;
  text-shadow: 0 0 26px rgba(102, 240, 223, 0.16);
}

.brand-origin {
  padding-top: 46px;
  padding-bottom: 26px;
}

.brand-origin-grid {
  width: min(calc(100% - 32px), var(--max));
  margin: 0 auto;
  display: grid;
  grid-template-columns: minmax(0, 0.78fr) minmax(0, 1fr);
  gap: clamp(24px, 4vw, 58px);
  align-items: start;
  padding: clamp(24px, 4vw, 38px) 0;
  border-top: 1px solid rgba(102, 240, 223, 0.2);
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.brand-origin-grid h2 {
  max-width: 560px;
  font-size: clamp(1.7rem, 2.6vw, 2.7rem);
}

.brand-origin-copy {
  color: var(--muted);
  font-size: 1rem;
  line-height: 1.75;
}

.brand-origin-copy p:first-child {
  margin-top: 0;
}

.brand-origin-copy p:last-child {
  margin-bottom: 0;
}

.logic-hero-copy .lead {
  max-width: 570px;
}

.logic-hero-stage {
  position: relative;
  overflow: hidden;
  border: 1px solid rgba(102, 240, 223, 0.24);
  border-radius: 8px;
  background:
    linear-gradient(135deg, rgba(102, 240, 223, 0.08), transparent 54%),
    rgba(255, 255, 255, 0.035);
  box-shadow: 0 30px 90px rgba(0, 0, 0, 0.34);
}

.logic-hero-stage img {
  width: 100%;
  aspect-ratio: 16 / 9;
  height: auto;
  object-fit: cover;
}

.logic-hero-badges {
  position: absolute;
  left: 18px;
  right: 18px;
  bottom: 18px;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.logic-hero-badges span {
  min-height: 34px;
  display: inline-flex;
  align-items: center;
  padding: 7px 12px;
  border: 1px solid rgba(102, 240, 223, 0.32);
  border-radius: 8px;
  color: #eaf5f6;
  background: rgba(7, 16, 19, 0.72);
  backdrop-filter: blur(10px);
  font-size: 0.78rem;
  font-weight: 900;
}

.logic-scope {
  display: grid;
  grid-template-columns: minmax(0, 0.78fr) minmax(420px, 1fr);
  gap: clamp(24px, 4vw, 52px);
  align-items: start;
}

.logic-scope-intro {
  position: sticky;
  top: 104px;
}

.logic-scope-intro p:not(.kicker) {
  color: var(--muted);
  font-size: 0.95rem;
}

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

.logic-scope-list article {
  display: grid;
  grid-template-columns: 42px minmax(0, 0.52fr) minmax(0, 1fr);
  gap: 16px;
  align-items: start;
  padding: 18px;
  border: 1px solid rgba(102, 240, 223, 0.18);
  border-radius: 8px;
  background:
    linear-gradient(90deg, rgba(102, 240, 223, 0.08), transparent 70%),
    rgba(255, 255, 255, 0.035);
}

.logic-scope-list span {
  color: #a8e65a;
  font-size: 0.78rem;
  font-weight: 900;
}

.logic-scope-list strong {
  color: #eef6f7;
  font-size: 1rem;
  line-height: 1.18;
}

.logic-scope-list p {
  margin: 0;
  color: var(--muted);
  font-size: 0.9rem;
}

.chamon-apps {
  padding-top: 34px;
}

.chamon-apps .section-head p:not(.kicker) {
  max-width: 760px;
}

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

.chamon-app-card {
  min-height: 315px;
  display: grid;
  grid-template-rows: auto 1fr;
  gap: 22px;
  padding: clamp(20px, 3vw, 28px);
  border: 1px solid rgba(102, 240, 223, 0.2);
  border-radius: 8px;
  background:
    linear-gradient(135deg, rgba(102, 240, 223, 0.1), transparent 56%),
    linear-gradient(315deg, rgba(242, 169, 0, 0.08), transparent 62%),
    rgba(255, 255, 255, 0.035);
  box-shadow: 0 22px 70px rgba(0, 0, 0, 0.18);
}

.chamon-app-card .app-mark {
  width: 58px;
  height: 58px;
  border-color: rgba(102, 240, 223, 0.28);
  color: #f7f9fa;
  background:
    radial-gradient(circle at 28% 24%, rgba(102, 240, 223, 0.32), transparent 30%),
    linear-gradient(135deg, rgba(17, 31, 42, 0.98), rgba(8, 18, 24, 0.96));
}

.chamon-app-card h3 {
  margin: 0 0 12px;
  color: #eef6f7;
  font-size: clamp(1.35rem, 2vw, 1.8rem);
}

.chamon-app-card p:not(.kicker) {
  margin: 0 0 18px;
  color: var(--muted);
  font-size: 0.94rem;
  line-height: 1.65;
}

.progforge {
  padding-top: 0;
}

.progforge-panel {
  display: grid;
  grid-template-columns: minmax(0, 0.82fr) minmax(360px, 1fr);
  gap: clamp(24px, 4vw, 42px);
  align-items: center;
  padding: clamp(22px, 3vw, 34px);
  border: 1px solid rgba(36, 178, 165, 0.24);
  border-radius: 8px;
  background:
    linear-gradient(135deg, rgba(36, 178, 165, 0.16), transparent 52%),
    linear-gradient(315deg, rgba(216, 170, 45, 0.08), transparent 56%),
    rgba(12, 24, 28, 0.82);
  box-shadow: 0 28px 80px rgba(0, 0, 0, 0.22);
}

.progforge-logo {
  width: min(100%, 260px);
  margin: 0 0 18px;
}

.progforge-copy p:not(.kicker) {
  max-width: 590px;
  color: var(--muted);
  font-size: 0.95rem;
}

.progforge-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 24px;
}

.progforge-visual {
  overflow: hidden;
  border: 1px solid rgba(238, 246, 247, 0.16);
  border-radius: 8px;
  background: #101a1f;
}

.progforge-visual img {
  width: 100%;
  aspect-ratio: 1.7;
  object-fit: cover;
}

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

.progforge-grid article {
  min-height: 225px;
  padding: 18px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background:
    linear-gradient(180deg, rgba(36, 178, 165, 0.08), transparent 72%),
    rgba(255, 255, 255, 0.035);
}

.progforge-grid span {
  display: block;
  margin-bottom: 16px;
  color: #d6bd72;
  font-size: 0.78rem;
  font-weight: 900;
}

.progforge-grid strong {
  display: block;
  margin-bottom: 10px;
  color: #e5eef0;
  font-size: 0.98rem;
  line-height: 1.18;
}

.progforge-grid p {
  margin: 0;
  color: var(--muted);
  font-size: 0.88rem;
}

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

.product-modules .flow-card {
  display: block;
  min-height: 225px;
  padding: 18px;
}

.inspection-feature {
  padding-top: 46px;
}

.inspection-split {
  display: grid;
  grid-template-columns: minmax(0, 0.88fr) minmax(320px, 0.72fr);
  gap: clamp(22px, 3vw, 34px);
  align-items: start;
  margin-top: 18px;
}

.inspection-split p {
  max-width: 760px;
  margin: 0;
  color: #c8d8dc;
  font-size: 0.98rem;
  line-height: 1.68;
}

.inspection-split p + p {
  margin-top: 14px;
}

.inspection-points {
  display: grid;
  gap: 12px;
}

.inspection-points article {
  padding: 16px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background:
    linear-gradient(135deg, rgba(36, 178, 165, 0.11), transparent 64%),
    rgba(255, 255, 255, 0.035);
}

.inspection-points strong {
  display: block;
  margin-bottom: 7px;
  color: var(--text);
  font-size: 0.98rem;
  line-height: 1.2;
}

.inspection-points span {
  display: block;
  color: var(--muted);
  font-size: 0.9rem;
  line-height: 1.55;
}

.inspection-gallery {
  padding-top: 0;
}

.inspection-feature-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 18px;
}

.inspection-feature-grid article {
  overflow: hidden;
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(320px, 0.72fr);
  align-items: stretch;
  border: 1px solid var(--line);
  border-radius: 8px;
  background:
    linear-gradient(180deg, rgba(36, 178, 165, 0.06), transparent 72%),
    rgba(255, 255, 255, 0.035);
}

.inspection-feature-grid img {
  width: 100%;
  height: 100%;
  min-height: 270px;
  aspect-ratio: 16 / 9;
  object-fit: contain;
  background: rgba(7, 16, 19, 0.72);
}

.inspection-feature-grid div {
  padding: 18px;
}

.inspection-feature-grid h3 {
  margin-bottom: 10px;
  color: var(--text);
}

.inspection-feature-grid p:not(.kicker) {
  margin: 0;
  color: var(--muted);
  font-size: 0.91rem;
  line-height: 1.58;
}

.progforge-system {
  padding-top: 0;
}

.progforge-system .section-head p:not(.kicker) {
  max-width: 760px;
}

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

.progforge-module-map article {
  display: flex;
  flex-wrap: wrap;
  align-content: flex-start;
  gap: 9px;
  min-height: 250px;
  padding: 18px;
  border: 1px solid rgba(36, 178, 165, 0.2);
  border-radius: 8px;
  background:
    linear-gradient(180deg, rgba(36, 178, 165, 0.08), transparent 70%),
    rgba(255, 255, 255, 0.035);
}

.progforge-module-map strong {
  width: 100%;
  color: var(--text);
  font-size: 1rem;
  line-height: 1.2;
}

.progforge-module-map p {
  width: 100%;
  margin: 0 0 6px;
  color: var(--muted);
  font-size: 0.9rem;
  line-height: 1.55;
}

.progforge-module-map span {
  display: inline-flex;
  align-items: center;
  min-height: 30px;
  padding: 6px 9px;
  border: 1px solid rgba(214, 189, 114, 0.24);
  border-radius: 8px;
  color: #e8d99b;
  background: rgba(216, 170, 45, 0.08);
  font-size: 0.76rem;
  font-weight: 850;
}

.progforge-showcase {
  padding-top: 0;
}

.progforge-showcase .section-head p:not(.kicker) {
  max-width: 820px;
}

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

.progforge-screen-card {
  overflow: hidden;
  border: 1px solid rgba(36, 178, 165, 0.22);
  border-radius: 8px;
  background:
    linear-gradient(180deg, rgba(36, 178, 165, 0.08), transparent 58%),
    rgba(255, 255, 255, 0.035);
}

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

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

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

.progforge-screen-card span {
  display: block;
  margin-bottom: 9px;
  color: #d6bd72;
  font-size: 0.76rem;
  font-weight: 900;
  letter-spacing: 0;
  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;
  line-height: 1.58;
}

.commerce-hero-visual {
  overflow: hidden;
  border: 1px solid rgba(36, 178, 165, 0.28);
  border-radius: 8px;
  box-shadow: 0 28px 80px rgba(0, 0, 0, 0.28);
}

.commerce-hero-visual img {
  width: 100%;
  min-height: 430px;
  object-fit: cover;
  object-position: center;
}

.contact-app-mark {
  width: 82px;
  height: 82px;
  font-size: 1.55rem;
}

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

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

.screen-lightbox-frame {
  width: min(96vw, 1480px);
  max-height: 90vh;
  overflow: auto;
  border: 1px solid rgba(36, 178, 165, 0.38);
  border-radius: 8px;
  background: rgba(7, 16, 19, 0.96);
  box-shadow: 0 28px 80px rgba(0, 0, 0, 0.48);
}

.screen-lightbox-frame img {
  width: 100%;
  height: auto;
  background: #f3f7fa;
}

.screen-lightbox-frame p {
  margin: 0;
  padding: 14px 18px 16px;
  color: var(--text);
  font-size: 0.95rem;
  font-weight: 800;
}

.screen-lightbox-close {
  position: fixed;
  z-index: 121;
  top: 18px;
  right: 18px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 42px;
  height: 42px;
  border: 1px solid rgba(238, 246, 247, 0.28);
  border-radius: 999px;
  color: var(--text);
  background: rgba(7, 16, 19, 0.92);
  font-size: 1.8rem;
  line-height: 1;
  cursor: pointer;
}

.custom-software {
  padding-top: 0;
}

.custom-software-card {
  display: grid;
  grid-template-columns: minmax(0, 0.86fr) minmax(340px, 1fr);
  gap: clamp(24px, 4vw, 44px);
  padding: clamp(22px, 3vw, 34px);
  border: 1px solid rgba(36, 178, 165, 0.22);
  border-radius: 8px;
  background:
    linear-gradient(135deg, rgba(216, 170, 45, 0.1), transparent 48%),
    linear-gradient(315deg, rgba(36, 178, 165, 0.12), transparent 58%),
    rgba(255, 255, 255, 0.035);
}

.custom-software-card p:not(.kicker) {
  max-width: 620px;
  color: var(--muted);
  font-size: 0.95rem;
}

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

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

.custom-list strong {
  display: block;
  margin-bottom: 7px;
  color: #e5eef0;
  font-size: 0.98rem;
}

.custom-list span {
  display: block;
  color: var(--muted);
  font-size: 0.9rem;
}

.custom-list a,
.privacy-card a,
.footer a {
  color: #f0d77d;
  font-weight: 900;
  text-decoration: none;
}

.privacy-page {
  padding-top: 120px;
}

.privacy-page .section-head {
  max-width: 980px;
  margin: 0 auto 24px;
  text-align: center;
}

.privacy-page h1 {
  max-width: 980px;
  margin: 0 auto;
  color: var(--text);
  font-size: clamp(1.9rem, 3vw, 3rem);
  line-height: 1.08;
  letter-spacing: 0;
}

.privacy-page .section-head p:not(.kicker) {
  max-width: 960px;
  margin-left: auto;
  margin-right: auto;
}

.privacy-card {
  display: grid;
  gap: 18px;
  padding: clamp(22px, 3vw, 34px);
  border: 1px solid var(--line);
  border-radius: 8px;
  background:
    linear-gradient(135deg, rgba(36, 178, 165, 0.12), transparent 54%),
    linear-gradient(315deg, rgba(216, 170, 45, 0.1), transparent 58%),
    rgba(255, 255, 255, 0.035);
}

.privacy-card section {
  width: 100%;
  max-width: 1120px;
  margin: 0 auto;
  padding-bottom: 18px;
  border-bottom: 1px solid rgba(238, 246, 247, 0.1);
}

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

.privacy-card h2 {
  margin: 0 0 10px;
  color: #eef6f7;
  font-size: 1.05rem;
}

.privacy-card p {
  max-width: 1120px;
  margin: 0;
  color: var(--muted);
  font-size: 0.96rem;
  line-height: 1.75;
}

.privacy-card p + p {
  margin-top: 10px;
}

.logic-realizations {
  padding-top: 0;
}

.logic-realizations .section-head p:not(.kicker) {
  max-width: 780px;
}

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

.logic-realization-card {
  overflow: hidden;
  border: 1px solid rgba(63, 214, 199, 0.2);
  border-radius: 8px;
  background: linear-gradient(180deg, rgba(12, 30, 34, 0.92), rgba(7, 16, 19, 0.98));
  box-shadow: 0 22px 70px rgba(0, 0, 0, 0.26);
}

.logic-realization-card img {
  display: block;
  width: 100%;
  aspect-ratio: 16 / 10;
  object-fit: cover;
  border-bottom: 1px solid rgba(63, 214, 199, 0.16);
}

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

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

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

.logic-realization-card p {
  margin: 0;
  color: var(--muted);
  font-size: 0.93rem;
  line-height: 1.6;
}

.product-flow {
  padding-top: 0;
}

.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(36, 178, 165, 0.12), transparent 58%),
    rgba(255, 255, 255, 0.035);
}

.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: #d9e7e9;
  font-weight: 800;
  border-bottom: 1px solid var(--line);
}

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

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

.product-fit {
  padding-top: 0;
}

.product-contact {
  padding-top: 0;
}

.product-contact address img {
  width: min(100%, 250px);
  padding: 12px 14px;
  border: 1px solid rgba(96, 220, 214, 0.42);
  background:
    linear-gradient(135deg, rgba(235, 252, 252, 0.96), rgba(188, 245, 242, 0.84)),
    #eafafa;
  box-shadow: 0 14px 34px rgba(36, 178, 165, 0.11);
}

.product-contact address img.product-logo-plain {
  width: min(100%, 250px);
  padding: 12px 14px;
  border: 1px solid rgba(102, 240, 223, 0.24);
  border-radius: 8px;
  background:
    radial-gradient(circle at 18% 26%, rgba(102, 240, 223, 0.16), transparent 28%),
    linear-gradient(135deg, rgba(14, 35, 40, 0.98), rgba(7, 16, 19, 0.96));
  box-shadow:
    0 14px 34px rgba(0, 0, 0, 0.22),
    inset 0 0 0 1px rgba(255, 255, 255, 0.04);
}

.services {
  width: 100%;
  max-width: none;
  padding-left: max(16px, calc((100vw - var(--max)) / 2));
  padding-right: max(16px, calc((100vw - var(--max)) / 2));
  color: var(--text);
  background:
    linear-gradient(rgba(255, 255, 255, 0.026) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.026) 1px, transparent 1px),
    radial-gradient(circle at 18% 28%, rgba(36, 178, 165, 0.1), transparent 28rem),
    radial-gradient(circle at 86% 54%, rgba(216, 170, 45, 0.06), transparent 30rem),
    #071013;
  background-size: 48px 48px, 48px 48px, auto, auto, auto;
}

.services .kicker {
  color: #d6bd72;
}

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

.service-card {
  min-height: 360px;
  display: flex;
  flex-direction: column;
  padding: 20px;
  border: 1px solid rgba(238, 246, 247, 0.14);
  border-radius: 8px;
  background:
    linear-gradient(180deg, rgba(36, 178, 165, 0.06), transparent 72%),
    rgba(255, 255, 255, 0.035);
  position: relative;
  overflow: hidden;
}

.service-card::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 4px;
  background: linear-gradient(90deg, var(--cyan), rgba(216, 170, 45, 0.72));
}

.service-card.accent {
  color: var(--text);
  background:
    linear-gradient(135deg, rgba(36, 178, 165, 0.18), rgba(216, 170, 45, 0.08) 64%, transparent),
    rgba(20, 43, 49, 0.76);
  border-color: rgba(36, 178, 165, 0.26);
}

.service-icon {
  width: 46px;
  height: 46px;
  margin-bottom: 18px;
  border: 1px solid rgba(238, 246, 247, 0.16);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.055);
  position: relative;
}

.accent .service-icon {
  border-color: rgba(255, 255, 255, 0.18);
  background: rgba(255, 255, 255, 0.06);
}

.service-icon::before,
.service-icon::after {
  content: "";
  position: absolute;
}

.meter::before {
  inset: 10px;
  border: 3px solid #087d76;
  border-bottom-color: transparent;
  border-radius: 50%;
}

.meter::after {
  left: 23px;
  top: 25px;
  width: 15px;
  height: 3px;
  background: var(--orange);
  transform: rotate(-28deg);
  transform-origin: left center;
}

.thermal::before {
  left: 9px;
  right: 9px;
  bottom: 9px;
  height: 22px;
  background: linear-gradient(90deg, var(--cyan), var(--yellow), var(--orange));
  clip-path: polygon(0 70%, 22% 30%, 42% 62%, 58% 18%, 78% 54%, 100% 12%, 100% 100%, 0 100%);
}

.drone::before {
  left: 9px;
  top: 20px;
  width: 28px;
  height: 7px;
  background: var(--cyan);
}

.drone::after {
  inset: 8px;
  border: 3px solid var(--yellow);
  border-left-color: transparent;
  border-right-color: transparent;
  border-radius: 50%;
}

.circuit::before {
  left: 11px;
  top: 11px;
  width: 24px;
  height: 24px;
  border: 3px solid var(--cyan);
}

.circuit::after {
  left: 21px;
  top: 5px;
  width: 3px;
  height: 36px;
  background: linear-gradient(var(--yellow) 0 8px, transparent 8px 18px, var(--yellow) 18px 28px, transparent 28px 38px, var(--yellow) 38px);
}

.service-card p {
  color: var(--muted);
  font-size: 0.92rem;
}

.service-card.accent p {
  color: #bfd3d7;
}

.service-card ul {
  margin: auto 0 0;
  padding: 18px 0 0;
  list-style: none;
  border-top: 1px solid rgba(238, 246, 247, 0.12);
}

.service-card.accent ul {
  border-color: rgba(255, 255, 255, 0.16);
}

.service-card li {
  position: relative;
  padding-left: 18px;
  color: #c8d8dc;
  font-size: 0.88rem;
}

.service-card.accent li {
  color: #d8e6e8;
}

.service-card li + li {
  margin-top: 8px;
}

.service-card li::before {
  content: "";
  position: absolute;
  top: 0.68em;
  left: 0;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--cyan);
}

.service-card-link {
  display: inline-flex;
  align-items: center;
  margin-top: 14px;
  color: #e3c458;
  font-size: 0.82rem;
  font-weight: 900;
  text-decoration: none;
}

.service-card-link::after {
  content: ">";
  margin-left: 8px;
  color: #60dcd6;
}

.service-card-link:hover {
  color: #60dcd6;
}

.standard-card {
  display: grid;
  grid-template-columns: minmax(0, 0.76fr) minmax(0, 1fr);
  gap: clamp(24px, 4vw, 48px);
  padding: clamp(22px, 3vw, 34px);
  border: 1px solid var(--line);
  border-radius: 8px;
  background:
    linear-gradient(135deg, rgba(36, 178, 165, 0.13), transparent 58%),
    rgba(255, 255, 255, 0.035);
}

.standard-steps {
  display: grid;
  gap: 14px;
}

.standard-steps div {
  padding: 17px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: rgba(7, 16, 19, 0.48);
}

.standard-steps span {
  color: #d6bd72;
  font-weight: 900;
}

.standard-steps strong {
  display: block;
  margin: 8px 0 6px;
  font-size: 1rem;
}

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

.deliverables {
  padding-top: 0;
}

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

.deliverables-grid article {
  min-height: 170px;
  padding: 20px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.035);
}

.deliverables-grid span {
  display: block;
  margin-bottom: 18px;
  color: #d6bd72;
  font-size: 0.8rem;
  font-weight: 900;
}

.deliverables-grid strong {
  display: block;
  margin-bottom: 9px;
  font-size: 1rem;
}

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

.work-grid {
  display: grid;
  grid-template-columns: 1.12fr 0.88fr;
  grid-auto-rows: 260px;
  gap: 14px;
}

.work-card {
  position: relative;
  margin: 0;
  border: 1px solid var(--line);
  border-radius: 8px;
  overflow: hidden;
  background: var(--panel);
}

.work-card.large {
  grid-row: span 2;
}

.work-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.45s ease;
}

.work-card::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 20%, rgba(0, 0, 0, 0.82));
}

.work-card:hover img {
  transform: scale(1.04);
}

.work-card figcaption {
  position: absolute;
  z-index: 2;
  left: 18px;
  right: 18px;
  bottom: 18px;
}

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

.work-card strong {
  display: block;
  max-width: 520px;
  font-size: 1.02rem;
  line-height: 1.16;
}

.client-fit {
  padding-top: 0;
}

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

.fit-grid article {
  padding: 20px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background:
    linear-gradient(135deg, rgba(36, 178, 165, 0.08), transparent 60%),
    rgba(255, 255, 255, 0.035);
}

.fit-grid strong {
  display: block;
  margin-bottom: 10px;
  color: #e5eef0;
  font-size: 1rem;
}

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

.faq {
  padding-top: 0;
}

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

details {
  border: 1px solid var(--line);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.035);
}

summary {
  min-height: 58px;
  display: flex;
  align-items: center;
  gap: 18px;
  padding: 16px 18px;
  cursor: pointer;
  font-weight: 850;
  list-style: none;
}

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

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

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;
}

.faq-body ul {
  margin: 0;
  padding: 14px 0 0;
  list-style: none;
  border-top: 1px solid rgba(238, 246, 247, 0.1);
}

.faq-body li {
  position: relative;
  padding-left: 18px;
  color: #c6d6d9;
  font-size: 0.88rem;
}

.faq-body li + li {
  margin-top: 7px;
}

.faq-body li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.72em;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--cyan), var(--yellow));
}

.reference-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  padding-top: 2px;
}

.reference-grid span {
  min-height: 30px;
  display: inline-flex;
  align-items: center;
  padding: 6px 10px;
  border: 1px solid rgba(36, 178, 165, 0.24);
  border-radius: 8px;
  color: #e7f1f2;
  background: rgba(36, 178, 165, 0.08);
  font-size: 0.78rem;
  font-weight: 850;
}

.faq-note {
  color: #d5c17c;
}

.contact {
  width: min(calc(100% - 32px), var(--max));
  margin: 0 auto;
  padding: 0 0 72px;
}

.contact-card {
  display: grid;
  grid-template-columns: minmax(0, 0.72fr) minmax(360px, 1fr);
  gap: 42px;
  padding: clamp(22px, 3vw, 36px);
  border-radius: 8px;
  color: var(--text);
  background:
    linear-gradient(135deg, rgba(36, 178, 165, 0.16), transparent 45%),
    linear-gradient(315deg, rgba(216, 170, 45, 0.12), transparent 52%),
    var(--panel-strong);
  border: 1px solid var(--line);
}

.contact-card .kicker {
  color: #d6bd72;
}

.contact-note {
  max-width: 480px;
  color: var(--muted);
  font-size: 0.95rem;
}

.contact-side {
  display: grid;
  gap: 18px;
}

address {
  display: grid;
  gap: 10px;
  align-content: start;
  font-style: normal;
}

address img {
  width: min(100%, 260px);
  margin-bottom: 12px;
  border-radius: 8px;
  box-shadow: 0 18px 40px rgba(16, 23, 25, 0.18);
}

address strong {
  font-size: 1rem;
}

address {
  font-size: 0.94rem;
}

address a {
  font-weight: 900;
  text-decoration: none;
  color: #f0d77d;
}

.contact-form {
  display: grid;
  gap: 12px;
  padding: 16px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: rgba(7, 16, 19, 0.46);
}

.form-hp {
  position: absolute;
  left: -9999px;
  width: 1px;
  height: 1px;
  opacity: 0;
}

.contact-form label {
  display: grid;
  gap: 6px;
  color: var(--muted);
  font-size: 0.78rem;
  font-weight: 850;
  text-transform: uppercase;
}

.contact-form input,
.contact-form select,
.contact-form textarea {
  width: 100%;
  border: 1px solid rgba(238, 246, 247, 0.18);
  border-radius: 8px;
  padding: 10px 11px;
  color: var(--text);
  background: rgba(255, 255, 255, 0.055);
  font: inherit;
}

.contact-form textarea {
  resize: vertical;
}

.contact-form button {
  min-height: 42px;
  border: 0;
  border-radius: 8px;
  color: #101719;
  background: linear-gradient(135deg, #c99a24, #e2c15a);
  font: inherit;
  font-size: 0.9rem;
  font-weight: 900;
  cursor: pointer;
}

.contact-form button:disabled {
  cursor: wait;
  opacity: 0.72;
}

.form-status {
  min-height: 1.3em;
  margin: 0;
  color: #d5c17c;
  font-size: 0.86rem;
  font-weight: 800;
}

.form-status.is-success {
  color: #8fe0b6;
}

.form-status.is-error {
  color: #f1a38e;
}

.footer {
  width: min(calc(100% - 32px), var(--max));
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  gap: 20px;
  padding: 26px 0 38px;
  color: var(--muted);
  font-size: 0.94rem;
}

.footer img {
  width: 180px;
  border-radius: 8px;
}

@media (max-width: 980px) {
  .menu-button {
    display: block;
  }

  .site-menu {
    position: fixed;
    top: 94px;
    left: 16px;
    right: 16px;
    display: none;
    flex-direction: column;
    align-items: stretch;
    gap: 0;
    padding: 10px 18px;
    border: 1px solid var(--line);
    border-radius: 8px;
    background: rgba(7, 16, 19, 0.97);
  }

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

  .site-menu a {
    padding: 15px 0;
    border-bottom: 1px solid var(--line);
  }

  .apps-menu {
    border-bottom: 1px solid var(--line);
  }

  .apps-menu summary {
    padding: 15px 0;
  }

  .apps-dropdown {
    position: static;
    min-width: 0;
    padding: 0 0 14px;
    border: 0;
    background: transparent;
    box-shadow: none;
    transform: none;
  }

  .apps-dropdown-card {
    min-height: 56px;
  }

  .site-menu .product-nav {
    width: 100%;
    justify-content: space-between;
    margin-left: 0;
    padding: 13px 0;
    border-width: 0 0 1px;
    border-radius: 0;
    background: transparent;
    box-shadow: none;
  }

  .site-menu .product-nav::before {
    display: none;
  }

  .product-nav img {
    width: auto;
    max-width: 154px;
    max-height: 42px;
  }

  .site-menu a:last-child {
    border-bottom: 0;
  }

  .hero,
  .product-hero,
  .logic-hero,
  .logic-scope,
  .brand-origin-grid,
  .profile-grid,
  .progforge-panel,
  .custom-software-card,
  .flow-card,
  .inspection-split,
  .inspection-feature-grid article,
  .standard-card,
  .contact-card {
    grid-template-columns: 1fr;
  }

  .hero {
    padding-top: 104px;
  }

  .signal-strip,
  .service-grid,
  .progforge-grid,
  .progforge-module-map,
  .progforge-showcase-grid,
  .chamon-app-grid,
  .inspection-feature-grid,
  .product-modules,
  .logic-realization-grid,
  .deliverables-grid,
  .fit-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .inspection-feature-grid {
    grid-template-columns: 1fr;
  }

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

  .signal-strip span {
    border-bottom: 1px solid var(--line);
  }
}

@media (max-width: 700px) {
  .topbar {
    top: 10px;
    width: calc(100% - 20px);
    min-height: 64px;
  }

  .logo {
    width: 190px;
  }

  .site-menu {
    top: 82px;
    left: 10px;
    right: 10px;
  }

  .hero {
    width: calc(100% - 20px);
    min-height: auto;
    padding: 108px 0 58px;
  }

  .product-hero {
    width: calc(100% - 20px);
    padding: 108px 0 44px;
  }

  .logic-hero {
    width: calc(100% - 20px);
    padding: 108px 0 44px;
  }

  .brand-origin {
    width: 100%;
    padding-top: 34px;
    padding-bottom: 18px;
  }

  .brand-origin-grid {
    width: calc(100% - 20px);
  }

  .logic-scope-intro {
    position: static;
  }

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

  h1 {
    font-size: 2.15rem;
  }

  h2 {
    font-size: 1.45rem;
  }

  .hero-actions,
  .button {
    width: 100%;
  }

  .signal-strip,
  .service-grid,
  .progforge-grid,
  .progforge-module-map,
  .progforge-showcase-grid,
  .chamon-app-grid,
  .inspection-feature-grid,
  .product-modules,
  .logic-realization-grid,
  .deliverables-grid,
  .work-grid,
  .fit-grid {
    grid-template-columns: 1fr;
  }

  .section,
  .contact {
    width: calc(100% - 20px);
    padding-top: 72px;
    padding-bottom: 72px;
  }

  .services {
    padding-left: 10px;
    padding-right: 10px;
  }

  .progforge-actions,
  .progforge-actions .button {
    width: 100%;
  }

  .progforge-grid article {
    min-height: auto;
  }

  .inspection-feature-grid img {
    min-height: 210px;
  }

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

  .commerce-hero-visual {
    min-height: auto;
  }

  .commerce-hero-visual img {
    min-height: 260px;
  }

  .screen-lightbox {
    padding: 10px;
  }

  .screen-lightbox-close {
    top: 10px;
    right: 10px;
  }

  .service-card {
    min-height: auto;
  }

  .work-grid {
    grid-auto-rows: 280px;
  }

  .work-card.large {
    grid-row: span 1;
  }

  .footer {
    width: calc(100% - 20px);
    flex-direction: column;
  }
}

@media (min-width: 981px) {
  .signal-strip.logic-strip {
    grid-template-columns: repeat(6, minmax(0, 1fr));
  }
}

@media (min-width: 701px) and (max-width: 980px) {
  .signal-strip.logic-strip {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (max-width: 700px) {
  .signal-strip.logic-strip {
    grid-template-columns: 1fr;
  }
}
