:root {
  --bg: #f7f4ef;
  --ink: #111111;
  --muted: #615f5a;
  --line: #e3ddd2;
  --panel: #ffffff;
  --orange: #ff9638;
  --orange-dark: #d76309;
  --blue: #1863ff;
  --green: #19a866;
  --dark: #111111;
  --shadow: 0 24px 70px rgba(40, 30, 16, 0.16);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

* {
  box-sizing: border-box;
}

body {
  margin: 0;
  color: var(--ink);
  background: linear-gradient(180deg, #ffffff 0%, var(--bg) 100%);
}

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

.hero {
  min-height: 100vh;
  padding: 28px clamp(18px, 5vw, 72px) 34px;
  display: flex;
  flex-direction: column;
  background: transparent;
}

.nav {
  width: min(1180px, 100%);
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
}

.brand {
  display: flex;
  align-items: center;
  gap: 12px;
  min-width: 0;
}

.brand-logo {
  width: clamp(104px, 14vw, 146px);
  height: auto;
  display: block;
}

.nav-actions {
  display: flex;
  align-items: center;
  gap: 10px;
}

.nav-link {
  color: var(--muted);
  font-size: 0.92rem;
  font-weight: 650;
}

.hero-grid {
  width: min(1180px, 100%);
  margin: auto;
  padding: 54px 0 24px;
  display: grid;
  grid-template-columns: minmax(0, 1.02fr) minmax(340px, 0.78fr);
  align-items: center;
  gap: clamp(30px, 5vw, 70px);
}

.eyebrow {
  width: fit-content;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  min-height: 34px;
  padding: 0 12px;
  border: 1px solid rgba(23, 107, 255, 0.18);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.72);
  color: var(--orange-dark);
  font-weight: 800;
  font-size: 0.84rem;
}

.pulse {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--green);
  box-shadow: 0 0 0 6px rgba(25, 179, 107, 0.14);
}

h1 {
  max-width: 760px;
  margin: 22px 0 0;
  font-size: clamp(2.55rem, 6.2vw, 5.45rem);
  line-height: 0.96;
  letter-spacing: 0;
}

.lead {
  max-width: 660px;
  margin: 22px 0 0;
  color: var(--muted);
  font-size: clamp(1.05rem, 2vw, 1.26rem);
  line-height: 1.55;
}

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

.primary {
  min-height: 50px;
  border-radius: 8px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 0 19px;
  font-weight: 850;
  border: 1px solid transparent;
  cursor: pointer;
}

.primary {
  color: #111111;
  background: var(--orange);
  box-shadow: 0 18px 38px rgba(255, 150, 56, 0.32);
}

.proof {
  margin-top: 28px;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
  max-width: 650px;
}

.proof-item {
  min-height: 82px;
  padding: 14px;
  border: 1px solid rgba(219, 227, 238, 0.9);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.72);
}

.proof-item strong {
  display: block;
  font-size: 1.05rem;
  line-height: 1.1;
}

.proof-item span {
  display: block;
  margin-top: 6px;
  color: var(--muted);
  font-size: 0.82rem;
  line-height: 1.28;
}

.digital-scan {
  position: relative;
  padding: 14px;
  border: 1px solid rgba(20, 20, 20, 0.08);
  border-radius: 8px;
  background:
    linear-gradient(135deg, rgba(255, 150, 56, 0.18), transparent 34%),
    linear-gradient(180deg, #171717 0%, #0d0f14 100%);
  color: #ffffff;
  box-shadow: var(--shadow);
  overflow: hidden;
}

.digital-scan::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.045) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.045) 1px, transparent 1px);
  background-size: 28px 28px;
  mask-image: linear-gradient(180deg, rgba(0, 0, 0, 0.95), transparent 76%);
}

.scan-topbar,
.scan-header,
.scan-tabs,
.scan-screen,
.scan-cta {
  position: relative;
  z-index: 1;
}

.scan-topbar {
  height: 28px;
  display: flex;
  align-items: center;
  gap: 7px;
  padding: 0 4px 10px;
}

.scan-topbar span {
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.35);
}

.scan-topbar span:first-child {
  background: var(--orange);
}

.scan-header {
  padding: 14px 12px 18px;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 18px;
}

