:root {
  --bg: #02090b;
  --bg-2: #061013;
  --panel: #071014;
  --panel-2: #0b1418;
  --line: rgba(255, 255, 255, 0.16);
  --line-soft: rgba(255, 255, 255, 0.09);
  --text: #f4f7f5;
  --muted: #b6c0bf;
  --dim: #798383;
  --lime: #B7FF00;
  --teal: #15a7a6;
  --shadow: 0 24px 80px rgba(0, 0, 0, 0.42);
  --max: 100%;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--text);
  background:
    radial-gradient(circle at 70% 4%, rgba(60, 80, 74, 0.3), transparent 30%),
    radial-gradient(circle at 22% 22%, rgba(25, 167, 166, 0.12), transparent 24%),
    linear-gradient(180deg, #02070a 0%, #031014 58%, #02090b 100%);
  font-family:
    Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI",
    sans-serif;
  letter-spacing: 0;
}

body::before {
  background-image: radial-gradient(rgba(255, 255, 255, 0.12) 1px, transparent 1px);
  background-size: 52px 52px;
  content: "";
  inset: 0;
  opacity: 0.055;
  pointer-events: none;
  position: fixed;
}

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

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

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

.site-header,
.hero,
.services,
.work,
.about,
.experience,
.approach,
.consultation,
.contact,
.site-footer {
  margin: 0 auto;
  max-width: var(--max);
  padding-left: clamp(28px, 4.5vw, 72px);
  padding-right: clamp(28px, 4.5vw, 72px);
}

.site-header {
  align-items: start;
  display: grid;
  gap: 24px;
  grid-template-columns: 1fr auto auto;
  padding-top: 28px;
}

.brand {
  display: inline-grid;
  gap: 3px;
  justify-self: start;
  line-height: 1;
}

.brand > span {
  font-size: 30px;
  font-weight: 850;
  letter-spacing: 0;
}

.brand small {
  color: var(--muted);
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 1.7px;
  text-transform: uppercase;
}

.lime,
.hero h1 span,
.about h2 span,
.experience h2 span {
  color: var(--lime);
}

.main-nav {
  align-items: center;
  display: flex;
  gap: 36px;
  padding-top: 10px;
}

.main-nav a,
.nav-contact {
  font-size: 12px;
  font-weight: 850;
  letter-spacing: 0.2px;
  text-transform: uppercase;
}

.main-nav a {
  color: #f8fbfa;
}

.nav-contact {
  border: 1px solid rgba(255, 255, 255, 0.48);
  color: var(--lime);
  display: inline-flex;
  justify-content: center;
  min-width: 86px;
  padding: 14px 18px;
}

.hero {
  display: flex;
  isolation: isolate;
  min-height: calc(100vh - 78px);
  overflow: hidden;
  padding-bottom: 0;
  padding-top: clamp(42px, 5.5vh, 72px);
  position: relative;
}

.hero::before {
  background:
    linear-gradient(90deg, rgba(2, 9, 11, 0.9) 0%, rgba(2, 9, 11, 0.72) 32%, rgba(2, 9, 11, 0.2) 58%, rgba(2, 9, 11, 0) 100%),
    radial-gradient(circle at 22% 48%, rgba(2, 9, 11, 0.34), transparent 32%);
  content: "";
  inset: 0;
  pointer-events: none;
  position: absolute;
  z-index: 1;
}

.hero::after {
  background: linear-gradient(180deg, transparent 72%, var(--bg) 100%);
  bottom: 0;
  content: "";
  height: 220px;
  left: 0;
  pointer-events: none;
  position: absolute;
  right: 0;
  z-index: 1;
}

.hero-scene {
  cursor: default;
  height: 100%;
  inset: 0;
  pointer-events: none;
  position: absolute;
  width: 100%;
  z-index: 0;
}

.hero-copy {
  align-self: start;
  max-width: min(650px, 48vw);
  padding-bottom: 34px;
  padding-top: 30px;
  position: relative;
  z-index: 2;
}

.tag,
.section-kicker {
  align-items: center;
  color: var(--text);
  display: inline-flex;
  font-size: 13px;
  font-weight: 850;
  gap: 10px;
  letter-spacing: 0.2px;
  text-transform: uppercase;
}

