@import url("https://fonts.googleapis.com/css2?family=Oswald:wght@600;700&display=swap");

@font-face {
  font-family: "Bebas Neue";
  src: url("public/assets/bebas-neue.ttf") format("truetype");
  font-style: normal;
  font-weight: 400;
  font-display: swap;
}

@font-face {
  font-family: "Poppins";
  src: url("public/assets/poppins-400.ttf") format("truetype");
  font-style: normal;
  font-weight: 400;
  font-display: swap;
}

@font-face {
  font-family: "Poppins";
  src: url("public/assets/poppins-600.ttf") format("truetype");
  font-style: normal;
  font-weight: 600;
  font-display: swap;
}

@font-face {
  font-family: "Poppins";
  src: url("public/assets/poppins-700.ttf") format("truetype");
  font-style: normal;
  font-weight: 700;
  font-display: swap;
}

:root {
  --yellow: #fdc300;
  --turquoise: #44b8af;
  --ink: #171c1a;
  --ink-deep: #0f1413;
  --white: #ffffff;
  --soft: #f5f6f4;
  --muted: #66706c;
  --line: #cfd5d2;
  --container: 1220px;
  --side: clamp(20px, 4vw, 58px);
  --shadow-offset: 8px 8px 0 var(--turquoise);
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  scroll-padding-top: 84px;
}

body {
  margin: 0;
  color: var(--ink);
  background: var(--white);
  font-family: "Poppins", Arial, sans-serif;
  line-height: 1.62;
  overflow-x: hidden;
}

body.menu-open {
  overflow: hidden;
}

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

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

button,
a {
  -webkit-tap-highlight-color: transparent;
}

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

h1,
h2,
h3 {
  font-family: "Bebas Neue", Impact, sans-serif;
  font-weight: 400;
  line-height: 0.96;
  letter-spacing: 0.012em;
}

h1 span,
h2 span {
  color: var(--yellow);
}

.container {
  width: min(var(--container), calc(100% - var(--side) * 2));
  margin-inline: auto;
}

.skip-link {
  position: fixed;
  top: -70px;
  left: 18px;
  z-index: 1000;
  padding: 10px 16px;
  color: var(--ink);
  background: var(--yellow);
}

.skip-link:focus {
  top: 18px;
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  font-family: "Bebas Neue", sans-serif;
  font-size: 25px;
  letter-spacing: 0.075em;
  line-height: 1;
}

.brand img {
  width: 48px;
  height: 48px;
  object-fit: contain;
}

.brand > span > span {
  color: var(--yellow);
}

.site-header {
  position: absolute;
  inset: 0 0 auto;
  z-index: 100;
  height: 94px;
  color: var(--white);
  border-bottom: 1px solid rgba(255, 255, 255, 0.16);
  transition: height 0.22s ease, background 0.22s ease, box-shadow 0.22s ease;
}

.site-header.is-scrolled {
  position: fixed;
  height: 76px;
  background: rgba(15, 20, 19, 0.96);
  box-shadow: 0 16px 38px rgba(0, 0, 0, 0.22);
  backdrop-filter: blur(12px);
}

.header-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 100%;
}

.main-nav {
  display: flex;
  align-items: center;
  gap: clamp(22px, 3vw, 42px);
}

.main-nav > a:not(.button) {
  font-size: 13px;
  font-weight: 600;
  transition: color 0.2s ease;
}

.main-nav > a:not(.button):hover,
.main-nav > a:not(.button):focus-visible {
  color: var(--yellow);
}

.menu-toggle {
  display: none;
  width: 44px;
  height: 44px;
  padding: 0;
  color: var(--white);
  background: none;
  border: 0;
}

.menu-toggle span {
  display: block;
  width: 26px;
  height: 2px;
  margin: 7px auto;
  background: currentColor;
  transition: transform 0.2s ease;
}

.nva-preview-header {
  position: absolute;
  z-index: 100;
  top: 0;
  left: 0;
  width: 100%;
  color: #fff;
  border-bottom: 1px solid rgba(255, 255, 255, 0.12);
  background: rgba(16, 21, 18, 0.84);
  backdrop-filter: blur(12px);
}

.nva-preview-header__inner {
  display: flex;
  width: min(1320px, calc(100% - 48px));
  min-height: 92px;
  margin: 0 auto;
  align-items: center;
  justify-content: space-between;
  gap: 32px;
}

.nva-preview-brand {
  display: flex;
  flex: 0 0 auto;
  align-items: center;
  color: #fff;
  font-family: "Oswald", Impact, sans-serif;
  font-size: 1.15rem;
  font-weight: 700;
  letter-spacing: 0.03em;
  line-height: normal;
  text-decoration: none;
  text-transform: uppercase;
}

.nva-preview-brand img {
  width: 116px;
  height: 62px;
  object-fit: contain;
  filter: drop-shadow(0 7px 18px rgba(0, 0, 0, 0.35));
}

.nva-preview-nav {
  display: flex;
  align-items: center;
  gap: clamp(18px, 2.2vw, 34px);
}

