:root {
  color-scheme: dark;
  --bg: #050816;
  --panel: rgba(9, 18, 38, 0.8);
  --panel-solid: #091226;
  --text: #eef5ff;
  --muted: #9fb2d2;
  --line: rgba(76, 134, 255, 0.24);
  --accent: #1f63ff;
  --accent-strong: #6aa6ff;
  --accent-hot: #d7e7ff;
  --shadow: rgba(31, 99, 255, 0.28);
  --max: 1180px;
  --radius: 8px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  min-height: 100vh;
  background:
    radial-gradient(circle at 78% 12%, rgba(31, 99, 255, 0.3), transparent 31rem),
    radial-gradient(circle at 16% 30%, rgba(68, 117, 255, 0.16), transparent 24rem),
    linear-gradient(180deg, #050816 0%, #08142b 48%, #030611 100%);
  color: var(--text);
  font-family: Inter, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  overflow-x: hidden;
}

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

button,
input,
select,
textarea {
  font: inherit;
}

.noise {
  position: fixed;
  inset: 0;
  z-index: -1;
  pointer-events: none;
  opacity: 0.32;
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.035) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.03) 1px, transparent 1px);
  background-size: 54px 54px;
  mask-image: linear-gradient(to bottom, black, transparent 85%);
}

.site-header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 20;
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto;
  gap: 24px;
  align-items: center;
  padding: 14px clamp(18px, 4vw, 48px);
  border-bottom: 1px solid var(--line);
  background: rgba(5, 8, 22, 0.76);
  backdrop-filter: blur(20px);
}

.pre-index-intro {
  position: fixed;
  inset: 0;
  z-index: 80;
  display: grid;
  place-items: center;
  padding: clamp(10px, 2.6vw, 30px);
  background:
    radial-gradient(circle at 74% 42%, rgba(31, 99, 255, 0.34), transparent 25rem),
    radial-gradient(circle at 18% 22%, rgba(106, 166, 255, 0.18), transparent 22rem),
    radial-gradient(circle at 50% 105%, rgba(0, 118, 255, 0.28), transparent 26rem),
    linear-gradient(135deg, rgba(2, 5, 15, 0.98), rgba(5, 12, 31, 0.98));
  animation: preIntroExit 5s ease forwards;
}

.skip-intro .pre-index-intro {
  display: none;
}

.pre-index-intro::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    linear-gradient(rgba(76, 134, 255, 0.07) 1px, transparent 1px),
    linear-gradient(90deg, rgba(76, 134, 255, 0.06) 1px, transparent 1px);
  background-size: 58px 58px;
  mask-image: radial-gradient(circle, black, transparent 78%);
  animation: introGridPulse 1.4s ease-in-out infinite alternate;
}

.pre-index-intro::after {
  content: "";
  position: absolute;
  inset: -20%;
  pointer-events: none;
  background:
    conic-gradient(from 210deg at 50% 50%, transparent 0deg, rgba(106, 166, 255, 0.22) 42deg, transparent 92deg),
    radial-gradient(circle at 50% 50%, transparent 42%, rgba(31, 99, 255, 0.16), transparent 62%);
  opacity: 0;
  mix-blend-mode: screen;
  animation: introEnergyBloom 5s ease forwards;
}

.brand {
  display: inline-flex;
  align-items: center;
  min-width: 124px;
  font-weight: 900;
  letter-spacing: 0;
}

.brand-logo {
  display: block;
  width: 118px;
  height: 66px;
  object-fit: contain;
  object-position: center;
  mix-blend-mode: luminosity;
  opacity: 0.94;
  filter: contrast(1.16) brightness(1.08) drop-shadow(0 0 18px rgba(31, 99, 255, 0.34));
}

.mobile-menu-toggle {
  display: none;
  position: relative;
  width: 54px;
  height: 54px;
  align-items: center;
  justify-content: center;
  gap: 4px;
  flex-direction: column;
  overflow: hidden;
  border: 1px solid rgba(106, 166, 255, 0.58);
  border-radius: 14px;
  color: #eef5ff;
  background:
    radial-gradient(circle at 28% 20%, rgba(255, 255, 255, 0.2), transparent 1.2rem),
    linear-gradient(135deg, rgba(10, 22, 58, 0.96), rgba(31, 99, 255, 0.36));
  box-shadow:
    inset 0 0 0 1px rgba(255, 255, 255, 0.08),
    0 0 24px rgba(31, 99, 255, 0.28);
  cursor: pointer;
}

.mobile-menu-toggle::before {
  content: "";
  position: absolute;
  inset: 8px;
  border: 1px solid rgba(238, 245, 255, 0.12);
  border-radius: 10px;
}

.mobile-menu-toggle::after {
  content: "";
  position: absolute;
  width: 72px;
  height: 18px;
  background: linear-gradient(90deg, transparent, rgba(106, 166, 255, 0.34), transparent);
  transform: rotate(-34deg) translateY(-18px);
  transition: transform 240ms ease;
}

.mobile-menu-toggle:hover::after,
.site-header.is-menu-open .mobile-menu-toggle::after {
  transform: rotate(-34deg) translateY(20px);
}

.mobile-menu-toggle span {
  position: relative;
  z-index: 1;
  display: block;
  width: 24px;
  height: 2px;
  border-radius: 999px;
  background: linear-gradient(90deg, #eef5ff, #6aa6ff);
  box-shadow: 0 0 10px rgba(106, 166, 255, 0.56);
  transition: width 180ms ease, transform 180ms ease, opacity 180ms ease;
}

.mobile-menu-toggle span:nth-child(2) {
  width: 16px;
  margin-left: 8px;
}

.site-header.is-menu-open .mobile-menu-toggle span:nth-child(1) {
  transform: translateY(7px) rotate(45deg);
}

.site-header.is-menu-open .mobile-menu-toggle span:nth-child(2) {
  opacity: 0;
}

.site-header.is-menu-open .mobile-menu-toggle span:nth-child(3) {
  transform: translateY(-7px) rotate(-45deg);
}

.nav {
  justify-self: center;
  display: flex;
  align-items: center;
  gap: clamp(12px, 2.2vw, 28px);
  color: var(--muted);
  font-size: 0.92rem;
  font-weight: 700;
}

.nav a,
.nav-menu-button {
  transition: color 180ms ease;
}

.nav a:hover,
.nav-menu-button:hover {
  color: var(--text);
}

.nav-menu {
  position: relative;
  padding: 10px 0;
  margin: -10px 0;
}

.nav-menu::after {
  content: "";
  position: absolute;
  left: -26px;
  right: -26px;
  top: 100%;
  height: 22px;
}

.nav-menu-button {
  border: 0;
  padding: 0;
  color: inherit;
  background: transparent;
  font: inherit;
  cursor: pointer;
}

.nav-menu-button::after {
  content: "";
  display: inline-block;
  width: 6px;
  height: 6px;
  margin-left: 8px;
  border-right: 1px solid currentColor;
  border-bottom: 1px solid currentColor;
  transform: translateY(-2px) rotate(45deg);
}

.nav-dropdown {
  position: absolute;
  left: 0;
  top: 100%;
  z-index: 30;
  display: grid;
  min-width: 250px;
  margin-top: 10px;
  padding: 10px;
  border: 1px solid rgba(106, 166, 255, 0.26);
  border-radius: var(--radius);
  background: rgba(5, 10, 25, 0.96);
  box-shadow: 0 18px 48px rgba(0, 0, 0, 0.34);
  opacity: 0;
  pointer-events: none;
  transform: none;
  transition: none;
}

.nav-dropdown a {
  padding: 10px 12px;
  border-radius: 5px;
  white-space: nowrap;
}

.nav-dropdown a:hover {
  background: rgba(31, 99, 255, 0.16);
}

.nav-menu.is-open .nav-dropdown {
  opacity: 1;
  pointer-events: auto;
  transform: none;
}

.nav-menu.is-suppressed .nav-dropdown {
  display: none;
  opacity: 0;
  pointer-events: none;
}

.header-actions {
  display: flex;
  justify-content: end;
  align-items: center;
  gap: 10px;
  min-width: 0;
}

.language-switcher {
  display: inline-flex;
  align-items: center;
  gap: 3px;
  padding: 4px;
  border: 1px solid rgba(106, 166, 255, 0.28);
  border-radius: var(--radius);
  background: rgba(5, 8, 22, 0.68);
}

.lang-option {
  min-width: 34px;
  height: 32px;
  border: 0;
  border-radius: 5px;
  color: var(--muted);
  background: transparent;
  font-family: "JetBrains Mono", monospace;
  font-size: 0.72rem;
  font-weight: 800;
  cursor: pointer;
}

.lang-option.active {
  color: #f7fbff;
  background: linear-gradient(135deg, rgba(31, 99, 255, 0.9), rgba(106, 166, 255, 0.74));
  box-shadow: 0 0 18px rgba(31, 99, 255, 0.3);
}

.nav-cta,
.button {
  display: inline-flex;
  min-height: 44px;
  align-items: center;
  justify-content: center;
  border-radius: var(--radius);
  font-weight: 800;
  transition: transform 180ms ease, border-color 180ms ease, box-shadow 180ms ease;
}

.nav-cta {
  padding: 0 16px;
  border: 1px solid rgba(106, 166, 255, 0.42);
  color: var(--accent-hot);
  background: rgba(31, 99, 255, 0.18);
  white-space: nowrap;
}

.button {
  padding: 0 22px;
  border: 1px solid transparent;
  cursor: pointer;
}

.button:hover,
.nav-cta:hover {
  transform: translateY(-2px);
}

.button-primary {
  color: #f7fbff;
  background: linear-gradient(135deg, #164dff, #4d8dff);
  box-shadow: 0 18px 46px rgba(31, 99, 255, 0.34);
}

.floating-request-cta {
  position: fixed;
  right: clamp(16px, 3vw, 34px);
  bottom: clamp(16px, 3vw, 34px);
  z-index: 90;
  display: inline-flex;
  min-height: 54px;
  align-items: center;
  justify-content: center;
  padding: 0 22px;
  border: 1px solid rgba(164, 203, 255, 0.58);
  border-radius: 999px;
  color: #f7fbff;
  background:
    radial-gradient(circle at 20% 0%, rgba(255, 255, 255, 0.28), transparent 1.8rem),
    linear-gradient(135deg, #1057ff, #4d8dff);
  box-shadow:
    0 18px 52px rgba(31, 99, 255, 0.42),
    0 0 0 1px rgba(255, 255, 255, 0.1) inset;
  font-weight: 900;
  letter-spacing: 0.01em;
  transition: transform 180ms ease, box-shadow 180ms ease, border-color 180ms ease;
}

.floating-request-cta::after {
  content: "";
  width: 8px;
  height: 8px;
  margin-left: 10px;
  border-radius: 999px;
  background: #bfe0ff;
  box-shadow: 0 0 16px rgba(191, 224, 255, 0.96);
}

.floating-request-cta:hover {
  border-color: rgba(255, 255, 255, 0.8);
  box-shadow:
    0 22px 70px rgba(31, 99, 255, 0.56),
    0 0 0 1px rgba(255, 255, 255, 0.16) inset;
  transform: translateY(-3px);
}

.button-secondary {
  border-color: rgba(244, 255, 248, 0.18);
  background: rgba(244, 255, 248, 0.06);
}

.hero {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(330px, 440px);
  gap: clamp(32px, 6vw, 72px);
  align-items: center;
  min-height: 100vh;
  padding: 136px clamp(18px, 5vw, 64px) 70px;
  isolation: isolate;
}

#heroCanvas {
  position: absolute;
  inset: 0;
  z-index: -3;
  width: 100%;
  height: 100%;
}

.hero::after {
  content: "";
  position: absolute;
  inset: auto 0 0;
  z-index: -2;
  height: 34%;
  background: linear-gradient(to top, var(--bg), transparent);
}

.hero-glow {
  position: absolute;
  z-index: -2;
  width: 34vw;
  aspect-ratio: 1;
  border-radius: 999px;
  filter: blur(24px);
  opacity: 0.2;
}

.hero-glow-one {
  right: 6%;
  top: 18%;
  background: var(--accent-strong);
}

.hero-glow-two {
  left: -8%;
  bottom: 14%;
  background: var(--accent);
}

.hero-content {
  min-width: 0;
  max-width: 850px;
}

.home-wordmark {
  display: block;
  width: min(100%, 520px);
  height: auto;
  margin: 0 0 22px;
  mix-blend-mode: screen;
  filter:
    contrast(1.25)
    brightness(1.18)
    drop-shadow(0 0 18px rgba(238, 245, 255, 0.25))
    drop-shadow(0 0 34px rgba(31, 99, 255, 0.44));
}

.home-slogan {
  max-width: 930px;
  text-transform: none;
  position: relative;
  display: inline-block;
  width: fit-content;
  padding-bottom: 18px;
  color: transparent;
  background:
    linear-gradient(90deg, #eef5ff 0%, #6aa6ff 42%, #ffffff 56%, #1f63ff 100%);
  background-clip: text;
  -webkit-background-clip: text;
  filter: drop-shadow(0 0 24px rgba(31, 99, 255, 0.42));
  text-shadow: 0 0 44px rgba(106, 166, 255, 0.16);
}

.home-slogan::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: min(72%, 520px);
  height: 3px;
  border-radius: 999px;
  background: linear-gradient(90deg, #1f63ff, #6aa6ff, transparent);
  box-shadow: 0 0 22px rgba(106, 166, 255, 0.64);
}

.about-hero {
  position: relative;
  min-height: 100vh;
  padding: 170px clamp(18px, 6vw, 72px) 80px;
  overflow: hidden;
  isolation: isolate;
}

.about-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -2;
  background:
    radial-gradient(circle at 76% 18%, rgba(31, 99, 255, 0.32), transparent 26rem),
    radial-gradient(circle at 14% 36%, rgba(106, 166, 255, 0.16), transparent 24rem);
}

.about-shell {
  display: grid;
  grid-template-columns: minmax(0, 0.82fr) minmax(360px, 0.92fr);
  gap: clamp(28px, 5vw, 72px);
  align-items: center;
  width: min(var(--max), 100%);
  margin: 0 auto;
}

.about-hero h1 {
  max-width: 760px;
  font-size: clamp(2.8rem, 5.6vw, 5.8rem);
  line-height: 0.94;
}

.about-logo {
  width: min(100%, 520px);
  margin-bottom: 24px;
  mix-blend-mode: screen;
  filter: contrast(1.2) brightness(1.15) drop-shadow(0 0 34px rgba(31, 99, 255, 0.42));
}

.about-lead {
  color: var(--muted);
  font-size: clamp(1rem, 1.55vw, 1.2rem);
  line-height: 1.75;
}

.about-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 32px;
}

.about-grid {
  position: relative;
  display: grid;
  gap: 16px;
}

.about-grid::before {
  content: none;
  position: absolute;
  top: 28px;
  bottom: 28px;
  left: 18px;
  width: 1px;
  background: linear-gradient(180deg, transparent, rgba(106, 166, 255, 0.58), transparent);
  box-shadow: 0 0 22px rgba(31, 99, 255, 0.35);
}

.about-card {
  position: relative;
  overflow: hidden;
  padding: 24px;
  border: 1px solid rgba(106, 166, 255, 0.24);
  border-radius: var(--radius);
  background:
    radial-gradient(circle at 100% 0%, rgba(31, 99, 255, 0.22), transparent 12rem),
    linear-gradient(135deg, rgba(10, 25, 58, 0.86), rgba(4, 9, 23, 0.76));
  box-shadow: 0 18px 54px rgba(0, 0, 0, 0.22), inset 0 0 0 1px rgba(255, 255, 255, 0.035);
  animation: bulletReveal 680ms ease both;
  transition: transform 180ms ease, border-color 180ms ease, box-shadow 180ms ease;
}

.about-card::before {
  content: "";
  position: absolute;
  top: 22px;
  right: 22px;
  z-index: 2;
  width: 9px;
  height: 9px;
  border-radius: 999px;
  background: #6aa6ff;
  box-shadow: 0 0 18px rgba(106, 166, 255, 0.86), 0 0 44px rgba(31, 99, 255, 0.4);
  animation: bulletMarkerPulse 2.8s ease-in-out infinite;
}

.about-card::after {
  content: "";
  position: absolute;
  inset: auto 18px 0 24px;
  height: 1px;
  background: linear-gradient(90deg, rgba(106, 166, 255, 0.72), transparent);
  opacity: 0.72;
}

.about-card:nth-child(2) {
  animation-delay: 100ms;
}

.about-card:nth-child(3) {
  animation-delay: 200ms;
}

.about-card:hover {
  border-color: rgba(164, 203, 255, 0.48);
  box-shadow: 0 22px 70px rgba(31, 99, 255, 0.2), inset 0 0 0 1px rgba(255, 255, 255, 0.06);
  transform: translateX(6px);
}

.about-card h3 {
  color: var(--text);
  font-size: clamp(1.12rem, 1.6vw, 1.42rem);
}

.about-card p {
  margin-top: 10px;
  color: var(--muted);
  line-height: 1.66;
}

.intro-showcase {
  grid-column: 1 / -1;
  position: relative;
  width: min(100%, 1120px);
  margin: 0 auto 8px;
  overflow: hidden;
  border: 1px solid rgba(76, 134, 255, 0.34);
  border-radius: var(--radius);
  background:
    radial-gradient(circle at 76% 38%, rgba(31, 99, 255, 0.28), transparent 18rem),
    linear-gradient(135deg, rgba(7, 19, 45, 0.86), rgba(4, 9, 23, 0.9));
  box-shadow: 0 30px 90px rgba(0, 0, 0, 0.34), inset 0 0 0 1px rgba(255, 255, 255, 0.04);
}

.pre-index-card {
  width: min(100%, 1500px);
  margin: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
  overflow: visible;
  animation: preCardLift 5s ease forwards;
}

.intro-copy {
  display: none;
  justify-content: space-between;
  gap: 24px;
  align-items: end;
  padding: 18px 20px 0;
}

.intro-copy span {
  color: var(--accent-strong);
  font-family: "JetBrains Mono", monospace;
  font-size: 0.76rem;
  font-weight: 800;
  text-transform: uppercase;
}

.intro-copy strong {
  max-width: 520px;
  color: var(--text);
  font-size: clamp(1.05rem, 2vw, 1.55rem);
  line-height: 1.15;
  text-align: right;
  overflow-wrap: anywhere;
}

.eyebrow {
  margin: 0 0 15px;
  color: var(--accent);
  font-family: "JetBrains Mono", monospace;
  font-size: 0.82rem;
  font-weight: 700;
  text-transform: uppercase;
}

body:not(.home-page) .eyebrow {
  display: none;
}

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

h1 {
  max-width: 820px;
  margin-bottom: 26px;
  font-size: clamp(3rem, 5.6vw, 5.55rem);
  line-height: 0.94;
  font-weight: 900;
  overflow-wrap: anywhere;
}

h2 {
  margin-bottom: 18px;
  font-size: clamp(2rem, 4vw, 4.3rem);
  line-height: 1;
  font-weight: 900;
}

h3 {
  margin-bottom: 12px;
  font-size: 1.22rem;
}

.hero-lead {
  max-width: 760px;
  color: #c4d7ce;
  font-size: clamp(1rem, 1.5vw, 1.18rem);
  line-height: 1.75;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 34px;
}

.signal-row {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 36px;
}

.signal-row span {
  padding: 10px 13px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  color: var(--muted);
  background: rgba(5, 8, 22, 0.56);
}

.signal-row strong {
  color: var(--accent-hot);
}

.hero-panel {
  position: relative;
  overflow: hidden;
  min-width: 0;
  border: 1px solid rgba(76, 134, 255, 0.34);
  border-radius: var(--radius);
  background:
    linear-gradient(180deg, rgba(9, 18, 38, 0.88), rgba(3, 6, 17, 0.9)),
    radial-gradient(circle at 40% 0%, rgba(31, 99, 255, 0.3), transparent 18rem);
  box-shadow: 0 28px 80px rgba(0, 0, 0, 0.34), inset 0 0 0 1px rgba(255, 255, 255, 0.04);
}

.panel-top {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 16px;
  border-bottom: 1px solid var(--line);
}

.panel-dot {
  width: 10px;
  height: 10px;
  border-radius: 999px;
  background: var(--accent-strong);
  box-shadow: 0 0 16px var(--accent);
}

.panel-dot:nth-child(2) {
  background: var(--accent);
}

.panel-dot:nth-child(3) {
  background: #b9ceff;
}

.panel-title {
  margin-left: auto;
  color: var(--muted);
  font-family: "JetBrains Mono", monospace;
  font-size: 0.78rem;
}

.transform-demo {
  position: relative;
  padding: 18px;
  border-bottom: 1px solid var(--line);
}

.intro-transform {
  padding: 18px 20px 20px;
  border-bottom: 0;
}

.pre-index-card .intro-transform {
  padding: 0;
}

.transform-labels {
  display: none;
  justify-content: space-between;
  gap: 14px;
  margin-bottom: 12px;
  color: var(--muted);
  font-family: "JetBrains Mono", monospace;
  font-size: 0.68rem;
  font-weight: 700;
  text-transform: uppercase;
}

.transform-labels span {
  overflow-wrap: anywhere;
}

.transform-labels span:last-child {
  color: var(--accent-hot);
}

.site-morph {
  position: relative;
  height: 205px;
  overflow: hidden;
  border: 1px solid rgba(106, 166, 255, 0.28);
  border-radius: var(--radius);
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.05), transparent),
    #061025;
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.04);
}