.tag {
  border: 1px solid rgba(183, 255, 0, 0.28);
  border-radius: 999px;
  color: var(--lime);
  margin-bottom: 22px;
  padding: 6px 13px;
}

.section-kicker span,
.section-row .section-kicker span {
  background: var(--lime);
  border-radius: 50%;
  height: 9px;
  width: 9px;
}

.hero h1 {
  font-size: clamp(52px, 5.3vw, 78px);
  font-weight: 850;
  letter-spacing: 0;
  line-height: 1.08;
  max-width: 650px;
}

.lead {
  color: var(--muted);
  font-size: 16px;
  line-height: 1.55;
  margin-top: 20px;
  max-width: 470px;
}

.hero-scope {
  color: var(--lime);
  font-size: 13px;
  font-weight: 850;
  letter-spacing: 0.4px;
  line-height: 1.6;
  margin-top: 18px;
  text-transform: uppercase;
}

.hero-scope span {
  color: rgba(255, 255, 255, 0.38);
  margin: 0 8px;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 13px;
  margin-top: 25px;
}

.button {
  align-items: center;
  display: inline-flex;
  font-size: 13px;
  font-weight: 900;
  gap: 18px;
  justify-content: center;
  min-height: 48px;
  min-width: 138px;
  padding: 0 20px;
  text-transform: uppercase;
}

.button span,
.button svg {
  flex: 0 0 auto;
  height: 18px;
  line-height: 1;
  width: 18px;
}

.button.primary {
  background: var(--lime);
  color: #071014;
}

.button.ghost {
  border: 1px solid rgba(255, 255, 255, 0.5);
  color: #ffffff;
}

.platforms {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
  margin-top: clamp(42px, 7vh, 76px);
}

.platforms span {
  color: rgba(255, 255, 255, 0.42);
  font-size: 23px;
  font-weight: 850;
  letter-spacing: -1px;
}

.platforms span:nth-child(4),
.platforms span:nth-child(5) {
  font-size: 17px;
}

.scene-labels {
  inset: 0;
  pointer-events: none;
  position: absolute;
  z-index: 6;
}

.scene-labels span {
  color: #ffffff;
  font-size: 9px;
  font-weight: 900;
  letter-spacing: 0.2px;
  position: absolute;
  text-transform: uppercase;
  transition: color 180ms ease, opacity 180ms ease;
  white-space: nowrap;
}

.scene-hover .scene-labels span {
  color: var(--lime);
}

.node {
  display: none;
  align-items: center;
  background: rgba(7, 16, 20, 0.76);
  border: 1px solid rgba(255, 255, 255, 0.23);
  border-radius: 10px;
  display: none;
  gap: 10px;
  justify-items: center;
  min-height: 90px;
  padding: 14px 12px;
  position: absolute;
  text-align: center;
  width: 112px;
  z-index: 7;
}

.node::after {
  background: var(--lime);
  border-radius: 50%;
  content: "";
  height: 5px;
  position: absolute;
  width: 5px;
}

.node i {
  color: #ffffff;
  font-size: 26px;
  font-style: normal;
  line-height: 1;
}

.node span {
  font-size: 9px;
  font-weight: 850;
  line-height: 1.18;
  text-transform: uppercase;
}

.node-web {
  left: 6%;
  top: 12%;
}

.node-web::after,
.node-erp::after {
  right: -9px;
  top: 34px;
}

.node-erp {
  left: 2%;
  top: 39%;
}

.node-commerce {
  right: 3%;
  top: 10%;
}

.node-commerce::after,
.node-auto::after {
  left: -9px;
  top: 34px;
}

.node-auto {
  right: 0;
  top: 36%;
}

.node-integrations {
  bottom: 22%;
  right: 5%;
}

.node-integrations::after {
  left: -9px;
  top: -9px;
}

.services {
  border-top: 1px solid var(--line-soft);
  padding-bottom: 58px;
  padding-top: 32px;
}

.section-intro {
  display: grid;
  gap: 26px;
  grid-template-columns: minmax(320px, 0.92fr) minmax(280px, 0.72fr);
  margin-top: 28px;
}

.section-intro h2 {
  font-size: clamp(34px, 4vw, 48px);
  line-height: 1.05;
  max-width: 760px;
}

