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

:root {
  --background: #02030a;
  --foreground: #f7fbff;
  --muted: #b7c1d8;
  --line: rgba(255, 255, 255, 0.14);
  --blue: #0ea5ff;
  --violet: #6d5dfc;
  --purple: #a855f7;
  --pink: #d946ef;
  --cyan: #66e8ff;
  --mint: #38f5b2;
  --display: "Space Grotesk", "Aptos Display", "Segoe UI Variable Display", "Inter", sans-serif;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  background: var(--background);
  color: var(--foreground);
  font-family: "Aptos", "Segoe UI Variable", "Inter", ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  margin: 0;
}

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

main {
  min-height: 100vh;
  overflow: hidden;
  background:
    linear-gradient(110deg, rgba(14, 165, 255, 0.12), transparent 34%),
    linear-gradient(250deg, rgba(168, 85, 247, 0.16), transparent 42%),
    linear-gradient(25deg, rgba(56, 245, 178, 0.055), transparent 38%),
    #02030a;
}

.hero {
  min-height: clamp(620px, 70vh, 760px);
  position: relative;
  padding: 22px 22px 0;
  isolation: isolate;
}

.heroBackdrop {
  position: absolute;
  inset: 0;
  z-index: -2;
  background:
    radial-gradient(circle at 64% 24%, rgba(56, 245, 178, 0.12), transparent 24%),
    radial-gradient(circle at 74% 42%, rgba(14, 165, 255, 0.22), transparent 31%),
    radial-gradient(circle at 88% 58%, rgba(217, 70, 239, 0.19), transparent 30%),
    linear-gradient(180deg, rgba(2, 3, 10, 0.08), #02030a 98%),
    repeating-linear-gradient(
      90deg,
      rgba(255, 255, 255, 0.026) 0,
      rgba(255, 255, 255, 0.026) 1px,
      transparent 1px,
      transparent 96px
    );
  mask-image: linear-gradient(to bottom, #000 70%, transparent);
}

.hero::after {
  content: "";
  position: absolute;
  inset: auto 0 0;
  height: 22%;
  z-index: -1;
  background: linear-gradient(180deg, transparent, #02030a);
}

.heroMedia {
  position: absolute;
  inset: 0;
  z-index: -1;
  overflow: hidden;
  pointer-events: none;
}

.heroMedia::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  background:
    linear-gradient(90deg, #02030a 0%, rgba(2, 3, 10, 0.94) 18%, rgba(2, 3, 10, 0.72) 39%, rgba(2, 3, 10, 0.22) 68%, rgba(2, 3, 10, 0.18) 100%),
    linear-gradient(180deg, rgba(2, 3, 10, 0.08), rgba(2, 3, 10, 0.12) 58%, #02030a 99%);
}

.heroMedia img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 78% center;
  opacity: 0.86;
  filter: brightness(1.18) saturate(1.22) contrast(1.08);
  mask-image: linear-gradient(to bottom, #000 0%, #000 78%, rgba(0, 0, 0, 0.62) 88%, transparent 100%);
}

.nav {
  width: min(1180px, 100%);
  min-height: 64px;
  margin: 0 auto;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: rgba(2, 5, 16, 0.82);
  backdrop-filter: blur(18px);
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 12px 14px;
}

.brand,
.navLinks {
  display: flex;
  align-items: center;
}

.brand {
  min-height: 40px;
}

.brandLogo {
  width: 210px;
  max-width: 48vw;
  height: auto;
  display: block;
  filter: drop-shadow(0 0 22px rgba(14, 165, 255, 0.32));
}

.brandMark {
  width: 36px;
  height: 36px;
  border-radius: 8px;
  display: grid;
  place-items: center;
  color: #fff;
  background: linear-gradient(135deg, var(--blue), var(--violet), var(--pink));
  box-shadow: 0 0 34px rgba(109, 93, 252, 0.45);
}

.navLinks {
  gap: 6px;
}

.navLinks a {
  color: var(--muted);
  padding: 10px 12px;
  border-radius: 8px;
  font-size: 14px;
  font-weight: 650;
}

.navLinks a:hover {
  color: #fff;
  background: rgba(255, 255, 255, 0.07);
}

.heroGrid {
  width: min(1180px, 100%);
  margin: 58px auto 0;
  display: block;
  min-height: 390px;
  align-items: center;
}

.heroCopy {
  max-width: 800px;
  padding: 12px 0 34px;
}

.kicker {
  color: var(--cyan);
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0;
  text-transform: uppercase;
  margin: 0 0 16px;
}

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

h1 {
  font-family: var(--display);
  font-size: clamp(52px, 6.2vw, 88px);
  font-weight: 700;
  line-height: 0.97;
  letter-spacing: 0;
  max-width: 880px;
  margin-bottom: 26px;
  text-shadow: 0 24px 70px rgba(0, 0, 0, 0.48);
}

h2 {
  font-family: var(--display);
  font-size: 48px;
  line-height: 1.02;
  letter-spacing: 0;
  font-weight: 700;
}

h3 {
  font-family: var(--display);
  font-size: 22px;
  line-height: 1.16;
  letter-spacing: 0;
  font-weight: 700;
}

.lead {
  color: #edf3ff;
  font-size: 21px;
  line-height: 1.62;
  max-width: 720px;
  margin-bottom: 30px;
}

.heroActions {
  display: flex;
  align-items: center;
}

.heroActions {
  gap: 12px;
  flex-wrap: wrap;
  margin-bottom: 0;
}

.primaryButton,
.secondaryButton {
  min-height: 50px;
  border: 0;
  border-radius: 8px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 18px;
  font-weight: 800;
  font-size: 15px;
  font-family: inherit;
  cursor: pointer;
}

.primaryButton {
  background: linear-gradient(135deg, var(--blue), var(--violet), var(--pink));
  color: #fff;
  box-shadow: 0 16px 48px rgba(14, 165, 255, 0.32);
}

.primaryButton span {
  margin-left: 10px;
}

.secondaryButton {
  border: 1px solid var(--line);
  color: #dce6ff;
  background: rgba(255, 255, 255, 0.05);
}

.primaryButton:hover,
.secondaryButton:hover,
.textLink:hover {
  transform: translateY(-1px);
}

.perceptionBand {
  width: min(1180px, calc(100% - 44px));
  margin: -36px auto 46px;
  border: 1px solid rgba(102, 232, 255, 0.18);
  border-radius: 8px;
  padding: 34px;
  display: grid;
  grid-template-columns: minmax(0, 1.03fr) minmax(360px, 0.97fr);
  gap: 34px;
  align-items: stretch;
  position: relative;
  z-index: 2;
  overflow: hidden;
  background:
    linear-gradient(125deg, rgba(14, 165, 255, 0.14), transparent 44%),
    linear-gradient(315deg, rgba(217, 70, 239, 0.15), transparent 48%),
    linear-gradient(90deg, rgba(56, 245, 178, 0.08), transparent 54%),
    rgba(255, 255, 255, 0.04);
}

.perceptionBand::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, transparent 0, rgba(102, 232, 255, 0.08) 52%, transparent 100%),
    repeating-linear-gradient(
      90deg,
      rgba(255, 255, 255, 0.032) 0,
      rgba(255, 255, 255, 0.032) 1px,
      transparent 1px,
      transparent 68px
    );
  opacity: 0.68;
  pointer-events: none;
}

.perceptionCopy,
.perceptionStats {
  position: relative;
  z-index: 1;
}

.perceptionCopy {
  display: grid;
  align-content: center;
}

.perceptionCopy h2 {
  max-width: 720px;
  margin-bottom: 18px;
}

.perceptionCopy p:not(.kicker) {
  color: #edf3ff;
  font-size: 21px;
  line-height: 1.56;
  max-width: 760px;
  margin-bottom: 0;
}

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

.perceptionStat {
  min-height: 230px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 8px;
  padding: 22px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  background:
    linear-gradient(150deg, rgba(14, 165, 255, 0.14), transparent 42%),
    rgba(2, 6, 23, 0.62);
  backdrop-filter: blur(18px);
}

.perceptionStat:nth-child(2) {
  background:
    linear-gradient(150deg, rgba(56, 245, 178, 0.12), transparent 42%),
    linear-gradient(330deg, rgba(217, 70, 239, 0.12), transparent 48%),
    rgba(2, 6, 23, 0.62);
}

.perceptionStat strong {
  width: max-content;
  color: transparent;
  font-family: var(--display);
  font-size: 72px;
  font-weight: 800;
  line-height: 0.9;
  background: linear-gradient(135deg, var(--cyan), var(--violet), var(--pink));
  background-clip: text;
  -webkit-background-clip: text;
}

.perceptionStat:nth-child(2) strong {
  background: linear-gradient(135deg, var(--mint), var(--blue), var(--pink));
  background-clip: text;
  -webkit-background-clip: text;
}

.perceptionStat span {
  color: #dce6ff;
  font-size: 16px;
  font-weight: 750;
  line-height: 1.42;
}

.introBand {
  width: min(1180px, calc(100% - 44px));
  margin: 0 auto 86px;
  border-block: 1px solid var(--line);
  padding: 34px 0;
}

.introBand p {
  color: #e9f1ff;
  font-size: 30px;
  line-height: 1.32;
  max-width: 1060px;
  margin-bottom: 0;
}

.section,
.showcase,
.auditPanel,
.aiSection,
.offerPanel,
.contact {
  width: min(1180px, calc(100% - 44px));
  margin: 0 auto 110px;
}

.sectionHead {
  display: grid;
  grid-template-columns: 0.8fr 1.2fr;
  gap: 28px;
  align-items: end;
  margin-bottom: 34px;
}

.sectionHead h2,
.contact h2,
.showcase h2 {
  max-width: 760px;
}

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

.serviceCard {
  min-height: 306px;
  border-radius: 8px;
  border: 1px solid var(--line);
  background:
    linear-gradient(155deg, rgba(14, 165, 255, 0.13), transparent 32%),
    linear-gradient(340deg, rgba(168, 85, 247, 0.18), transparent 46%),
    rgba(255, 255, 255, 0.045);
  padding: 22px;
  display: flex;
  flex-direction: column;
  transition: border-color 160ms ease, background 160ms ease, transform 160ms ease;
}

.serviceCard:hover {
  border-color: rgba(102, 232, 255, 0.34);
  background:
    linear-gradient(155deg, rgba(14, 165, 255, 0.18), transparent 36%),
    linear-gradient(340deg, rgba(168, 85, 247, 0.2), transparent 48%),
    rgba(255, 255, 255, 0.058);
  transform: translateY(-2px);
}

.serviceCard:nth-child(4) {
  border-color: rgba(56, 245, 178, 0.2);
  background:
    linear-gradient(155deg, rgba(56, 245, 178, 0.12), transparent 34%),
    linear-gradient(340deg, rgba(168, 85, 247, 0.16), transparent 48%),
    rgba(255, 255, 255, 0.045);
}

.serviceCard:nth-child(4):hover {
  border-color: rgba(56, 245, 178, 0.38);
}

.serviceCard span {
  color: var(--cyan);
  font-family: "SFMono-Regular", Consolas, "Liberation Mono", monospace;
  font-size: 13px;
  margin-bottom: auto;
}

.serviceCard h3 {
  margin: 42px 0 14px;
}

.serviceCard p,
.showcase p,
.auditCopy p,
.auditCard p,
.aiCopy p,
.aiCard p,
.offerCopy p,
.contactBox p {
  color: var(--muted);
  line-height: 1.65;
}

.auditPanel {
  border-radius: 8px;
  border: 1px solid rgba(56, 245, 178, 0.2);
  padding: 34px;
  display: grid;
  grid-template-columns: minmax(0, 0.86fr) minmax(0, 1.14fr);
  gap: 28px;
  align-items: stretch;
  background:
    radial-gradient(circle at 18% 20%, rgba(56, 245, 178, 0.16), transparent 28%),
    radial-gradient(circle at 86% 74%, rgba(168, 85, 247, 0.16), transparent 32%),
    linear-gradient(135deg, rgba(14, 165, 255, 0.1), transparent 42%),
    rgba(255, 255, 255, 0.04);
}

.auditCopy {
  display: grid;
  align-content: center;
}

.auditCopy .kicker {
  color: var(--mint);
}

.auditCopy h2 {
  max-width: 650px;
  margin-bottom: 18px;
}

.auditCopy p {
  max-width: 620px;
  font-size: 18px;
}

.auditCopy .primaryButton {
  width: max-content;
  margin-top: 14px;
}

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

.auditCard {
  min-height: 244px;
  border-radius: 8px;
  border: 1px solid rgba(255, 255, 255, 0.13);
  padding: 22px;
  display: flex;
  flex-direction: column;
  background:
    linear-gradient(150deg, rgba(56, 245, 178, 0.1), transparent 42%),
    rgba(2, 6, 23, 0.62);
  backdrop-filter: blur(18px);
}

.auditCard span {
  color: var(--mint);
  font-family: "SFMono-Regular", Consolas, "Liberation Mono", monospace;
  font-size: 13px;
  margin-bottom: auto;
}

.auditCard h3 {
  margin: 38px 0 12px;
}

.auditCard p {
  margin-bottom: 0;
}

.aiSection {
  border-radius: 8px;
  border: 1px solid rgba(56, 245, 178, 0.22);
  padding: 34px;
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(0, 1fr);
  gap: 30px;
  position: relative;
  overflow: hidden;
  background:
    radial-gradient(circle at 74% 18%, rgba(56, 245, 178, 0.24), transparent 23%),
    radial-gradient(circle at 82% 28%, rgba(217, 70, 239, 0.26), transparent 24%),
    radial-gradient(circle at 24% 76%, rgba(14, 165, 255, 0.22), transparent 28%),
    linear-gradient(135deg, rgba(14, 165, 255, 0.13), transparent 38%),
    rgba(255, 255, 255, 0.045);
}

.aiSection::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, transparent 0, rgba(56, 245, 178, 0.11) 44%, rgba(102, 232, 255, 0.08) 62%, transparent 100%),
    repeating-linear-gradient(
      90deg,
      rgba(255, 255, 255, 0.03) 0,
      rgba(255, 255, 255, 0.03) 1px,
      transparent 1px,
      transparent 72px
    );
  opacity: 0.72;
  pointer-events: none;
}