.nva-preview-nav a {
  color: #fff;
  font-family: "Oswald", Impact, sans-serif;
  font-size: 0.84rem;
  font-weight: 700;
  letter-spacing: 0.055em;
  line-height: normal;
  text-decoration: none;
  text-transform: uppercase;
}

.nva-preview-nav a[aria-current="page"] {
  color: #ffc400;
}

.nva-preview-nav .nva-preview-nav__cta {
  padding: 13px 20px;
  color: #101512;
  background: #ffc400;
}

.nva-preview-nav a:focus-visible,
.nva-preview-menu:focus-visible {
  outline: 3px solid var(--turquoise);
  outline-offset: 4px;
}

.nva-preview-menu {
  display: none;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 22px;
  min-height: 60px;
  padding: 17px 28px;
  color: #101411;
  background: var(--yellow);
  border: 1px solid var(--yellow);
  box-shadow: var(--shadow-offset);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.035em;
  line-height: 1.2;
  text-transform: uppercase;
  transition: transform 0.18s ease, box-shadow 0.18s ease, background 0.18s ease;
}

.button:hover,
.button:focus-visible {
  background: #ffd21d;
  box-shadow: 4px 4px 0 var(--turquoise);
  transform: translate(4px, 4px);
}

.button-small {
  min-height: 44px;
  padding: 12px 19px;
  box-shadow: 6px 6px 0 var(--turquoise);
  font-size: 10px;
}

.text-link {
  padding-bottom: 4px;
  border-bottom: 1px solid currentColor;
  font-size: 13px;
  font-weight: 600;
}

.hero {
  position: relative;
  min-height: 760px;
  padding: 150px 0 62px;
  color: var(--white);
  background:
    radial-gradient(circle at 73% 40%, rgba(253, 195, 0, 0.055), transparent 29%),
    var(--ink-deep);
  overflow: hidden;
}

.hero::after {
  position: absolute;
  inset: auto 0 0;
  height: 1px;
  content: "";
  background: rgba(255, 255, 255, 0.13);
}

.hero-grid {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: minmax(0, 0.96fr) minmax(440px, 0.82fr);
  align-items: center;
  gap: clamp(42px, 7vw, 100px);
}

.hero-copy {
  padding-top: 18px;
}

.hero h1 {
  max-width: 690px;
  margin-bottom: 26px;
  font-size: clamp(74px, 7.2vw, 108px);
}

.hero-copy > p {
  max-width: 600px;
  margin-bottom: 32px;
  color: #eff3f1;
  font-size: clamp(17px, 1.45vw, 22px);
  line-height: 1.62;
}

.hero-actions {
  display: flex;
  align-items: center;
  gap: 44px;
  margin-bottom: 44px;
}

.trust-line {
  display: flex;
  flex-wrap: wrap;
  gap: 18px 30px;
  margin: 0;
  padding: 0;
  color: #d1d9d5;
  font-size: 12px;
  list-style: none;
}

.trust-line li {
  display: flex;
  align-items: center;
  gap: 9px;
}

.trust-line li + li::before {
  color: #99a39f;
  content: "•";
  margin-right: 8px;
}

.trust-line svg {
  width: 24px;
  color: var(--yellow);
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.7;
}

.trust-line strong {
  color: var(--white);
}

.hero-media {
  position: relative;
  align-self: end;
  min-height: 580px;
}

.hero-photo {
  position: absolute;
  inset: 20px 42px 0 0;
  overflow: hidden;
  clip-path: polygon(9% 0, 100% 0, 100% 100%, 0 100%, 0 10%);
}

.hero-photo::after {
  position: absolute;
  inset: 0;
  content: "";
  background: linear-gradient(90deg, var(--ink-deep) 0, transparent 18%, transparent 100%);
  pointer-events: none;
}

.hero-photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 50% 58%;
}

.tech-tag {
  position: absolute;
  z-index: 4;
  display: grid;
  place-items: center;
  min-width: 80px;
  min-height: 72px;
  padding: 12px;
  color: var(--ink);
  background: var(--yellow);
  box-shadow: 7px 7px 0 var(--turquoise);
  font-family: "Bebas Neue", sans-serif;
  font-size: 32px;
}

.tech-tag-top {
  top: 68px;
  right: 0;
}

.tech-tag-bottom {
  right: 90px;
  bottom: 35px;
  color: var(--yellow);
  background: var(--ink-deep);
  border: 1px solid var(--yellow);
}

.media-circuit {
  position: absolute;
  right: 12px;
  bottom: 55px;
  width: 210px;
  height: 290px;
  border-right: 1px solid var(--yellow);
  border-bottom: 1px dashed var(--yellow);
  pointer-events: none;
}

.media-circuit::before,
.media-circuit::after,
.media-circuit i {
  position: absolute;
  width: 9px;
  height: 9px;
  content: "";
  background: var(--ink-deep);
  border: 2px solid var(--yellow);
  border-radius: 50%;
}