.intro-morph {
  height: min(78vh, 760px);
  background:
    linear-gradient(rgba(76, 134, 255, 0.1) 1px, transparent 1px),
    linear-gradient(90deg, rgba(76, 134, 255, 0.08) 1px, transparent 1px),
    radial-gradient(circle at 76% 22%, rgba(106, 166, 255, 0.18), transparent 15rem),
    #050b1d;
  background-size: 38px 38px, 38px 38px, auto, auto;
}

.intro-morph::before,
.intro-morph::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 4;
  pointer-events: none;
}

.intro-morph::before {
  background:
    repeating-linear-gradient(180deg, rgba(238, 245, 255, 0.08) 0 1px, transparent 1px 9px),
    linear-gradient(90deg, transparent, rgba(106, 166, 255, 0.42), transparent);
  opacity: 0;
  mix-blend-mode: screen;
  animation: introDataRain 5s ease forwards;
}

.intro-morph::after {
  background:
    radial-gradient(circle at 28% 38%, rgba(238, 245, 255, 0.72), transparent 9rem),
    radial-gradient(circle at 71% 42%, rgba(31, 99, 255, 0.62), transparent 15rem);
  opacity: 0;
  mix-blend-mode: screen;
  animation: introFlashBloom 5s ease forwards;
}

.pre-index-card .intro-morph {
  border: 0;
  border-radius: 0;
  box-shadow: none;
}

.mock-site {
  position: absolute;
  inset: 15px;
  overflow: hidden;
  border-radius: 6px;
  background: #f4f5f7;
  box-shadow: 0 18px 36px rgba(0, 0, 0, 0.28);
}

.intro-morph .mock-site {
  inset: 0;
  border-radius: 14px;
}

.mock-browser {
  display: flex;
  gap: 5px;
  height: 20px;
  align-items: center;
  padding-left: 10px;
  background: #e0e4ea;
}

.intro-morph .mock-browser {
  height: clamp(38px, 5.2vw, 62px);
  gap: 12px;
  padding-left: clamp(18px, 2.2vw, 34px);
}

.intro-morph .mock-browser span {
  width: clamp(9px, 1.2vw, 16px);
  height: clamp(9px, 1.2vw, 16px);
}

.mock-browser span {
  width: 6px;
  height: 6px;
  border-radius: 999px;
  background: #aab2bf;
}

.wp-header,
.wp-logo,
.wp-menu span,
.wp-hero,
.wp-modernize-copy,
.wp-title,
.wp-copy,
.wp-grid span,
.wp-sidebar {
  position: absolute;
  border-radius: 3px;
  background: #c9ced7;
}

.wp-logo {
  left: 5%;
  top: 13%;
  width: 17%;
  height: clamp(18px, 3vw, 36px);
  background: #9fa7b5;
}

.wp-menu {
  position: absolute;
  left: 34%;
  right: 5%;
  top: 14%;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: clamp(12px, 2vw, 28px);
}

.wp-menu span {
  position: static;
  height: clamp(10px, 1.7vw, 24px);
  background: #d6dae1;
}

.wp-hero {
  left: 11%;
  top: 28%;
  width: 44%;
  height: 30%;
  background: linear-gradient(180deg, #ffffff, #f4f6fb);
  border: 2px solid #20242c;
  box-shadow: 0 16px 34px rgba(16, 24, 40, 0.08);
}

.wp-modernize-copy {
  left: 14%;
  top: 33%;
  z-index: 2;
  max-width: 36%;
  color: rgba(5, 9, 20, 0.68);
  border: 0;
  border-radius: 0;
  background: transparent;
  padding: 0;
  box-shadow: none;
  font-family: "Courier New", Courier, monospace;
  font-size: clamp(1.7rem, 4.3vw, 5rem);
  font-weight: 700;
  line-height: 1.05;
  letter-spacing: -0.045em;
  text-wrap: balance;
  overflow: hidden;
  clip-path: inset(0 100% 0 0);
  animation: typewriterReveal 0.95s steps(24, end) 0.16s forwards;
  filter: contrast(1.04);
  text-shadow:
    0.025em 0.025em 0 rgba(16, 24, 40, 0.14),
    -0.012em 0 0 rgba(16, 24, 40, 0.05);
}

.wp-modernize-copy::after {
  content: "";
  display: inline-block;
  width: 0.09em;
  height: 0.9em;
  margin-left: 0.08em;
  vertical-align: -0.08em;
  background: rgba(16, 24, 40, 0.58);
  animation: typeCursor 420ms steps(2, end) infinite;
}

.wp-title {
  left: 5%;
  top: 62%;
  width: 38%;
  height: 18px;
  background: #8f99aa;
}

.wp-copy {
  left: 5%;
  top: 67%;
  width: 50%;
  height: 10px;
  background: #cfd4dc;
}

.wp-copy.short {
  top: 64%;
  width: 36%;
}

.wp-grid {
  position: absolute;
  left: 5%;
  right: 31%;
  bottom: 7%;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 12px;
}

.wp-grid span {
  position: static;
  height: clamp(34px, 6vw, 58px);
  background: #d6dae1;
}

.wp-sidebar {
  right: 5%;
  top: 22%;
  width: 22%;
  height: 62%;
  background: #c4cad3;
}

.template-before {
  animation: beforeFade 4.15s cubic-bezier(0.65, 0, 0.35, 1) forwards;
}

.template-after {
  background:
    radial-gradient(circle at 72% 26%, rgba(238, 245, 255, 0.34), transparent 56px),
    radial-gradient(circle at 62% 40%, rgba(31, 99, 255, 0.42), transparent 18rem),
    linear-gradient(135deg, #061229, #0b2b68 58%, #081a42);
  clip-path: inset(0 100% 0 0);
  animation: modernReveal 4.15s cubic-bezier(0.65, 0, 0.35, 1) forwards;
}

.template-after .mock-browser {
  background: rgba(255, 255, 255, 0.08);
}

.template-after .mock-browser::after {
  content: "";
  width: clamp(28px, 3vw, 42px);
  height: clamp(20px, 2.2vw, 30px);
  margin-left: clamp(10px, 1.4vw, 18px);
  border-radius: 4px;
  background: url("assets/favicon-256.png") center / contain no-repeat;
  filter: drop-shadow(0 0 10px rgba(106, 166, 255, 0.72));
  opacity: 0;
  animation: browserLogoWake 4.15s ease forwards;
}

.template-after .mock-browser span {
  background: #6aa6ff;
}

.modern-nav,
.transformed-wordmark,
.with-da-tech,
.modern-hero span,
.modern-hero strong,
.modern-hero em,
.modern-card {
  position: absolute;
  border-radius: 4px;
}

.transformed-wordmark {
  left: 7.5%;
  top: 40.5%;
  z-index: 3;
  width: clamp(330px, 38vw, 640px);
  height: auto;
  mix-blend-mode: screen;
  opacity: 0;
  transform: translateY(18px) scale(0.98);
  animation: wordmarkReveal 4.15s cubic-bezier(0.16, 1, 0.3, 1) forwards;
  filter:
    contrast(1.24)
    brightness(1.16)
    drop-shadow(0 0 16px rgba(238, 245, 255, 0.38))
    drop-shadow(0 0 34px rgba(106, 166, 255, 0.7));
}

.with-da-tech {
  left: 7.5%;
  top: 31%;
  z-index: 3;
  width: clamp(320px, 36vw, 620px);
  color: rgba(238, 245, 255, 0.94);
  font-family: "JetBrains Mono", monospace;
  font-size: clamp(2rem, 4vw, 4.8rem);
  font-weight: 900;
  letter-spacing: 0;
  text-transform: uppercase;
  opacity: 0;
  transform: translateY(16px);
  animation: withBrandReveal 4.15s cubic-bezier(0.16, 1, 0.3, 1) forwards;
  text-shadow:
    0 0 8px rgba(238, 245, 255, 0.8),
    0 0 22px rgba(106, 166, 255, 0.9),
    0 0 46px rgba(31, 99, 255, 0.72);
}

.modern-nav {
  left: 28%;
  right: 5%;
  top: 15%;
  height: clamp(18px, 2.6vw, 34px);
  background: linear-gradient(90deg, #6aa6ff, rgba(106, 166, 255, 0.18));
}

.modern-hero span {
  left: 6%;
  top: 69%;
  width: 34%;
  height: 16px;
  background: #eef5ff;
}

.modern-hero strong {
  left: 6%;
  top: 75%;
  width: 26%;
  height: 10px;
  background: rgba(238, 245, 255, 0.66);
}

.modern-hero em {
  left: 6%;
  top: 80%;
  width: 18%;
  height: 42px;
  background: linear-gradient(135deg, #164dff, #6aa6ff);
  box-shadow: 0 0 26px rgba(31, 99, 255, 0.58);
}

.modern-orb {
  position: absolute;
  right: 14%;
  top: 25%;
  width: clamp(90px, 16vw, 170px);
  aspect-ratio: 1;
  border-radius: 999px;
  background:
    radial-gradient(circle at 35% 30%, rgba(238, 245, 255, 0.95), rgba(106, 166, 255, 0.55) 28%, rgba(31, 99, 255, 0.16) 60%, transparent 68%);
  box-shadow: 0 0 58px rgba(31, 99, 255, 0.52);
  animation: futurePulse 4.15s ease-in-out forwards;
}

.modern-card {
  width: 18%;
  height: 18%;
  border: 1px solid rgba(106, 166, 255, 0.32);
  background: rgba(238, 245, 255, 0.08);
  backdrop-filter: blur(10px);
  box-shadow: inset 0 0 22px rgba(106, 166, 255, 0.12), 0 0 22px rgba(31, 99, 255, 0.1);
  animation: cardCircuitWake 4.15s ease forwards;
}

.card-a {
  right: 7%;
  top: 55%;
}

.card-b {
  right: 28%;
  bottom: 8%;
}

.card-c {
  right: 7%;
  bottom: 8%;
}

.modern-grid-lines {
  position: absolute;
  inset: 34px 0 0;
  opacity: 0.34;
  background:
    linear-gradient(rgba(106, 166, 255, 0.32) 1px, transparent 1px),
    linear-gradient(90deg, rgba(106, 166, 255, 0.26) 1px, transparent 1px);
  background-size: 34px 34px;
  mask-image: radial-gradient(circle at 74% 36%, black, transparent 64%);
}

.morph-sweep {
  position: absolute;
  top: -18%;
  bottom: -18%;
  width: 96px;
  background: linear-gradient(90deg, transparent, rgba(238, 245, 255, 0.92), rgba(31, 99, 255, 0.82), transparent);
  filter: blur(1px);
  transform: translateX(-100px) rotate(10deg);
  animation: morphSweep 4.15s cubic-bezier(0.72, 0, 0.22, 1) forwards;
}

.intro-morph .morph-sweep {
  width: 160px;
  background: linear-gradient(90deg, transparent, rgba(238, 245, 255, 0.96), rgba(106, 166, 255, 0.86), rgba(31, 99, 255, 0.56), transparent);
  filter: blur(2px);
}

.metric-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1px;
  background: var(--line);
}

.metric-grid div {
  min-height: 96px;
  padding: 16px;
  background: rgba(5, 10, 25, 0.84);
}

.metric-label {
  display: block;
  margin-bottom: 12px;
  color: var(--muted);
  font-size: 0.78rem;
}

.metric-grid strong {
  color: var(--text);
  font-family: "JetBrains Mono", monospace;
  font-size: 2rem;
}

.terminal {
  padding: 18px 20px 92px;
  color: #d8e9ff;
  font-family: "JetBrains Mono", monospace;
  font-size: 0.85rem;
}

.terminal p {
  margin: 0 0 11px;
}

.terminal span {
  color: var(--accent-strong);
}

.scanner {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 76px;
  background:
    linear-gradient(90deg, transparent, rgba(31, 99, 255, 0.58), transparent),
    repeating-linear-gradient(0deg, rgba(106, 166, 255, 0.09) 0 2px, transparent 2px 9px);
  animation: scan 3.4s ease-in-out infinite;
}

.marquee {
  overflow: hidden;
  border-block: 1px solid var(--line);
  background: rgba(31, 99, 255, 0.12);
}

.marquee-track {
  display: flex;
  width: max-content;
  animation: marquee 24s linear infinite;
}

.marquee span {
  padding: 19px 28px;
  color: var(--accent);
  font-family: "JetBrains Mono", monospace;
  font-weight: 700;
  text-transform: uppercase;
}

.impact-strip {
  width: min(var(--max), calc(100% - 36px));
  margin: -18px auto 0;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 12px;
}

.impact-strip article {
  position: relative;
  min-height: 148px;
  padding: 22px;
  border: 1px solid rgba(106, 166, 255, 0.22);
  border-radius: var(--radius);
  overflow: hidden;
  background:
    linear-gradient(135deg, rgba(31, 99, 255, 0.18), transparent 52%),
    rgba(7, 16, 36, 0.74);
  box-shadow:
    inset 0 0 0 1px rgba(255, 255, 255, 0.03),
    0 18px 46px rgba(0, 0, 0, 0.18);
}

.impact-strip article::after {
  content: "";
  position: absolute;
  inset: auto -10% 0;
  height: 2px;
  background: linear-gradient(90deg, transparent, rgba(106, 166, 255, 0.8), transparent);
  opacity: 0.78;
}

.impact-strip span {
  display: inline-flex;
  margin-bottom: 24px;
  color: var(--accent-strong);
  font-family: "JetBrains Mono", monospace;
  font-size: 0.78rem;
  font-weight: 900;
}

.impact-strip strong {
  display: block;
  color: var(--text);
  font-size: clamp(1.15rem, 2vw, 1.55rem);
  line-height: 1.05;
}

.impact-strip p {
  margin: 10px 0 0;
  color: var(--muted);
  line-height: 1.5;
}

.section {
  width: min(var(--max), calc(100% - 36px));
  margin: 0 auto;
  padding: clamp(78px, 10vw, 132px) 0;
}

.section-heading {
  max-width: 820px;
  margin-bottom: 38px;
}

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

.services {
  border-top: 1px solid rgba(219, 232, 255, 0.1);
  border-bottom: 1px solid rgba(219, 232, 255, 0.1);
}

.services-featured {
  margin-top: -18px;
  padding-top: clamp(48px, 7vw, 86px);
}

.service-intro {
  max-width: 1120px;
  margin-bottom: clamp(42px, 6vw, 76px);
}

.service-intro h2 {
  max-width: 1040px;
}

.service-intro p:not(.eyebrow) {
  max-width: 690px;
  margin-top: 20px;
  color: var(--muted);
  font-size: clamp(1rem, 1.35vw, 1.16rem);
  font-weight: 650;
  line-height: 1.65;
}

.service-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  grid-auto-rows: 1fr;
  gap: 24px;
  align-items: stretch;
}

.service-card,
.showcase-grid article,
.case-card,
.timeline-item,
.proof-item,
.contact-form {
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: rgba(7, 16, 15, 0.72);
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.03);
}

.service-card {
  position: relative;
  display: flex;
  height: 100%;
  min-height: 390px;
  flex-direction: column;
  padding: clamp(24px, 3vw, 34px);
  overflow: hidden;
  border-color: rgba(106, 166, 255, 0.2);
  background:
    linear-gradient(180deg, rgba(247, 251, 255, 0.055), rgba(247, 251, 255, 0.025)),
    rgba(7, 16, 36, 0.82);
}

.service-card::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 16% 12%, rgba(106, 166, 255, 0.16), transparent 8rem),
    linear-gradient(135deg, rgba(31, 99, 255, 0.13), transparent 42%);
  opacity: 0.86;
  transition: opacity 180ms ease;
}