.section-intro p {
  color: var(--muted);
  font-size: 16px;
  line-height: 1.62;
  max-width: 560px;
}

.service-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  margin-top: 38px;
}

.service-grid article {
  border-left: 1px solid var(--line-soft);
  min-height: 158px;
  padding: 10px 28px 0 22px;
}

.service-grid i,
.service-grid svg {
  color: var(--lime);
  display: block;
  font-size: 32px;
  font-style: normal;
  height: 34px;
  line-height: 1;
  margin-bottom: 32px;
  width: 34px;
}

.service-grid h3 {
  font-size: 20px;
  letter-spacing: 0;
  line-height: 1.1;
  margin-bottom: 11px;
}

.service-grid p,
.work-card span,
.about p,
.approach p {
  color: var(--muted);
  font-size: 15px;
  line-height: 1.6;
}

.work {
  border-top: 1px solid var(--line-soft);
  padding-bottom: 42px;
  padding-top: 28px;
}

.section-row {
  align-items: center;
  display: flex;
  justify-content: space-between;
  margin-bottom: 22px;
}

.section-row > a {
  color: var(--lime);
  font-size: 13px;
  font-weight: 900;
  text-transform: uppercase;
}

.section-row > a span,
.section-row > a svg {
  height: 18px;
  margin-left: 8px;
  vertical-align: -3px;
  width: 18px;
}

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

.work-card {
  border: 1px solid var(--line-soft);
  background: rgba(7, 16, 20, 0.65);
}

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

.work-card div {
  min-height: 150px;
  padding: 16px 16px 20px;
  position: relative;
}

.work-card p {
  color: var(--lime);
  font-size: 11px;
  font-weight: 900;
  margin-bottom: 8px;
  text-transform: uppercase;
}

.work-card h2 {
  font-size: 18px;
  font-weight: 700;
  line-height: 1.18;
  margin-bottom: 10px;
}

.work-card a {
  bottom: 18px;
  color: var(--lime);
  font-size: 26px;
  line-height: 1;
  position: absolute;
  right: 16px;
}

.work-card a svg {
  height: 22px;
  width: 22px;
}

.about {
  align-items: center;
  display: grid;
  gap: 42px;
  grid-template-columns: minmax(320px, 0.62fr) 1fr;
  padding-bottom: 28px;
  padding-top: 32px;
}

.about-image img {
  aspect-ratio: 1.34 / 1;
  border: 1px solid var(--line-soft);
  filter: grayscale(0.4) contrast(1.05);
  object-fit: cover;
  width: 100%;
}

.about h2 {
  font-size: clamp(32px, 4vw, 40px);
  line-height: 1.08;
  margin-bottom: 18px;
  margin-top: 18px;
}

.about p + p {
  margin-top: 13px;
}

.experience {
  border-top: 1px solid var(--line-soft);
  padding-bottom: 46px;
  padding-top: 48px;
  position: relative;
}

.experience::before {
  background:
    radial-gradient(circle at 50% 10%, rgba(183, 255, 0, 0.08), transparent 30%),
    radial-gradient(circle at 18% 45%, rgba(21, 167, 166, 0.08), transparent 24%);
  content: "";
  inset: 0;
  pointer-events: none;
  position: absolute;
}

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

.experience-intro {
  margin: 0 auto 38px;
  max-width: 680px;
  text-align: center;
}

.experience-intro > p:first-child,
.expertise-strip > p,
.trusted-strip > p {
  color: var(--lime);
  font-size: 13px;
  font-weight: 850;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.experience-intro h2 {
  color: #ffffff;
  font-size: clamp(38px, 5vw, 58px);
  font-weight: 760;
  letter-spacing: 0;
  line-height: 1.06;
  margin-top: 14px;
}

.experience-intro h2 span {
  display: block;
}

.experience-intro > p:last-child {
  color: var(--muted);
  font-size: clamp(17px, 2vw, 22px);
  line-height: 1.42;
  margin: 20px auto 0;
  max-width: 620px;
}

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

.experience-metrics article,
.expertise-strip,
.trusted-strip {
  background:
    linear-gradient(145deg, rgba(14, 25, 30, 0.78), rgba(5, 13, 16, 0.76)),
    radial-gradient(circle at 50% 0%, rgba(255, 255, 255, 0.06), transparent 42%);
  border: 1px solid var(--line-soft);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.035), 0 20px 60px rgba(0, 0, 0, 0.18);
}