.media-circuit::before { top: -4px; right: -5px; }
.media-circuit::after { right: -5px; bottom: -5px; }
.media-circuit i:nth-child(1) { bottom: -5px; left: -5px; }
.media-circuit i:nth-child(2) { top: 42%; right: -5px; }
.media-circuit i:nth-child(3) { top: 42%; left: 22px; border-color: var(--turquoise); }

.hero-traces {
  position: absolute;
  right: -70px;
  bottom: 70px;
  width: 520px;
  height: 380px;
  opacity: 0.3;
  background:
    linear-gradient(var(--yellow), var(--yellow)) 0 52% / 72% 1px no-repeat,
    linear-gradient(var(--turquoise), var(--turquoise)) 20% 70% / 80% 1px no-repeat;
}

.service-picker {
  padding: 54px 0 72px;
  background: var(--soft);
}

.service-picker h2 {
  margin-bottom: 28px;
  font-size: clamp(50px, 5.5vw, 84px);
}

.picker-rail {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  border: 1px solid var(--ink);
}

.picker-item {
  display: grid;
  grid-template-columns: auto 1fr 44px;
  align-items: start;
  gap: 18px;
  min-height: 160px;
  padding: 28px 25px 25px;
  border-right: 1px solid var(--ink);
  transition: background 0.2s ease, color 0.2s ease;
}

.picker-item:last-child {
  border-right: 0;
}

.picker-item:hover,
.picker-item:focus-visible {
  background: #fff5bd;
}

.picker-item-dark,
.picker-item-dark:hover,
.picker-item-dark:focus-visible {
  color: var(--white);
  background: var(--ink);
}

.picker-index {
  font-family: "Bebas Neue", sans-serif;
  font-size: 56px;
  line-height: 0.9;
}

.picker-item-dark .picker-index,
.picker-item-dark .picker-copy strong,
.picker-item-dark .picker-copy b {
  color: var(--yellow);
}

.picker-copy {
  display: flex;
  flex-direction: column;
}

.picker-copy strong,
.picker-copy b {
  font-family: "Bebas Neue", sans-serif;
  font-size: 28px;
  font-weight: 400;
  line-height: 1;
}

.picker-copy b {
  margin-top: 6px;
  color: var(--yellow);
}

.picker-copy small {
  margin-top: 18px;
  color: var(--muted);
  font-size: 11px;
  line-height: 1.45;
}

.picker-item-dark .picker-copy small {
  color: #c7d0cc;
}

.picker-item > svg {
  width: 44px;
  height: 44px;
  padding: 10px;
  border: 1px solid var(--yellow);
  fill: none;
  stroke: currentColor;
  stroke-width: 1.6;
}

.picker-item-dark > svg {
  color: var(--ink);
  background: var(--yellow);
}

.service-section {
  position: relative;
  padding: clamp(90px, 9vw, 140px) 0;
  overflow: hidden;
}

.service-layout {
  display: grid;
  grid-template-columns: minmax(360px, 0.9fr) minmax(0, 1.1fr);
  align-items: center;
  gap: clamp(56px, 8vw, 110px);
}

.service-layout-reverse {
  grid-template-columns: minmax(0, 1.05fr) minmax(380px, 0.95fr);
}

.service-photo {
  position: relative;
  min-height: 590px;
}

.service-photo img {
  position: absolute;
  z-index: 2;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  border: 1px solid var(--ink);
}

.service-photo .photo-offset,
.repair-photo .photo-offset {
  position: absolute;
  z-index: 1;
  inset: 9px -9px -9px 9px;
  background: var(--turquoise);
}

.service-photo-tall {
  min-height: 710px;
}

.service-photo-tall img {
  object-position: 56% center;
}

.section-number {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 22px;
  font-family: "Bebas Neue", sans-serif;
  font-size: 24px;
}

.section-number::after {
  width: 24px;
  height: 2px;
  content: "";
  background: var(--yellow);
}

.section-number-light {
  color: var(--white);
}

.service-copy h2,
.repair-copy h2 {
  margin-bottom: 25px;
  font-size: clamp(56px, 5.7vw, 86px);
}

.service-copy > p,
.repair-copy > p {
  max-width: 650px;
  margin-bottom: 36px;
  font-size: 15px;
}

.service-title {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  gap: 10px;
  margin-bottom: 18px;
  font-family: "Bebas Neue", sans-serif;
  font-size: 31px;
  line-height: 1;
}

.service-title b {
  color: var(--yellow);
  font-weight: 400;
}

.service-title strong::after {
  content: " —";
  font-weight: 400;
}

.service-copy h3,
.repair-copy h3 {
  margin: 32px 0 18px;
  font-size: 29px;
}

.feature-list {
  margin: 0;
  padding: 0;
  list-style: none;
}

.feature-list li {
  display: flex;
  align-items: center;
  gap: 14px;
  min-height: 50px;
  border-bottom: 1px solid var(--line);
  font-size: 13px;
}

.feature-list li:first-child {
  border-top: 1px solid var(--line);
}