.service-card:hover::before {
  opacity: 1;
}

.service-icon {
  position: relative;
  z-index: 1;
  display: block;
  width: 36px;
  height: 36px;
  margin-bottom: 34px;
  color: var(--accent-strong);
}

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

.service-icon-screen::before {
  left: 5px;
  top: 4px;
  width: 26px;
  height: 18px;
  border: 3px solid currentColor;
  border-radius: 3px;
}

.service-icon-screen::after {
  left: 15px;
  top: 24px;
  width: 8px;
  height: 9px;
  border-bottom: 3px solid currentColor;
  box-shadow: 0 6px 0 -2px currentColor;
}

.service-icon-refresh::before {
  left: 5px;
  top: 5px;
  width: 24px;
  height: 24px;
  border: 3px solid currentColor;
  border-right-color: transparent;
  border-radius: 50%;
}

.service-icon-refresh::after {
  right: 4px;
  top: 2px;
  width: 10px;
  height: 10px;
  border-top: 3px solid currentColor;
  border-right: 3px solid currentColor;
  transform: rotate(18deg);
}

.service-icon-pin::before {
  left: 8px;
  top: 2px;
  width: 20px;
  height: 28px;
  border: 3px solid currentColor;
  border-radius: 16px 16px 18px 18px;
}

.service-icon-pin::after {
  left: 15px;
  top: 9px;
  width: 7px;
  height: 7px;
  border: 3px solid currentColor;
  border-radius: 50%;
}

.service-card h3 {
  position: relative;
  z-index: 1;
  color: var(--text);
  font-size: clamp(1.58rem, 3vw, 3.45rem);
  line-height: 1.05;
  letter-spacing: -0.045em;
  overflow-wrap: anywhere;
}

.service-card p {
  position: relative;
  z-index: 1;
  margin-top: 22px;
  font-weight: 650;
}