.experience-metrics article {
  min-height: 258px;
  padding: 34px 34px 28px;
}

.experience-metrics i,
.experience-metrics svg {
  color: var(--lime);
  display: block;
  font-size: 40px;
  font-style: normal;
  height: 42px;
  line-height: 1;
  margin-bottom: 26px;
  width: 42px;
}

.experience-metrics strong {
  color: #ffffff;
  display: block;
  font-size: clamp(56px, 6.6vw, 82px);
  font-weight: 760;
  letter-spacing: 0;
  line-height: 0.95;
}

.experience-metrics strong::after {
  background: var(--lime);
  content: "";
  display: block;
  height: 1px;
  margin: 26px 0 18px;
  width: 32px;
}

.experience-metrics span {
  color: rgba(244, 247, 245, 0.72);
  display: block;
  font-size: clamp(20px, 2.1vw, 25px);
  line-height: 1.24;
}

.expertise-strip,
.trusted-strip {
  margin-top: 20px;
  padding: 28px 34px;
}

.expertise-strip {
  align-items: center;
  display: grid;
  gap: 30px;
  grid-template-columns: 180px 1fr;
}

.expertise-strip ul,
.trusted-strip ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.expertise-strip ul {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
}

.expertise-strip li {
  align-items: center;
  border-left: 1px solid var(--line-soft);
  color: rgba(244, 247, 245, 0.86);
  display: flex;
  font-size: 18px;
  gap: 14px;
  line-height: 1.25;
  min-height: 70px;
  padding: 0 22px;
}

.expertise-strip li:first-child {
  border-left: 0;
}

.expertise-strip i,
.expertise-strip svg {
  color: var(--lime);
  flex: 0 0 auto;
  font-size: 36px;
  font-style: normal;
  height: 36px;
  line-height: 1;
  width: 36px;
}

.trusted-strip {
  display: grid;
  gap: 26px;
}

.trusted-strip ul {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
}

.trusted-strip li {
  align-items: center;
  border-left: 1px solid var(--line-soft);
  display: flex;
  justify-content: center;
  line-height: 1;
  min-height: 70px;
  text-align: center;
}

.trusted-strip li:first-child {
  border-left: 0;
}

.trusted-strip img {
  display: block;
  max-height: 76px;
  max-width: min(205px, 90%);
  object-fit: contain;
  opacity: 0.92;
  width: auto;
}

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

.stats article {
  border-left: 1px solid var(--line-soft);
  padding: 0 18px;
}

.stats i,
.stats svg {
  color: var(--lime);
  display: block;
  font-style: normal;
  height: 18px;
  margin-bottom: 8px;
  width: 18px;
}

.stats strong {
  display: block;
  font-size: 25px;
  line-height: 1;
}

.stats span {
  color: var(--dim);
  display: block;
  font-size: 11px;
  margin-top: 6px;
}

.approach {
  border-top: 1px solid var(--line-soft);
  display: grid;
  gap: 30px;
  grid-template-columns: 0.9fr 1.1fr;
  padding-bottom: 36px;
  padding-top: 32px;
}

.approach h2,
.consultation h2 {
  font-size: clamp(32px, 4vw, 42px);
  line-height: 1.08;
  margin-top: 18px;
  max-width: 560px;
}

.consultation {
  border-top: 1px solid var(--line-soft);
  display: grid;
  gap: 32px;
  grid-template-columns: minmax(300px, 0.5fr) minmax(520px, 0.9fr);
  padding-bottom: 48px;
  padding-top: 44px;
}

.consultation-intro {
  align-self: start;
  position: sticky;
  top: 28px;
}

.consultation p {
  color: var(--muted);
  font-size: 16px;
  line-height: 1.55;
  margin-top: 12px;
}