.scan-kicker {
  display: inline-flex;
  color: #ffbf82;
  font-size: 0.76rem;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.scan-header h2 {
  margin: 8px 0 0;
  max-width: 270px;
  font-size: 1.44rem;
  line-height: 1.12;
  letter-spacing: 0;
}

.scan-score {
  width: 82px;
  min-width: 82px;
  aspect-ratio: 1;
  border: 1px solid rgba(255, 150, 56, 0.46);
  border-radius: 50%;
  display: grid;
  place-items: center;
  align-content: center;
  background:
    radial-gradient(circle, rgba(255, 150, 56, 0.28), transparent 62%),
    rgba(255, 255, 255, 0.05);
}

.scan-score strong,
.scan-score span {
  display: block;
  text-align: center;
}

.scan-score strong {
  font-size: 1.24rem;
  line-height: 1;
}

.scan-score span {
  margin-top: 4px;
  color: #bfc7d3;
  font-size: 0.68rem;
  font-weight: 800;
}

.scan-tabs {
  padding: 4px;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 4px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.06);
}

.scan-tab {
  min-height: 42px;
  border: 0;
  border-radius: 7px;
  background: transparent;
  color: #bfc7d3;
  font: inherit;
  font-size: 0.78rem;
  font-weight: 850;
  cursor: pointer;
}

.scan-tab.is-active {
  color: #111111;
  background: var(--orange);
  box-shadow: 0 10px 24px rgba(255, 150, 56, 0.28);
}

.scan-screen {
  margin-top: 14px;
  padding: 18px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.06);
  backdrop-filter: blur(12px);
}

.scan-route {
  display: flex;
  align-items: center;
  gap: 10px;
  color: #ffffff;
  font-size: 1.02rem;
  font-weight: 900;
}

.route-dot {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: var(--green);
  box-shadow: 0 0 0 7px rgba(25, 168, 102, 0.14);
}

.scan-bars {
  margin-top: 20px;
  display: grid;
  gap: 15px;
}

.scan-bar-label {
  display: flex;
  justify-content: space-between;
  gap: 14px;
  color: #cdd5df;
  font-size: 0.82rem;
  font-weight: 750;
}

.scan-bar-label strong {
  color: #ffffff;
}

.track {
  display: block;
  height: 8px;
  margin-top: 8px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.12);
  overflow: hidden;
}