.feature-list li span {
  display: grid;
  flex: 0 0 auto;
  place-items: center;
  width: 34px;
  height: 34px;
  color: var(--ink);
  background: var(--yellow);
  font-family: "Bebas Neue", sans-serif;
  font-size: 18px;
}

.example-panel {
  margin-top: 72px;
  padding: 36px;
  border: 1px solid var(--ink);
}

.example-heading {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 30px;
  margin-bottom: 26px;
}

.example-heading > span,
.subheading {
  color: var(--yellow);
  font-family: "Bebas Neue", sans-serif;
  font-size: 22px;
  letter-spacing: 0.035em;
}

.example-heading h3 {
  max-width: 680px;
  margin: 0;
  font-size: clamp(32px, 3.6vw, 52px);
  text-align: right;
}

.example-flow {
  display: grid;
  grid-template-columns: 1fr 44px 1fr;
  align-items: stretch;
  margin-bottom: 30px;
  border-top: 1px solid var(--ink);
  border-bottom: 1px solid var(--ink);
}

.example-flow article {
  display: flex;
  min-width: 0;
  flex-direction: column;
}

.schema-example-copy {
  min-height: 162px;
  padding: 24px;
}

.example-flow article b {
  display: block;
  margin-bottom: 10px;
  color: var(--yellow);
  font-family: "Bebas Neue", sans-serif;
  font-size: 25px;
  font-weight: 400;
}

.example-flow article strong {
  display: block;
  margin-bottom: 10px;
  font-size: 13px;
}

.example-flow article p {
  margin: 0;
  color: var(--muted);
  font-size: 11px;
}

.example-arrow {
  display: grid;
  place-items: center;
  align-self: center;
  width: 44px;
  height: 44px;
  color: var(--ink);
  background: var(--yellow);
  font-size: 24px;
}

.schema-example figure {
  position: relative;
  flex: 1;
  min-height: 480px;
  margin: 0;
  overflow: hidden;
  border-top: 1px solid var(--ink);
  background: #fff;
}

.schema-example figure img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
  filter: contrast(1.03) saturate(1.02);
}

.example-panel > .button {
  display: flex;
  width: max-content;
  margin-inline: auto;
}

.service-consulting {
  color: var(--white);
  background:
    radial-gradient(circle at 80% 35%, rgba(68, 184, 175, 0.09), transparent 24%),
    var(--ink-deep);
}

.service-consulting .service-copy > p {
  color: #c7d0cc;
}

.service-title-dark strong {
  color: var(--white);
}

.session-line {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  margin: 30px 0 40px;
  border-top: 1px solid var(--yellow);
}

.session-line > div {
  position: relative;
  padding: 24px 14px 0 0;
}

.session-line span {
  position: relative;
  z-index: 1;
  display: grid;
  place-items: center;
  width: 34px;
  height: 34px;
  margin-top: -41px;
  margin-bottom: 14px;
  color: var(--ink);
  background: var(--yellow);
  font-family: "Bebas Neue", sans-serif;
  font-size: 19px;
  text-align: center;
}

.session-line strong,
.session-line small {
  display: block;
}

.session-line strong {
  font-family: "Bebas Neue", sans-serif;
  font-size: 22px;
  font-weight: 400;
}

.session-line small {
  max-width: 150px;
  color: #9faaa5;
  font-size: 9px;
}

.feature-list-dark li {
  color: #e6ece9;
  border-color: rgba(255, 255, 255, 0.15);
}

.service-consulting .button {
  margin-top: 32px;
}

.circuit-corner {
  position: absolute;
  right: 2vw;
  bottom: 4vw;
  width: 230px;
  height: 210px;
  border-right: 1px solid var(--yellow);
  border-bottom: 1px dashed var(--yellow);
  opacity: 0.75;
}

.service-repair {
  background: var(--soft);
}

.repair-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.92fr) minmax(420px, 1.08fr);
  align-items: center;
  gap: clamp(55px, 8vw, 110px);
}

.repair-photo {
  position: relative;
  min-height: 600px;
}

.repair-photo img {
  position: absolute;
  z-index: 2;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 50% 54%;
  border: 1px solid var(--ink);
}

.repair-steps {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  margin: 0;
  padding: 0;
  list-style: none;
}

.repair-steps li {
  position: relative;
  padding: 0 20px 0 0;
}

.repair-steps li:not(:last-child)::after {
  position: absolute;
  top: 20px;
  right: 8px;
  content: "→";
  font-size: 22px;
}

.repair-steps span,
.repair-steps strong,
.repair-steps small {
  display: block;
}

.repair-steps span {
  width: 38px;
  height: 38px;
  margin-bottom: 16px;
  color: var(--ink);
  background: var(--yellow);
  font-family: "Bebas Neue", sans-serif;
  font-size: 25px;
  text-align: center;
}

.repair-steps strong {
  font-family: "Bebas Neue", sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 1.05;
}

.repair-steps small {
  margin-top: 8px;
  color: var(--muted);
  font-size: 9px;
  line-height: 1.45;
}