.consultation-panel {
  background:
    linear-gradient(145deg, rgba(14, 25, 30, 0.82), rgba(5, 13, 16, 0.8)),
    radial-gradient(circle at 70% 0%, rgba(183, 255, 0, 0.06), transparent 34%);
  border: 1px solid var(--line-soft);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.035), 0 24px 80px rgba(0, 0, 0, 0.24);
  min-height: 560px;
  padding: clamp(22px, 3vw, 34px);
}

.consultation-progress {
  border-bottom: 1px solid var(--line-soft);
  margin-bottom: 26px;
  padding-bottom: 22px;
}

.consultation-progress > div:first-child {
  align-items: center;
  display: flex;
  gap: 18px;
  justify-content: space-between;
}

.consultation-progress span,
.consultation-progress strong {
  font-size: 12px;
  font-weight: 850;
  letter-spacing: 0.7px;
  text-transform: uppercase;
}

.consultation-progress span {
  color: var(--lime);
}

.consultation-progress strong {
  color: rgba(244, 247, 245, 0.62);
}

.progress-track {
  background: rgba(255, 255, 255, 0.08);
  height: 2px;
  margin-top: 16px;
  overflow: hidden;
}

.progress-track span {
  background: var(--lime);
  display: block;
  height: 100%;
  transition: width 260ms ease;
  width: 16.666%;
}

.lead-form {
  min-height: 450px;
  position: relative;
}

.form-step {
  border: 0;
  display: none;
  margin: 0;
  opacity: 0;
  padding: 0;
  transform: translateY(8px);
  transition: opacity 220ms ease, transform 220ms ease;
}

.form-step.is-active {
  display: block;
  opacity: 1;
  transform: translateY(0);
}

.form-step legend {
  color: #ffffff;
  display: block;
  font-size: clamp(28px, 3.2vw, 38px);
  font-weight: 760;
  letter-spacing: 0;
  line-height: 1.08;
  margin-bottom: 24px;
  padding: 0;
}

.choice-grid,
.field-grid {
  display: grid;
  gap: 14px;
  grid-template-columns: repeat(2, 1fr);
}

.choice-card {
  align-items: center;
  background: rgba(2, 9, 11, 0.38);
  border: 1px solid rgba(255, 255, 255, 0.1);
  color: rgba(244, 247, 245, 0.86);
  cursor: pointer;
  display: flex;
  font-size: 16px;
  font-weight: 760;
  min-height: 86px;
  padding: 20px;
  position: relative;
  transition: border-color 180ms ease, background 180ms ease, color 180ms ease;
}

.choice-card::after {
  border: 1px solid rgba(255, 255, 255, 0.18);
  content: "";
  height: 13px;
  position: absolute;
  right: 18px;
  top: 18px;
  width: 13px;
}

.choice-card:has(input:checked) {
  background: rgba(183, 255, 0, 0.08);
  border-color: rgba(183, 255, 0, 0.72);
  color: #ffffff;
}

.choice-card:has(input:checked)::after {
  background: var(--lime);
  border-color: var(--lime);
  box-shadow: 0 0 20px rgba(183, 255, 0, 0.18);
}

.choice-card input {
  opacity: 0;
  pointer-events: none;
  position: absolute;
}

.budget-grid {
  grid-template-columns: repeat(5, 1fr);
}

.budget-grid .choice-card {
  min-height: 104px;
}

.field {
  display: grid;
  gap: 9px;
}

.field.full {
  grid-column: 1 / -1;
}

.field span {
  color: rgba(244, 247, 245, 0.74);
  font-size: 12px;
  font-weight: 850;
  letter-spacing: 0.8px;
  text-transform: uppercase;
}

.field em {
  color: var(--dim);
  font-style: normal;
}

.field input,
.field select,
.field textarea {
  appearance: none;
  background: rgba(2, 9, 11, 0.48);
  border: 1px solid rgba(255, 255, 255, 0.12);
  color: #ffffff;
  font: inherit;
  font-size: 15px;
  min-height: 52px;
  outline: 0;
  padding: 15px 16px;
  transition: border-color 180ms ease, box-shadow 180ms ease;
  width: 100%;
}

.field textarea {
  line-height: 1.55;
  min-height: 210px;
  resize: vertical;
}

.field input:focus,
.field select:focus,
.field textarea:focus {
  border-color: rgba(183, 255, 0, 0.72);
  box-shadow: 0 0 0 3px rgba(183, 255, 0, 0.08);
}