.aiCopy,
.aiGrid,
.aiSignal {
  position: relative;
  z-index: 1;
}

.aiCopy h2 {
  max-width: 620px;
  margin-bottom: 18px;
}

.aiSection .kicker {
  color: var(--mint);
}

.aiCopy p {
  max-width: 610px;
  font-size: 18px;
}

.aiGrid {
  display: grid;
  gap: 12px;
}

.aiCard {
  border-radius: 8px;
  border: 1px solid rgba(56, 245, 178, 0.13);
  padding: 20px;
  background: rgba(2, 6, 23, 0.62);
  backdrop-filter: blur(18px);
}

.aiCard h3 {
  color: #f3fff9;
  margin-bottom: 12px;
}

.aiCard p {
  margin-bottom: 0;
}

.aiSignal {
  grid-column: 1 / -1;
  min-height: 86px;
  border-radius: 8px;
  border: 1px solid rgba(56, 245, 178, 0.22);
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 14px;
  background:
    linear-gradient(90deg, rgba(56, 245, 178, 0.12), rgba(14, 165, 255, 0.1), rgba(168, 85, 247, 0.1)),
    rgba(2, 6, 23, 0.55);
}

.aiSignal span {
  width: 72px;
  height: 58px;
  border-radius: 8px;
  display: grid;
  place-items: center;
  flex: 0 0 auto;
  color: #fff;
  font-size: 25px;
  font-weight: 900;
  background: linear-gradient(135deg, var(--mint), var(--blue), var(--violet));
  box-shadow: 0 0 34px rgba(56, 245, 178, 0.3);
}