.track span {
  display: block;
  height: 100%;
  border-radius: inherit;
  background: linear-gradient(90deg, var(--orange), #ffd29d);
  transition: width 220ms ease;
}

.scan-screen p {
  margin: 18px 0 0;
  color: #d7deea;
  font-size: 0.94rem;
  line-height: 1.5;
}

.scan-stack {
  margin-top: 18px;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.scan-stack span {
  min-height: 30px;
  padding: 0 10px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 8px;
  display: inline-flex;
  align-items: center;
  color: #ffcf9d;
  background: rgba(255, 150, 56, 0.1);
  font-size: 0.78rem;
  font-weight: 850;
}

.scan-cta {
  margin-top: 14px;
  min-height: 50px;
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #111111;
  background: var(--orange);
  font-weight: 950;
  box-shadow: 0 18px 36px rgba(255, 150, 56, 0.28);
}

.section-heading {
  width: min(1180px, 100%);
  margin: 0 auto 34px;
}

.section-kicker {
  display: inline-flex;
  min-height: 32px;
  align-items: center;
  padding: 0 11px;
  border: 1px solid rgba(255, 150, 56, 0.38);
  border-radius: 8px;
  color: var(--orange-dark);
  background: #fff7ef;
  font-size: 0.78rem;
  font-weight: 900;
  text-transform: uppercase;
}

.section-heading h2 {
  max-width: 780px;
  margin: 16px 0 0;
  font-size: clamp(2rem, 4vw, 3.55rem);
  line-height: 1;
  letter-spacing: 0;
}

.section-heading p {
  max-width: 690px;
  margin: 18px 0 0;
  color: var(--muted);
  font-size: 1.05rem;
  line-height: 1.55;
}

.clients-section {
  padding: 84px clamp(18px, 5vw, 72px);
  background: transparent;
  color: var(--ink);
}

.clients-inner {
  width: min(1180px, 100%);
  margin: 0 auto;
}

.clients-heading {
  display: grid;
  justify-items: center;
  text-align: center;
}

.clients-heading span {
  color: var(--orange);
  font-size: 0.86rem;
  font-weight: 950;
  text-transform: uppercase;
}

.clients-heading h2 {
  max-width: 760px;
  margin: 14px 0 0;
  color: var(--ink);
  font-size: clamp(1.55rem, 3.4vw, 3rem);
  line-height: 1.04;
  letter-spacing: 0;
}

.client-showcase {
  margin-top: 48px;
  display: grid;
  grid-template-columns: 44px minmax(0, 1fr) 44px;
  align-items: center;
  gap: 18px;
}

.client-arrow {
  width: 44px;
  height: 44px;
  border: 1px solid var(--line);
  border-radius: 8px;
  display: grid;
  place-items: center;
  color: var(--ink);
  background: #ffffff;
  font-size: 2rem;
  line-height: 1;
  box-shadow: 0 12px 30px rgba(40, 30, 16, 0.08);
}

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

.client-card {
  min-height: 238px;
  padding: 24px 20px;
  border: 1px solid var(--line);
  border-radius: 8px;
  display: grid;
  align-content: center;
  justify-items: center;
  text-align: center;
  background: rgba(255, 255, 255, 0.82);
  box-shadow: 0 18px 44px rgba(40, 30, 16, 0.08);
}

.client-card.is-featured {
  border-color: rgba(255, 150, 56, 0.42);
  box-shadow: 0 24px 60px rgba(255, 150, 56, 0.14);
}

.client-logo {
  min-height: 112px;
  width: min(280px, 100%);
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.client-logo img {
  max-width: 100%;
  max-height: 112px;
  width: auto;
  height: auto;
  display: block;
  object-fit: contain;
}

.client-card strong {
  margin-top: 18px;
  color: var(--ink);
  font-size: 1rem;
}

.client-card small {
  max-width: 260px;
  margin-top: 8px;
  color: var(--muted);
  font-size: 0.86rem;
  line-height: 1.42;
}

.digital-lab {
  padding: 96px clamp(18px, 5vw, 72px);
  background: transparent;
}

.lab-shell {
  width: min(1180px, 100%);
  margin: 0 auto;
}

.lab-intro {
  max-width: 860px;
  margin-bottom: 34px;
}

.lab-intro span {
  display: inline-flex;
  min-height: 32px;
  align-items: center;
  padding: 0 11px;
  border: 1px solid rgba(255, 150, 56, 0.38);
  border-radius: 8px;
  color: var(--orange-dark);
  background: #fff7ef;
  font-size: 0.78rem;
  font-weight: 950;
  text-transform: uppercase;
}

.lab-intro h2 {
  margin: 16px 0 0;
  font-size: clamp(2.15rem, 4.5vw, 4rem);
  line-height: 0.98;
  letter-spacing: 0;
}

.lab-intro p {
  margin: 18px 0 0;
  color: var(--muted);
  font-size: 1.06rem;
  line-height: 1.55;
}

.lab-console {
  padding: 16px;
  border: 1px solid rgba(20, 20, 20, 0.08);
  border-radius: 8px;
  background:
    linear-gradient(135deg, rgba(255, 150, 56, 0.16), transparent 42%),
    #111111;
  color: #ffffff;
  box-shadow: var(--shadow);
}

.lab-progress {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 6px;
  padding: 4px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.06);
}

.lab-step-pill {
  min-height: 48px;
  border-radius: 7px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  color: #cdd5df;
  background: transparent;
  font-weight: 900;
}

.lab-step-pill strong {
  color: #ffbf82;
  font-size: 0.72rem;
}

.lab-step-pill.is-active {
  color: #111111;
  background: var(--orange);
}

.lab-step-pill.is-active strong {
  color: #111111;
}

.lab-step-pill.is-complete {
  color: #ffffff;
  background: rgba(255, 150, 56, 0.18);
}

.lab-stage {
  margin-top: 14px;
  display: grid;
  grid-template-columns: minmax(0, 0.82fr) minmax(0, 1fr);
  gap: 14px;
}

.lab-panel,
.lab-output {
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.06);
}

.lab-panel {
  padding: 18px;
}

.lab-panel-head {
  position: relative;
}

.lab-back {
  position: absolute;
  top: 0;
  right: 0;
  width: 38px;
  height: 38px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 8px;
  display: grid;
  place-items: center;
  color: #ffffff;
  background: rgba(255, 255, 255, 0.08);
  font: inherit;
  font-size: 1.6rem;
  line-height: 1;
  cursor: pointer;
}

.lab-back[hidden] {
  display: none;
}

.lab-panel-head span,
.lab-output-top strong {
  color: #ffbf82;
  font-size: 0.78rem;
  font-weight: 950;
  text-transform: uppercase;
}

.lab-panel-head strong {
  display: block;
  margin-top: 9px;
  font-size: clamp(1.45rem, 2.7vw, 2.35rem);
  line-height: 1.05;
}

.lab-choice-grid {
  margin-top: 20px;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 8px;
}

.lab-choice-grid[hidden] {
  display: none;
}

.lab-choice {
  min-height: 46px;
  padding: 9px 11px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 8px;
  color: #ffffff;
  background: rgba(255, 255, 255, 0.06);
  font: inherit;
  font-size: 0.84rem;
  font-weight: 850;
  text-align: left;
  cursor: pointer;
}

.lab-choice.is-active {
  color: #111111;
  border-color: var(--orange);
  background: var(--orange);
}

.lab-other-field {
  grid-column: 1 / -1;
  display: grid;
  gap: 9px;
  padding: 13px;
  border: 1px solid rgba(255, 150, 56, 0.34);
  border-radius: 8px;
  background: rgba(255, 150, 56, 0.1);
}

.lab-other-field span {
  color: #ffbf82;
  font-size: 0.76rem;
  font-weight: 950;
  text-transform: uppercase;
}

.lab-other-field input {
  width: 100%;
  min-height: 44px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 8px;
  padding: 0 12px;
  color: #ffffff;
  background: rgba(255, 255, 255, 0.08);
  font: inherit;
  outline: none;
}

.lab-other-field input:focus {
  border-color: var(--orange);
}

.lab-other-field button {
  min-height: 44px;
  border: 0;
  border-radius: 8px;
  color: #111111;
  background: var(--orange);
  font: inherit;
  font-weight: 950;
  cursor: pointer;
}

.lab-contact-form {
  margin-top: 20px;
  display: grid;
  gap: 10px;
}

.lab-contact-form[hidden] {
  display: none;
}

.lab-contact-form label {
  display: grid;
  gap: 7px;
  color: #ffbf82;
  font-size: 0.78rem;
  font-weight: 950;
  text-transform: uppercase;
}

.lab-contact-form input {
  width: 100%;
  min-height: 46px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 8px;
  padding: 0 12px;
  color: #ffffff;
  background: rgba(255, 255, 255, 0.08);
  font: inherit;
  outline: none;
}

.lab-contact-form input:focus {
  border-color: var(--orange);
}

.lab-generate {
  min-height: 48px;
  border: 0;
  border-radius: 8px;
  color: #111111;
  background: var(--orange);
  font: inherit;
  font-weight: 950;
  cursor: pointer;
}

.lab-generate:disabled {
  cursor: wait;
  opacity: 0.72;
}

.lab-metrics {
  margin-top: 18px;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 8px;
}

.lab-metrics div,
.lab-route div {
  min-height: 84px;
  padding: 13px;
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.06);
}

