:root {
  --bg: #05060a;
  --bg-2: #090b12;
  --surface: #0d1018;
  --surface-2: #121722;
  --surface-3: #171d2a;
  --text: #f7f9ff;
  --text-soft: #d7deea;
  --muted: #8d98aa;
  --line: rgba(255, 255, 255, 0.1);
  --line-strong: rgba(255, 255, 255, 0.18);
  --blue: #158bff;
  --blue-2: #37d5ff;
  --purple: #8b5cf6;
  --violet: #5f46ff;
  --orange: #ff9f1c;
  --pink: #ff2a8a;
  --green: #38d99b;
  --amber: #ffbd5a;
  --code-green: #7cffc4;
  --radius: 8px;
  --max-width: 1180px;
  --shadow: 0 28px 80px rgba(0, 0, 0, 0.45);
  --gradient: linear-gradient(135deg, var(--blue), var(--purple));
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  background: var(--bg);
}

body {
  margin: 0;
  background:
    linear-gradient(115deg, rgba(21, 139, 255, 0.1) 0%, rgba(21, 139, 255, 0) 34%),
    linear-gradient(245deg, rgba(139, 92, 246, 0.13) 0%, rgba(139, 92, 246, 0) 38%),
    linear-gradient(180deg, var(--bg), var(--bg-2) 48%, #06070b);
  color: var(--text);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif;
  font-size: 16px;
  line-height: 1.55;
}

body::before,
body::after {
  position: fixed;
  inset: -20%;
  z-index: -10;
  pointer-events: none;
  content: "";
}

body::before {
  background:
    linear-gradient(120deg, rgba(21, 139, 255, 0.18), transparent 38%),
    linear-gradient(240deg, rgba(139, 92, 246, 0.16), transparent 42%),
    linear-gradient(15deg, transparent 28%, rgba(55, 213, 255, 0.08), transparent 60%);
  filter: blur(48px);
  opacity: 0.82;
  animation: ambientDrift 18s ease-in-out infinite alternate;
}

body::after {
  background-image:
    linear-gradient(115deg, transparent 0%, transparent 46%, rgba(55, 213, 255, 0.12) 47%, transparent 48%, transparent 100%),
    linear-gradient(90deg, rgba(255, 255, 255, 0.035) 1px, transparent 1px);
  background-size: 420px 420px, 72px 72px;
  opacity: 0.36;
  animation: lineDrift 24s linear infinite;
}

body.nav-open {
  overflow: hidden;
}

body.preloading {
  overflow: hidden;
}

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

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

.preloader {
  position: fixed;
  inset: 0;
  z-index: 100;
  display: grid;
  place-items: center;
  padding: 24px;
  background:
    radial-gradient(circle at 28% 38%, rgba(55, 213, 255, 0.2), transparent 34%),
    radial-gradient(circle at 72% 42%, rgba(139, 92, 246, 0.22), transparent 36%),
    #05060a;
  opacity: 1;
  visibility: visible;
  transition: opacity 540ms ease, visibility 540ms ease;
}

.preloader::before,
.preloader::after {
  position: absolute;
  inset: 0;
  content: "";
  pointer-events: none;
}

.preloader::before {
  background-image:
    linear-gradient(90deg, rgba(55, 213, 255, 0.08) 1px, transparent 1px),
    linear-gradient(180deg, rgba(255, 255, 255, 0.05) 1px, transparent 1px);
  background-size: 58px 58px;
  opacity: 0.34;
  animation: lineDrift 16s linear infinite;
}

.preloader::after {
  top: -40%;
  height: 42%;
  background: linear-gradient(180deg, transparent, rgba(55, 213, 255, 0.12), transparent);
  filter: blur(10px);
  animation: loaderScan 3.2s ease-in-out infinite;
}

.preloader.is-hidden {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}

.preloader-panel {
  position: relative;
  z-index: 1;
  display: grid;
  justify-items: center;
  width: min(100%, 430px);
  overflow: hidden;
  padding: 30px;
  border: 1px solid rgba(55, 213, 255, 0.24);
  border-radius: var(--radius);
  background:
    linear-gradient(135deg, rgba(55, 213, 255, 0.1), rgba(139, 92, 246, 0.1)),
    rgba(9, 11, 18, 0.88);
  box-shadow:
    0 0 44px rgba(55, 213, 255, 0.14),
    0 28px 100px rgba(0, 0, 0, 0.55);
  backdrop-filter: blur(18px);
}

.preloader-panel::before {
  position: absolute;
  inset: 0;
  border-radius: inherit;
  background: linear-gradient(120deg, transparent, rgba(255, 255, 255, 0.08), transparent);
  transform: translateX(-120%);
  animation: loaderShine 3s ease-in-out infinite;
  content: "";
  pointer-events: none;
}

.preloader-logo-wrap {
  display: grid;
  place-items: center;
  width: 118px;
  height: 118px;
  margin: 0 auto 24px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: var(--radius);
  background: rgba(5, 6, 10, 0.48);
  box-shadow:
    0 0 26px rgba(55, 213, 255, 0.22),
    inset 0 0 18px rgba(139, 92, 246, 0.14);
}

.preloader-logo-wrap img {
  width: 98px;
  height: 98px;
  object-fit: contain;
  animation: loaderPulse 2.1s ease-in-out infinite;
}

.preloader-kicker {
  margin: 0 0 8px;
  color: var(--code-green);
  font-size: 0.78rem;
  font-weight: 900;
  text-align: center;
  text-transform: uppercase;
}

.preloader-title {
  display: block;
  width: 100%;
  background: linear-gradient(110deg, #ffffff, var(--blue-2), var(--purple), var(--code-green));
  background-size: 220% 100%;
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  font-size: 2.15rem;
  font-weight: 900;
  line-height: 1;
  text-align: center;
  animation: gradientText 4.8s ease-in-out infinite;
}

.preloader-code {
  width: 100%;
  display: grid;
  gap: 8px;
  margin-top: 24px;
  padding: 16px;
  border: 1px solid rgba(55, 213, 255, 0.14);
  border-radius: var(--radius);
  background: rgba(5, 6, 10, 0.64);
}

.preloader-code p {
  display: grid;
  grid-template-columns: 32px minmax(0, 1fr);
  gap: 10px;
  margin: 0;
  color: var(--text-soft);
  font-family: ui-monospace, SFMono-Regular, Consolas, "Liberation Mono", monospace;
  font-size: 0.88rem;
}

.preloader-code span {
  color: var(--blue-2);
  font-weight: 900;
}

.preloader-progress {
  position: relative;
  width: 100%;
  height: 4px;
  margin-top: 22px;
  overflow: hidden;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.1);
}

.preloader-progress::before {
  position: absolute;
  inset: 0;
  border-radius: inherit;
  background: linear-gradient(90deg, var(--blue), var(--purple), var(--code-green));
  transform: translateX(-100%);
  animation: loaderProgress 2.15s ease-in-out infinite;
  content: "";
}

.preloader-status {
  margin: 12px 0 0;
  color: var(--muted);
  font-size: 0.84rem;
  font-weight: 800;
  text-align: center;
}

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

.site-header {
  position: fixed;
  top: 16px;
  left: 50%;
  z-index: 30;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: min(calc(100% - 32px), var(--max-width));
  min-height: 72px;
  padding: 12px 16px 12px 18px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: rgba(9, 11, 18, 0.72);
  box-shadow: 0 22px 70px rgba(0, 0, 0, 0.34);
  backdrop-filter: blur(18px);
  transform: translateX(-50%);
  transition: border-color 180ms ease, background 180ms ease, box-shadow 180ms ease;
}

.site-header.is-scrolled {
  border-color: var(--line-strong);
  background: rgba(9, 11, 18, 0.9);
  box-shadow: 0 18px 58px rgba(0, 0, 0, 0.42);
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  min-width: 0;
  color: var(--text);
  font-weight: 850;
  line-height: 1;
}

.brand-logo {
  width: 46px;
  height: 46px;
  flex: 0 0 auto;
  object-fit: contain;
  object-position: center;
  filter: drop-shadow(0 0 16px rgba(255, 42, 138, 0.24));
}

.brand-text {
  position: relative;
  color: var(--text);
  font-size: 1.02rem;
  font-weight: 900;
  line-height: 1;
}

.brand-text::after {
  position: absolute;
  left: 0;
  right: 0;
  bottom: -9px;
  height: 1px;
  background: linear-gradient(90deg, var(--orange), var(--pink), transparent);
  opacity: 0.72;
  content: "";
}

.site-nav {
  display: flex;
  align-items: center;
  gap: 4px;
}

.site-nav a {
  position: relative;
  display: inline-flex;
  align-items: center;
  min-height: 42px;
  padding: 10px 14px;
  border-radius: var(--radius);
  color: var(--muted);
  font-size: 0.94rem;
  font-weight: 800;
  transition: background 160ms ease, color 160ms ease;
}

.site-nav a::after {
  position: absolute;
  left: 14px;
  right: 14px;
  bottom: 8px;
  height: 2px;
  border-radius: 999px;
  background: var(--gradient);
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 180ms ease;
  content: "";
}

.site-nav a:hover,
.site-nav a:focus-visible {
  background: rgba(255, 255, 255, 0.08);
  color: var(--text);
  outline: none;
}

.site-nav a:hover::after,
.site-nav a:focus-visible::after {
  transform: scaleX(1);
}

.nav-toggle {
  display: none;
  width: 42px;
  height: 42px;
  padding: 0;
  border: 0;
  border-radius: var(--radius);
  background: rgba(255, 255, 255, 0.08);
  cursor: pointer;
}

.nav-toggle span {
  display: block;
  width: 18px;
  height: 2px;
  margin: 4px auto;
  border-radius: 999px;
  background: var(--text);
  transition: transform 180ms ease;
}

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

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

.hero {
  position: relative;
  min-height: 92vh;
  overflow: hidden;
  display: grid;
  grid-template-columns: minmax(0, 0.92fr) minmax(420px, 0.78fr);
  gap: 38px;
  align-items: center;
  padding: 150px max(24px, calc((100% - var(--max-width)) / 2)) 92px;
  background:
    linear-gradient(110deg, rgba(5, 6, 10, 0.98) 0%, rgba(5, 6, 10, 0.88) 44%, rgba(5, 6, 10, 0.52) 100%),
    #05060a;
  isolation: isolate;
}

.hero-grid {
  position: absolute;
  inset: 0;
  z-index: -4;
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.055) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.055) 1px, transparent 1px);
  background-size: 64px 64px;
  mask-image: linear-gradient(90deg, #000 0%, rgba(0, 0, 0, 0.64) 76%, transparent 100%);
}