.aiSignal strong {
  min-height: 44px;
  border-radius: 8px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  display: inline-flex;
  align-items: center;
  padding: 0 16px;
  color: #edf3ff;
  background: rgba(255, 255, 255, 0.055);
}

.offerPanel {
  display: grid;
  grid-template-columns: minmax(0, 0.96fr) minmax(360px, 1.04fr);
  gap: 34px;
  align-items: stretch;
  border: 1px solid var(--line);
  border-radius: 8px;
  padding: 34px;
  background:
    linear-gradient(135deg, rgba(14, 165, 255, 0.13), transparent 38%),
    linear-gradient(315deg, rgba(217, 70, 239, 0.13), transparent 44%),
    rgba(255, 255, 255, 0.04);
}

.offerCopy h2 {
  margin-bottom: 18px;
}

.offerCopy > p {
  font-size: 18px;
  max-width: 620px;
}

.offerList {
  list-style: none;
  margin: 28px 0 0;
  padding: 0;
  display: grid;
  gap: 12px;
}

.offerList li {
  position: relative;
  padding-left: 28px;
  color: #eef5ff;
  line-height: 1.45;
}

.offerList li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.62em;
  width: 12px;
  height: 2px;
  border-radius: 999px;
  background: linear-gradient(90deg, var(--mint), var(--blue), var(--pink));
  box-shadow: 0 0 18px rgba(56, 245, 178, 0.36);
}