.lab-metrics span,
.lab-route span {
  color: #ffbf82;
  font-size: 0.72rem;
  font-weight: 950;
  text-transform: uppercase;
}

.lab-metrics strong,
.lab-route strong {
  display: block;
  margin-top: 8px;
  color: #ffffff;
  font-size: 1rem;
  line-height: 1.25;
}

.lab-output {
  position: relative;
  padding: 20px;
  overflow: hidden;
}

.lab-output::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.045) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.045) 1px, transparent 1px);
  background-size: 28px 28px;
  mask-image: linear-gradient(180deg, rgba(0, 0, 0, 0.85), transparent 82%);
}

.lab-output > * {
  position: relative;
  z-index: 1;
}

.lab-output-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
}

.lab-output-top span {
  width: 11px;
  height: 11px;
  border-radius: 50%;
  background: var(--green);
  box-shadow: 0 0 0 8px rgba(25, 168, 102, 0.14);
}

.lab-output h3 {
  margin: 18px 0 0;
  font-size: clamp(1.7rem, 3.4vw, 3.05rem);
  line-height: 1.02;
  letter-spacing: 0;
}

.lab-output p {
  margin: 16px 0 0;
  color: #d7deea;
  font-size: 1rem;
  line-height: 1.52;
}

.lab-saved {
  margin-top: 18px;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 8px;
}