.repair-examples {
  display: grid;
  grid-template-columns: 0.85fr 1.15fr;
  gap: clamp(55px, 7vw, 90px);
  margin-top: 72px;
  padding-top: 45px;
  border-top: 1px solid var(--ink);
}

.fault-list {
  margin: 16px 0 0;
  padding: 0;
  list-style: none;
}

.fault-list li {
  position: relative;
  min-height: 47px;
  padding: 13px 10px 12px 55px;
  border-bottom: 1px solid var(--line);
  font-size: 12px;
}

.fault-list li::before {
  position: absolute;
  left: 0;
  top: 7px;
  display: grid;
  place-items: center;
  width: 34px;
  height: 34px;
  content: "ϟ";
  color: var(--ink);
  background: var(--yellow);
  font-size: 20px;
}

.diagnostic-card {
  display: grid;
  grid-template-rows: 300px auto;
  border: 1px solid var(--ink);
}

.diagnostic-card > div:last-child {
  padding: 28px;
}

.diagnostic-card strong {
  display: block;
  margin: 15px 0 12px;
  font-family: "Bebas Neue", sans-serif;
  font-size: 30px;
  font-weight: 400;
  line-height: 1.05;
}

.diagnostic-card p {
  margin: 0;
  color: var(--muted);
  font-size: 11px;
}

.diagnostic-screen {
  position: relative;
  display: grid;
  grid-template-columns: 1.15fr 0.85fr;
  min-height: 300px;
  overflow: hidden;
  border-bottom: 1px solid var(--ink);
  background: #f7f7f4;
}

.diagnostic-schematic {
  position: relative;
  min-width: 0;
  overflow: hidden;
  border-right: 1px solid var(--ink);
  background: #fff;
}

.diagnostic-schematic img {
  position: absolute;
  top: 0;
  right: 0;
  width: 205%;
  height: 100%;
  max-width: none;
  object-fit: cover;
  object-position: right center;
}

.diagnostic-schematic span {
  position: absolute;
  top: 12px;
  left: 12px;
  z-index: 1;
  padding: 7px 9px;
  color: var(--ink);
  background: var(--yellow);
  font-size: 8px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.diagnostic-visio {
  position: relative;
  overflow: hidden;
  background: #111715;
}

.diagnostic-meter {
  position: absolute;
  right: -9%;
  bottom: -10%;
  width: 95%;
  height: 102%;
  object-fit: contain;
  object-position: right bottom;
}

.diagnostic-avatar {
  position: absolute;
  top: 12px;
  right: 12px;
  width: 72px;
  height: 90px;
  overflow: hidden;
  border: 2px solid var(--white);
  background: var(--ink);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.25);
}

.diagnostic-avatar img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 24% 34%;
}

.diagnostic-avatar span {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 5px 3px;
  color: var(--white);
  background: rgba(15, 20, 19, 0.88);
  font-size: 7px;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-align: center;
  text-transform: uppercase;
}

.call-controls {
  position: absolute;
  right: 12px;
  bottom: 14px;
  display: flex;
  gap: 7px;
}

.call-controls i {
  display: block;
  width: 17px;
  height: 17px;
  border-radius: 50%;
  background: var(--white);
}

.call-controls i:last-child {
  background: #e74b3c;
}

.diagnostic-label {
  position: absolute;
  left: 12px;
  bottom: 12px;
  z-index: 2;
  padding: 8px 11px;
  color: var(--white);
  background: rgba(15, 20, 19, 0.92);
  font-size: 8px;
  font-weight: 700;
  letter-spacing: 0.09em;
}

.repair-action {
  display: grid;
  grid-template-columns: minmax(0, 1.35fr) minmax(280px, 0.65fr);
  align-items: center;
  gap: 38px;
  margin-top: 46px;
}

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