.hero-noise {
  position: absolute;
  inset: 0;
  z-index: -3;
  background:
    linear-gradient(120deg, rgba(21, 139, 255, 0) 0%, rgba(21, 139, 255, 0.18) 54%, rgba(21, 139, 255, 0) 75%),
    linear-gradient(42deg, rgba(139, 92, 246, 0.18) 0%, rgba(139, 92, 246, 0) 42%),
    linear-gradient(160deg, rgba(55, 213, 255, 0) 0%, rgba(55, 213, 255, 0.08) 76%, rgba(55, 213, 255, 0) 100%);
}

.hero-particles {
  position: absolute;
  inset: 0;
  z-index: -2;
  overflow: hidden;
  pointer-events: none;
}

.hero-particles span {
  position: absolute;
  width: 160px;
  height: 1px;
  border-radius: 999px;
  background: linear-gradient(90deg, transparent, rgba(55, 213, 255, 0.54), transparent);
  opacity: 0.3;
  transform: rotate(-18deg);
  animation: particleLine 9s linear infinite;
}

.hero-particles span:nth-child(1) {
  top: 22%;
  left: 8%;
}

.hero-particles span:nth-child(2) {
  top: 34%;
  left: 68%;
  width: 220px;
  animation-delay: -2s;
}

.hero-particles span:nth-child(3) {
  top: 66%;
  left: 48%;
  width: 120px;
  animation-delay: -4s;
}

.hero-particles span:nth-child(4) {
  top: 78%;
  left: 16%;
  animation-delay: -6s;
}

.hero-particles span:nth-child(5) {
  top: 14%;
  left: 42%;
  width: 100px;
  animation-delay: -8s;
}

.hero-particles span:nth-child(6) {
  top: 54%;
  left: 84%;
  width: 140px;
  animation-delay: -3s;
}

.hero-stage {
  position: relative;
  inset: auto;
  z-index: 1;
  width: 100%;
  min-height: 560px;
  pointer-events: none;
  justify-self: end;
}

.stage-window {
  position: absolute;
  border: 1px solid var(--line-strong);
  border-radius: var(--radius);
  background: rgba(13, 16, 24, 0.78);
  box-shadow: var(--shadow);
  backdrop-filter: blur(18px);
  animation: floatWindow 8s ease-in-out infinite alternate;
}

.hero-stage::before,
.hero-stage::after {
  position: absolute;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: rgba(255, 255, 255, 0.04);
  box-shadow: 0 0 34px rgba(21, 139, 255, 0.12);
  content: "";
}

.hero-stage::before {
  top: 16px;
  left: 18px;
  width: 150px;
  height: 84px;
  background:
    linear-gradient(90deg, rgba(55, 213, 255, 0.22) 0 32%, transparent 32% 100%),
    rgba(255, 255, 255, 0.04);
}

.hero-stage::after {
  right: 42px;
  top: 0;
  width: 96px;
  height: 96px;
  background:
    linear-gradient(135deg, rgba(139, 92, 246, 0.2), rgba(21, 139, 255, 0.1)),
    rgba(255, 255, 255, 0.04);
}

.window-main {
  top: 74px;
  right: 0;
  width: min(620px, 100%);
  min-height: 430px;
  overflow: hidden;
}

.window-code {
  right: 24px;
  bottom: 12px;
  width: 330px;
  overflow: hidden;
  background: rgba(5, 6, 10, 0.92);
  color: var(--text-soft);
  animation-delay: -2s;
}

.window-palette {
  top: 22px;
  right: 320px;
  display: grid;
  grid-template-columns: repeat(4, 42px);
  gap: 8px;
  padding: 10px;
  transform: rotate(-2deg);
  animation-delay: -4s;
}

.window-bar {
  display: flex;
  align-items: center;
  gap: 7px;
  min-height: 38px;
  padding: 0 14px;
  border-bottom: 1px solid var(--line);
}

.window-bar span {
  width: 9px;
  height: 9px;
  border-radius: 999px;
  background: var(--amber);
}

.window-bar span:nth-child(2) {
  background: var(--blue-2);
}

.window-bar span:nth-child(3) {
  background: var(--purple);
}

.window-bar strong {
  margin-left: 7px;
  color: var(--muted);
  font-size: 0.78rem;
}

.wireframe {
  padding: 24px;
}

.wire-nav,
.wire-hero,
.wire-columns span,
.prototype-lines span {
  border-radius: var(--radius);
  background: rgba(255, 255, 255, 0.08);
}

.wire-nav {
  height: 44px;
  margin-bottom: 24px;
}

.wire-hero {
  display: grid;
  gap: 12px;
  min-height: 190px;
  padding: 26px;
  background:
    linear-gradient(135deg, rgba(21, 139, 255, 0.28), rgba(139, 92, 246, 0.24)),
    rgba(255, 255, 255, 0.04);
}

.wire-hero span {
  display: block;
  height: 22px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.72);
}

.wire-hero span:first-child {
  width: 72%;
  height: 46px;
}

.wire-hero span:nth-child(2) {
  width: 52%;
}

.wire-hero span:nth-child(3) {
  width: 30%;
  background: #ffffff;
}

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

.wire-columns span {
  min-height: 96px;
}

.code-showcase {
  display: grid;
  gap: 18px;
  padding: 22px;
}

.editor-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  min-height: 40px;
  padding: 0 12px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: rgba(5, 6, 10, 0.64);
}