.lab-saved div {
  min-height: 82px;
  padding: 13px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.06);
}

.lab-saved span {
  color: #ffbf82;
  font-size: 0.72rem;
  font-weight: 950;
  text-transform: uppercase;
}

.lab-saved strong {
  display: block;
  margin-top: 8px;
  color: #ffffff;
  font-size: 0.9rem;
  line-height: 1.25;
}

.lab-route {
  margin-top: 20px;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 8px;
}

.lab-submit-status {
  margin-top: 20px;
  min-height: 52px;
  padding: 13px 14px;
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #d7deea;
  background: rgba(255, 255, 255, 0.08);
  font-size: 0.94rem;
  font-weight: 850;
  text-align: center;
}

.lab-submit-status.is-success {
  color: #c9ffe4;
  background: rgba(25, 168, 102, 0.18);
}

.lab-submit-status.is-error {
  color: #ffe1d6;
  background: rgba(255, 96, 56, 0.18);
}

.strategy-services {
  padding: 88px clamp(18px, 5vw, 72px);
  background: transparent;
}

.strategy-inner {
  width: min(1180px, 100%);
  margin: 0 auto;
}

.strategy-heading {
  margin-bottom: 34px;
}

.strategy-grid {
  display: grid;
  grid-template-columns: minmax(280px, 0.72fr) minmax(0, 1fr);
  gap: 22px;
  align-items: stretch;
}

.strategy-picker {
  display: grid;
  gap: 10px;
}

.strategy-option {
  min-height: 116px;
  padding: 18px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.82);
  text-align: left;
  color: var(--ink);
  cursor: pointer;
  transition: transform 160ms ease, border-color 160ms ease, box-shadow 160ms ease;
}

.strategy-option:hover,
.strategy-option.is-active {
  transform: translateY(-2px);
  border-color: rgba(255, 150, 56, 0.62);
  box-shadow: 0 18px 42px rgba(40, 30, 16, 0.1);
}

.strategy-option span {
  color: var(--orange-dark);
  font-size: 0.76rem;
  font-weight: 950;
}

.strategy-option strong {
  display: block;
  margin-top: 7px;
  font-size: 1.04rem;
  line-height: 1.18;
}

.strategy-option small {
  display: block;
  margin-top: 7px;
  color: var(--muted);
  font-size: 0.84rem;
  line-height: 1.34;
}

.strategy-panel {
  min-height: 100%;
  padding: 22px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.86);
  box-shadow: var(--shadow);
}

.strategy-panel-head {
  display: grid;
  gap: 10px;
}

.strategy-panel-head span {
  width: fit-content;
  min-height: 30px;
  padding: 0 10px;
  border-radius: 8px;
  display: inline-flex;
  align-items: center;
  color: #111111;
  background: var(--orange);
  font-size: 0.78rem;
  font-weight: 950;
}

.strategy-panel-head strong {
  max-width: 780px;
  font-size: clamp(1.55rem, 3vw, 2.65rem);
  line-height: 1.05;
  letter-spacing: 0;
}

.service-columns {
  margin-top: 22px;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
}

.service-card {
  min-height: 172px;
  padding: 16px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #ffffff;
}

.service-card-highlight {
  border-color: rgba(255, 150, 56, 0.58);
  background: #fff7ef;
}

.service-card span {
  color: var(--orange-dark);
  font-size: 0.78rem;
  font-weight: 950;
  text-transform: uppercase;
}

.service-card p {
  margin: 12px 0 0;
  color: var(--muted);
  font-size: 0.92rem;
  line-height: 1.48;
}

.smart-demo {
  margin-top: 14px;
  padding: 18px;
  border-radius: 8px;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(280px, 0.78fr);
  gap: 18px;
  align-items: center;
  background: #111111;
  color: #ffffff;
}

.demo-copy span {
  color: #ffbf82;
  font-size: 0.78rem;
  font-weight: 950;
  text-transform: uppercase;
}

.demo-copy h3 {
  margin: 10px 0 0;
  font-size: clamp(1.35rem, 2.5vw, 2.1rem);
  line-height: 1.08;
}

.demo-copy p {
  margin: 12px 0 0;
  color: #d7deea;
  font-size: 0.94rem;
  line-height: 1.5;
}

.mini-calculator {
  padding: 16px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.06);
}