.offerVisual {
  min-height: 430px;
  border-radius: 8px;
  position: relative;
  overflow: hidden;
  background:
    radial-gradient(circle at 68% 70%, rgba(217, 70, 239, 0.3), transparent 25%),
    radial-gradient(circle at 34% 30%, rgba(14, 165, 255, 0.34), transparent 28%),
    linear-gradient(135deg, #040716, #090f23 60%, #070712);
}

.offerVisual::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.04) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.04) 1px, transparent 1px);
  background-size: 42px 42px;
  mask-image: linear-gradient(135deg, transparent, #000 18%, #000 82%, transparent);
}

.screenFrame {
  position: absolute;
  border: 1px solid rgba(102, 232, 255, 0.28);
  border-radius: 8px;
  background: rgba(2, 6, 23, 0.72);
  box-shadow: 0 24px 90px rgba(14, 165, 255, 0.18);
  backdrop-filter: blur(18px);
  padding: 22px;
}

.screenFrame span {
  display: block;
  width: 88px;
  height: 8px;
  border-radius: 999px;
  margin-bottom: 54px;
  background: linear-gradient(90deg, var(--blue), var(--purple), transparent);
}

.screenFrame strong,
.screenFrame em {
  display: block;
  font-style: normal;
}

.screenFrame strong {
  color: #fff;
  font-size: 30px;
  line-height: 1;
}