.repair-choice {
  position: relative;
  display: grid;
  min-height: 174px;
  padding: 22px 24px;
  overflow: hidden;
  border: 1px solid var(--ink);
  text-decoration: none;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.repair-choice:hover,
.repair-choice:focus-visible {
  transform: translateY(-4px);
}

.repair-choice-standard {
  color: var(--white);
  background: var(--ink-deep);
}

.repair-choice-urgent {
  color: var(--ink);
  background: var(--yellow);
  box-shadow: 7px 7px 0 var(--turquoise);
}

.repair-choice-name {
  font-family: "Bebas Neue", sans-serif;
  font-size: 27px;
  line-height: 1;
}

.repair-choice strong {
  margin: 5px 0 7px;
  font-family: "Bebas Neue", sans-serif;
  font-size: 40px;
  font-weight: 400;
  line-height: 1;
}

.repair-choice small {
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.03em;
}

.repair-choice-cta {
  align-self: end;
  margin-top: 18px;
  font-size: 9px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.repair-choice-cta b {
  margin-left: 8px;
  font-size: 16px;
}

.repair-action p {
  display: flex;
  align-items: center;
  gap: 16px;
  max-width: 540px;
  margin: 0;
  padding-left: 30px;
  border-left: 1px solid var(--ink);
  font-size: 11px;
}

.repair-action svg {
  flex: 0 0 auto;
  width: 29px;
  fill: none;
  stroke: var(--ink);
  stroke-width: 1.6;
}

.decision {
  padding: clamp(90px, 9vw, 130px) 0;
  color: var(--white);
  background: var(--ink-deep);
}

.decision-heading {
  display: grid;
  grid-template-columns: 1fr 0.65fr;
  align-items: end;
  gap: 60px;
  margin-bottom: 48px;
}

.decision-heading h2 {
  max-width: 760px;
  margin: 0;
  font-size: clamp(58px, 6vw, 92px);
}

.decision-heading p {
  margin: 0 0 10px;
  color: #b7c1bc;
  font-size: 14px;
}

.comparison-head,
.comparison-row {
  display: grid;
  grid-template-columns: 1.1fr 1fr 0.9fr 56px;
  gap: 28px;
  align-items: center;
}

.comparison-head {
  padding: 10px 0 13px;
  color: var(--yellow);
  border-bottom: 1px solid var(--yellow);
  font-family: "Bebas Neue", sans-serif;
  font-size: 18px;
}

.comparison-row {
  min-height: 135px;
  border-bottom: 1px solid rgba(253, 195, 0, 0.45);
}

.comparison-row > div {
  display: grid;
  grid-template-columns: 44px 1fr;
  gap: 4px 16px;
  align-items: center;
}

.comparison-row > div span {
  grid-row: 1 / 3;
  display: grid;
  place-items: center;
  width: 44px;
  height: 44px;
  color: var(--yellow);
  border: 1px solid var(--yellow);
  font-family: "Bebas Neue", sans-serif;
  font-size: 22px;
}

.comparison-row > div strong {
  align-self: end;
  font-family: "Bebas Neue", sans-serif;
  font-size: 28px;
  font-weight: 400;
  line-height: 1;
}

.comparison-row > div b {
  color: var(--yellow);
  font-family: "Bebas Neue", sans-serif;
  font-size: 23px;
  font-weight: 400;
}

.comparison-row p {
  margin: 0;
  color: #d3dad7;
  font-size: 11px;
}

.comparison-row > a {
  display: grid;
  place-items: center;
  width: 50px;
  height: 50px;
  color: var(--ink);
  background: var(--yellow);
  font-size: 23px;
  transition: background 0.2s ease, transform 0.2s ease;
}

.comparison-row > a:hover,
.comparison-row > a:focus-visible {
  background: var(--turquoise);
  transform: translateX(4px);
}

.founders {
  background: var(--soft);
}

.founders-grid {
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  min-height: 530px;
}

.founders-photo {
  min-height: 530px;
}

.founders-photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 58%;
}

.founders-copy {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: clamp(55px, 7vw, 105px);
  border-left: 8px solid var(--turquoise);
}

.founders-copy::after {
  position: absolute;
  right: 18px;
  bottom: 18px;
  width: 90px;
  height: 130px;
  content: "";
  border-right: 1px solid var(--yellow);
  border-bottom: 1px dashed var(--yellow);
}

.lightning {
  display: grid;
  place-items: center;
  width: 48px;
  height: 48px;
  margin-bottom: 28px;
  color: var(--yellow);
  border: 1px solid var(--yellow);
  font-size: 30px;
}

.founders-copy h2 {
  max-width: 710px;
  margin-bottom: 24px;
  font-size: clamp(46px, 5vw, 76px);
}

.founders-copy p {
  max-width: 650px;
  margin: 0;
  color: var(--muted);
  font-size: 13px;
}

.faq {
  padding: clamp(90px, 9vw, 130px) 0;
}

.faq-grid {
  display: grid;
  grid-template-columns: 0.72fr 1.28fr;
  gap: clamp(70px, 9vw, 130px);
}

.faq-heading h2 {
  margin-bottom: 24px;
  font-size: clamp(62px, 6vw, 90px);
}

.faq-heading p {
  max-width: 320px;
  color: var(--muted);
  font-size: 14px;
}

.faq-list {
  border-top: 1px solid var(--ink);
}

.faq-list details {
  border-bottom: 1px solid var(--ink);
}

.faq-list summary {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  min-height: 76px;
  padding: 20px 0;
  cursor: pointer;
  font-size: 13px;
  font-weight: 700;
  list-style: none;
}

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

.faq-list summary span {
  flex: 0 0 auto;
  color: var(--yellow);
  font-family: "Bebas Neue", sans-serif;
  font-size: 30px;
  font-weight: 400;
  transition: transform 0.2s ease;
}

.faq-list details[open] summary span {
  transform: rotate(45deg);
}

.faq-list details p {
  max-width: 700px;
  margin: -4px 50px 26px 0;
  color: var(--muted);
  font-size: 13px;
}

.final-cta {
  padding: 62px 0;
  color: var(--white);
  background: var(--ink-deep);
  border-bottom: 1px solid rgba(255, 255, 255, 0.13);
}

.final-cta-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 70px;
}

.final-cta h2 {
  max-width: 780px;
  margin: 0;
  font-size: clamp(48px, 5vw, 76px);
}