.editor-head span {
  color: var(--blue-2);
  font-size: 0.82rem;
  font-weight: 900;
}

.editor-head em {
  color: var(--code-green);
  font-size: 0.76rem;
  font-style: normal;
  font-weight: 900;
  text-transform: uppercase;
}

.code-showcase pre {
  margin: 0;
  min-height: 210px;
  padding: 24px;
  border: 1px solid rgba(55, 213, 255, 0.16);
  border-radius: var(--radius);
  background:
    radial-gradient(circle at 0 0, rgba(55, 213, 255, 0.18), transparent 34%),
    rgba(5, 6, 10, 0.86);
  color: var(--text-soft);
  font-size: 0.98rem;
  line-height: 1.75;
  white-space: pre-wrap;
  box-shadow: inset 0 0 34px rgba(21, 139, 255, 0.08);
}

.code-muted {
  color: var(--purple);
}

.code-string {
  color: var(--code-green);
}

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

.deploy-log p {
  display: flex;
  align-items: center;
  gap: 8px;
  min-height: 44px;
  margin: 0;
  padding: 10px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  color: var(--text-soft);
  font-size: 0.78rem;
  font-weight: 900;
  background: rgba(255, 255, 255, 0.04);
}

.deploy-log span {
  width: 8px;
  height: 8px;
  border-radius: 999px;
  background: var(--code-green);
  box-shadow: 0 0 14px rgba(124, 255, 196, 0.52);
}

.window-code pre {
  margin: 0;
  padding: 22px;
  color: rgba(247, 249, 255, 0.9);
  font-size: 0.92rem;
  line-height: 1.6;
  white-space: pre-wrap;
}

.swatch {
  width: 42px;
  height: 42px;
  border-radius: var(--radius);
}

.swatch.blue {
  background: var(--blue);
}

.swatch.pink {
  background: var(--purple);
}

.swatch.green {
  background: var(--blue-2);
}

.swatch.amber {
  background: #ffffff;
}

.stage-logo {
  position: absolute;
  top: 282px;
  right: 206px;
  display: grid;
  align-content: center;
  gap: 9px;
  width: 330px;
  height: 150px;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: var(--radius);
  padding: 20px;
  background:
    linear-gradient(135deg, rgba(55, 213, 255, 0.16), rgba(139, 92, 246, 0.14)),
    rgba(5, 6, 10, 0.78);
  box-shadow:
    inset 0 0 0 1px rgba(255, 255, 255, 0.04),
    0 0 34px rgba(55, 213, 255, 0.14);
  opacity: 0.92;
}

.stage-logo::before {
  position: absolute;
  top: 14px;
  right: 16px;
  color: rgba(55, 213, 255, 0.56);
  font-size: 1.1rem;
  font-weight: 900;
  content: "</>";
}

.stage-logo::after {
  position: absolute;
  left: 20px;
  right: 20px;
  bottom: 18px;
  height: 1px;
  background: linear-gradient(90deg, var(--blue-2), transparent 45%, var(--pink));
  content: "";
}

.stage-logo span,
.stage-logo em {
  color: var(--muted);
  font-size: 0.78rem;
  font-weight: 900;
  letter-spacing: 0;
  text-transform: uppercase;
}

.stage-logo strong {
  width: max-content;
  max-width: 100%;
  background: linear-gradient(110deg, #ffffff, var(--blue-2), var(--purple), var(--code-green));
  background-size: 220% 100%;
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  font-size: 2.05rem;
  font-weight: 900;
  line-height: 1;
  animation: gradientText 7s ease-in-out infinite;
}

.stage-logo em {
  color: var(--text-soft);
  font-style: normal;
}

.hero-content {
  position: relative;
  z-index: 2;
  width: min(700px, 100%);
}

.hero-terminal {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  max-width: 100%;
  min-height: 42px;
  margin-bottom: 18px;
  padding: 9px 12px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  color: var(--muted);
  background: rgba(5, 6, 10, 0.6);
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.03);
  animation: fadeLift 900ms ease both;
}

.hero-terminal span {
  color: var(--purple);
  font-weight: 900;
}

.hero-terminal strong {
  color: var(--blue-2);
}

.hero-terminal em {
  color: var(--text-soft);
  font-style: normal;
}

.eyebrow {
  margin: 0 0 14px;
  color: var(--blue-2);
  font-size: 0.82rem;
  font-weight: 900;
  letter-spacing: 0;
  text-transform: uppercase;
}

h1,
h2,
h3,
p {
  overflow-wrap: anywhere;
}

.hero h1,
.section h2,
.process-section h2,
.contact-section h2 {
  margin: 0;
  color: var(--text);
  line-height: 0.98;
  letter-spacing: 0;
}

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

.hero-domain {
  position: relative;
  display: block;
  width: max-content;
  max-width: 100%;
  margin: 0 0 20px;
  color: var(--text);
  font-size: clamp(2.45rem, 4.6vw, 4rem);
  font-weight: 900;
  line-height: 0.95;
  letter-spacing: 0;
  overflow-wrap: normal;
  white-space: nowrap;
  animation: fadeLift 900ms ease 80ms both;
}

.hero-domain::before {
  color: var(--blue-2);
  content: "<";
}

.hero-domain::after {
  color: var(--purple);
  content: "/>";
}

.hero-slogan {
  max-width: 620px;
  margin: 0;
  background: linear-gradient(110deg, #ffffff, var(--blue-2), var(--purple), #ffffff);
  background-size: 220% 100%;
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  font-size: 3.25rem;
  font-weight: 900;
  line-height: 1.04;
  animation: fadeLift 900ms ease 160ms both, gradientText 7s ease-in-out infinite;
}

.hero-lead {
  max-width: 590px;
  margin: 18px 0 0;
  color: var(--text-soft);
  font-size: 1.14rem;
  line-height: 1.55;
  animation: fadeLift 900ms ease 260ms both;
}

.hero-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 24px;
  animation: fadeLift 900ms ease 320ms both;
}

.hero-meta span {
  display: inline-flex;
  align-items: center;
  min-height: 34px;
  padding: 7px 11px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  color: var(--text-soft);
  font-size: 0.86rem;
  font-weight: 900;
  background: rgba(255, 255, 255, 0.045);
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 34px;
  animation: fadeLift 900ms ease 400ms both;
}

.hero .eyebrow {
  animation: fadeLift 900ms ease 80ms both;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 50px;
  padding: 14px 18px;
  border: 1px solid transparent;
  border-radius: var(--radius);
  font-weight: 900;
  line-height: 1;
  cursor: pointer;
  transition: transform 160ms ease, box-shadow 160ms ease, background 160ms ease, border-color 160ms ease;
}

.button:hover,
.button:focus-visible {
  transform: translateY(-1px);
  outline: none;
}

.button-primary {
  color: #ffffff;
  background: var(--gradient);
  background-size: 180% 180%;
  box-shadow: 0 18px 42px rgba(21, 139, 255, 0.24);
}

.button-primary:hover,
.button-primary:focus-visible {
  background-position: 100% 50%;
  box-shadow:
    0 0 0 1px rgba(55, 213, 255, 0.34),
    0 0 34px rgba(21, 139, 255, 0.38),
    0 22px 52px rgba(139, 92, 246, 0.3);
}

.button-primary.is-loading {
  pointer-events: none;
  color: rgba(255, 255, 255, 0.64);
}

.button-primary.is-loading::before {
  width: 16px;
  height: 16px;
  margin-right: 10px;
  border: 2px solid rgba(255, 255, 255, 0.32);
  border-top-color: #ffffff;
  border-radius: 999px;
  animation: spin 700ms linear infinite;
  content: "";
}

.button-secondary {
  color: var(--text);
  background: rgba(255, 255, 255, 0.05);
  border-color: var(--line-strong);
}

.button-secondary:hover,
.button-secondary:focus-visible {
  background: rgba(255, 255, 255, 0.09);
}