.mini-calculator label {
  color: #ffbf82;
  font-size: 0.8rem;
  font-weight: 900;
}

.calculator-row {
  margin-top: 12px;
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 12px;
  align-items: center;
}

.calculator-row input {
  width: 100%;
  accent-color: var(--orange);
}

.calculator-row strong {
  min-width: 72px;
  text-align: right;
}

.calculator-result {
  margin-top: 16px;
  padding: 14px;
  border-radius: 8px;
  background: rgba(255, 150, 56, 0.12);
}

.calculator-result span {
  color: #ffbf82;
  font-size: 0.75rem;
  font-weight: 900;
  text-transform: uppercase;
}

.calculator-result strong {
  display: block;
  margin-top: 7px;
  font-size: 0.94rem;
  line-height: 1.35;
}

.attendance-systems {
  padding: 88px clamp(18px, 5vw, 72px);
  background: transparent;
}

.systems-inner {
  width: min(1180px, 100%);
  margin: 0 auto;
}

.systems-heading {
  max-width: 820px;
  margin-bottom: 34px;
}

.systems-heading span {
  display: inline-flex;
  min-height: 32px;
  align-items: center;
  padding: 0 11px;
  border: 1px solid rgba(255, 150, 56, 0.38);
  border-radius: 8px;
  color: var(--orange-dark);
  background: #fff7ef;
  font-size: 0.78rem;
  font-weight: 950;
  text-transform: uppercase;
}

.systems-heading h2 {
  margin: 16px 0 0;
  font-size: clamp(2rem, 4.2vw, 3.7rem);
  line-height: 1;
  letter-spacing: 0;
}

.systems-heading p {
  margin: 18px 0 0;
  color: var(--muted);
  font-size: 1.05rem;
  line-height: 1.55;
}

.systems-grid {
  display: grid;
  grid-template-columns: minmax(250px, 0.52fr) minmax(0, 1fr);
  gap: 18px;
}

.systems-tabs {
  display: grid;
  gap: 10px;
}

.system-tab {
  min-height: 70px;
  padding: 14px 16px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.86);
  color: var(--ink);
  font: inherit;
  font-size: 0.94rem;
  font-weight: 850;
  text-align: left;
  cursor: pointer;
}

.system-tab.is-active {
  border-color: rgba(255, 150, 56, 0.66);
  background: #fff7ef;
  box-shadow: 0 16px 32px rgba(255, 150, 56, 0.14);
}

.system-showcase {
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(270px, 0.58fr);
  gap: 14px;
}

.system-preview,
.system-details {
  border: 1px solid var(--line);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.86);
  box-shadow: 0 18px 44px rgba(40, 30, 16, 0.08);
}

.system-preview {
  padding: 14px;
}

.system-browser {
  height: 30px;
  display: flex;
  align-items: flex-start;
  gap: 7px;
}

.system-browser span {
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: #d7d1c6;
}

.system-browser span:first-child {
  background: var(--orange);
}

.system-screen {
  min-height: 360px;
  padding: clamp(20px, 4vw, 36px);
  border-radius: 8px;
  background:
    linear-gradient(rgba(255, 255, 255, 0.055) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.055) 1px, transparent 1px),
    #111111;
  background-size: 28px 28px;
  color: #ffffff;
}

.system-screen > span {
  display: inline-flex;
  min-height: 30px;
  align-items: center;
  padding: 0 10px;
  border-radius: 8px;
  color: #111111;
  background: var(--orange);
  font-size: 0.76rem;
  font-weight: 950;
}

.system-screen h3 {
  max-width: 620px;
  margin: 18px 0 0;
  font-size: clamp(1.6rem, 3vw, 2.7rem);
  line-height: 1.04;
  letter-spacing: 0;
}

.system-screen p {
  max-width: 580px;
  margin: 14px 0 0;
  color: #d7deea;
  font-size: 0.98rem;
  line-height: 1.5;
}

.system-widget {
  margin-top: 22px;
  padding: 16px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.06);
}

.system-widget div {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
}

.system-widget span,
.system-widget small {
  color: #ffbf82;
  font-size: 0.82rem;
  font-weight: 850;
}

.system-widget strong {
  color: #ffffff;
}

.system-widget input {
  width: 100%;
  margin-top: 14px;
  accent-color: var(--orange);
}

.system-widget small {
  display: block;
  margin-top: 14px;
  color: #d7deea;
  line-height: 1.4;
}