.final-cta .button {
  flex: 0 0 auto;
}

.site-footer {
  padding: 35px 0;
  color: var(--white);
  background: var(--ink-deep);
}

.footer-inner {
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 60px;
}

.site-footer .brand {
  font-size: 22px;
}

.site-footer .brand img {
  width: 42px;
  height: 42px;
}

.site-footer nav {
  display: flex;
  justify-content: center;
  gap: 30px;
  font-size: 10px;
}

.site-footer nav a:hover,
.site-footer nav a:focus-visible {
  color: var(--yellow);
}

.site-footer .footer-inner > span {
  color: #89938e;
  font-size: 9px;
}

.reveal {
  opacity: 0;
  transform: translateY(26px);
  transition: opacity 0.65s ease, transform 0.65s ease;
}

.reveal.is-visible {
  opacity: 1;
  transform: translateY(0);
}

@media (max-width: 1100px) {
  .nva-preview-header__inner {
    min-height: 78px;
  }

  .nva-preview-menu {
    display: grid;
    width: 46px;
    height: 44px;
    padding: 10px;
    border: 1px solid rgba(255, 255, 255, 0.25);
    background: transparent;
    cursor: pointer;
    place-content: center;
    gap: 5px;
  }

  .nva-preview-menu span {
    display: block;
    width: 23px;
    height: 2px;
    background: #fff;
  }

  .nva-preview-nav {
    position: absolute;
    top: 78px;
    right: 0;
    left: 0;
    display: none;
    flex-direction: column;
    align-items: stretch;
    gap: 0;
    padding: 18px 24px 28px;
    background: rgba(16, 21, 18, 0.98);
    border-top: 1px solid rgba(255, 255, 255, 0.12);
  }

  .nva-preview-header.is-menu-open .nva-preview-nav {
    display: flex;
  }

  .nva-preview-nav a {
    padding: 14px 4px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.12);
  }

  .nva-preview-nav .nva-preview-nav__cta {
    margin-top: 14px;
    padding: 14px 18px;
    text-align: center;
    border: 0;
  }
}

@media (max-width: 820px) {
  .nva-preview-header__inner {
    width: min(calc(100% - 32px), 680px);
  }
}

@media (max-width: 1080px) {
  .hero-grid {
    grid-template-columns: 1fr 0.78fr;
    gap: 30px;
  }

  .hero h1 {
    font-size: clamp(70px, 8vw, 96px);
  }

  .hero-media {
    min-height: 520px;
  }

  .picker-item {
    grid-template-columns: auto 1fr;
  }

  .picker-item > svg {
    display: none;
  }

  .service-layout,
  .service-layout-reverse,
  .repair-grid {
    gap: 55px;
  }

  .service-photo {
    min-height: 520px;
  }

  .service-photo-tall {
    min-height: 620px;
  }

  .example-flow {
    grid-template-columns: 1fr 44px 1fr;
  }

  .schema-example figure {
    min-height: 420px;
    border-top: 1px solid var(--ink);
    border-left: 0;
  }

  .repair-photo {
    min-height: 430px;
  }

  .comparison-head,
  .comparison-row {
    grid-template-columns: 1.1fr 0.9fr 0.9fr 50px;
    gap: 18px;
  }
}

@media (max-width: 860px) {
  .site-header,
  .site-header.is-scrolled {
    height: 76px;
  }

  .menu-toggle {
    position: relative;
    z-index: 3;
    display: block;
  }

  .menu-toggle[aria-expanded="true"] span:first-child {
    transform: translateY(4.5px) rotate(45deg);
  }

  .menu-toggle[aria-expanded="true"] span:last-child {
    transform: translateY(-4.5px) rotate(-45deg);
  }

  .main-nav {
    position: fixed;
    inset: 0;
    z-index: 2;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    gap: 28px;
    padding: 90px var(--side);
    background: var(--ink-deep);
    opacity: 0;
    pointer-events: none;
    transform: translateY(-12px);
    transition: opacity 0.22s ease, transform 0.22s ease;
  }

  .main-nav.is-open {
    opacity: 1;
    pointer-events: auto;
    transform: translateY(0);
  }

  .main-nav > a:not(.button) {
    font-family: "Bebas Neue", sans-serif;
    font-size: 36px;
    font-weight: 400;
  }

  .hero {
    min-height: 0;
    padding-top: 120px;
  }

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

  .hero-copy {
    position: relative;
    z-index: 4;
  }

  .hero-media {
    min-height: 570px;
  }

  .hero-photo {
    inset: 0 20px 0 0;
  }

  .picker-rail {
    grid-template-columns: 1fr;
  }

  .picker-item {
    grid-template-columns: 70px 1fr 44px;
    min-height: 130px;
    border-right: 0;
    border-bottom: 1px solid var(--ink);
  }

  .picker-item:last-child {
    border-bottom: 0;
  }

  .picker-item > svg {
    display: block;
  }

  .service-layout,
  .service-layout-reverse,
  .repair-grid {
    grid-template-columns: 1fr;
  }

  .service-layout-reverse .service-copy {
    order: 2;
  }

  .service-layout-reverse .service-photo {
    order: 1;
  }

  .service-photo,
  .service-photo-tall,
  .repair-photo {
    min-height: min(78vw, 620px);
  }

  .example-heading {
    align-items: flex-start;
    flex-direction: column;
  }

  .example-heading h3 {
    text-align: left;
  }

  .repair-examples,
  .decision-heading,
  .faq-grid {
    grid-template-columns: 1fr;
  }

  .comparison-head {
    display: none;
  }

  .comparison-row {
    grid-template-columns: 1fr 50px;
    gap: 15px 20px;
    padding: 28px 0;
  }

  .comparison-row > div {
    grid-column: 1;
  }

  .comparison-row p {
    grid-column: 1;
    padding-left: 60px;
  }

  .comparison-row > a {
    grid-column: 2;
    grid-row: 1 / 4;
  }

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

  .founders-photo {
    min-height: min(72vw, 560px);
  }

  .founders-copy {
    border-top: 8px solid var(--turquoise);
    border-left: 0;
  }

  .faq-grid {
    gap: 45px;
  }

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

  .footer-inner {
    grid-template-columns: 1fr;
    gap: 28px;
  }

  .site-footer nav {
    flex-wrap: wrap;
    justify-content: flex-start;
  }
}