.proof-strip {
  position: relative;
  z-index: 4;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1px;
  width: min(calc(100% - 48px), var(--max-width));
  margin: -38px auto 0;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--line);
  box-shadow: var(--shadow);
}

.proof-strip div {
  min-height: 154px;
  padding: 26px;
  background: rgba(13, 16, 24, 0.94);
}

.proof-strip span {
  display: inline-flex;
  margin-bottom: 18px;
  color: var(--blue-2);
  font-size: 0.78rem;
  font-weight: 900;
}

.proof-strip strong {
  display: block;
  color: var(--text);
  font-size: 1.1rem;
  line-height: 1.2;
}

.proof-strip p {
  margin: 10px 0 0;
  color: var(--muted);
}

.stats-strip {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 14px;
  width: min(calc(100% - 48px), var(--max-width));
  margin: 24px auto 0;
}

.stats-strip div {
  min-height: 132px;
  padding: 24px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: rgba(13, 16, 24, 0.72);
  box-shadow: 0 18px 48px rgba(0, 0, 0, 0.24);
}

.stats-strip strong {
  display: block;
  background: linear-gradient(120deg, var(--blue-2), var(--purple));
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  font-size: 3.1rem;
  font-weight: 900;
  line-height: 1;
}

.stats-strip span {
  display: block;
  margin-top: 12px;
  color: var(--muted);
  font-weight: 800;
}

.section,
.process-inner,
.contact-section,
.site-footer {
  width: min(100%, var(--max-width));
  margin: 0 auto;
}

.section {
  padding: 112px 24px;
}

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

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

.section-kicker,
.split-heading {
  display: grid;
  grid-template-columns: 1fr;
  justify-items: center;
  gap: 14px;
  max-width: 940px;
  margin: 0 auto;
  text-align: center;
}

.section h2,
.process-section h2,
.contact-section h2 {
  max-width: 940px;
  font-size: clamp(2.35rem, 4vw, 3.35rem);
  font-weight: 900;
  line-height: 1.06;
  text-align: center;
}

.work-section .section-kicker {
  grid-template-columns: 1fr;
  gap: 14px;
}

.work-section .section-kicker h2 {
  max-width: 940px;
  font-size: clamp(2.35rem, 4vw, 3.35rem);
  line-height: 1.06;
}

.workbench {
  display: grid;
  grid-template-columns: minmax(280px, 0.72fr) minmax(430px, 1fr);
  gap: 32px;
  align-items: start;
  margin-top: 52px;
}

.bench-copy {
  display: grid;
  align-content: start;
  gap: 20px;
  min-height: 0;
  padding: 26px 0 0;
  border-top: 2px solid var(--blue);
}

.bench-copy p {
  max-width: 430px;
  margin: 0;
  color: var(--muted);
  font-size: 1.08rem;
}

.tech-audit,
.prototype-switcher,
.contact-form {
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: rgba(13, 16, 24, 0.88);
  box-shadow: var(--shadow);
}

.tech-audit {
  position: relative;
  overflow: hidden;
  display: grid;
  gap: 18px;
  padding: 24px;
  background:
    radial-gradient(circle at 16% 12%, rgba(55, 213, 255, 0.18), transparent 32%),
    radial-gradient(circle at 92% 8%, rgba(139, 92, 246, 0.16), transparent 34%),
    rgba(9, 11, 18, 0.94);
}

.tech-audit::before {
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(90deg, rgba(55, 213, 255, 0.05) 1px, transparent 1px),
    linear-gradient(180deg, rgba(255, 255, 255, 0.04) 1px, transparent 1px);
  background-size: 42px 42px;
  opacity: 0.42;
  content: "";
  pointer-events: none;
}

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

.tech-audit-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  min-height: 48px;
  padding-bottom: 16px;
  border-bottom: 1px solid var(--line);
}

.tech-audit-top span {
  color: var(--code-green);
  font-size: 0.78rem;
  font-weight: 900;
  text-transform: uppercase;
}

.tech-audit-top strong {
  color: var(--text-soft);
  font-size: 0.9rem;
  text-align: right;
}

.tech-audit-code {
  display: grid;
  gap: 8px;
  padding: 16px;
  border: 1px solid rgba(55, 213, 255, 0.14);
  border-radius: var(--radius);
  background: rgba(5, 6, 10, 0.72);
  box-shadow: inset 0 0 34px rgba(21, 139, 255, 0.08);
}

.code-line {
  display: grid;
  grid-template-columns: 34px minmax(0, 1fr);
  gap: 12px;
  align-items: center;
  min-height: 42px;
  color: var(--text-soft);
}

.code-line span {
  color: var(--blue-2);
  font-size: 0.78rem;
  font-weight: 900;
}

.code-line code {
  overflow-wrap: anywhere;
}

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

.tech-audit-grid article {
  display: grid;
  gap: 18px;
  min-height: 116px;
  padding: 16px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: rgba(255, 255, 255, 0.045);
}

.tech-audit-grid span {
  color: var(--purple);
  font-size: 0.78rem;
  font-weight: 900;
}

.tech-audit-grid strong {
  color: var(--text);
  font-size: 1rem;
  line-height: 1.15;
}

.tech-audit-result {
  display: grid;
  grid-template-columns: 88px minmax(0, 1fr);
  gap: 14px;
  align-items: center;
  padding: 16px;
  border: 1px solid rgba(124, 255, 196, 0.2);
  border-radius: var(--radius);
  background: rgba(124, 255, 196, 0.06);
}

.tech-audit-result span {
  color: var(--code-green);
  font-size: 0.78rem;
  font-weight: 900;
  text-transform: uppercase;
}

.tech-audit-result p {
  margin: 0;
  color: var(--text-soft);
  font-weight: 800;
}

.services-section {
  padding-top: 40px;
}

.service-board {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
  align-items: stretch;
  margin-top: 52px;
}

.service-item,
.deliverable,
.prototype-browser,
.prototype-notes {
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: rgba(13, 16, 24, 0.9);
}

.service-item {
  position: relative;
  overflow: hidden;
  min-height: 292px;
  padding: 0;
  transition: transform 220ms ease, border-color 220ms ease, box-shadow 220ms ease, background 220ms ease;
}