.screenFrame em {
  width: max-content;
  margin-top: 20px;
  border-radius: 8px;
  padding: 10px 14px;
  color: #fff;
  font-weight: 800;
  background: linear-gradient(135deg, var(--blue), var(--violet), var(--pink));
}

.mainScreen {
  width: 58%;
  height: 58%;
  left: 9%;
  top: 13%;
}

.sideScreen {
  width: 36%;
  height: 48%;
  right: 8%;
  bottom: 10%;
}

.signalLine {
  position: absolute;
  left: 12%;
  right: 10%;
  bottom: 30%;
  height: 2px;
  background: linear-gradient(90deg, transparent, var(--blue), var(--pink), transparent);
  box-shadow: 0 0 26px rgba(102, 232, 255, 0.46);
}

.showcase {
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(340px, 0.9fr);
  gap: 34px;
  align-items: center;
}

.showcaseVisual {
  min-height: 430px;
  border-radius: 8px;
  border: 1px solid var(--line);
  background:
    linear-gradient(135deg, rgba(14, 165, 255, 0.18), transparent 38%),
    linear-gradient(315deg, rgba(217, 70, 239, 0.14), transparent 42%),
    #050814;
  position: relative;
  overflow: hidden;
}

.showcaseVisual::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.04) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.04) 1px, transparent 1px);
  background-size: 42px 42px;
  opacity: 0.55;
}

.stackWindow {
  position: absolute;
  border: 1px solid rgba(102, 232, 255, 0.32);
  border-radius: 8px;
  background: rgba(2, 6, 23, 0.72);
  box-shadow: 0 20px 90px rgba(14, 165, 255, 0.18);
}

.stackWindow span {
  display: block;
  height: 10px;
  margin: 18px;
  border-radius: 8px;
  background: linear-gradient(90deg, var(--blue), var(--purple), transparent);
}

.stackWindow.wide {
  width: 62%;
  height: 56%;
  left: 10%;
  top: 18%;
}

.stackWindow.compact {
  width: 34%;
  height: 48%;
  right: 10%;
  bottom: 13%;
}

.stackLine {
  position: absolute;
  left: 12%;
  right: 12%;
  bottom: 26%;
  height: 2px;
  background: linear-gradient(90deg, transparent, var(--blue), var(--pink), transparent);
}

.showcaseCopy p {
  font-size: 18px;
}

.textLink {
  display: inline-flex;
  margin-top: 12px;
  min-height: 44px;
  align-items: center;
  border-bottom: 1px solid var(--cyan);
  color: #fff;
  font-weight: 800;
}

.processList {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  border-top: 1px solid var(--line);
}

.processList li {
  min-height: 230px;
  border-right: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  padding: 22px;
}

.processList li:first-child {
  border-left: 1px solid var(--line);
}

.processList span {
  display: block;
  color: var(--cyan);
  font-family: "SFMono-Regular", Consolas, "Liberation Mono", monospace;
  margin-bottom: 36px;
}