.field input::placeholder,
.field textarea::placeholder {
  color: rgba(182, 192, 191, 0.58);
}

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

.review-item {
  background: rgba(2, 9, 11, 0.38);
  border: 1px solid var(--line-soft);
  min-height: 94px;
  padding: 16px;
}

.review-item.full {
  grid-column: 1 / -1;
}

.review-item span {
  color: var(--lime);
  display: block;
  font-size: 11px;
  font-weight: 850;
  letter-spacing: 0.8px;
  margin-bottom: 8px;
  text-transform: uppercase;
}

.review-item p {
  color: rgba(244, 247, 245, 0.86);
  font-size: 15px;
  line-height: 1.5;
  margin: 0;
}

.form-error {
  color: #ff7b67;
  min-height: 22px;
}

.form-actions {
  align-items: center;
  display: flex;
  gap: 12px;
  justify-content: flex-end;
  margin-top: 28px;
}

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

.form-actions button {
  cursor: pointer;
}

.form-actions .button.primary {
  border: 0;
}

.form-actions [data-submit] {
  display: none;
}

.form-actions.is-review [data-next] {
  display: none;
}

.form-actions.is-review [data-submit] {
  display: inline-flex;
}

.form-actions [data-prev] {
  visibility: hidden;
}

.form-actions.can-go-back [data-prev] {
  visibility: visible;
}

.success-screen {
  align-content: center;
  min-height: 430px;
}

.success-screen[hidden] {
  display: none;
}

.success-screen h2 {
  color: #ffffff;
  font-size: clamp(34px, 4vw, 46px);
  line-height: 1.08;
}

.success-screen p {
  max-width: 560px;
}

.success-screen .button {
  margin-top: 26px;
}

.site-footer {
  align-items: center;
  border-top: 1px solid var(--line-soft);
  color: var(--dim);
  display: grid;
  font-size: 13px;
  gap: 18px;
  grid-template-columns: 1fr auto auto auto;
  padding-bottom: 22px;
  padding-top: 18px;
}

.site-footer strong {
  color: #ffffff;
}

.cases-shell {
  background: var(--bg);
  display: grid;
  grid-template-rows: 72px 1fr;
  inset: 0;
  position: fixed;
  z-index: 20;
}

.cases-shell[hidden] {
  display: none;
}

body.cases-open {
  overflow: hidden;
}

.cases-shell-bar {
  align-items: center;
  background:
    linear-gradient(180deg, rgba(2, 9, 11, 0.98), rgba(2, 9, 11, 0.9)),
    radial-gradient(circle at 80% 0%, rgba(183, 255, 0, 0.08), transparent 30%);
  border-bottom: 1px solid var(--line-soft);
  display: flex;
  gap: 18px;
  justify-content: space-between;
  padding: 0 clamp(20px, 3.5vw, 52px);
}

.cases-back,
.cases-contact {
  align-items: center;
  color: var(--lime);
  display: inline-flex;
  font-size: 12px;
  font-weight: 850;
  gap: 10px;
  letter-spacing: 0.2px;
  text-transform: uppercase;
}

.cases-back {
  background: transparent;
  border: 0;
  cursor: pointer;
}

.cases-contact {
  border: 1px solid rgba(183, 255, 0, 0.58);
  min-height: 42px;
  padding: 0 18px;
}

.cases-frame {
  background: var(--bg);
  border: 0;
  height: 100%;
  width: 100%;
}

@media (max-width: 980px) {
  .site-header {
    align-items: center;
    grid-template-columns: 1fr auto;
  }

  .main-nav {
    display: none;
  }

  .hero {
    min-height: min(920px, calc(100vh - 72px));
  }

  .hero-copy {
    max-width: min(650px, 70vw);
  }

  .service-grid,
  .work-grid,
  .about,
  .experience-metrics,
  .approach,
  .consultation,
  .section-intro {
    grid-template-columns: 1fr 1fr;
  }

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

  .consultation-intro {
    position: static;
  }

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

  .expertise-strip {
    align-items: start;
    grid-template-columns: 1fr;
  }

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

  .expertise-strip li:nth-child(odd) {
    border-left: 0;
  }

  .trusted-strip ul {
    grid-template-columns: repeat(3, 1fr);
    row-gap: 22px;
  }

  .trusted-strip li:nth-child(4) {
    border-left: 0;
  }

  .service-grid article:nth-child(3) {
    margin-top: 34px;
  }

  .service-grid article:nth-child(4) {
    margin-top: 34px;
  }

  .work-grid {
    gap: 18px;
  }
}