.service-item::before {
  position: absolute;
  inset: 0;
  border: 1px solid transparent;
  border-radius: inherit;
  background: linear-gradient(135deg, rgba(55, 213, 255, 0.7), rgba(139, 92, 246, 0.72)) border-box;
  -webkit-mask: linear-gradient(#000 0 0) padding-box, linear-gradient(#000 0 0);
  -webkit-mask-composite: xor;
  mask: linear-gradient(#000 0 0) padding-box, linear-gradient(#000 0 0);
  mask-composite: exclude;
  opacity: 0;
  transition: opacity 220ms ease;
  content: "";
  pointer-events: none;
}

.service-item:hover,
.service-item:focus-within {
  transform: translateY(-8px);
  border-color: rgba(55, 213, 255, 0.24);
  box-shadow:
    0 0 34px rgba(21, 139, 255, 0.16),
    0 24px 70px rgba(0, 0, 0, 0.42);
}

.service-item:hover::before,
.service-item:focus-within::before {
  opacity: 1;
}

.service-item summary {
  position: relative;
  display: grid;
  min-height: 292px;
  padding: 24px 24px 78px;
  cursor: pointer;
  list-style: none;
}

.service-item summary::-webkit-details-marker {
  display: none;
}

.service-item summary:focus-visible {
  outline: 0;
}

.service-item summary:focus-visible .service-indicator {
  border-color: rgba(55, 213, 255, 0.62);
  box-shadow: 0 0 0 4px rgba(21, 139, 255, 0.14);
}

.service-icon {
  display: inline-grid;
  place-items: center;
  width: 42px;
  height: 42px;
  margin: 0 0 34px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  color: #ffffff;
  font-size: 0.8rem;
  font-weight: 900;
  background: rgba(255, 255, 255, 0.06);
}

.service-name,
.prototype-notes span {
  display: inline-flex;
  margin-bottom: 42px;
  color: var(--blue-2);
  font-size: 0.82rem;
  font-weight: 900;
  text-transform: uppercase;
}

.service-item h3,
.deliverable h3,
.prototype-body h3 {
  margin: 0;
  color: var(--text);
  font-size: 1.27rem;
  line-height: 1.14;
}

.service-indicator {
  position: absolute;
  right: 22px;
  bottom: 22px;
  width: 38px;
  height: 38px;
  border: 1px solid var(--line-strong);
  border-radius: var(--radius);
  background: rgba(255, 255, 255, 0.05);
  transition: transform 220ms ease, border-color 220ms ease, background 220ms ease;
}

.service-indicator::before,
.service-indicator::after {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 14px;
  height: 2px;
  border-radius: 999px;
  background: var(--blue-2);
  transform: translate(-50%, -50%);
  content: "";
}

.service-indicator::after {
  transform: translate(-50%, -50%) rotate(90deg);
  transition: transform 180ms ease;
}

.service-item[open] .service-indicator {
  border-color: rgba(55, 213, 255, 0.36);
  background: rgba(55, 213, 255, 0.08);
  transform: rotate(180deg);
}

.service-item[open] .service-indicator::after {
  transform: translate(-50%, -50%) rotate(0deg);
}

.service-detail {
  display: grid;
  grid-template-rows: 0fr;
  border-top: 1px solid transparent;
  transition: grid-template-rows 260ms ease, border-color 260ms ease, background 260ms ease;
}

.service-detail p {
  overflow: hidden;
  margin: 0;
  padding: 0 24px;
  color: var(--muted);
  transition: padding 260ms ease;
}

.service-item[open] .service-detail {
  grid-template-rows: 1fr;
  border-color: var(--line);
  background: rgba(5, 6, 10, 0.28);
}

.service-item[open] .service-detail p {
  padding: 18px 24px 24px;
}

.service-item.reveal .service-icon,
.service-item.reveal .service-name,
.service-item.reveal h3 {
  opacity: 0;
  transform: translateY(14px);
  transition: opacity 520ms ease, transform 520ms ease;
}

.service-item.reveal.is-visible .service-icon,
.service-item.reveal.is-visible .service-name,
.service-item.reveal.is-visible h3 {
  opacity: 1;
  transform: translateY(0);
}

.service-item.reveal.is-visible .service-name {
  transition-delay: 80ms;
}

.service-item.reveal.is-visible h3 {
  transition-delay: 150ms;
}

.deliverable h3,
.prototype-body h3 {
  font-size: 1.45rem;
}

.deliverable h3,
.prototype-body h3 {
  margin: 0;
  color: var(--text);
  font-size: 1.45rem;
  line-height: 1.13;
}

.deliverable p,
.prototype-notes p {
  margin: 14px 0 0;
  color: var(--muted);
}

.terms-section {
  padding-top: 36px;
}

.terms-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
  margin-top: 52px;
}

.terms-grid article {
  position: relative;
  min-height: 240px;
  padding: 24px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background:
    linear-gradient(135deg, rgba(21, 139, 255, 0.07), rgba(255, 42, 138, 0.04)),
    rgba(13, 16, 24, 0.86);
  box-shadow: 0 18px 55px rgba(0, 0, 0, 0.22);
  transition: transform 220ms ease, border-color 220ms ease, box-shadow 220ms ease;
}

.terms-grid article:hover,
.terms-grid article:focus-within {
  transform: translateY(-6px);
  border-color: rgba(55, 213, 255, 0.28);
  box-shadow:
    0 0 28px rgba(21, 139, 255, 0.12),
    0 24px 70px rgba(0, 0, 0, 0.34);
}

.terms-grid span {
  display: inline-flex;
  align-items: center;
  min-height: 34px;
  margin-bottom: 46px;
  padding: 7px 11px;
  border: 1px solid rgba(55, 213, 255, 0.22);
  border-radius: var(--radius);
  color: var(--blue-2);
  font-size: 0.78rem;
  font-weight: 900;
  text-transform: uppercase;
  background: rgba(55, 213, 255, 0.07);
}

.terms-grid h3 {
  margin: 0;
  color: var(--text);
  font-size: 1.2rem;
  line-height: 1.16;
}

.terms-grid p {
  margin: 14px 0 0;
  color: var(--muted);
}

.packages-section {
  padding-top: 36px;
}

.package-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
  margin-top: 52px;
}

.package-card {
  position: relative;
  display: grid;
  min-height: 410px;
  padding: 26px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background:
    linear-gradient(135deg, rgba(255, 159, 28, 0.06), rgba(255, 42, 138, 0.04)),
    rgba(13, 16, 24, 0.9);
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.28);
  transition: transform 220ms ease, border-color 220ms ease, box-shadow 220ms ease;
}

.package-card:hover,
.package-card:focus-within {
  transform: translateY(-8px);
  border-color: rgba(255, 159, 28, 0.36);
  box-shadow:
    0 0 34px rgba(255, 42, 138, 0.13),
    0 28px 80px rgba(0, 0, 0, 0.45);
}

.package-card.is-featured {
  border-color: rgba(255, 42, 138, 0.34);
  background:
    linear-gradient(135deg, rgba(255, 159, 28, 0.18), rgba(255, 42, 138, 0.18)),
    rgba(13, 16, 24, 0.94);
}

.package-card p {
  margin: 0 0 70px;
  color: var(--orange);
  font-size: 0.82rem;
  font-weight: 900;
  text-transform: uppercase;
}

.package-card.is-featured p {
  color: #ffb4d3;
}

.package-card h3 {
  margin: 0;
  color: var(--text);
  font-size: 1.55rem;
  line-height: 1.13;
}

.package-card ul {
  display: grid;
  gap: 10px;
  margin: 22px 0 28px;
  padding: 0;
  color: var(--muted);
  list-style: none;
}

.package-card li {
  position: relative;
  padding-left: 20px;
}

.package-card li::before {
  position: absolute;
  left: 0;
  top: 0.66em;
  width: 7px;
  height: 7px;
  border-radius: 999px;
  background: var(--gradient);
  content: "";
}

.package-card a {
  align-self: end;
  display: inline-flex;
  justify-content: center;
  min-height: 46px;
  padding: 13px 15px;
  border: 1px solid var(--line-strong);
  border-radius: var(--radius);
  color: var(--text);
  font-weight: 900;
  transition: background 180ms ease, border-color 180ms ease, transform 180ms ease;
}

.package-card a:hover,
.package-card a:focus-visible {
  transform: translateY(-1px);
  border-color: rgba(255, 159, 28, 0.46);
  background: rgba(255, 255, 255, 0.08);
  outline: none;
}

.package-card.is-featured a {
  border-color: transparent;
  background: var(--gradient);
}

.conversion-section {
  width: min(calc(100% - 48px), var(--max-width));
  margin: 22px auto 0;
}

.conversion-inner {
  position: relative;
  overflow: hidden;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(320px, 0.55fr);
  gap: 42px;
  align-items: center;
  padding: 42px;
  border: 1px solid rgba(255, 159, 28, 0.22);
  border-radius: var(--radius);
  background:
    linear-gradient(135deg, rgba(255, 159, 28, 0.16), rgba(255, 42, 138, 0.13) 42%, rgba(21, 139, 255, 0.08)),
    rgba(13, 16, 24, 0.92);
  box-shadow:
    0 0 40px rgba(255, 42, 138, 0.12),
    var(--shadow);
}