.system-details {
  padding: 22px;
  display: grid;
  align-content: space-between;
  gap: 18px;
}

.system-list strong {
  display: block;
  font-size: 1.16rem;
}

.system-list ul {
  margin: 16px 0 0;
  padding: 0;
  display: grid;
  gap: 10px;
  list-style: none;
}

.system-list li {
  position: relative;
  padding-left: 22px;
  color: var(--muted);
  font-size: 0.94rem;
  line-height: 1.36;
}

.system-list li::before {
  content: "";
  position: absolute;
  top: 0.48em;
  left: 0;
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: var(--orange);
}

.system-cta {
  min-height: 50px;
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #111111;
  background: var(--orange);
  font-weight: 950;
  text-align: center;
  box-shadow: 0 16px 32px rgba(255, 150, 56, 0.22);
}

.gallery-grid {
  margin-top: 24px;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.gallery-grid figure {
  margin: 0;
  aspect-ratio: 4 / 3;
  border-radius: 8px;
  background: #111111;
  overflow: hidden;
}

.gallery-grid img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  opacity: 0.92;
  transition: transform 180ms ease, opacity 180ms ease;
}

.gallery-grid figure:hover img {
  transform: scale(1.035);
  opacity: 1;
}

.it-accordion {
  padding: 72px clamp(18px, 5vw, 72px);
  background: #070707;
}

.it-panel {
  width: min(1180px, 100%);
  margin: 0 auto;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 8px;
  background:
    radial-gradient(circle at 18% 0%, rgba(255, 150, 56, 0.16), transparent 26%),
    #000000;
  color: #ffffff;
  overflow: hidden;
}

.it-panel summary {
  min-height: 128px;
  padding: 28px clamp(18px, 4vw, 42px);
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: center;
  gap: 8px 18px;
  cursor: pointer;
  list-style: none;
}

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

.it-panel summary span {
  color: var(--orange);
  font-size: 0.86rem;
  font-weight: 950;
  text-transform: uppercase;
}

.it-panel summary strong {
  position: relative;
  padding-right: 38px;
  font-size: clamp(1.35rem, 3vw, 2.3rem);
  line-height: 1.05;
  letter-spacing: 0;
  text-align: right;
  grid-column: 2;
  grid-row: 1 / span 2;
}

.it-panel summary strong::after {
  content: "+";
  position: absolute;
  top: 50%;
  right: 0;
  width: 26px;
  height: 26px;
  border-radius: 8px;
  display: grid;
  place-items: center;
  color: #111111;
  background: var(--orange);
  font-size: 1.2rem;
  line-height: 1;
  transform: translateY(-50%);
}

.it-panel[open] summary strong::after {
  content: "-";
}

.it-panel summary small {
  color: #9ca3af;
  font-size: 0.9rem;
  font-weight: 750;
}

.it-panel[open] summary small {
  color: #ffbf82;
}

.it-panel summary em {
  width: fit-content;
  min-height: 34px;
  padding: 0 12px;
  border: 1px solid rgba(255, 150, 56, 0.42);
  border-radius: 8px;
  display: inline-flex;
  align-items: center;
  color: #111111;
  background: var(--orange);
  font-size: 0.82rem;
  font-style: normal;
  font-weight: 950;
}

.it-local-alert {
  margin: 0 clamp(18px, 4vw, 42px) 20px;
  padding: 18px;
  border: 1px solid rgba(255, 150, 56, 0.22);
  border-radius: 8px;
  display: grid;
  gap: 6px;
  background: rgba(255, 150, 56, 0.08);
}

.it-local-alert strong {
  color: var(--orange);
  font-size: 0.94rem;
  text-transform: uppercase;
}

.it-local-alert p {
  margin: 0;
  color: #d7deea;
  line-height: 1.48;
}

.it-services {
  padding: 18px clamp(18px, 4vw, 42px) 44px;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 28px 22px;
}

.it-services article {
  min-height: 210px;
  padding: 24px 18px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 8px;
  display: grid;
  align-content: start;
  justify-items: center;
  text-align: center;
  background: rgba(255, 255, 255, 0.03);
}

.check-mark {
  width: 42px;
  height: 28px;
  margin-bottom: 26px;
  border-right: 9px solid #ffffff;
  border-bottom: 9px solid #ffffff;
  transform: rotate(45deg);
}