@media (max-width: 720px) {
  .site-header,
  .hero,
  .services,
  .work,
  .about,
  .experience,
  .approach,
  .consultation,
  .contact,
  .site-footer {
    padding-left: 18px;
    padding-right: 18px;
  }

  .brand > span {
    font-size: 27px;
  }

  .nav-contact {
    padding: 12px 15px;
  }

  .hero {
    gap: 22px;
    min-height: 100svh;
    padding-top: 46px;
  }

  .hero::before {
    background:
      linear-gradient(180deg, rgba(2, 9, 11, 0.96) 0%, rgba(2, 9, 11, 0.86) 52%, rgba(2, 9, 11, 0.36) 100%),
      radial-gradient(circle at 50% 34%, rgba(2, 9, 11, 0.54), transparent 45%);
  }

  .hero-copy {
    max-width: 100%;
  }

  .hero h1 {
    font-size: clamp(40px, 11.5vw, 56px);
  }

  .lead {
    font-size: 17px;
  }

  .button {
    width: 100%;
  }

  .hero-actions .button {
    flex: 1 1 0;
    font-size: 11px;
    min-width: 0;
    width: auto;
  }

  .platforms {
    display: none;
  }

  .node {
    min-height: 74px;
    width: 96px;
  }

  .node-web {
    left: 0;
  }

  .node-erp {
    left: 0;
    top: 154px;
  }

  .node-commerce,
  .node-auto,
  .node-integrations {
    right: 0;
  }

  .service-grid,
  .work-grid,
  .about,
  .experience-metrics,
  .approach,
  .consultation,
  .section-intro,
  .stats,
  .contact,
  .site-footer {
    display: grid;
    grid-template-columns: 1fr;
  }

  .consultation-panel {
    min-height: 0;
    padding: 20px;
  }

  .consultation-progress > div:first-child {
    align-items: flex-start;
    flex-direction: column;
    gap: 8px;
  }

  .choice-grid,
  .field-grid,
  .budget-grid,
  .review-grid {
    grid-template-columns: 1fr;
  }

  .choice-card {
    min-height: 72px;
    padding: 18px;
  }

  .budget-grid .choice-card {
    min-height: 72px;
  }

  .field textarea {
    min-height: 190px;
  }

  .form-actions {
    display: grid;
    grid-template-columns: 1fr;
  }

  .form-actions .button {
    width: 100%;
  }

  .experience {
    padding-top: 40px;
  }

  .experience-intro {
    text-align: left;
  }

  .experience-intro h2 span {
    display: inline;
  }

  .experience-metrics article {
    min-height: 0;
    padding: 26px 24px;
  }

  .expertise-strip,
  .trusted-strip {
    padding: 24px;
  }

  .expertise-strip ul,
  .trusted-strip ul {
    grid-template-columns: 1fr;
  }

  .expertise-strip li,
  .trusted-strip li,
  .trusted-strip li:nth-child(4) {
    border-left: 0;
    border-top: 1px solid var(--line-soft);
    justify-content: flex-start;
    min-height: 62px;
    padding: 18px 0 0;
  }

  .expertise-strip li:first-child,
  .trusted-strip li:first-child {
    border-top: 0;
  }

  .trusted-strip li {
    font-size: 30px;
  }

  .trusted-strip img {
    max-height: 66px;
    max-width: 190px;
  }

  .service-grid article,
  .stats article {
    border-left: 0;
    border-top: 1px solid var(--line-soft);
    padding: 24px 0 0;
  }

  .service-grid article:nth-child(n) {
    margin-top: 0;
  }

  .section-row {
    align-items: flex-start;
    gap: 16px;
    flex-direction: column;
  }

  .about {
    gap: 30px;
  }

  .contact {
    gap: 24px;
    justify-items: start;
  }
}