.conversion-inner::before {
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(90deg, rgba(255, 255, 255, 0.05) 1px, transparent 1px),
    linear-gradient(180deg, rgba(255, 255, 255, 0.04) 1px, transparent 1px);
  background-size: 54px 54px;
  -webkit-mask-image: linear-gradient(90deg, transparent, #000 18%, #000 82%, transparent);
  mask-image: linear-gradient(90deg, transparent, #000 18%, #000 82%, transparent);
  opacity: 0.28;
  content: "";
  pointer-events: none;
}

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

.conversion-inner h2 {
  max-width: 710px;
  margin: 0;
  color: var(--text);
  font-size: 3rem;
  font-weight: 900;
  line-height: 1.02;
}

.conversion-copy {
  display: grid;
  gap: 22px;
  justify-items: start;
}

.conversion-copy p {
  margin: 0;
  color: var(--text-soft);
  font-size: 1.05rem;
}

.portfolio-section {
  padding-top: 36px;
}

.portfolio-heading {
  display: grid;
  justify-items: center;
  gap: 14px;
  max-width: 940px;
  margin: 0 auto;
  text-align: center;
}

.portfolio-heading .eyebrow {
  margin-bottom: 0;
}

.portfolio-heading h2 {
  max-width: 940px;
  margin: 0;
  color: var(--text);
  font-size: clamp(2.35rem, 4vw, 3.35rem);
  font-weight: 900;
  line-height: 1.06;
}

.portfolio-heading p:not(.eyebrow) {
  max-width: 780px;
  margin: 0;
  color: var(--text-soft);
  font-size: 1rem;
}

.portfolio-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
  margin-top: 52px;
}

.portfolio-card {
  position: relative;
  overflow: hidden;
  display: block;
  min-height: 430px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: rgba(13, 16, 24, 0.9);
  color: inherit;
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.28);
  cursor: pointer;
  transition: transform 220ms ease, border-color 220ms ease, box-shadow 220ms ease;
}

.portfolio-card:hover,
.portfolio-card:focus-within {
  transform: translateY(-8px);
  border-color: rgba(55, 213, 255, 0.28);
  box-shadow:
    0 0 34px rgba(139, 92, 246, 0.16),
    0 28px 80px rgba(0, 0, 0, 0.45);
}

.portfolio-card.is-live {
  border-color: rgba(56, 217, 155, 0.24);
}

.portfolio-card.is-live::before {
  position: absolute;
  inset: 0;
  border-radius: inherit;
  background: linear-gradient(135deg, rgba(56, 217, 155, 0.16), transparent 38%);
  content: "";
  pointer-events: none;
}

.portfolio-visual {
  overflow: hidden;
  min-height: 230px;
  padding: 18px;
  border-bottom: 1px solid var(--line);
  background:
    linear-gradient(135deg, rgba(21, 139, 255, 0.12), rgba(139, 92, 246, 0.09)),
    #080a10;
}

.portfolio-screen {
  min-height: 210px;
  padding: 22px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: var(--radius);
  background:
    linear-gradient(135deg, rgba(21, 139, 255, 0.18), rgba(139, 92, 246, 0.18)),
    #101421;
  transition: transform 420ms ease;
}

.portfolio-card:hover .portfolio-screen,
.portfolio-card:focus-within .portfolio-screen {
  transform: scale(1.045);
}

.portfolio-screen span,
.portfolio-screen strong,
.portfolio-screen em {
  display: block;
  border-radius: var(--radius);
  background: rgba(255, 255, 255, 0.72);
}

.portfolio-screen span {
  width: 44%;
  height: 18px;
  margin-bottom: 28px;
}

.portfolio-screen strong {
  width: 76%;
  height: 54px;
  margin-bottom: 18px;
}

.portfolio-screen em {
  width: 36%;
  height: 38px;
  background: var(--gradient);
}

.screen-purple {
  background:
    linear-gradient(135deg, rgba(139, 92, 246, 0.24), rgba(55, 213, 255, 0.1)),
    #101421;
}

.screen-cyan {
  background:
    linear-gradient(135deg, rgba(55, 213, 255, 0.2), rgba(21, 139, 255, 0.12)),
    #101421;
}

.screen-freshyard {
  display: grid;
  gap: 0;
  padding: 0;
  background:
    linear-gradient(135deg, rgba(56, 217, 155, 0.22), rgba(21, 139, 255, 0.1)),
    #0b1511;
}

.project-browser-bar {
  display: flex;
  align-items: center;
  gap: 8px;
  min-height: 42px;
  padding: 0 14px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.12);
  background: rgba(3, 8, 7, 0.48);
}

.project-browser-bar span {
  display: block;
  width: 9px;
  height: 9px;
  margin: 0;
  border-radius: 999px;
  background: var(--green);
}

.project-browser-bar span:nth-child(2) {
  background: var(--blue-2);
}

.project-browser-bar span:nth-child(3) {
  background: var(--purple);
}

.project-browser-bar strong {
  display: block;
  width: auto;
  height: auto;
  margin: 0 0 0 8px;
  color: rgba(247, 249, 255, 0.72);
  font-size: 0.78rem;
  background: transparent;
}

.project-preview-content {
  display: grid;
  align-content: end;
  min-height: 168px;
  padding: 22px;
}

.freshyard-brandline {
  display: flex;
  align-items: center;
  gap: 14px;
  margin-bottom: 18px;
}

.freshyard-logo {
  width: 58px;
  height: 58px;
  border-radius: var(--radius);
  object-fit: contain;
  filter: drop-shadow(0 0 18px rgba(56, 217, 155, 0.22));
}

.project-preview-content p {
  width: auto;
  height: auto;
  margin: 0;
  color: var(--green);
  font-size: 0.82rem;
  font-weight: 900;
  text-transform: uppercase;
  background: transparent;
}

.project-preview-content strong {
  width: auto;
  height: auto;
  margin: 0;
  color: var(--text);
  font-size: 1.55rem;
  line-height: 1.08;
  background: transparent;
}

.project-preview-content em {
  width: auto;
  height: auto;
  margin-top: 14px;
  color: rgba(247, 249, 255, 0.68);
  font-size: 0.94rem;
  font-style: normal;
  background: transparent;
}

.portfolio-copy {
  position: relative;
  min-height: 284px;
  padding: 24px;
}

.portfolio-copy p {
  margin: 0 0 30px;
  color: var(--blue-2);
  font-size: 0.82rem;
  font-weight: 900;
  text-transform: uppercase;
}

.project-status {
  display: inline-flex;
  align-items: center;
  min-height: 24px;
  margin-right: 8px;
  padding: 3px 8px;
  border: 1px solid rgba(56, 217, 155, 0.34);
  border-radius: var(--radius);
  color: #07120e;
  background: var(--green);
}

.portfolio-copy h3 {
  margin: 0;
  color: var(--text);
  font-size: 1.35rem;
  line-height: 1.15;
}

.case-meta {
  display: grid;
  gap: 10px;
  margin: 18px 0 58px;
}

.case-meta div {
  display: grid;
  gap: 4px;
  padding: 11px 12px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: rgba(255, 255, 255, 0.035);
}

.case-meta dt {
  color: var(--blue-2);
  font-size: 0.72rem;
  font-weight: 900;
  text-transform: uppercase;
}

.case-meta dd {
  margin: 0;
  color: var(--text-soft);
  font-size: 0.92rem;
}

.portfolio-copy a,
.portfolio-copy .project-cta {
  position: absolute;
  left: 24px;
  bottom: 24px;
  display: inline-flex;
  align-items: center;
  min-height: 40px;
  padding: 10px 13px;
  border: 1px solid var(--line-strong);
  border-radius: var(--radius);
  color: var(--text);
  font-weight: 900;
  opacity: 0;
  transform: translateY(14px);
  transition: opacity 220ms ease, transform 220ms ease, border-color 220ms ease;
}

.portfolio-card:hover .portfolio-copy a,
.portfolio-card:focus-within .portfolio-copy a,
.portfolio-card:hover .portfolio-copy .project-cta,
.portfolio-card:focus-within .portfolio-copy .project-cta {
  opacity: 1;
  transform: translateY(0);
  border-color: rgba(55, 213, 255, 0.44);
}

.portfolio-card.reveal {
  transform: translateY(30px);
}

.portfolio-card.reveal.is-visible {
  transform: translateY(0);
}

.portfolio-card.reveal.is-visible:hover,
.portfolio-card.reveal.is-visible:focus-within {
  transform: translateY(-8px);
}

.faq-section {
  padding-top: 36px;
}

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

.faq-grid article {
  min-height: 190px;
  padding: 24px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: rgba(13, 16, 24, 0.82);
}