.it-services h3 {
  margin: 0;
  font-size: 1.04rem;
  line-height: 1.22;
  text-transform: uppercase;
}

.it-services p {
  margin: 14px 0 0;
  color: #9ca3af;
  font-size: 0.95rem;
  line-height: 1.48;
}

.it-gallery {
  padding: 4px clamp(18px, 4vw, 42px) 44px;
}

.it-gallery-heading {
  padding-top: 28px;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  display: grid;
  justify-items: center;
  text-align: center;
}

.it-gallery-heading span {
  color: var(--orange);
  font-size: 0.82rem;
  font-weight: 950;
  text-transform: uppercase;
}

.it-gallery-heading strong {
  max-width: 640px;
  margin-top: 10px;
  color: #ffffff;
  font-size: clamp(1.25rem, 2.2vw, 1.9rem);
  line-height: 1.12;
}

.site-footer {
  padding: 28px clamp(18px, 5vw, 72px);
  border-top: 1px solid var(--line);
  background: #ffffff;
}

.contact-strip {
  padding: 34px clamp(18px, 5vw, 72px);
  background: #111111;
}

.contact-inner {
  width: min(1180px, 100%);
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
}

.contact-item {
  min-height: 96px;
  padding: 18px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 8px;
  display: grid;
  align-content: center;
  gap: 7px;
  background: rgba(255, 255, 255, 0.055);
}

.contact-item span {
  color: #ffbf82;
  font-size: 0.78rem;
  font-weight: 900;
  text-transform: uppercase;
}

.contact-item strong {
  color: #ffffff;
  font-size: 1rem;
  line-height: 1.28;
}

.footer-inner {
  width: min(1180px, 100%);
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
}

.footer-inner img {
  width: 92px;
  height: auto;
  display: block;
}

.footer-inner div {
  display: grid;
  justify-items: end;
  gap: 4px;
  text-align: right;
}

.footer-inner strong {
  color: var(--ink);
  font-size: 0.94rem;
}

.footer-inner span {
  color: var(--muted);
  font-size: 0.84rem;
  font-weight: 650;
}

@media (max-width: 900px) {
  .hero {
    min-height: auto;
  }

  .nav-actions .nav-link {
    display: none;
  }

  .hero-grid {
    grid-template-columns: 1fr;
    padding-top: 44px;
  }

  .digital-scan {
    max-width: 620px;
  }

  .it-services {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

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

  .client-showcase {
    grid-template-columns: 1fr;
  }

  .client-arrow {
    display: none;
  }

  .client-track {
    grid-template-columns: 1fr;
  }

  .strategy-grid,
  .smart-demo,
  .lab-stage,
  .systems-grid,
  .system-showcase {
    grid-template-columns: 1fr;
  }

  .service-columns,
  .lab-route {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 620px) {
  .hero {
    padding: 20px 16px 28px;
  }

  h1 {
    font-size: clamp(2.25rem, 13vw, 3.6rem);
  }

  .proof {
    grid-template-columns: 1fr;
  }

  .primary {
    width: 100%;
  }

  .scan-header {
    padding-inline: 8px;
  }

  .scan-tabs {
    grid-template-columns: 1fr;
  }

  .it-accordion {
    padding: 48px 16px;
  }

  .it-panel summary {
    align-items: flex-start;
    grid-template-columns: 1fr;
  }

  .it-panel summary strong {
    grid-column: auto;
    grid-row: auto;
    text-align: left;
  }

  .it-panel summary em {
    width: 100%;
    justify-content: center;
    text-align: center;
  }

  .it-services {
    grid-template-columns: 1fr;
  }

  .gallery-grid {
    grid-template-columns: 1fr;
    gap: 12px;
  }

  .clients-section {
    padding: 58px 16px;
  }

  .strategy-services {
    padding: 58px 16px;
  }

  .attendance-systems {
    padding: 58px 16px;
  }

  .digital-lab {
    padding: 58px 16px;
  }

  .lab-progress,
  .lab-choice-grid,
  .lab-metrics,
  .lab-saved {
    grid-template-columns: 1fr;
  }

  .lab-console {
    padding: 12px;
  }

  .lab-panel,
  .lab-output {
    padding: 16px;
  }

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

  .footer-inner {
    align-items: flex-start;
    flex-direction: column;
  }

  .footer-inner div {
    justify-items: start;
    text-align: left;
  }
}