.processList h3 {
  margin-bottom: 12px;
}

.processList p {
  color: var(--muted);
  font-size: 16px;
  line-height: 1.52;
  margin-bottom: 0;
}

.contact {
  border: 1px solid var(--line);
  border-radius: 8px;
  padding: 38px;
  display: grid;
  grid-template-columns: minmax(0, 0.78fr) minmax(420px, 1.22fr);
  gap: 34px;
  align-items: start;
  background:
    linear-gradient(135deg, rgba(14, 165, 255, 0.14), transparent 32%),
    linear-gradient(315deg, rgba(168, 85, 247, 0.16), transparent 44%),
    rgba(255, 255, 255, 0.045);
}

.contact h2 {
  margin-bottom: 0;
}

.contactIntro {
  display: grid;
  gap: 28px;
  align-content: start;
}

.contactBox {
  display: grid;
  gap: 12px;
  align-content: start;
}

.contactBox a {
  min-height: 52px;
  border-radius: 8px;
  border: 1px solid var(--line);
  display: flex;
  align-items: center;
  padding: 0 16px;
  color: #fff;
  font-weight: 800;
  background: rgba(0, 0, 0, 0.2);
  transition: border-color 160ms ease, background 160ms ease;
}

.contactBox a:hover {
  border-color: rgba(102, 232, 255, 0.32);
  background: rgba(14, 165, 255, 0.09);
}

.contactBox p {
  margin-bottom: 0;
}

.contactForm {
  border: 1px solid rgba(56, 245, 178, 0.16);
  border-radius: 8px;
  padding: 22px;
  background:
    linear-gradient(145deg, rgba(56, 245, 178, 0.095), transparent 34%),
    linear-gradient(330deg, rgba(14, 165, 255, 0.1), transparent 45%),
    rgba(2, 6, 23, 0.6);
  backdrop-filter: blur(18px);
}

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

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

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

.honeypot {
  display: none;
}

.field span {
  color: #dce6ff;
  font-size: 13px;
  font-weight: 800;
}

.field input,
.field select,
.field textarea {
  width: 100%;
  border: 1px solid rgba(255, 255, 255, 0.13);
  border-radius: 8px;
  background: rgba(2, 6, 23, 0.72);
  color: #fff;
  font: inherit;
  outline: none;
  transition: border-color 160ms ease, background 160ms ease, box-shadow 160ms ease;
}

.field input,
.field select {
  min-height: 52px;
  padding: 0 14px;
}

.field textarea {
  min-height: 132px;
  padding: 14px;
  resize: vertical;
}

.field input::placeholder,
.field textarea::placeholder {
  color: rgba(183, 193, 216, 0.64);
}

.field input:focus,
.field select:focus,
.field textarea:focus {
  border-color: rgba(56, 245, 178, 0.48);
  background: rgba(3, 11, 28, 0.86);
  box-shadow: 0 0 0 3px rgba(56, 245, 178, 0.08);
}

.formActions {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  margin-top: 18px;
}

.formActions p {
  color: var(--muted);
  font-size: 13px;
  line-height: 1.45;
  margin-bottom: 0;
}

.formStatus {
  min-height: 22px;
  margin: 16px 0 0;
  color: var(--muted);
  font-size: 14px;
  font-weight: 750;
  line-height: 1.45;
}

.formStatus.isSuccess {
  color: var(--mint);
}

.formStatus.isError {
  color: #ffb4d7;
}

.contactForm button:disabled {
  cursor: wait;
  opacity: 0.72;
}

.mobileCtaBar {
  display: none;
}

@media (max-width: 980px) {
  .heroGrid,
  .sectionHead,
  .perceptionBand,
  .auditPanel,
  .aiSection,
  .offerPanel,
  .showcase,
  .contact {
    grid-template-columns: 1fr;
  }

  .heroGrid {
    margin-top: 48px;
    min-height: 430px;
  }

  .heroMedia img {
    object-position: 75% center;
    width: 100%;
    height: 100%;
    opacity: 0.72;
  }

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

  h1 {
    font-size: 62px;
  }

  h2 {
    font-size: 40px;
  }
}