.faq-grid h3 {
  margin: 0;
  color: var(--text);
  font-size: 1.2rem;
  line-height: 1.18;
}

.faq-grid p {
  margin: 16px 0 0;
  color: var(--muted);
}

.deliverables-section {
  padding-top: 36px;
}

.deliverables-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
  margin-top: 52px;
}

.deliverable {
  min-height: 248px;
  padding: 26px;
}

.icon-box {
  display: inline-grid;
  place-items: center;
  width: 46px;
  height: 46px;
  margin-bottom: 54px;
  border-radius: var(--radius);
  color: #ffffff;
  font-size: 0.86rem;
  font-weight: 900;
  background: var(--gradient);
}

.deliverable:nth-child(2) .icon-box {
  background: var(--blue);
}

.deliverable:nth-child(3) .icon-box {
  background: var(--purple);
}

.deliverable:nth-child(4) .icon-box {
  color: #061017;
  background: var(--blue-2);
}

.process-section {
  padding: 34px 24px 110px;
}

.process-inner {
  display: grid;
  grid-template-columns: minmax(280px, 0.78fr) minmax(420px, 1fr);
  gap: 58px;
  padding: 72px 54px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background:
    linear-gradient(135deg, rgba(21, 139, 255, 0.16), transparent 34%),
    linear-gradient(315deg, rgba(139, 92, 246, 0.18), transparent 30%),
    #080a10;
  color: var(--text);
}

.process-copy {
  position: sticky;
  top: 120px;
  align-self: start;
}

.process-copy h2 {
  color: var(--text);
  font-size: 3.85rem;
}

.process-copy p:not(.eyebrow) {
  max-width: 420px;
  margin: 22px 0 0;
  color: var(--muted);
  font-size: 1.06rem;
}

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

.process-rail li {
  display: grid;
  grid-template-columns: 72px minmax(0, 1fr);
  gap: 22px;
  min-height: 142px;
  padding: 24px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: rgba(255, 255, 255, 0.045);
}

.process-rail span {
  color: var(--blue-2);
  font-weight: 900;
}

.process-rail strong {
  display: block;
  color: var(--text);
  font-size: 1.25rem;
  line-height: 1.2;
}

.process-rail p {
  margin: 9px 0 0;
  color: var(--muted);
}

.prototype-section {
  padding-top: 28px;
}

.prototype-switcher {
  margin-top: 52px;
  overflow: hidden;
}

.prototype-tabs {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  border-bottom: 1px solid var(--line);
}

.prototype-tabs button {
  min-height: 58px;
  border: 0;
  border-right: 1px solid var(--line);
  color: var(--muted);
  font-weight: 900;
  background: transparent;
  cursor: pointer;
  transition: background 160ms ease, color 160ms ease;
}

.prototype-tabs button:last-child {
  border-right: 0;
}

.prototype-tabs button.is-active,
.prototype-tabs button:hover,
.prototype-tabs button:focus-visible {
  color: #ffffff;
  background: var(--gradient);
  outline: none;
}

.prototype-preview {
  display: grid;
  grid-template-columns: minmax(320px, 1fr) minmax(260px, 0.48fr);
  gap: 14px;
  padding: 14px;
}

.prototype-browser,
.prototype-notes {
  min-height: 360px;
}

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

.browser-top span {
  width: 10px;
  height: 10px;
  border-radius: 999px;
  background: var(--purple);
}

.browser-top span:nth-child(2) {
  background: var(--blue);
}

.browser-top span:nth-child(3) {
  background: var(--blue-2);
}

.browser-top strong {
  margin-left: 10px;
  color: var(--muted);
  font-size: 0.84rem;
}

.prototype-body {
  padding: 34px;
}

.prototype-body p {
  margin: 0 0 22px;
  color: var(--blue-2);
  font-size: 0.84rem;
  font-weight: 900;
  text-transform: uppercase;
}

.prototype-body h3 {
  max-width: 560px;
  font-size: 3rem;
}

.prototype-lines {
  display: grid;
  gap: 12px;
  margin-top: 38px;
  max-width: 520px;
}

.prototype-lines span {
  height: 18px;
}

.prototype-lines span:first-child {
  width: 88%;
}

.prototype-lines span:nth-child(2) {
  width: 64%;
}

.prototype-lines span:nth-child(3) {
  width: 42%;
  height: 42px;
  background: var(--gradient);
}

.prototype-notes {
  padding: 30px;
}

.prototype-notes span {
  margin-bottom: 132px;
  color: #c9b8ff;
}

.prototype-notes p {
  font-size: 1.05rem;
}

.testimonial-section {
  padding-top: 28px;
}

.testimonial-slider {
  position: relative;
  margin-top: 52px;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background:
    linear-gradient(135deg, rgba(21, 139, 255, 0.1), rgba(139, 92, 246, 0.1)),
    rgba(13, 16, 24, 0.9);
  box-shadow: var(--shadow);
}

.testimonial-track {
  display: flex;
  transition: transform 520ms ease;
}

.testimonial-card {
  min-width: 100%;
  padding: 42px;
  opacity: 0.46;
  transform: scale(0.98);
  transition: opacity 420ms ease, transform 420ms ease;
}

.testimonial-card.is-active {
  opacity: 1;
  transform: scale(1);
}

.testimonial-card p {
  max-width: 820px;
  margin: 0;
  color: var(--text);
  font-size: 2rem;
  font-weight: 850;
  line-height: 1.18;
}

.testimonial-card strong {
  display: block;
  margin-top: 28px;
  color: var(--blue-2);
  font-size: 0.86rem;
  text-transform: uppercase;
}

.slider-controls {
  position: absolute;
  right: 20px;
  bottom: 20px;
  display: flex;
  gap: 10px;
}

.slider-controls button {
  display: grid;
  place-items: center;
  width: 42px;
  height: 42px;
  border: 1px solid var(--line-strong);
  border-radius: var(--radius);
  color: var(--text);
  background: rgba(255, 255, 255, 0.06);
  cursor: pointer;
  transition: transform 160ms ease, border-color 160ms ease, background 160ms ease;
}

.slider-controls button:hover,
.slider-controls button:focus-visible {
  transform: translateY(-1px);
  border-color: rgba(55, 213, 255, 0.46);
  background: rgba(255, 255, 255, 0.1);
  outline: none;
}

.contact-section {
  display: grid;
  grid-template-columns: minmax(280px, 0.72fr) minmax(360px, 1fr);
  gap: 58px;
  align-items: start;
  padding: 108px 24px;
}

.contact-copy p:not(.eyebrow) {
  max-width: 520px;
  margin: 22px 0 0;
  color: var(--muted);
  font-size: 1.08rem;
}

.contact-points {
  display: grid;
  gap: 9px;
  margin-top: 26px;
}

.contact-points span {
  position: relative;
  padding-left: 22px;
  color: var(--text-soft);
  font-weight: 850;
}

.contact-points span::before {
  position: absolute;
  left: 0;
  top: 0.68em;
  width: 8px;
  height: 8px;
  border-radius: 999px;
  background: var(--gradient);
  content: "";
}

.contact-link {
  display: inline-flex;
  margin-top: 30px;
  color: var(--blue-2);
  font-weight: 900;
}

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

.hp-field {
  position: absolute;
  left: -9999px;
  width: 1px;
  height: 1px;
  overflow: hidden;
  opacity: 0;
  pointer-events: none;
}

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

.contact-form label {
  display: grid;
  gap: 7px;
  color: var(--text);
  font-size: 0.9rem;
  font-weight: 900;
}

.contact-form input,
.contact-form select,
.contact-form textarea {
  width: 100%;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: rgba(5, 6, 10, 0.82);
  color: var(--text);
  outline: none;
}

.contact-form input,
.contact-form select {
  height: 50px;
  padding: 0 13px;
}

.contact-form textarea {
  min-height: 148px;
  padding: 12px 13px;
  resize: vertical;
}

.contact-form input:focus,
.contact-form select:focus,
.contact-form textarea:focus {
  border-color: rgba(55, 213, 255, 0.62);
  box-shadow: 0 0 0 4px rgba(21, 139, 255, 0.14);
}