.service-link {
  position: relative;
  z-index: 1;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-top: auto;
  padding-top: 34px;
  color: #eef5ff;
  font-family: "JetBrains Mono", monospace;
  font-size: 0.8rem;
  font-weight: 900;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.service-link::after {
  content: ">";
  color: var(--accent-strong);
}

.service-help {
  max-width: 820px;
  margin-top: clamp(46px, 6vw, 72px);
  padding-top: 36px;
  border-top: 1px solid rgba(219, 232, 255, 0.14);
}

.service-help h3 {
  color: var(--text);
  font-size: clamp(1.35rem, 2vw, 1.85rem);
}

.service-help p {
  margin-top: 18px;
  color: var(--muted);
  line-height: 1.7;
}

.service-help a {
  display: inline-flex;
  margin-top: 16px;
  color: var(--accent-strong);
  font-weight: 900;
}

.service-page-hero {
  width: min(var(--max), calc(100% - 36px));
  margin: 0 auto;
  padding: clamp(138px, 14vw, 188px) 0 clamp(54px, 7vw, 84px);
}

.standalone-contact,
.standalone-proof,
.services-featured:first-child {
  padding-top: clamp(128px, 14vw, 180px);
}

.service-page-hero h1 {
  max-width: 1080px;
}

.service-page-hero p:not(.eyebrow) {
  max-width: 760px;
  margin-top: 22px;
  color: var(--muted);
  font-size: clamp(1.03rem, 1.5vw, 1.22rem);
  font-weight: 650;
  line-height: 1.7;
}

.audit-page {
  min-height: 100vh;
  background:
    radial-gradient(circle at 12% 18%, rgba(31, 99, 255, 0.2), transparent 28rem),
    radial-gradient(circle at 86% 8%, rgba(106, 166, 255, 0.16), transparent 24rem),
    linear-gradient(180deg, #071126 0%, #020713 100%);
}

.audit-page-hero {
  width: min(var(--max), calc(100% - 36px));
  margin: 0 auto;
  padding: clamp(124px, 14vw, 178px) 0 clamp(26px, 5vw, 54px);
}

.audit-page-hero h1 {
  max-width: 1020px;
  font-size: clamp(2.6rem, 6.4vw, 6.2rem);
  line-height: 0.94;
}

.audit-page-hero p:not(.eyebrow) {
  max-width: 820px;
  margin-top: 24px;
  color: var(--muted);
  font-size: clamp(1.03rem, 1.45vw, 1.2rem);
  font-weight: 650;
  line-height: 1.7;
}

.audit-page-tool {
  padding-top: clamp(24px, 4vw, 48px);
}

.logo-reveal-hero {
  width: 100%;
  margin: 0 auto;
  padding: clamp(92px, 11vw, 142px) 0 clamp(30px, 5vw, 58px);
}

.logo-reveal-stage {
  position: relative;
  display: grid;
  min-height: clamp(520px, 72vw, 780px);
  place-items: center;
  overflow: hidden;
  background:
    radial-gradient(circle at 50% 46%, rgba(238, 245, 255, 0.16), transparent 7rem),
    radial-gradient(circle at 50% 48%, rgba(106, 166, 255, 0.34), transparent 22rem),
    radial-gradient(circle at 50% 55%, rgba(31, 99, 255, 0.28), transparent 42rem),
    linear-gradient(rgba(76, 134, 255, 0.1) 1px, transparent 1px),
    linear-gradient(90deg, rgba(76, 134, 255, 0.1) 1px, transparent 1px),
    linear-gradient(180deg, rgba(4, 10, 26, 0.4), rgba(2, 7, 19, 0.96));
  background-size: auto, auto, auto, 46px 46px, 46px 46px, auto;
  box-shadow: inset 0 -120px 120px rgba(2, 7, 19, 0.9);
}

.logo-reveal-stage::before,
.logo-reveal-stage::after {
  content: "";
  position: absolute;
  pointer-events: none;
}

.logo-reveal-stage::before {
  inset: 4% 8% auto;
  height: 66%;
  background:
    radial-gradient(circle at 50% 52%, rgba(238, 245, 255, 0.18), transparent 7rem),
    radial-gradient(circle at 50% 52%, rgba(106, 166, 255, 0.36), transparent 24rem),
    conic-gradient(from 180deg at 50% 70%, transparent, rgba(106, 166, 255, 0.2), transparent 34%, rgba(31, 99, 255, 0.16), transparent 62%);
  opacity: 0.78;
  filter: blur(22px);
  animation: brandAura 6s ease-in-out infinite;
}

.logo-reveal-stage::after {
  inset: 10% 0;
  background:
    linear-gradient(rgba(76, 134, 255, 0.08) 1px, transparent 1px),
    linear-gradient(90deg, rgba(76, 134, 255, 0.08) 1px, transparent 1px);
  background-size: 46px 46px;
  opacity: 0.22;
  mask-image: radial-gradient(circle at 50% 50%, #000, transparent 68%);
}

.logo-reveal-stage .eyebrow {
  position: absolute;
  top: clamp(24px, 4vw, 42px);
  left: clamp(22px, 4vw, 44px);
}

.logo-reveal-stage h1 {
  position: relative;
  z-index: 2;
  color: #dbe8ff;
  background: transparent;
  font-size: clamp(4rem, 15vw, 14rem);
  line-height: 0.92;
  text-align: center;
  transform-origin: 50% 100%;
  text-shadow:
    0 0 18px rgba(238, 245, 255, 0.38),
    0 0 58px rgba(106, 166, 255, 0.68),
    0 0 128px rgba(31, 99, 255, 0.74);
  animation: logoRevealFromVoid 4.2s cubic-bezier(0.16, 1, 0.3, 1) infinite;
}

.logo-reveal-promise {
  position: absolute;
  z-index: 4;
  bottom: clamp(90px, 12vw, 150px);
  left: 50%;
  width: min(860px, calc(100% - 40px));
  margin: 0;
  color: rgba(238, 245, 255, 0.92);
  font-size: clamp(1.05rem, 2vw, 1.65rem);
  font-weight: 900;
  line-height: 1.25;
  text-align: center;
  text-shadow:
    0 0 22px rgba(106, 166, 255, 0.62),
    0 0 60px rgba(31, 99, 255, 0.5);
  transform: translateX(-50%);
  animation: promiseReveal 4.2s ease-in-out infinite;
}

.logo-reveal-orbit,
.logo-reveal-orbit span,
.logo-reveal-scan {
  position: absolute;
  pointer-events: none;
}

.logo-reveal-orbit {
  inset: 8%;
  opacity: 0.9;
}

.logo-reveal-orbit span {
  inset: calc(var(--i, 0) * 7%);
  border: 1px solid rgba(106, 166, 255, 0.26);
  border-radius: 50%;
  animation: orbitPulse 5s ease-in-out infinite;
}

.logo-reveal-orbit span:nth-child(1) {
  --i: 0;
}

.logo-reveal-orbit span:nth-child(2) {
  --i: 1;
  animation-delay: 420ms;
}

.logo-reveal-orbit span:nth-child(3) {
  --i: 2;
  animation-delay: 820ms;
}

.logo-reveal-scan {
  z-index: 3;
  inset: 12% 0;
  background: linear-gradient(90deg, transparent, rgba(106, 166, 255, 0.34), transparent);
  opacity: 0.72;
  transform: translateX(-120%);
  animation: scanAcross 3.2s ease-in-out infinite;
}

.logo-reveal-chips {
  position: absolute;
  right: clamp(18px, 4vw, 44px);
  bottom: clamp(22px, 4vw, 44px);
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.logo-reveal-chips span {
  border: 1px solid rgba(106, 166, 255, 0.28);
  border-radius: 999px;
  padding: 8px 12px;
  color: rgba(238, 245, 255, 0.78);
  background: rgba(3, 8, 20, 0.46);
  font-family: "JetBrains Mono", monospace;
  font-size: 0.72rem;
  font-weight: 900;
  letter-spacing: 0.08em;
}

.service-page-hero-compact {
  padding-top: clamp(42px, 7vw, 82px);
}

.service-page-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 30px;
}

.service-detail-shell {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
  width: min(var(--max), calc(100% - 36px));
  margin: 0 auto;
  padding: 0 0 clamp(78px, 10vw, 132px);
}

.service-detail-card {
  min-height: 280px;
  padding: clamp(22px, 3vw, 32px);
  border: 1px solid rgba(106, 166, 255, 0.22);
  border-radius: var(--radius);
  background:
    radial-gradient(circle at 90% 0%, rgba(31, 99, 255, 0.18), transparent 12rem),
    rgba(7, 16, 36, 0.78);
}

.service-detail-card span {
  display: inline-flex;
  margin-bottom: 34px;
  color: var(--accent-strong);
  font-family: "JetBrains Mono", monospace;
  font-weight: 900;
}

.service-detail-card h2 {
  font-size: clamp(1.55rem, 2.3vw, 2.35rem);
}

.service-detail-card p {
  margin-top: 18px;
  color: var(--muted);
  line-height: 1.7;
}

.service-card p,
.showcase-grid p,
.timeline-item p,
.proof-copy p,
.proof-item span,
.contact-copy p,
.audit-input-panel p,
.audit-result p,
.package-grid p,
.trust-grid span {
  color: var(--muted);
  line-height: 1.7;
}

.audit-shell,
.case-grid,
.package-grid,
.trust-grid {
  display: grid;
  gap: 14px;
}

.audit-shell {
  grid-template-columns: minmax(0, 1.05fr) minmax(340px, 0.72fr);
  align-items: start;
}

.audit-input-panel,
.audit-result,
.compare-frame,
.package-grid article,
.trust-grid div {
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: rgba(7, 16, 36, 0.72);
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.03);
}

.audit-input-panel,
.audit-result {
  padding: 24px;
}

.audit-input-panel {
  display: grid;
  align-content: start;
  gap: 16px;
}

.audit-lab.audit-empty .audit-result,
.audit-lab.audit-empty .audit-insights,
.audit-lab.audit-empty .audit-recommendations {
  display: none;
}

.audit-lab.audit-empty .audit-shell {
  grid-template-columns: minmax(0, 760px);
}

.audit-input-panel label {
  display: block;
  color: var(--text);
  font-weight: 800;
}

.audit-controls {
  display: flex;
  gap: 10px;
}

.audit-controls input {
  min-width: 0;
  flex: 1;
  border: 1px solid rgba(244, 255, 248, 0.14);
  border-radius: var(--radius);
  padding: 13px 14px;
  color: var(--text);
  background: rgba(3, 8, 20, 0.74);
  outline: none;
}

.audit-result {
  display: grid;
  align-content: start;
  gap: 18px;
}

.audit-score {
  color: var(--text);
  font-family: "JetBrains Mono", monospace;
  font-size: clamp(3rem, 6vw, 5rem);
  font-weight: 900;
  text-shadow: 0 0 28px rgba(106, 166, 255, 0.34);
}

.audit-score small {
  color: var(--muted);
  font-size: 1rem;
}

.audit-diagnostics {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.audit-diagnostics[hidden] {
  display: none;
}

.audit-diagnostics span {
  display: inline-flex;
  min-height: 32px;
  align-items: center;
  border: 1px solid rgba(106, 166, 255, 0.26);
  border-radius: 999px;
  padding: 0 12px;
  color: #dbe8ff;
  background: rgba(31, 99, 255, 0.12);
  font-family: "JetBrains Mono", monospace;
  font-size: 0.72rem;
  font-weight: 900;
  box-shadow: 0 0 20px rgba(31, 99, 255, 0.12);
}

.audit-bars {
  display: grid;
  gap: 10px;
}

.audit-bars span {
  position: relative;
  overflow: hidden;
  height: 34px;
  border-radius: 5px;
  background: rgba(238, 245, 255, 0.08);
}

.audit-bars span::before {
  content: "";
  position: absolute;
  inset: 0 auto 0 0;
  width: var(--value);
  background: linear-gradient(90deg, #1f63ff, #6aa6ff);
  box-shadow: 0 0 24px rgba(31, 99, 255, 0.42);
}

.audit-bars strong {
  position: relative;
  z-index: 1;
  display: inline-flex;
  height: 100%;
  align-items: center;
  padding-left: 12px;
  color: #fff;
}

.audit-bars em {
  position: absolute;
  z-index: 1;
  top: 50%;
  right: 12px;
  color: rgba(255, 255, 255, 0.86);
  font-family: "JetBrains Mono", monospace;
  font-size: 0.78rem;
  font-style: normal;
  font-weight: 900;
  transform: translateY(-50%);
}

.audit-reasons,
.audit-insights,
.audit-recommendations {
  display: grid;
  gap: 10px;
  padding: 16px;
  border: 1px solid rgba(106, 166, 255, 0.18);
  border-radius: var(--radius);
  background: rgba(3, 8, 20, 0.42);
}

.audit-reasons strong,
.audit-insights strong,
.audit-recommendations strong {
  color: var(--text);
}

.audit-reasons ul,
.audit-insights ul,
.audit-recommendations ol {
  display: grid;
  gap: 8px;
  margin: 0;
  padding-left: 18px;
}

.audit-reasons li,
.audit-insights li,
.audit-recommendations li {
  position: relative;
  list-style: none;
  color: var(--muted);
  line-height: 1.58;
}

.proof-item,
.trust-grid div,
.timeline-item,
.package-grid li,
.audit-reasons li,
.audit-insights li,
.audit-recommendations li,
.service-detail-card {
  animation: bulletReveal 620ms ease both;
}

.proof-item:nth-child(2),
.trust-grid div:nth-child(2),
.timeline-item:nth-child(2),
.package-grid li:nth-child(2),
.service-detail-card:nth-child(2),
.audit-reasons li:nth-child(2),
.audit-insights li:nth-child(2),
.audit-recommendations li:nth-child(2) {
  animation-delay: 80ms;
}

.proof-item:nth-child(3),
.trust-grid div:nth-child(3),
.timeline-item:nth-child(3),
.package-grid li:nth-child(3),
.service-detail-card:nth-child(3),
.audit-reasons li:nth-child(3),
.audit-insights li:nth-child(3),
.audit-recommendations li:nth-child(3) {
  animation-delay: 160ms;
}

.trust-grid div:nth-child(4),
.timeline-item:nth-child(4),
.audit-reasons li:nth-child(4),
.audit-insights li:nth-child(4),
.audit-recommendations li:nth-child(4) {
  animation-delay: 240ms;
}

.proof-item,
.trust-grid div,
.timeline-item,
.service-detail-card {
  transition: transform 180ms ease, border-color 180ms ease, box-shadow 180ms ease, background 180ms ease;
}

.proof-item:hover,
.trust-grid div:hover,
.timeline-item:hover,
.service-detail-card:hover {
  border-color: rgba(106, 166, 255, 0.42);
  box-shadow: 0 18px 54px rgba(31, 99, 255, 0.18), inset 0 0 0 1px rgba(255, 255, 255, 0.05);
  transform: translateY(-4px);
}

.audit-reasons {
  border-color: rgba(238, 245, 255, 0.2);
  background: linear-gradient(135deg, rgba(238, 245, 255, 0.08), rgba(3, 8, 20, 0.42));
}

.audit-reasons li::before {
  content: "•";
  position: absolute;
  left: -18px;
  color: rgba(238, 245, 255, 0.78);
  font-family: "JetBrains Mono", monospace;
  font-weight: 900;
  animation: bulletMarkerPulse 2.8s ease-in-out infinite;
}

.audit-insights li::before,
.audit-recommendations li::before {
  position: absolute;
  left: -18px;
  font-family: "JetBrains Mono", monospace;
  font-weight: 900;
  animation: bulletMarkerPulse 2.8s ease-in-out infinite;
}

.audit-weaknesses {
  border-color: rgba(255, 82, 82, 0.28);
  background: linear-gradient(135deg, rgba(255, 82, 82, 0.09), rgba(3, 8, 20, 0.42));
}

.audit-weaknesses li::before {
  content: "-";
  color: #ff5b5b;
}

.audit-improvements {
  border-color: rgba(106, 166, 255, 0.34);
  background: linear-gradient(135deg, rgba(31, 99, 255, 0.12), rgba(3, 8, 20, 0.42));
}

.audit-improvements li::before {
  content: ">";
  color: var(--accent-strong);
}

.compare-frame {
  --split: 52%;
  position: relative;
  min-height: clamp(430px, 52vw, 680px);
  overflow: hidden;
  background:
    radial-gradient(circle at var(--split) 50%, rgba(106, 166, 255, 0.2), transparent 16rem),
    linear-gradient(rgba(76, 134, 255, 0.09) 1px, transparent 1px),
    linear-gradient(90deg, rgba(76, 134, 255, 0.09) 1px, transparent 1px),
    #050b1d;
  background-size: 42px 42px;
  cursor: ew-resize;
  user-select: none;
  touch-action: none;
}

.compare-frame::before {
  content: "";
  position: absolute;
  inset: 18px;
  z-index: 0;
  border: 1px solid rgba(106, 166, 255, 0.22);
  border-radius: 10px;
  box-shadow: inset 0 0 40px rgba(31, 99, 255, 0.12);
  pointer-events: none;
}

.compare-frame.is-dragging {
  cursor: grabbing;
}

.compare-label {
  position: absolute;
  z-index: 5;
  top: 34px;
  display: inline-flex;
  align-items: center;
  min-height: 34px;
  padding: 0 14px;
  border: 1px solid rgba(238, 245, 255, 0.16);
  border-radius: 999px;
  font-family: "JetBrains Mono", monospace;
  font-size: 0.72rem;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  backdrop-filter: blur(12px);
  pointer-events: none;
}

.compare-label-old {
  left: 38px;
  color: rgba(3, 8, 20, 0.78);
  background: rgba(255, 255, 255, 0.76);
}

.compare-label-new {
  right: 38px;
  color: #eef5ff;
  background: rgba(31, 99, 255, 0.2);
  box-shadow: 0 0 28px rgba(31, 99, 255, 0.18);
}

.compare-site {
  position: absolute;
  inset: 30px;
  overflow: hidden;
  border-radius: 10px;
  box-shadow: 0 24px 80px rgba(0, 0, 0, 0.3);
}

.compare-old {
  clip-path: inset(0 calc(100% - var(--split)) 0 0);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.8), rgba(232, 235, 240, 0.88)),
    #f3f4f7;
}

.compare-new {
  clip-path: inset(0 0 0 var(--split));
  background:
    radial-gradient(circle at 70% 32%, rgba(106, 166, 255, 0.42), transparent 13rem),
    radial-gradient(circle at 24% 78%, rgba(31, 99, 255, 0.32), transparent 16rem),
    linear-gradient(rgba(106, 166, 255, 0.08) 1px, transparent 1px),
    linear-gradient(90deg, rgba(106, 166, 255, 0.08) 1px, transparent 1px),
    linear-gradient(135deg, #061229, #0b2b68 56%, #071126);
  background-size: auto, auto, 36px 36px, 36px 36px, auto;
}

.compare-browser {
  display: flex;
  gap: 9px;
  align-items: center;
  padding-left: 20px;
  height: 46px;
  background: rgba(3, 8, 20, 0.14);
}

.compare-browser span {
  width: 10px;
  height: 10px;
  border-radius: 999px;
  background: rgba(3, 8, 20, 0.2);
}

.compare-new .compare-browser {
  background: rgba(238, 245, 255, 0.08);
}

.compare-new .compare-browser span {
  background: #6aa6ff;
  box-shadow: 0 0 16px rgba(106, 166, 255, 0.72);
}

.compare-new img {
  position: absolute;
  left: calc(var(--split) + ((100% - var(--split)) * 0.08));
  top: 24%;
  width: min(calc((100% - var(--split)) * 0.82), 500px);
  max-width: calc(100% - var(--split) - 32px);
  mix-blend-mode: screen;
  filter: drop-shadow(0 0 34px rgba(106, 166, 255, 0.62));
}

.old-logo,
.old-line,
.old-subline,
.old-box,
.old-copy,
.old-nav span,
.old-card {
  position: absolute;
  border-radius: 5px;
  background: #c7ced8;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.34);
}

.old-logo { left: 7%; top: 17%; width: 18%; height: 7%; background: #9ea8b6; }
.old-nav {
  position: absolute;
  top: 19%;
  right: 7%;
  display: flex;
  gap: 16px;
  width: 42%;
}
.old-nav span { position: static; flex: 1; height: 13px; opacity: 0.7; }
.old-line { left: 7%; top: 35%; width: 46%; height: 9%; background: #9da8b8; }
.old-subline { left: 7%; top: 48%; width: 36%; height: 3%; opacity: 0.76; }
.old-box { right: 8%; top: 31%; width: 28%; height: 39%; background: #d4d9e0; }
.old-copy { left: 7%; bottom: 23%; width: 58%; height: 4%; opacity: 0.82; }
.old-card { bottom: 9%; height: 11%; opacity: 0.76; }
.old-card.one { left: 7%; width: 21%; }
.old-card.two { left: 31%; width: 21%; }
.old-card.three { left: 55%; width: 21%; }

.new-glow {
  position: absolute;
  right: 12%;
  top: 24%;
  width: 22%;
  aspect-ratio: 1;
  border-radius: 999px;
  background: radial-gradient(circle at 35% 30%, #fff, #6aa6ff 32%, transparent 68%);
  box-shadow: 0 0 70px rgba(31, 99, 255, 0.58);
}

.new-nav,
.new-line,
.new-cta,
.new-card {
  position: absolute;
  border: 1px solid rgba(106, 166, 255, 0.34);
  background: rgba(238, 245, 255, 0.08);
  backdrop-filter: blur(10px);
  border-radius: 8px;
}

.new-nav {
  top: 15%;
  right: 8%;
  width: 44%;
  height: 8%;
  background: linear-gradient(90deg, rgba(106, 166, 255, 0.72), rgba(106, 166, 255, 0.12));
}

.new-line {
  left: 8%;
  top: 45%;
  width: 38%;
  height: 4%;
  background: rgba(238, 245, 255, 0.76);
}

.new-cta {
  left: 8%;
  top: 56%;
  width: 22%;
  height: 9%;
  background: linear-gradient(135deg, #1f63ff, #6aa6ff);
  box-shadow: 0 0 28px rgba(31, 99, 255, 0.48);
}

.new-card.one { right: 8%; bottom: 14%; width: 24%; height: 18%; }
.new-card.two { left: 8%; bottom: 15%; width: 36%; height: 12%; }
.new-card.three { right: 8%; top: 58%; width: 28%; height: 13%; }

.new-grid {
  position: absolute;
  inset: 46px 0 0;
  background:
    linear-gradient(rgba(106, 166, 255, 0.08) 1px, transparent 1px),
    linear-gradient(90deg, rgba(106, 166, 255, 0.08) 1px, transparent 1px);
  background-size: 34px 34px;
  opacity: 0.6;
  pointer-events: none;
}

.compare-range {
  position: absolute;
  inset: 0;
  z-index: 7;
  width: 100%;
  height: 100%;
  opacity: 0;
  cursor: ew-resize;
  touch-action: none;
}

.compare-handle {
  position: absolute;
  top: 30px;
  bottom: 30px;
  left: var(--split);
  z-index: 8;
  width: 3px;
  background: #eef5ff;
  box-shadow: 0 0 24px rgba(106, 166, 255, 0.9);
  transform: translateX(-50%);
  pointer-events: none;
}

.compare-handle::after {
  content: "<  >";
  position: absolute;
  left: 50%;
  top: 50%;
  display: grid;
  width: 68px;
  height: 68px;
  place-items: center;
  border: 1px solid rgba(238, 245, 255, 0.68);
  border-radius: 999px;
  color: #fff;
  font-family: "JetBrains Mono", monospace;
  font-size: 0.86rem;
  font-weight: 900;
  background: linear-gradient(135deg, #164dff, #6aa6ff);
  box-shadow: 0 0 32px rgba(31, 99, 255, 0.64), inset 0 0 18px rgba(255, 255, 255, 0.18);
  transform: translate(-50%, -50%);
}

.trust-grid {
  grid-template-columns: repeat(4, 1fr);
}

.trust-grid div,
.package-grid article {
  padding: 24px;
}

.trust-grid strong,
.package-grid span {
  display: block;
  margin-bottom: 22px;
  color: var(--accent-strong);
  font-family: "JetBrains Mono", monospace;
}

.case-studies .section-heading {
  margin-inline: auto;
  text-align: center;
}

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

.case-card {
  position: relative;
  display: grid;
  min-height: 274px;
  align-content: space-between;
  gap: 18px;
  padding: 24px;
  overflow: hidden;
  background:
    radial-gradient(circle at 82% 12%, rgba(31, 99, 255, 0.22), transparent 15rem),
    rgba(7, 16, 36, 0.78);
}

.case-card::before {
  content: "";
  position: absolute;
  inset: auto 18px 18px;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(106, 166, 255, 0.76), transparent);
}

.case-card span {
  color: var(--accent-strong);
  font-family: "JetBrains Mono", monospace;
  font-size: 0.78rem;
  font-weight: 800;
  text-transform: uppercase;
}

.case-card p {
  color: var(--muted);
  line-height: 1.7;
}

.case-card strong {
  color: #eef5ff;
  font-family: "JetBrains Mono", monospace;
  font-size: clamp(2rem, 4vw, 3.35rem);
}

.case-card small {
  display: block;
  margin-top: 6px;
  color: var(--muted);
  font-size: 0.78rem;
}

.trust-note {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 18px;
}

.trust-note span {
  flex: 1 1 240px;
  padding: 14px 16px;
  border: 1px solid rgba(106, 166, 255, 0.22);
  border-radius: var(--radius);
  color: #dbe8ff;
  background: rgba(31, 99, 255, 0.1);
}

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

.package-grid article.featured {
  border-color: rgba(106, 166, 255, 0.62);
  background:
    radial-gradient(circle at 80% 0%, rgba(31, 99, 255, 0.28), transparent 16rem),
    rgba(7, 16, 36, 0.86);
}

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

.package-grid li {
  position: relative;
  padding-left: 20px;
  color: var(--muted);
  line-height: 1.55;
}

.package-grid li::before {
  content: ">";
  position: absolute;
  left: 0;
  color: var(--accent-strong);
  font-family: "JetBrains Mono", monospace;
}

.package-grid article > a {
  display: inline-flex;
  margin-top: 24px;
  color: var(--accent-hot);
  font-weight: 900;
}

.flow-steps {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 8px;
}

.flow-steps button {
  height: 38px;
  border: 1px solid var(--line);
  border-radius: 5px;
  color: var(--muted);
  background: rgba(3, 8, 20, 0.74);
  font-family: "JetBrains Mono", monospace;
  cursor: pointer;
}

.flow-steps button.active {
  color: #fff;
  background: linear-gradient(135deg, #164dff, #6aa6ff);
}

.flow-panel {
  display: none;
}

.flow-panel.active {
  display: grid;
  gap: 16px;
}

.flow-summary {
  display: grid;
  gap: 6px;
  padding: 16px;
  border: 1px solid rgba(106, 166, 255, 0.24);
  border-radius: var(--radius);
  background: rgba(31, 99, 255, 0.12);
}

.flow-summary strong {
  color: var(--text);
}

.flow-summary span {
  color: var(--muted);
  line-height: 1.6;
}

.form-status {
  min-height: 24px;
  margin: 0;
  color: var(--accent-strong);
  font-weight: 800;
  line-height: 1.5;
}

.flow-actions {
  display: flex;
  gap: 10px;
}

.reveal-on-scroll {
  opacity: 0;
  transform: translateY(28px);
  transition: opacity 600ms ease, transform 600ms ease;
}

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

.proof {
  display: grid;
  grid-template-columns: minmax(0, 0.85fr) minmax(330px, 0.55fr);
  gap: clamp(28px, 5vw, 74px);
  align-items: start;
}

.proof-stack {
  display: grid;
  gap: 12px;
}

.proof-item {
  padding: 22px;
}

.proof-item strong {
  display: block;
  margin-bottom: 8px;
  color: var(--text);
}

.showcase-grid {
  grid-template-columns: repeat(4, 1fr);
}

.showcase-grid article {
  padding: 22px;
}

.visual {
  position: relative;
  height: 180px;
  margin-bottom: 22px;
  overflow: hidden;
  border: 1px solid rgba(244, 255, 248, 0.1);
  border-radius: var(--radius);
  background: #061025;
}

.visual-logo-reveal {
  display: grid;
  place-items: center;
  background:
    radial-gradient(circle at 50% 44%, rgba(106, 166, 255, 0.5), transparent 7rem),
    linear-gradient(rgba(106, 166, 255, 0.1) 1px, transparent 1px),
    linear-gradient(90deg, rgba(106, 166, 255, 0.1) 1px, transparent 1px),
    #071632;
  background-size: auto, 28px 28px, 28px 28px, auto;
}

.visual-logo-reveal strong {
  position: relative;
  z-index: 2;
  color: #eef5ff;
  font-size: clamp(1.65rem, 2.8vw, 3rem);
  font-weight: 900;
  text-shadow:
    0 0 18px rgba(238, 245, 255, 0.8),
    0 0 48px rgba(106, 166, 255, 0.8),
    0 0 92px rgba(31, 99, 255, 0.6);
  animation: logoMiniReveal 4.8s ease-in-out infinite;
}

.visual-logo-reveal span {
  position: absolute;
  inset: 18%;
  border: 1px solid rgba(106, 166, 255, 0.28);
  border-radius: 999px;
  animation: orbitPulse 4.8s ease-in-out infinite;
}

.visual-logo-reveal span:last-child {
  inset: 30% 14%;
  animation-delay: 0.6s;
}

.visual-orbit span {
  position: absolute;
  inset: 30px;
  border: 1px solid rgba(76, 134, 255, 0.58);
  border-radius: 999px;
  animation: spin 8s linear infinite;
}

.visual-orbit span:nth-child(2) {
  inset: 52px;
  border-color: rgba(106, 166, 255, 0.52);
  animation-duration: 5s;
  animation-direction: reverse;
}

.visual-orbit span:nth-child(3) {
  inset: 78px;
  background: var(--accent);
  box-shadow: 0 0 36px var(--accent);
}

.visual-bars {
  display: flex;
  align-items: end;
  gap: 12px;
  padding: 24px;
}

.visual-bars span {
  flex: 1;
  border-radius: 4px 4px 0 0;
  background: linear-gradient(to top, var(--accent), var(--accent-strong));
  animation: bars 1.8s ease-in-out infinite alternate;
}

.visual-bars span:nth-child(1) {
  height: 38%;
}

.visual-bars span:nth-child(2) {
  height: 72%;
  animation-delay: 200ms;
}

.visual-bars span:nth-child(3) {
  height: 54%;
  animation-delay: 400ms;
}

.visual-bars span:nth-child(4) {
  height: 88%;
  animation-delay: 600ms;
}

.visual-code {
  display: grid;
  align-content: center;
  gap: 12px;
  padding: 24px;
  color: var(--accent);
  font-family: "JetBrains Mono", monospace;
}

.process .section-heading {
  margin-inline: auto;
  text-align: center;
}

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

.timeline-item {
  padding: 23px;
}

.timeline-item span {
  display: inline-grid;
  width: 42px;
  height: 42px;
  margin-bottom: 34px;
  place-items: center;
  border-radius: 999px;
  background: rgba(31, 99, 255, 0.2);
  color: var(--accent);
  font-family: "JetBrains Mono", monospace;
}

.contact {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(340px, 0.72fr);
  gap: clamp(28px, 6vw, 84px);
  align-items: start;
}

.contact-form {
  display: grid;
  gap: 16px;
  padding: 24px;
}

.contact-form label {
  display: grid;
  gap: 8px;
  color: #dbe8ff;
  font-weight: 700;
}

.contact-form input,
.contact-form select,
.contact-form textarea {
  min-width: 0;
  width: 100%;
  border: 1px solid rgba(244, 255, 248, 0.14);
  border-radius: var(--radius);
  padding: 13px 14px;
  color: var(--text);
  background: rgba(3, 8, 20, 0.74);
  outline: none;
}

.contact-form input:focus,
.contact-form select:focus,
.contact-form textarea:focus {
  border-color: rgba(106, 166, 255, 0.76);
  box-shadow: 0 0 0 4px rgba(31, 99, 255, 0.16);
}

.consent-check {
  grid-template-columns: auto 1fr;
  align-items: start;
  gap: 10px;
  color: var(--muted);
  font-size: 0.86rem;
  font-weight: 500;
  line-height: 1.5;
}

.consent-check input {
  width: 18px;
  height: 18px;
  margin-top: 2px;
  accent-color: var(--accent-strong);
}

.consent-check a {
  display: inline-flex;
  margin-left: 6px;
  color: var(--accent-strong);
  font-weight: 900;
}

.legal-microcopy {
  margin: 0;
  color: rgba(219, 232, 255, 0.72);
  font-size: 0.82rem;
  line-height: 1.55;
}

.legal-page {
  width: min(var(--max), calc(100% - 36px));
  margin: 0 auto;
  padding: clamp(138px, 14vw, 190px) 0 clamp(70px, 10vw, 120px);
}

.legal-page h1 {
  max-width: 940px;
}

.legal-lead {
  max-width: 780px;
  color: var(--muted);
  line-height: 1.7;
}

.legal-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 14px;
  margin-top: 38px;
}

.legal-card {
  padding: 24px;
  border: 1px solid rgba(106, 166, 255, 0.2);
  border-radius: var(--radius);
  background:
    radial-gradient(circle at 88% 0%, rgba(31, 99, 255, 0.2), transparent 15rem),
    rgba(7, 16, 36, 0.76);
}

.legal-card h2 {
  margin-bottom: 18px;
  color: var(--accent-strong);
  font-family: "JetBrains Mono", monospace;
  font-size: 1rem;
}

.legal-card p {
  color: var(--muted);
  line-height: 1.65;
}

.legal-card strong {
  color: #eef5ff;
}

.pricing-page {
  background:
    radial-gradient(circle at 82% 8%, rgba(31, 99, 255, 0.18), transparent 30rem),
    var(--bg);
}

.pricing-page .site-header {
  background: rgba(5, 10, 25, 0.88);
}

.pricing-hero {
  width: 100%;
  margin: 0;
  padding: clamp(138px, 14vw, 188px) 0 clamp(54px, 7vw, 84px);
  color: #071225;
  background:
    radial-gradient(circle at 88% 10%, rgba(31, 99, 255, 0.18), transparent 24rem),
    linear-gradient(135deg, #e9f1fc, #c8d9f4 58%, #b8cdf0);
  border-bottom: 1px solid rgba(106, 166, 255, 0.46);
  box-shadow: 0 30px 90px rgba(0, 0, 0, 0.2);
}

.pricing-hero > * {
  width: min(var(--max), calc(100% - 36px));
  margin-right: auto;
  margin-left: auto;
}

.pricing-hero .eyebrow {
  color: #1f4e92;
}

.pricing-hero h1 {
  max-width: 1050px;
  color: #071225;
  text-shadow: 0 12px 34px rgba(7, 18, 37, 0.12);
  font-size: clamp(2.85rem, 6.8vw, 6.25rem);
  line-height: 0.98;
  letter-spacing: -0.048em;
}

.pricing-rule {
  width: min(1010px, calc(100% - 36px));
  height: 4px;
  margin: clamp(18px, 2.4vw, 28px) auto 20px;
  background: linear-gradient(90deg, #0f5cd6, #1f63ff 62%, transparent);
  box-shadow: 0 0 20px rgba(31, 99, 255, 0.2);
}

.pricing-lead {
  max-width: 820px;
  color: #314256;
  font-size: clamp(1rem, 1.4vw, 1.18rem);
  font-weight: 700;
  line-height: 1.65;
}

.pricing-sheet {
  width: min(920px, calc(100% - 36px));
  margin: 0 auto;
  padding: clamp(128px, 14vw, 180px) 0 clamp(82px, 10vw, 140px);
}

.pricing-section-heading {
  max-width: 760px;
  margin-bottom: 34px;
}

.pricing-section-heading .eyebrow {
  color: var(--accent-strong);
}

.pricing-section-heading h2,
.institution-block h2,
.price-faq h2 {
  max-width: 760px;
  color: #f7fbff;
  font-size: clamp(2.1rem, 4.4vw, 4rem);
  line-height: 0.96;
  letter-spacing: -0.045em;
}

.pricing-section-heading p,
.institution-block p {
  margin-top: 18px;
  color: var(--muted);
  line-height: 1.7;
}

.pricing-spaced {
  margin-top: clamp(48px, 7vw, 76px);
}

.table-label {
  margin: 0 0 10px;
  color: #dbe8ff;
  font-family: "JetBrains Mono", monospace;
  font-size: 0.82rem;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.price-table-wrap {
  overflow: hidden;
  border: 1px solid rgba(106, 166, 255, 0.26);
  border-radius: 8px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(232, 240, 252, 0.98)),
    #eef5ff;
  box-shadow:
    0 30px 90px rgba(0, 0, 0, 0.34),
    0 0 0 1px rgba(255, 255, 255, 0.62) inset;
}

.price-table {
  width: 100%;
  border-collapse: collapse;
  color: #17202c;
}

.price-table thead {
  color: #f7fbff;
  background:
    linear-gradient(90deg, #061126, #0b2f71 52%, #1f63ff);
}

.price-table th,
.price-table td {
  padding: 22px 20px;
  border-bottom: 1px solid rgba(31, 99, 255, 0.12);
  text-align: left;
  vertical-align: top;
}

.price-table th {
  font-family: "JetBrains Mono", monospace;
  font-size: 0.72rem;
  font-weight: 900;
  letter-spacing: 0.09em;
  text-transform: uppercase;
}

.price-table tbody tr:last-child td {
  border-bottom: 0;
}

.price-table tbody tr {
  background:
    linear-gradient(90deg, rgba(31, 99, 255, 0.045), transparent 32%),
    rgba(255, 255, 255, 0.6);
}

.price-table tbody tr:nth-child(even) {
  background:
    linear-gradient(90deg, rgba(106, 166, 255, 0.09), transparent 34%),
    rgba(238, 245, 255, 0.8);
}

.price-table td:first-child,
.price-table td:last-child {
  width: 22%;
  color: #071225;
  font-weight: 800;
}

.price-table td:nth-child(2) {
  color: #3d4a5a;
  font-weight: 650;
  line-height: 1.6;
}

.price-table td:last-child {
  white-space: nowrap;
}

.price-table td:last-child {
  position: relative;
  color: #071225;
  background:
    linear-gradient(135deg, rgba(31, 99, 255, 0.08), rgba(255, 255, 255, 0.34));
  box-shadow:
    inset 1px 0 0 rgba(31, 99, 255, 0.16),
    inset 0 0 0 999px rgba(255, 255, 255, 0.08);
}

.pricing-note {
  margin: 22px 0 0;
  color: #b8c8e4;
  line-height: 1.7;
}

.institution-block {
  margin-top: clamp(54px, 8vw, 90px);
  padding: clamp(28px, 4vw, 40px);
  border: 1px solid rgba(106, 166, 255, 0.24);
  border-radius: 8px;
  background:
    radial-gradient(circle at 92% 0%, rgba(31, 99, 255, 0.24), transparent 18rem),
    rgba(7, 16, 36, 0.74);
}

.institution-block .button {
  margin-top: 22px;
}

.price-faq {
  display: grid;
  grid-template-columns: 42px minmax(0, 1fr);
  gap: 28px;
  margin-top: clamp(72px, 10vw, 120px);
}

.side-label {
  align-self: start;
  margin-top: 12px;
  color: #8eaee8;
  font-family: "JetBrains Mono", monospace;
  font-size: 0.78rem;
  font-weight: 900;
  letter-spacing: 0.18em;
  writing-mode: vertical-rl;
  text-orientation: mixed;
}

.faq-list {
  display: grid;
  gap: 8px;
  margin-top: 30px;
}

.faq-list details {
  border: 1px solid rgba(106, 166, 255, 0.22);
  border-left: 4px solid #1f63ff;
  border-radius: 0 8px 8px 0;
  background: rgba(247, 251, 255, 0.04);
}

.faq-list summary {
  padding: 18px 22px;
  color: #eef5ff;
  font-weight: 900;
  cursor: pointer;
}

.faq-list p {
  padding: 0 22px 20px;
  color: var(--muted);
  line-height: 1.65;
}

.footer {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 28px clamp(18px, 5vw, 64px);
  border-top: 1px solid var(--line);
  color: var(--muted);
}

.footer-links {
  display: inline-flex;
  flex-wrap: wrap;
  gap: 12px;
}

.footer-links a {
  color: #dbe8ff;
  font-weight: 800;
}

.cookie-banner {
  position: fixed;
  right: 18px;
  bottom: 18px;
  z-index: 120;
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 16px;
  width: min(760px, calc(100vw - 36px));
  padding: 18px;
  border: 1px solid rgba(106, 166, 255, 0.3);
  border-radius: var(--radius);
  background:
    radial-gradient(circle at 100% 0%, rgba(31, 99, 255, 0.2), transparent 14rem),
    rgba(5, 10, 25, 0.96);
  box-shadow: 0 24px 80px rgba(0, 0, 0, 0.42);
}

.cookie-banner.is-hidden {
  display: none;
}

.cookie-banner strong {
  color: var(--text);
}

.cookie-banner p {
  margin: 8px 0 0;
  color: var(--muted);
  line-height: 1.55;
}

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

@keyframes scan {
  0%,
  100% {
    transform: translateY(30%);
  }
  50% {
    transform: translateY(-10%);
  }
}

@keyframes preIntroExit {
  0%,
  84% {
    opacity: 1;
    visibility: visible;
  }
  100% {
    opacity: 0;
    visibility: hidden;
  }
}

@keyframes introGridPulse {
  from {
    opacity: 0.48;
    transform: scale(1);
  }
  to {
    opacity: 0.9;
    transform: scale(1.015);
  }
}

@keyframes introEnergyBloom {
  0%,
  28% {
    opacity: 0;
    transform: rotate(0deg) scale(0.9);
  }
  46% {
    opacity: 0.72;
    transform: rotate(16deg) scale(1.04);
  }
  70% {
    opacity: 0.22;
    transform: rotate(38deg) scale(1.15);
  }
  100% {
    opacity: 0;
    transform: rotate(58deg) scale(1.22);
  }
}

@keyframes preCardLift {
  0% {
    transform: translateY(18px) scale(0.975);
    opacity: 0;
  }
  7%,
  84% {
    transform: translateY(0) scale(1);
    opacity: 1;
  }
  100% {
    transform: translateY(-24px) scale(1.035);
    opacity: 0;
  }
}

@keyframes typewriterReveal {
  0% {
    clip-path: inset(0 100% 0 0);
    filter: blur(0.6px);
  }
  100% {
    clip-path: inset(0 0 0 0);
    filter: blur(0);
  }
}

@keyframes typeCursor {
  0%,
  44% {
    opacity: 1;
  }
  45%,
  100% {
    opacity: 0;
  }
}

@keyframes modernReveal {
  0%,
  28% {
    clip-path: inset(0 100% 0 0);
    transform: scale(0.975) skewX(-1deg);
    filter: saturate(0.7) brightness(0.78);
  }
  48% {
    clip-path: inset(0 18% 0 0);
    transform: scale(1.012) skewX(0deg);
    filter: saturate(1.45) brightness(1.18);
  }
  62%,
  100% {
    clip-path: inset(0 0 0 0);
    transform: scale(1);
    filter: saturate(1.12) brightness(1);
  }
}

@keyframes beforeFade {
  0%,
  30% {
    filter: grayscale(0.2);
    opacity: 1;
    transform: scale(1);
  }
  48% {
    filter: grayscale(0.75) blur(1px);
    opacity: 0.46;
    transform: scale(0.985) translateX(-12px);
  }
  62%,
  100% {
    filter: grayscale(1) blur(1.8px);
    opacity: 0.12;
    transform: scale(0.965) translateX(-24px);
  }
}

@keyframes morphSweep {
  0%,
  25% {
    opacity: 0;
    transform: translateX(-220px) rotate(10deg) scaleX(0.72);
  }
  36% {
    opacity: 1;
  }
  52% {
    opacity: 0.9;
    transform: translateX(1180px) rotate(10deg) scaleX(1.35);
  }
  64%,
  100% {
    opacity: 0;
    transform: translateX(1180px) rotate(10deg) scaleX(0.82);
  }
}

@keyframes withBrandReveal {
  0%,
  42% {
    opacity: 0;
    transform: translateY(20px) scale(0.96);
    filter: blur(6px);
  }
  54% {
    opacity: 1;
    transform: translateY(-3px) scale(1.025);
    filter: blur(0);
  }
  68%,
  100% {
    opacity: 1;
    transform: translateY(0) scale(1);
    filter: blur(0);
  }
}

@keyframes wordmarkReveal {
  0%,
  46% {
    opacity: 0;
    transform: translateY(20px) scale(0.94);
    filter: blur(8px) contrast(1.3) brightness(1.5);
  }
  60% {
    opacity: 1;
    transform: translateY(-3px) scale(1.035);
  }
  72%,
  100% {
    opacity: 1;
    transform: translateY(0) scale(1);
  }
}

@keyframes futurePulse {
  0% {
    transform: scale(0.82);
    opacity: 0;
  }
  38% {
    transform: scale(0.82);
    opacity: 0;
  }
  52% {
    transform: scale(1.16);
    opacity: 1;
  }
  66%,
  100% {
    transform: scale(1.04);
    opacity: 1;
  }
}

@keyframes introDataRain {
  0%,
  28% {
    opacity: 0;
    transform: translateX(-24%);
  }
  42% {
    opacity: 0.52;
  }
  58% {
    opacity: 0.22;
    transform: translateX(24%);
  }
  100% {
    opacity: 0;
    transform: translateX(36%);
  }
}

@keyframes introFlashBloom {
  0%,
  34% {
    opacity: 0;
    transform: scale(0.92);
  }
  44% {
    opacity: 0.64;
    transform: scale(1.04);
  }
  56% {
    opacity: 0.18;
    transform: scale(1.14);
  }
  100% {
    opacity: 0;
    transform: scale(1.22);
  }
}

@keyframes cardCircuitWake {
  0%,
  42% {
    opacity: 0;
    transform: translateY(16px) scale(0.96);
  }
  58% {
    opacity: 1;
    transform: translateY(-3px) scale(1.02);
  }
  74%,
  100% {
    opacity: 1;
    transform: translateY(0) scale(1);
  }
}

@keyframes browserLogoWake {
  0%,
  42% {
    opacity: 0;
    transform: translateX(-8px) scale(0.8);
    filter: blur(5px) drop-shadow(0 0 0 rgba(106, 166, 255, 0));
  }
  56% {
    opacity: 1;
    transform: translateX(0) scale(1.12);
    filter: blur(0) drop-shadow(0 0 18px rgba(106, 166, 255, 0.9));
  }
  72%,
  100% {
    opacity: 0.95;
    transform: translateX(0) scale(1);
    filter: blur(0) drop-shadow(0 0 10px rgba(106, 166, 255, 0.72));
  }
}

@keyframes marquee {
  to {
    transform: translateX(-50%);
  }
}

@keyframes spin {
  to {
    transform: rotate(360deg);
  }
}

@keyframes bars {
  to {
    transform: scaleY(0.64);
  }
}

@keyframes logoRevealFromVoid {
  0% {
    opacity: 0;
    letter-spacing: 0.12em;
    transform: translateY(54px) scale(0.94);
    filter: blur(18px);
  }

  18% {
    opacity: 0;
    transform: translateY(46px) scale(0.96);
    filter: blur(16px);
  }

  38% {
    opacity: 1;
    letter-spacing: 0.035em;
    transform: translateY(0) scale(1);
    filter: blur(0);
  }

  44% {
    transform: translateY(-3px) scale(1.018);
    text-shadow:
      0 0 18px rgba(238, 245, 255, 0.76),
      0 0 58px rgba(106, 166, 255, 0.88),
      0 0 118px rgba(31, 99, 255, 0.78);
  }

  54%,
  78% {
    opacity: 1;
    letter-spacing: 0;
    transform: translateY(0) scale(1);
    filter: blur(0);
  }

  100% {
    opacity: 0;
    letter-spacing: 0.08em;
    transform: translateY(-32px) scale(1.02);
    filter: blur(12px);
  }
}

@keyframes logoMiniReveal {
  0%,
  100% {
    opacity: 0.72;
    letter-spacing: 0.03em;
    transform: translateY(4px) scale(0.98);
    filter: blur(0.6px);
  }

  36%,
  66% {
    opacity: 1;
    letter-spacing: 0;
    transform: translateY(0) scale(1.04);
    filter: blur(0);
  }
}

@keyframes bulletReveal {
  0% {
    opacity: 0;
    transform: translateY(12px);
    filter: blur(5px);
  }

  100% {
    opacity: 1;
    transform: translateY(0);
    filter: blur(0);
  }
}

@keyframes bulletMarkerPulse {
  0%,
  100% {
    opacity: 0.72;
    transform: scale(1);
  }

  50% {
    opacity: 1;
    transform: scale(1.18);
  }
}

@keyframes promiseReveal {
  0%,
  34% {
    opacity: 0;
    transform: translate(-50%, 28px);
    filter: blur(10px);
  }

  48%,
  78% {
    opacity: 1;
    transform: translate(-50%, 0);
    filter: blur(0);
  }

  100% {
    opacity: 0;
    transform: translate(-50%, -18px);
    filter: blur(8px);
  }
}

@keyframes brandAura {
  0%,
  100% {
    opacity: 0.42;
    transform: scaleX(0.9) scaleY(0.96);
  }

  48% {
    opacity: 0.9;
    transform: scaleX(1.08) scaleY(1.04);
  }
}

@keyframes orbitPulse {
  0%,
  100% {
    opacity: 0.24;
    transform: scale(0.96);
  }

  48% {
    opacity: 0.86;
    transform: scale(1.03);
  }
}

@keyframes scanAcross {
  0%,
  18% {
    transform: translateX(-120%);
  }

  52% {
    transform: translateX(120%);
  }

  100% {
    transform: translateX(120%);
  }
}

@media (max-width: 1180px) {
  .site-header {
    gap: 16px;
  }

  .brand {
    min-width: 106px;
  }

  .brand-logo {
    width: 104px;
    height: 60px;
  }

  .nav {
    gap: 14px;
    font-size: 0.84rem;
  }

  .nav-cta {
    padding-inline: 12px;
    font-size: 0.84rem;
  }

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

@media (max-width: 1440px) {
  .hero {
    grid-template-columns: minmax(0, 1fr) minmax(300px, 400px);
  }

  .home-wordmark {
    width: min(100%, 470px);
  }

  .service-card {
    min-height: 250px;
    padding: 22px;
  }

  .card-number {
    margin-bottom: 52px;
  }
}

@media (max-width: 980px) {
  .site-header {
    grid-template-columns: auto auto;
    gap: 12px;
    justify-content: space-between;
    padding: 10px 16px;
    align-items: start;
  }

  .mobile-menu-toggle {
    display: inline-flex;
    justify-self: end;
  }

  .nav {
    grid-column: 1 / -1;
    position: static;
    z-index: 19;
    display: grid;
    gap: 8px;
    width: 100%;
    max-height: 0;
    overflow-y: auto;
    padding: 0 14px;
    border: 1px solid rgba(106, 166, 255, 0.28);
    border-radius: 10px;
    background:
      radial-gradient(circle at 100% 0%, rgba(31, 99, 255, 0.24), transparent 14rem),
      rgba(5, 10, 25, 0.98);
    box-shadow: 0 24px 80px rgba(0, 0, 0, 0.46);
    opacity: 0;
    pointer-events: none;
    transform: translateY(-8px);
    transition: max-height 220ms ease, padding 220ms ease, opacity 180ms ease, transform 180ms ease;
  }

  .site-header.is-menu-open .nav {
    max-height: calc(100vh - 178px);
    padding: 14px;
    opacity: 1;
    pointer-events: auto;
    transform: translateY(0);
  }

  .nav a,
  .nav-menu-button {
    display: flex;
    width: 100%;
    min-height: 46px;
    align-items: center;
    justify-content: space-between;
    padding: 0 12px;
    border: 1px solid rgba(238, 245, 255, 0.08);
    border-radius: 8px;
    color: #eef5ff;
    background: rgba(238, 245, 255, 0.04);
  }

  .nav-menu {
    display: grid;
    gap: 8px;
    margin: 0;
    padding: 0;
  }

  .nav-menu::after {
    display: none;
  }

  .nav-dropdown {
    position: static;
    display: none;
    gap: 6px;
    min-width: 0;
    max-height: none;
    overflow: visible;
    padding: 0 0 0 12px;
    border: 0;
    background: transparent;
    box-shadow: none;
    opacity: 1;
    pointer-events: auto;
    transform: none;
    transition: none;
  }

  .nav-menu.is-open .nav-dropdown {
    display: grid;
  }

  .nav-dropdown a {
    min-height: 40px;
    color: var(--muted);
    white-space: normal;
    background: rgba(31, 99, 255, 0.08);
  }

  .header-actions {
    grid-column: 1 / -1;
    position: static;
    z-index: 20;
    display: grid;
    grid-template-columns: 1fr;
    gap: 10px;
    width: 100%;
    max-height: 0;
    overflow: hidden;
    padding: 0 14px;
    opacity: 0;
    pointer-events: none;
    transform: translateY(-8px);
    transition: max-height 220ms ease, padding 220ms ease, opacity 180ms ease, transform 180ms ease;
  }

  .site-header.is-menu-open .header-actions {
    max-height: 160px;
    padding: 0 14px 14px;
    opacity: 1;
    pointer-events: auto;
    transform: translateY(0);
  }

  .header-actions .nav-cta,
  .language-switcher {
    width: 100%;
  }

  .language-switcher {
    justify-content: center;
  }

  .lang-option {
    flex: 1;
  }

  .hero {
    padding-top: 112px;
  }

  .about-shell {
    grid-template-columns: 1fr;
  }

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

  .intro-copy {
    align-items: start;
    flex-direction: column;
  }

  .intro-copy strong {
    max-width: 100%;
    text-align: left;
  }

  .pre-index-intro {
    padding: 16px;
  }

  .pre-index-card {
    width: min(100%, calc(100vw - 32px));
    max-height: calc(100vh - 32px);
  }

  .hero-panel {
    max-width: 620px;
  }

  .impact-strip,
  .case-grid,
  .legal-grid,
  .timeline,
  .trust-grid,
  .package-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .showcase-grid,
  .audit-shell {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 768px) {
  .hero {
    padding-inline: 18px;
  }

  .logo-reveal-hero {
    width: 100%;
    padding-top: 82px;
  }

  .logo-reveal-stage {
    min-height: 460px;
  }

  .logo-reveal-stage h1 {
    max-width: 92%;
    font-size: clamp(3rem, 17vw, 5.8rem);
  }

  .logo-reveal-chips {
    left: 18px;
    right: 18px;
    bottom: 18px;
    justify-content: center;
  }

  .logo-reveal-promise {
    bottom: 84px;
    width: min(92%, 520px);
    font-size: clamp(0.98rem, 4vw, 1.18rem);
  }

  .hero-panel {
    margin-inline: auto;
  }

  .about-shell,
  .proof,
  .contact {
    gap: 24px;
  }

  .about-logo {
    width: min(100%, 420px);
  }

  .service-card,
  .showcase-grid article,
  .timeline-item,
  .proof-item,
  .contact-form,
  .about-card,
  .legal-card,
  .audit-input-panel,
  .audit-result,
  .package-grid article,
  .trust-grid div {
    padding: 20px;
  }

  .visual {
    height: 150px;
  }
}

@media (max-width: 640px) {
  .site-header {
    grid-template-columns: auto auto;
    gap: 10px;
    padding: 10px 12px;
  }

  .brand {
    min-width: 88px;
  }

  .brand-logo {
    width: 88px;
    height: 54px;
  }

  .header-actions {
    gap: 8px;
  }

  .nav {
    font-size: 0.78rem;
  }

  .nav-dropdown {
    gap: 16px;
  }

  .language-switcher {
    padding: 3px;
  }

  .lang-option {
    min-width: 29px;
    height: 29px;
    font-size: 0.64rem;
  }

  .nav-cta {
    min-height: 36px;
    padding: 0 10px;
    font-size: 0.72rem;
  }

  .pricing-page {
    background: var(--bg);
  }

  .pricing-hero {
    padding-top: 124px;
    padding-bottom: 46px;
  }

  .pricing-hero h1 {
    font-size: clamp(2.45rem, 12vw, 3.55rem);
    line-height: 1;
    letter-spacing: -0.044em;
  }

  .pricing-lead {
    font-size: 0.98rem;
  }

  .pricing-sheet {
    width: min(100% - 28px, 920px);
    padding-top: 58px;
  }

  .pricing-section-heading h2,
  .institution-block h2,
  .price-faq h2 {
    font-size: clamp(2rem, 11vw, 3rem);
  }

  .price-table-wrap {
    border-radius: 8px;
    background: transparent;
  }

  .price-table,
  .price-table thead,
  .price-table tbody,
  .price-table th,
  .price-table td,
  .price-table tr {
    display: block;
  }

  .price-table thead {
    position: absolute;
    width: 1px;
    height: 1px;
    overflow: hidden;
    clip: rect(0 0 0 0);
    white-space: nowrap;
  }

  .price-table tbody {
    display: grid;
    gap: 10px;
  }

  .price-table tr {
    border: 1px solid rgba(106, 166, 255, 0.24);
    border-radius: 8px;
    background:
      linear-gradient(145deg, rgba(255, 255, 255, 0.98), rgba(226, 238, 255, 0.98));
    box-shadow: 0 18px 46px rgba(0, 0, 0, 0.2);
    overflow: hidden;
  }

  .price-table td {
    display: grid;
    grid-template-columns: minmax(88px, 0.42fr) minmax(0, 1fr);
    gap: 12px;
    width: 100% !important;
    padding: 14px;
    white-space: normal !important;
  }

  .price-table td::before {
    content: attr(data-label);
    color: #1f4e92;
    font-family: "JetBrains Mono", monospace;
    font-size: 0.66rem;
    font-weight: 900;
    letter-spacing: 0.08em;
    text-transform: uppercase;
  }

  .institution-block {
    padding: 24px;
  }

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

  .side-label {
    writing-mode: horizontal-tb;
  }

  .legal-grid,
  .cookie-banner {
    grid-template-columns: 1fr;
  }

  .legal-page {
    padding-top: 138px;
  }

  .cookie-banner {
    right: 10px;
    bottom: 10px;
    width: calc(100vw - 20px);
  }

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

  .impact-strip {
    grid-template-columns: 1fr;
    margin-top: -8px;
  }

  .impact-strip article {
    min-height: 0;
    padding: 18px;
  }

  .impact-strip span {
    margin-bottom: 14px;
  }

  .compare-label {
    top: 18px;
    min-height: 28px;
    max-width: calc(100% - 36px);
    padding: 0 10px;
    border-radius: 8px;
    font-size: 0.56rem;
    letter-spacing: 0.04em;
    white-space: normal;
  }

  .compare-label-old {
    left: 18px;
    right: auto;
  }

  .compare-label-new {
    top: 52px;
    left: 18px;
    right: auto;
  }

  .hero {
    min-height: auto;
    padding-top: 150px;
    padding-bottom: 46px;
    overflow: hidden;
  }

  .home-wordmark {
    width: min(100%, 360px);
  }

  .about-hero {
    padding-top: 170px;
  }

  .intro-showcase {
    margin-bottom: 10px;
  }

  .intro-copy {
    padding: 16px 16px 0;
  }

  .intro-transform {
    padding: 0;
  }

  .intro-morph {
    height: clamp(360px, 82vh, 560px);
  }

  .pre-index-card .intro-morph {
    height: clamp(360px, 78vh, 560px);
  }

  .transform-labels {
    font-size: 0.58rem;
    align-items: start;
    flex-wrap: wrap;
  }

  .transformed-wordmark {
    left: 8%;
    top: 45%;
    width: min(78vw, 360px);
  }

  .wp-modernize-copy {
    left: 12%;
    top: 30%;
    max-width: 46%;
    font-size: clamp(1.15rem, 6.2vw, 2rem);
  }

  .with-da-tech {
    left: 8%;
    top: 34%;
    width: clamp(240px, 70vw, 390px);
    font-size: 0.82rem;
  }

  .modern-nav {
    left: 32%;
  }

  h1 {
    font-size: clamp(2.1rem, 10.5vw, 3.35rem);
    line-height: 0.95;
  }

  h2 {
    font-size: clamp(1.8rem, 8.8vw, 2.6rem);
  }

  .home-slogan {
    padding-bottom: 12px;
  }

  .hero-lead {
    font-size: 0.98rem;
    line-height: 1.62;
  }

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

  .metric-grid,
  .service-grid,
  .case-grid,
  .timeline,
  .trust-grid,
  .package-grid {
    grid-template-columns: 1fr;
  }

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

  .metric-grid div {
    min-height: 94px;
    padding: 14px;
  }

  .section {
    width: min(100% - 28px, var(--max));
    padding: 66px 0;
  }

  .marquee span {
    padding: 15px 20px;
    font-size: 0.72rem;
  }

  .contact-form input,
  .contact-form select,
  .contact-form textarea {
    font-size: 16px;
  }

  .audit-controls,
  .flow-actions {
    flex-direction: column;
  }

  .compare-frame {
    min-height: 340px;
  }

  .compare-site {
    inset: 12px;
  }

  .compare-handle {
    top: 12px;
    bottom: 12px;
  }

  .compare-handle::after {
    width: 44px;
    height: 44px;
    font-size: 0.8rem;
  }
}

@media (max-width: 520px) {
  .site-header {
    grid-template-columns: auto auto;
    justify-items: stretch;
  }

  .brand {
    min-width: 0;
  }

  .brand-logo {
    width: 92px;
    height: 50px;
  }

  .header-actions {
    width: 100%;
    justify-content: stretch;
    order: initial;
  }

  .nav {
    order: initial;
    width: 100%;
    padding: 12px;
  }

  .nav-cta {
    max-width: 210px;
    justify-self: center;
  }

  .hero {
    padding-top: 112px;
  }

  .about-hero {
    padding: 112px 14px 56px;
  }

  .about-actions,
  .hero-actions {
    gap: 10px;
  }

  .signal-row {
    gap: 9px;
    margin-top: 26px;
  }

  .signal-row span {
    width: 100%;
  }

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

  .audit-score {
    font-size: 3rem;
  }

  .compare-frame {
    min-height: 300px;
  }

  .compare-new img {
    width: min(calc((100% - var(--split)) * 0.86), 280px);
    max-width: calc(100% - var(--split) - 20px);
  }

  .panel-title {
    font-size: 0.68rem;
  }

  .pre-index-intro {
    padding: 10px;
  }

  .pre-index-card {
    width: min(100%, calc(100vw - 20px));
  }

  .pre-index-card .intro-copy {
    gap: 10px;
    padding: 14px 14px 0;
  }

  .pre-index-card .intro-copy span {
    font-size: 0.58rem;
  }

  .pre-index-card .intro-copy strong {
    font-size: 1rem;
  }

  .pre-index-card .intro-transform {
    padding: 0;
  }

  .pre-index-card .intro-morph {
    height: clamp(380px, 78vh, 560px);
  }

  .intro-morph .mock-site {
    inset: 0;
  }

  .transformed-wordmark {
    left: 8%;
    top: 46%;
    width: min(78vw, 300px);
  }

  .wp-modernize-copy {
    left: 12%;
    top: 31%;
    max-width: 44%;
    font-size: clamp(1rem, 7vw, 1.45rem);
    line-height: 1.02;
  }

  .with-da-tech {
    left: 8%;
    top: 37%;
    width: min(78vw, 300px);
    font-size: clamp(0.82rem, 4.8vw, 1.18rem);
  }
}

@media (max-width: 380px) {
  .header-actions {
    gap: 8px;
  }

  .language-switcher {
    order: initial;
  }

  .nav-cta {
    order: 1;
    flex-basis: 100%;
    max-width: none;
  }

  .hero {
    padding-top: 212px;
  }

  .about-hero {
    padding-top: 220px;
  }

  .lang-option {
    min-width: 28px;
  }

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

  .compare-frame {
    min-height: 260px;
  }

  .wp-hero {
    left: 9%;
    width: 50%;
  }

  .wp-modernize-copy {
    left: 12%;
    top: 31.5%;
    max-width: 46%;
    font-size: clamp(0.95rem, 7.4vw, 1.28rem);
  }

  .wp-sidebar {
    right: 4%;
    width: 24%;
  }

  .transformed-wordmark {
    width: min(80vw, 270px);
  }
}

@media (orientation: landscape) and (max-height: 560px) and (max-width: 980px) {
  .site-header {
    grid-template-columns: auto auto;
    gap: 10px;
    padding: 7px 12px;
  }

  .brand-logo {
    width: 72px;
    height: 42px;
  }

  .nav {
    grid-column: 1 / -1;
    order: initial;
    font-size: 0.68rem;
    gap: 8px;
  }

  .header-actions {
    order: initial;
  }

  .language-switcher {
    padding: 2px;
  }

  .lang-option {
    min-width: 26px;
    height: 26px;
    font-size: 0.58rem;
  }

  .nav-cta {
    min-height: 32px;
    padding-inline: 8px;
    font-size: 0.62rem;
  }

  .hero {
    grid-template-columns: minmax(0, 1fr) minmax(240px, 320px);
    min-height: auto;
    padding: 82px 16px 32px;
    gap: 18px;
  }

  .home-wordmark {
    width: min(42vw, 300px);
    margin-bottom: 10px;
  }

  h1 {
    font-size: clamp(1.8rem, 5vw, 3rem);
    margin-bottom: 14px;
  }

  .hero-lead {
    max-width: 56ch;
    font-size: 0.86rem;
    line-height: 1.48;
  }

  .hero-actions,
  .signal-row {
    margin-top: 16px;
  }

  .hero-panel {
    max-height: calc(100vh - 110px);
    overflow: hidden;
  }

  .terminal {
    padding-bottom: 44px;
  }

  .pre-index-intro {
    padding: 8px;
  }

  .pre-index-card .intro-morph {
    height: calc(100vh - 16px);
  }

  .wp-modernize-copy {
    left: 11%;
    top: 29%;
    max-width: 42%;
    font-size: clamp(0.82rem, 4.5vh, 1.35rem);
  }

  .transformed-wordmark {
    left: 7%;
    top: 43%;
    width: min(44vw, 330px);
  }

  .with-da-tech {
    left: 7%;
    top: 33%;
    width: min(42vw, 310px);
    font-size: clamp(0.72rem, 4vh, 1.1rem);
  }

  .about-hero {
    min-height: auto;
    padding: 92px 16px 36px;
  }

  .about-shell {
    grid-template-columns: 1fr 1fr;
    gap: 18px;
  }

  .audit-shell {
    grid-template-columns: 1fr 1fr;
  }

  .trust-grid,
  .case-grid,
  .package-grid {
    grid-template-columns: repeat(3, minmax(180px, 1fr));
    overflow-x: auto;
  }
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
    animation-duration: 0.001ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.001ms !important;
  }
}

/* Final responsive polish: keeps every major page stable across tiny phones, tablets, laptops and wide screens. */
.hero,
.marquee,
.before-after,
.pricing-hero,
.about-hero,
.legal-page {
  overflow: hidden;
}

@media (min-width: 1441px) {
  .hero,
  .section,
  .pricing-sheet,
  .about-shell,
  .legal-page {
    max-width: 1440px;
  }

  .hero-title,
  .pricing-hero h1 {
    max-width: 1120px;
  }
}

@media (max-width: 980px) {
  .section {
    padding-top: clamp(58px, 9vw, 82px);
    padding-bottom: clamp(58px, 9vw, 82px);
  }

  .section-header {
    margin-bottom: 30px;
  }

  .pricing-hero,
  .about-hero,
  .legal-page {
    padding-top: 132px;
  }
}

@media (max-width: 640px) {
  .floating-request-cta {
    right: 12px;
    bottom: 12px;
    min-height: 48px;
    padding: 0 16px;
    font-size: 0.92rem;
  }

  .hero {
    gap: 22px;
    padding-top: 118px;
    padding-bottom: 34px;
  }

  .home-wordmark {
    width: min(100%, 300px);
    margin-bottom: 12px;
  }

  .home-slogan {
    padding-bottom: 12px;
  }

  .home-slogan::after {
    height: 2px;
  }

  .hero-title,
  .section-header h2,
  .proof h2,
  .contact h2,
  .about-hero h1,
  .legal-page h1 {
    max-width: 100%;
    overflow-wrap: anywhere;
  }

  .hero-lead,
  .about-lead,
  .legal-lead,
  .contact-copy p,
  .section-header p,
  .pricing-lead {
    max-width: 100%;
    font-size: 0.98rem;
  }

  .hero-actions {
    gap: 10px;
    margin-top: 22px;
  }

  .signal-row {
    gap: 9px;
    margin-top: 18px;
  }

  .signal-row span {
    padding: 8px 10px;
  }

  .hero-panel {
    margin-top: 0;
  }

  .panel-top {
    padding: 12px;
  }

  .metric-grid div {
    min-height: 78px;
    padding: 12px;
  }

  .metric-label {
    margin-bottom: 8px;
    font-size: 0.7rem;
  }

  .metric-grid strong {
    font-size: 1.58rem;
  }

  .terminal {
    padding: 14px 16px 54px;
    font-size: 0.76rem;
  }

  .scanner {
    height: 46px;
  }

  .section {
    padding-top: 48px;
    padding-bottom: 48px;
  }

  .hero-actions,
  .about-actions {
    display: grid;
    grid-template-columns: 1fr;
    width: 100%;
  }

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

  .showcase-grid,
  .about-grid,
  .legal-grid,
  .service-detail-shell {
    grid-template-columns: 1fr;
  }

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

  .service-page-actions .button {
    width: 100%;
  }

  .service-card {
    min-height: 0;
    padding: 22px;
  }

  .service-icon {
    margin-bottom: 22px;
  }

  .service-card h3 {
    font-size: clamp(2rem, 10vw, 2.7rem);
  }

  .service-card p {
    margin-top: 16px;
  }

  .service-link {
    padding-top: 24px;
  }

  .service-help {
    margin-top: 36px;
    padding-top: 28px;
  }

  .audit-controls {
    display: grid;
    grid-template-columns: 1fr;
  }

  .audit-score {
    font-size: clamp(3rem, 22vw, 4.8rem);
  }

  .audit-bars {
    gap: 12px;
  }

  .price-table td:first-child,
  .price-table td:last-child {
    font-size: 1rem;
  }

  .price-table td:nth-child(2) {
    font-size: 0.92rem;
  }
}

@media (max-width: 520px) {
  .site-header {
    top: 8px;
    right: 8px;
    left: 8px;
    width: auto;
  }

  .mobile-menu-toggle {
    width: 48px;
    height: 48px;
    border-radius: 12px;
  }

  .site-header.is-menu-open .nav {
    max-height: calc(100vh - 158px);
  }

  .hero {
    padding-top: 112px;
  }

  .hero-title {
    font-size: clamp(2.55rem, 14vw, 4rem);
    line-height: 0.98;
  }

  .about-hero,
  .legal-page,
  .pricing-hero,
  .service-page-hero {
    padding-top: 112px;
  }

  .hero-panel {
    max-height: none;
  }

  .pricing-hero > *,
  .legal-page,
  .pricing-sheet,
  .service-page-hero,
  .service-detail-shell {
    width: min(100% - 28px, var(--max));
  }

  .pricing-rule {
    width: calc(100% - 28px);
  }

  .pricing-section-heading {
    margin-bottom: 24px;
  }

  .table-label {
    font-size: 0.72rem;
    line-height: 1.45;
  }

  .price-table td {
    grid-template-columns: 1fr;
    gap: 6px;
  }

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

@media (max-width: 380px) {
  .brand {
    min-width: 78px;
  }

  .brand-logo {
    width: 78px;
    height: 48px;
  }

  .hero {
    padding-top: 104px;
  }

  .about-hero,
  .legal-page,
  .pricing-hero,
  .service-page-hero {
    padding-top: 104px;
  }

  .hero-title,
  .pricing-hero h1 {
    font-size: clamp(2.25rem, 13vw, 3rem);
  }

  .pricing-lead {
    font-size: 0.92rem;
  }
}

@media (orientation: landscape) and (max-height: 560px) and (max-width: 980px) {
  .hero,
  .pricing-hero,
  .about-hero,
  .legal-page {
    padding-top: 108px;
  }

  .pricing-hero {
    padding-bottom: 34px;
  }

  .service-page-hero {
    padding-bottom: 34px;
  }
}

/* Compact mobile hero pass: removes the large empty visual gap between copy and project panel. */
@media (max-width: 900px) {
  .hero {
    display: block !important;
    min-height: auto !important;
    padding-top: 112px !important;
    padding-bottom: 34px !important;
  }

  .hero-content {
    width: min(100%, 760px);
    margin: 0 auto;
  }

  .hero-panel {
    display: none !important;
  }
}

@media (max-width: 640px) {
  .hero {
    display: flex;
    flex-direction: column;
    gap: 10px !important;
    justify-content: flex-start;
    min-height: auto !important;
    padding-top: 92px !important;
    padding-bottom: 20px !important;
  }

  .hero::after {
    height: 18%;
  }

  #heroCanvas {
    max-height: 100%;
  }

  .hero-content {
    flex: 0 0 auto;
  }

  .home-wordmark {
    width: min(82vw, 280px) !important;
    margin-bottom: 10px !important;
  }

  .eyebrow {
    margin-bottom: 10px;
  }

  .home-slogan {
    padding-bottom: 10px !important;
  }

  .hero-lead {
    margin-top: 12px;
    line-height: 1.48;
  }

  .hero-actions {
    margin-top: 14px !important;
  }

  .signal-row {
    margin-top: 10px !important;
  }

  .hero-panel {
    flex: 0 0 auto;
    width: min(100%, 390px) !important;
    margin: 0 auto !important;
  }

  .panel-top {
    padding: 8px 10px !important;
  }

  .panel-title {
    font-size: 0.62rem !important;
  }

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

  .metric-grid div {
    min-height: 52px !important;
    padding: 8px 10px !important;
  }

  .metric-label {
    margin-bottom: 3px !important;
    font-size: 0.58rem !important;
  }

  .metric-grid strong {
    font-size: 1.08rem !important;
  }

  .terminal {
    display: none !important;
  }

  .scanner {
    display: none !important;
  }
}

@media (max-width: 380px) {
  .hero {
    padding-top: 88px !important;
  }

  .home-wordmark {
    width: min(78vw, 240px) !important;
  }

  .hero-title {
    font-size: clamp(2.15rem, 12vw, 2.85rem) !important;
  }

  .metric-grid strong {
    font-size: 1.18rem !important;
  }
}

/* Mobile release pass: the final rules win over older responsive experiments. */
@media (max-width: 760px) {
  html,
  body {
    width: 100%;
    overflow-x: hidden;
  }

  body {
    font-size: 15px;
  }

  .site-header {
    top: 8px !important;
    right: 8px !important;
    left: 8px !important;
    display: grid !important;
    grid-template-columns: minmax(0, 1fr) auto !important;
    gap: 8px !important;
    width: auto !important;
    max-width: calc(100vw - 16px) !important;
    max-height: calc(100svh - 16px);
    align-items: center !important;
    padding: 8px !important;
    border-radius: 12px !important;
    overflow: visible;
  }

  .site-header.is-menu-open {
    overflow-y: auto;
    overscroll-behavior: contain;
  }

  .brand {
    min-width: 0 !important;
    max-width: 128px;
  }

  .brand-logo {
    width: 96px !important;
    height: 54px !important;
    object-fit: contain;
  }

  .mobile-menu-toggle {
    display: inline-flex !important;
    width: 46px !important;
    height: 46px !important;
    border-radius: 12px !important;
  }

  .mobile-menu-toggle span {
    width: 20px;
  }

  .nav {
    grid-column: 1 / -1 !important;
    width: 100% !important;
    max-height: 0 !important;
    gap: 7px !important;
    overflow: hidden !important;
    padding: 0 10px !important;
    border-radius: 10px !important;
  }

  .site-header.is-menu-open .nav {
    max-height: calc(100svh - 176px) !important;
    overflow-y: auto !important;
    padding: 10px !important;
  }

  .nav a,
  .nav-menu-button {
    min-height: 44px !important;
    padding: 0 12px !important;
    font-size: 0.82rem !important;
    letter-spacing: 0.04em !important;
    white-space: normal !important;
  }

  .nav-menu {
    gap: 7px !important;
  }

  .nav-dropdown {
    position: static !important;
    min-width: 0 !important;
    width: 100% !important;
    padding: 0 !important;
  }

  .nav-menu.is-open .nav-dropdown {
    display: grid !important;
    gap: 7px !important;
  }

  .nav-dropdown a {
    min-height: 42px !important;
    padding-left: 18px !important;
  }

  .header-actions {
    grid-column: 1 / -1 !important;
    width: 100% !important;
    max-height: 0 !important;
    gap: 8px !important;
    overflow: hidden !important;
    padding: 0 10px !important;
  }

  .site-header.is-menu-open .header-actions {
    max-height: 132px !important;
    padding: 0 10px 10px !important;
  }

  .header-actions .nav-cta,
  .language-switcher {
    width: 100% !important;
    max-width: none !important;
  }

  .nav-cta {
    min-height: 42px !important;
    justify-content: center !important;
  }

  .language-switcher {
    display: grid !important;
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
    padding: 3px !important;
  }

  .lang-option {
    width: auto !important;
    min-width: 0 !important;
    height: 34px !important;
  }

  .hero,
  .pricing-hero,
  .about-hero,
  .legal-page,
  .service-page-hero,
  .audit-page-hero {
    width: min(100% - 24px, var(--max)) !important;
    margin-right: auto !important;
    margin-left: auto !important;
    padding-top: 104px !important;
    padding-bottom: 28px !important;
  }

  .hero {
    display: block !important;
    min-height: auto !important;
  }

  .hero-content {
    width: 100% !important;
    max-width: none !important;
    margin: 0 !important;
  }

  .home-wordmark {
    width: min(72vw, 240px) !important;
    margin-bottom: 12px !important;
  }

  .home-slogan,
  .hero-title,
  .pricing-hero h1,
  .about-hero h1,
  .service-page-hero h1,
  .audit-page-hero h1,
  .legal-page h1 {
    max-width: 100% !important;
    font-size: clamp(2.15rem, 10.6vw, 3.35rem) !important;
    line-height: 1.02 !important;
    overflow-wrap: anywhere;
  }

  .home-slogan::after {
    width: 70% !important;
  }

  .hero-lead,
  .pricing-lead,
  .service-page-hero p:not(.eyebrow),
  .audit-page-hero p:not(.eyebrow),
  .about-hero p,
  .legal-lead {
    max-width: 100% !important;
    font-size: 0.96rem !important;
    line-height: 1.55 !important;
  }

  .hero-actions,
  .service-page-actions,
  .pricing-cta-row,
  .contact-actions {
    display: grid !important;
    grid-template-columns: 1fr !important;
    gap: 10px !important;
    width: 100% !important;
  }

  .button,
  .hero-actions .button,
  .service-page-actions .button,
  .pricing-cta-row .button,
  .contact-actions .button {
    width: 100% !important;
    min-height: 48px !important;
    justify-content: center !important;
    padding-right: 16px !important;
    padding-left: 16px !important;
    text-align: center;
  }

  .signal-row {
    display: grid !important;
    grid-template-columns: 1fr !important;
    gap: 8px !important;
    width: 100% !important;
    margin-top: 12px !important;
  }

  .signal-row span {
    width: 100% !important;
    min-width: 0 !important;
  }

  .hero-panel,
  .terminal,
  .scanner {
    display: none !important;
  }

  .section,
  .pricing-sheet,
  .service-detail-shell,
  .contact,
  .proof,
  .footer,
  .audit-shell,
  .about-shell,
  .legal-content {
    width: min(100% - 24px, var(--max)) !important;
    margin-right: auto !important;
    margin-left: auto !important;
  }

  .section {
    padding-top: 42px !important;
    padding-bottom: 42px !important;
  }

  .section-header {
    margin-bottom: 22px !important;
  }

  .section-header h2,
  .pricing-section-heading h2,
  .contact-copy h2 {
    font-size: clamp(2rem, 9vw, 2.9rem) !important;
    line-height: 1.04 !important;
  }

  .service-grid,
  .case-grid,
  .trust-grid,
  .package-grid,
  .audit-shell,
  .contact,
  .proof,
  .about-grid,
  .timeline,
  .legal-grid,
  .price-faq-grid {
    display: grid !important;
    grid-template-columns: 1fr !important;
    gap: 14px !important;
  }

  .service-card,
  .case-card,
  .trust-card,
  .package-card,
  .audit-input-panel,
  .audit-result,
  .contact-form,
  .about-card,
  .legal-card,
  .price-note-card {
    width: 100% !important;
    min-width: 0 !important;
    padding: 18px !important;
    border-radius: 8px !important;
  }

  .service-card h3,
  .package-card h3,
  .about-card h3,
  .contact-copy h3 {
    font-size: clamp(1.65rem, 7.5vw, 2.25rem) !important;
    line-height: 1.08 !important;
  }

  .audit-form-row,
  .contact-form-row,
  .form-row {
    display: grid !important;
    grid-template-columns: 1fr !important;
    gap: 10px !important;
  }

  input,
  textarea,
  select {
    max-width: 100%;
    font-size: 16px !important;
  }

  .price-table {
    min-width: 0 !important;
  }

  .price-table thead {
    display: none !important;
  }

  .price-table,
  .price-table tbody,
  .price-table tr,
  .price-table td {
    display: block !important;
    width: 100% !important;
  }

  .price-table tr {
    margin-bottom: 12px !important;
    border: 1px solid rgba(10, 45, 110, 0.16) !important;
    border-radius: 8px !important;
    background: #ffffff !important;
    overflow: hidden;
  }

  .price-table td {
    padding: 12px 14px !important;
    color: #121824 !important;
  }

  .price-table td::before {
    display: block;
    margin-bottom: 5px;
    color: #0c55b8;
    font-size: 0.68rem;
    font-weight: 900;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    content: attr(data-label);
  }

  .floating-request-cta {
    right: 12px !important;
    bottom: 12px !important;
    left: auto !important;
    max-width: calc(100vw - 24px) !important;
    min-height: 46px !important;
    padding: 0 16px !important;
    border-radius: 999px !important;
    font-size: 0.82rem !important;
    z-index: 110 !important;
  }

  .cookie-banner {
    right: 12px !important;
    bottom: 70px !important;
    left: 12px !important;
    width: auto !important;
    max-width: none !important;
    max-height: 42svh !important;
    overflow-y: auto !important;
    padding: 12px !important;
    border-radius: 8px !important;
  }

  .cookie-banner strong {
    font-size: 0.92rem !important;
  }

  .cookie-banner p {
    margin: 6px 0 10px !important;
    font-size: 0.82rem !important;
    line-height: 1.45 !important;
  }

  .cookie-actions {
    display: grid !important;
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: 8px !important;
  }

  .cookie-actions .button {
    min-height: 42px !important;
    padding-right: 10px !important;
    padding-left: 10px !important;
    font-size: 0.82rem !important;
  }

  .pre-index-intro {
    padding: 8px !important;
  }

  .intro-stage {
    width: calc(100vw - 16px) !important;
    height: min(78svh, 560px) !important;
  }

  .intro-morph {
    width: 100% !important;
    min-width: 0 !important;
  }

  .intro-headline {
    font-size: clamp(2.1rem, 12vw, 4rem) !important;
    line-height: 1.04 !important;
  }

  .intro-wordmark {
    width: min(72vw, 320px) !important;
  }
}

@media (max-width: 420px) {
  .site-header {
    top: 6px !important;
    right: 6px !important;
    left: 6px !important;
    max-width: calc(100vw - 12px) !important;
  }

  .brand-logo {
    width: 82px !important;
    height: 48px !important;
  }

  .mobile-menu-toggle {
    width: 42px !important;
    height: 42px !important;
  }

  .hero,
  .pricing-hero,
  .about-hero,
  .legal-page,
  .service-page-hero,
  .audit-page-hero {
    width: min(100% - 20px, var(--max)) !important;
    padding-top: 94px !important;
  }

  .home-slogan,
  .hero-title,
  .pricing-hero h1,
  .about-hero h1,
  .service-page-hero h1,
  .audit-page-hero h1,
  .legal-page h1 {
    font-size: clamp(2rem, 10.8vw, 2.75rem) !important;
  }

  .section,
  .pricing-sheet,
  .service-detail-shell,
  .contact,
  .proof,
  .footer,
  .audit-shell,
  .about-shell,
  .legal-content {
    width: min(100% - 20px, var(--max)) !important;
  }
}

/* About page layout lock: keeps the standalone page from inheriting older hero/grid experiments. */
.about-page .about-hero {
  display: block;
  width: 100%;
  min-height: auto;
  padding: 150px clamp(18px, 5vw, 64px) 72px;
  overflow: hidden;
}

.about-page .about-shell {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(320px, 0.78fr);
  gap: clamp(28px, 5vw, 68px);
  align-items: center;
  width: min(100%, var(--max));
  margin: 0 auto;
}

.about-page .about-logo {
  display: block;
  width: min(100%, 430px);
  height: auto;
  margin-bottom: 22px;
}

.about-page .about-hero h1 {
  max-width: 760px;
  font-size: clamp(2.55rem, 5vw, 5rem);
  line-height: 0.98;
}

.about-page .about-lead {
  max-width: 680px;
}

.about-page .about-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
}

.about-page .about-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 14px;
  width: 100%;
  min-width: 0;
}

.about-page .about-card {
  width: 100%;
  min-width: 0;
}

@media (max-width: 980px) {
  .about-page .about-hero {
    width: 100% !important;
    padding-top: 124px !important;
    padding-bottom: 52px !important;
  }

  .about-page .about-shell {
    grid-template-columns: 1fr !important;
    width: min(100% - 32px, var(--max)) !important;
    gap: 24px !important;
  }

  .about-page .about-logo {
    width: min(78vw, 360px) !important;
  }

  .about-page .about-hero h1 {
    font-size: clamp(2.25rem, 8.8vw, 3.9rem) !important;
    line-height: 1.03 !important;
  }
}

@media (max-width: 560px) {
  .about-page .about-hero {
    padding-top: 104px !important;
    padding-bottom: 38px !important;
  }

  .about-page .about-shell {
    width: min(100% - 22px, var(--max)) !important;
    gap: 18px !important;
  }

  .about-page .about-logo {
    width: min(72vw, 260px) !important;
    margin-bottom: 14px !important;
  }

  .about-page .about-hero h1 {
    font-size: clamp(2rem, 10vw, 2.8rem) !important;
  }

  .about-page .about-actions {
    display: grid !important;
    grid-template-columns: 1fr !important;
    width: 100% !important;
  }
}

/* Launch polish: consistent subpage rhythm, clearer forms and stronger first screen. */
.hero {
  width: 100%;
  grid-template-columns: minmax(0, 0.98fr) minmax(380px, 480px);
  min-height: max(760px, 100svh);
  padding-right: clamp(28px, 6vw, 92px);
  padding-left: clamp(28px, 6vw, 92px);
  background:
    radial-gradient(circle at 74% 42%, rgba(31, 99, 255, 0.24), transparent 28rem),
    radial-gradient(circle at 5% 45%, rgba(106, 166, 255, 0.13), transparent 28rem),
    linear-gradient(90deg, rgba(8, 18, 40, 0.36), rgba(8, 18, 40, 0.08) 46%, rgba(31, 99, 255, 0.1));
}

.hero-content {
  max-width: 900px;
}

.home-wordmark,
.about-logo {
  image-rendering: auto;
}

.home-wordmark {
  width: min(100%, 600px);
}

.hero-panel {
  justify-self: stretch;
  transform: translateY(-8px);
}

.hero::before {
  content: "";
  position: absolute;
  inset: 89px 0 0;
  z-index: -4;
  background:
    linear-gradient(90deg, rgba(2, 7, 19, 0.22), transparent 48%, rgba(31, 99, 255, 0.12)),
    radial-gradient(circle at 50% 50%, rgba(106, 166, 255, 0.08), transparent 34rem);
  pointer-events: none;
}

.about-page .about-hero,
.service-page-hero,
.audit-page-hero,
.standalone-contact,
.legal-page {
  padding-top: clamp(122px, 10vw, 156px);
}

.about-page .about-shell {
  grid-template-columns: minmax(0, 0.82fr) minmax(340px, 0.68fr);
  gap: clamp(34px, 6vw, 84px);
}

.about-page .about-logo {
  width: min(100%, 360px);
  margin-bottom: 18px;
}

.about-page .about-hero h1,
.service-page-hero h1,
.audit-page-hero h1,
.standalone-contact .contact-copy h1,
.pricing-hero h1,
.legal-page h1 {
  max-width: 980px;
  margin-bottom: 22px;
  font-size: clamp(2.45rem, 4.8vw, 4.75rem);
  line-height: 1;
  letter-spacing: -0.035em;
}

.about-page .about-hero h1 {
  max-width: 680px;
  font-size: clamp(2.35rem, 4.2vw, 4.15rem);
}

.about-page .about-lead,
.service-page-hero p:not(.eyebrow),
.audit-page-hero p:not(.eyebrow),
.standalone-contact .contact-copy p,
.legal-lead {
  max-width: 740px;
  font-size: clamp(1rem, 1.25vw, 1.12rem);
  line-height: 1.62;
}

.about-page .about-grid {
  gap: 18px;
}

.about-page .about-card {
  padding: clamp(20px, 2.2vw, 28px);
  border-color: rgba(106, 166, 255, 0.3);
  background:
    radial-gradient(circle at 96% 12%, rgba(106, 166, 255, 0.2), transparent 10rem),
    linear-gradient(135deg, rgba(9, 22, 50, 0.92), rgba(4, 9, 23, 0.84));
}

.about-page .about-card h3 {
  padding-right: 28px;
  font-size: clamp(1.08rem, 1.45vw, 1.32rem);
  line-height: 1.2;
}

.about-page .about-card p {
  font-size: 0.96rem;
  line-height: 1.58;
}

.contact,
.standalone-contact {
  align-items: stretch;
}

.contact-form,
.audit-input-panel,
.audit-result {
  border-color: rgba(164, 203, 255, 0.34);
  background:
    radial-gradient(circle at 92% 8%, rgba(31, 99, 255, 0.18), transparent 15rem),
    linear-gradient(180deg, rgba(9, 22, 50, 0.96), rgba(3, 8, 20, 0.94));
  box-shadow:
    0 24px 70px rgba(0, 0, 0, 0.28),
    inset 0 0 0 1px rgba(255, 255, 255, 0.05);
}

.contact-form input,
.contact-form select,
.contact-form textarea,
.audit-controls input {
  border-color: rgba(164, 203, 255, 0.32);
  color: #f7fbff;
  background: rgba(238, 245, 255, 0.08);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.05);
}

.contact-form input::placeholder,
.contact-form textarea::placeholder,
.audit-controls input::placeholder {
  color: rgba(219, 232, 255, 0.58);
}

.contact-form select option {
  color: #071225;
  background: #eef5ff;
}

.flow-steps button {
  border-color: rgba(164, 203, 255, 0.36);
  color: #dbe8ff;
  background: rgba(238, 245, 255, 0.08);
}

.flow-steps button.active {
  color: #ffffff;
  background: linear-gradient(135deg, #1f63ff, #6aa6ff);
  box-shadow: 0 0 30px rgba(31, 99, 255, 0.28);
}

.flow-summary,
.legal-microcopy,
.form-status {
  border-radius: 8px;
}

.flow-summary {
  border: 1px solid rgba(106, 166, 255, 0.28);
  background: rgba(31, 99, 255, 0.1);
}

.audit-lab.audit-empty .audit-input-panel {
  max-width: 760px;
}

.audit-lab.audit-empty .audit-shell {
  justify-content: start;
}

@media (min-width: 1180px) {
  .hero {
    grid-template-columns: minmax(620px, 1fr) minmax(390px, 470px);
  }

  .hero-panel {
    margin-right: clamp(0px, 2vw, 28px);
  }
}

@media (max-width: 980px) {
  .hero {
    width: 100% !important;
    min-height: auto !important;
    padding-right: clamp(18px, 4vw, 32px) !important;
    padding-left: clamp(18px, 4vw, 32px) !important;
  }

  .about-page .about-shell {
    grid-template-columns: 1fr !important;
  }

  .about-page .about-hero h1,
  .service-page-hero h1,
  .audit-page-hero h1,
  .standalone-contact .contact-copy h1,
  .pricing-hero h1,
  .legal-page h1 {
    font-size: clamp(2.15rem, 7.4vw, 3.55rem) !important;
    line-height: 1.04 !important;
  }
}

@media (max-width: 640px) {
  .hero {
    padding-top: 96px !important;
    padding-bottom: 34px !important;
  }

  .home-wordmark {
    width: min(84vw, 310px) !important;
  }

  .about-page .about-hero,
  .service-page-hero,
  .audit-page-hero,
  .standalone-contact,
  .legal-page {
    padding-top: 98px !important;
    padding-bottom: 38px !important;
  }

  .about-page .about-shell,
  .contact,
  .audit-shell {
    width: min(100% - 24px, var(--max)) !important;
  }

  .about-page .about-card h3 {
    font-size: 1.12rem !important;
  }

  .about-page .about-card p {
    font-size: 0.92rem;
  }

  .contact-form,
  .audit-input-panel,
  .audit-result {
    padding: 18px !important;
  }

  .audit-controls {
    display: grid;
    grid-template-columns: 1fr;
  }
}