@media (max-width: 640px) {
  body {
    padding-bottom: 86px;
  }

  .hero {
    padding: 12px;
    min-height: auto;
    padding-bottom: 42px;
  }

  .nav {
    align-items: flex-start;
    gap: 12px;
    flex-direction: column;
  }

  .navLinks {
    width: 100%;
    justify-content: space-between;
  }

  .navLinks a {
    padding-inline: 8px;
  }

  .heroGrid {
    margin-top: 34px;
    gap: 28px;
    min-height: 0;
  }

  h1 {
    font-size: 40px;
    line-height: 1.04;
  }

  h2 {
    font-size: 32px;
  }

  .lead,
  .offerCopy > p,
  .showcaseCopy p {
    font-size: 16px;
    line-height: 1.55;
  }

  .heroMedia::before {
    background:
      linear-gradient(90deg, #02030a 0%, rgba(2, 3, 10, 0.86) 42%, rgba(2, 3, 10, 0.54) 74%, rgba(2, 3, 10, 0.82) 100%),
      linear-gradient(180deg, rgba(2, 3, 10, 0.04), #02030a 96%);
  }

  .heroMedia img {
    inset: 0;
    width: 100%;
    height: 100%;
    object-position: 74% center;
    opacity: 0.58;
  }

  .introBand,
  .perceptionBand,
  .section,
  .auditPanel,
  .aiSection,
  .offerPanel,
  .showcase,
  .contact {
    width: calc(100% - 24px);
    margin-bottom: 72px;
  }

  .introBand p {
    font-size: 22px;
  }

  .introBand {
    display: none;
  }

  .serviceGrid,
  .perceptionStats,
  .auditGrid,
  .processList {
    grid-template-columns: 1fr;
  }

  .perceptionBand {
    padding: 22px;
    margin-top: -24px;
    margin-bottom: 58px;
  }

  .perceptionCopy p:not(.kicker) {
    font-size: 18px;
  }

  .perceptionStats {
    display: none;
  }

  .perceptionStat {
    min-height: 168px;
  }

  .perceptionStat strong {
    font-size: 58px;
  }

  .serviceCard {
    min-height: auto;
  }

  .auditCard,
  .processList li {
    min-height: auto;
  }

  .auditCard p,
  .processList p {
    display: none;
  }

  .serviceCard h3,
  .auditCard h3 {
    margin-top: 22px;
  }

  .processList span {
    margin-bottom: 18px;
  }

  .processList h3 {
    margin-bottom: 0;
  }

  .offerPanel {
    padding: 22px;
  }

  .auditPanel {
    padding: 22px;
  }

  .auditCopy .primaryButton {
    width: 100%;
  }

  .aiSection {
    padding: 22px;
  }

  .aiSignal {
    align-items: stretch;
    flex-direction: column;
  }

  .aiSignal span,
  .aiSignal strong {
    width: 100%;
    justify-content: center;
  }

  .offerVisual {
    min-height: 330px;
  }

  .mainScreen {
    width: 68%;
    height: 55%;
    left: 7%;
  }

  .sideScreen {
    width: 48%;
    right: 6%;
  }

  .screenFrame {
    padding: 16px;
  }

  .screenFrame strong {
    font-size: 22px;
  }

  .processList li,
  .processList li:first-child {
    border-left: 1px solid var(--line);
  }

  .contact {
    padding: 22px;
  }

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

  .formActions {
    align-items: stretch;
    flex-direction: column;
  }

  .mobileCtaBar {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 30;
    display: grid;
    grid-template-columns: 1fr auto;
    gap: 8px;
    padding: 10px 12px calc(10px + env(safe-area-inset-bottom));
    border-top: 1px solid rgba(255, 255, 255, 0.14);
    background:
      linear-gradient(90deg, rgba(14, 165, 255, 0.16), rgba(168, 85, 247, 0.14)),
      rgba(2, 5, 16, 0.86);
    backdrop-filter: blur(18px);
    box-shadow: 0 -18px 44px rgba(0, 0, 0, 0.34);
  }

  .mobileCtaPrimary,
  .mobileCtaSecondary {
    min-height: 48px;
    border-radius: 8px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0 16px;
    font-weight: 850;
    font-size: 14px;
  }

  .mobileCtaPrimary {
    color: #fff;
    background: linear-gradient(135deg, var(--blue), var(--violet), var(--pink));
    box-shadow: 0 14px 34px rgba(14, 165, 255, 0.28);
  }

  .mobileCtaSecondary {
    min-width: 104px;
    border: 1px solid rgba(255, 255, 255, 0.16);
    color: #e9f1ff;
    background: rgba(255, 255, 255, 0.055);
  }
}