@media (max-width: 580px) {
  :root {
    --side: 20px;
  }

  .brand {
    font-size: 21px;
  }

  .brand img {
    width: 40px;
    height: 40px;
  }

  .hero {
    padding-top: 112px;
  }

  .hero h1 {
    font-size: clamp(68px, 21vw, 96px);
  }

  .hero-copy > p {
    font-size: 16px;
  }

  .hero-actions {
    align-items: stretch;
    flex-direction: column;
    gap: 24px;
  }

  .hero-actions .text-link {
    width: max-content;
  }

  .trust-line {
    flex-direction: column;
    gap: 10px;
  }

  .trust-line li + li::before {
    display: none;
  }

  .hero-media {
    min-height: 440px;
  }

  .hero-photo {
    inset: 0;
    clip-path: none;
  }

  .hero-photo::after {
    background: linear-gradient(0deg, var(--ink-deep) 0, transparent 18%);
  }

  .tech-tag {
    min-width: 66px;
    min-height: 58px;
    font-size: 25px;
  }

  .tech-tag-top {
    top: 20px;
    right: 8px;
  }

  .tech-tag-bottom {
    right: auto;
    bottom: 18px;
    left: 10px;
  }

  .media-circuit {
    display: none;
  }

  .service-picker h2 {
    font-size: 54px;
  }

  .picker-item {
    grid-template-columns: 54px 1fr;
    padding: 24px 18px;
  }

  .picker-item > svg {
    display: none;
  }

  .picker-index {
    font-size: 46px;
  }

  .picker-copy strong,
  .picker-copy b {
    font-size: 25px;
  }

  .service-section {
    padding: 78px 0;
  }

  .service-photo,
  .service-photo-tall,
  .repair-photo {
    min-height: 112vw;
  }

  .service-copy h2,
  .repair-copy h2 {
    font-size: 55px;
  }

  .example-panel {
    padding: 22px;
  }

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

  .example-arrow {
    margin-inline: 24px;
    transform: rotate(90deg);
  }

  .schema-example figure {
    min-height: 430px;
  }

  .example-panel > .button {
    width: 100%;
  }

  .session-line,
  .repair-steps {
    grid-template-columns: 1fr;
    gap: 24px;
    border-top: 0;
  }

  .session-line > div {
    padding: 0 0 0 48px;
  }

  .session-line span {
    position: absolute;
    top: 0;
    left: 0;
    margin: 0;
  }

  .repair-steps li {
    padding-left: 54px;
  }

  .repair-steps li:not(:last-child)::after {
    display: none;
  }

  .repair-steps span {
    position: absolute;
    top: 0;
    left: 0;
  }

  .repair-examples {
    gap: 42px;
  }

  .diagnostic-card {
    grid-template-rows: 300px auto;
  }

  .diagnostic-screen {
    border-bottom: 1px solid var(--ink);
  }

  .repair-action {
    align-items: stretch;
    grid-template-columns: 1fr;
    gap: 35px;
  }

  .repair-options {
    grid-template-columns: 1fr;
  }

  .repair-action p {
    padding: 20px 0 0;
    border-top: 1px solid var(--ink);
    border-left: 0;
  }

  .decision-heading h2,
  .founders-copy h2,
  .final-cta h2 {
    font-size: 52px;
  }

  .comparison-row > div strong {
    font-size: 24px;
  }

  .comparison-row p {
    padding-left: 0;
  }

  .founders-copy {
    padding: 50px 28px 65px;
  }

  .faq-list summary {
    font-size: 12px;
  }

  .final-cta .button {
    width: 100%;
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
    transition-duration: 0.01ms !important;
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
  }

  .reveal {
    opacity: 1;
    transform: none;
  }
}