.contact-form .button {
  width: 100%;
  margin-top: 4px;
}

.form-note {
  margin: 0;
  color: var(--muted);
  font-size: 0.88rem;
}

.form-note.is-success {
  color: var(--code-green);
}

.form-note.is-error {
  color: #ff8fb8;
}

.site-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding: 28px 24px 44px;
  border-top: 1px solid var(--line);
  color: var(--muted);
}

.site-footer p {
  margin: 0;
  text-align: right;
}

@keyframes fadeLift {
  from {
    opacity: 0;
    transform: translateY(22px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes gradientText {
  0%,
  100% {
    background-position: 0% 50%;
  }

  50% {
    background-position: 100% 50%;
  }
}

@keyframes ambientDrift {
  from {
    transform: translate3d(-2%, -1%, 0) scale(1);
  }

  to {
    transform: translate3d(2%, 2%, 0) scale(1.05);
  }
}

@keyframes lineDrift {
  from {
    background-position: 0 0, 0 0;
  }

  to {
    background-position: 420px 420px, 72px 0;
  }
}

@keyframes particleLine {
  0% {
    opacity: 0;
    transform: translate3d(-40px, 18px, 0) rotate(-18deg);
  }

  16%,
  72% {
    opacity: 0.34;
  }

  100% {
    opacity: 0;
    transform: translate3d(92px, -22px, 0) rotate(-18deg);
  }
}

@keyframes floatWindow {
  from {
    transform: translate3d(0, 0, 0);
  }

  to {
    transform: translate3d(0, -10px, 0);
  }
}

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

@keyframes loaderProgress {
  0% {
    transform: translateX(-100%);
  }

  60%,
  100% {
    transform: translateX(100%);
  }
}

@keyframes loaderScan {
  from {
    transform: translateY(0);
  }

  to {
    transform: translateY(330%);
  }
}

@keyframes loaderPulse {
  0%,
  100% {
    transform: scale(1);
    filter: drop-shadow(0 0 0 rgba(55, 213, 255, 0));
  }

  50% {
    transform: scale(1.05);
    filter: drop-shadow(0 0 16px rgba(55, 213, 255, 0.34));
  }
}

@keyframes loaderShine {
  0%,
  35% {
    transform: translateX(-120%);
  }

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

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

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

@media (max-width: 1100px) {
  .hero h1 {
    font-size: 6.2rem;
  }

  .hero-stage {
    width: min(54vw, 560px);
    opacity: 0.72;
  }

  .window-code {
    right: 8px;
  }

  .stage-logo {
    right: 146px;
  }

  .service-board,
  .deliverables-grid,
  .portfolio-grid,
  .terms-grid,
  .package-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 860px) {
  .site-header {
    top: 12px;
    width: calc(100% - 24px);
    min-height: 64px;
    padding: 10px 12px;
  }

  .nav-toggle {
    display: block;
  }

  .site-nav {
    position: fixed;
    top: 78px;
    left: 12px;
    right: 12px;
    display: grid;
    gap: 4px;
    padding: 12px;
    border: 1px solid var(--line);
    border-radius: var(--radius);
    background: rgba(9, 11, 18, 0.96);
    box-shadow: var(--shadow);
    opacity: 0;
    pointer-events: none;
    transform: translateY(-10px);
    transition: opacity 180ms ease, transform 180ms ease;
  }

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

  .site-nav a {
    min-height: 46px;
  }

  .hero {
    min-height: 88vh;
    grid-template-columns: 1fr;
    align-items: end;
    padding: 126px 20px 70px;
  }

  .hero-stage {
    position: absolute;
    inset: 78px -120px 70px auto;
    width: 540px;
    min-height: auto;
    opacity: 0.38;
  }

  .window-main {
    top: 120px;
  }

  .window-code,
  .window-palette {
    display: none;
  }

  .stage-logo {
    top: 310px;
    right: 162px;
    width: 250px;
  }

  .hero-domain {
    font-size: 3.28rem;
  }

  .hero-slogan {
    font-size: 2.45rem;
  }

  .hero-lead {
    font-size: 1.04rem;
  }

  .hero-actions {
    flex-direction: column;
    align-items: stretch;
    max-width: 380px;
  }

  .button {
    width: 100%;
  }

  .proof-strip {
    grid-template-columns: 1fr;
    width: calc(100% - 32px);
  }

  .stats-strip {
    grid-template-columns: 1fr;
    width: calc(100% - 32px);
  }

  .section {
    padding: 82px 20px;
  }

  .section-kicker,
  .split-heading,
  .workbench,
  .process-inner,
  .prototype-preview,
  .conversion-inner,
  .contact-section {
    grid-template-columns: 1fr;
    gap: 28px;
  }

  .section h2,
  .conversion-inner h2,
  .contact-section h2 {
    font-size: 3rem;
  }

  .process-copy {
    position: static;
  }

  .process-copy h2 {
    font-size: 3rem;
  }

  .bench-copy {
    min-height: auto;
    padding: 26px 0;
  }

  .deploy-log,
  .tech-audit-grid {
    grid-template-columns: 1fr;
  }

  .tech-audit-top,
  .tech-audit-result {
    grid-template-columns: 1fr;
    align-items: start;
  }

  .tech-audit-top {
    display: grid;
  }

  .tech-audit-top strong {
    text-align: left;
  }

  .process-section {
    padding: 18px 12px 82px;
  }

  .process-inner {
    padding: 52px 24px;
  }

  .prototype-body h3 {
    font-size: 2.3rem;
  }

  .testimonial-card {
    padding: 30px 24px 84px;
  }

  .testimonial-card p {
    font-size: 1.5rem;
  }

  .portfolio-copy a,
  .portfolio-copy .project-cta {
    opacity: 1;
    transform: none;
  }

  .conversion-section {
    width: calc(100% - 32px);
  }

  .conversion-inner {
    padding: 32px 24px;
  }

  .prototype-notes {
    min-height: auto;
  }

  .prototype-notes span {
    margin-bottom: 32px;
  }

  .contact-section {
    padding: 82px 20px;
  }
}

@media (max-width: 560px) {
  .brand {
    font-size: 0.96rem;
  }

  .brand-logo {
    width: 40px;
    height: 40px;
  }

  .brand-text {
    font-size: 0.95rem;
  }

  .hero {
    min-height: 84vh;
  }

  .hero-stage {
    right: -238px;
    opacity: 0.3;
  }

  .hero-domain {
    font-size: 2.28rem;
  }

  .hero-terminal {
    display: grid;
    justify-items: start;
    gap: 2px;
    width: 100%;
  }

  .hero-slogan {
    font-size: 2.02rem;
  }

  .hero-lead {
    font-size: 1rem;
  }

  .section h2,
  .process-copy h2,
  .contact-section h2 {
    font-size: 2.3rem;
  }

  .proof-strip div,
  .deliverable,
  .tech-audit,
  .contact-form {
    padding: 20px;
  }

  .service-item summary {
    min-height: 250px;
    padding: 20px 20px 72px;
  }

  .service-board,
  .deliverables-grid,
  .portfolio-grid,
  .terms-grid,
  .package-grid,
  .faq-grid,
  .form-row {
    grid-template-columns: 1fr;
  }

  .service-name {
    margin-bottom: 34px;
  }

  .process-rail li {
    grid-template-columns: 1fr;
    gap: 10px;
    padding: 20px;
  }

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

  .prototype-tabs button {
    border-right: 0;
    border-bottom: 1px solid var(--line);
  }

  .prototype-tabs button:last-child {
    border-bottom: 0;
  }

  .prototype-body {
    padding: 24px;
  }

  .prototype-body h3 {
    font-size: 1.9rem;
  }

  .portfolio-card {
    min-height: 390px;
  }

  .conversion-inner h2 {
    font-size: 2.25rem;
  }


  .testimonial-card p {
    font-size: 1.18rem;
  }

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

  .site-footer p {
    text-align: left;
  }
}
