/* ================================================================
   mistwolf.tech — landing refresh
   Ported from design prototype. Dark navy + cyan + green.
================================================================= */

:root {
  --display: "Space Grotesk", "Inter", system-ui, sans-serif;
  --body: "Inter", system-ui, sans-serif;
  --mono: "JetBrains Mono", ui-monospace, monospace;
  --navy-deepest: #060914;
  --navy-deeper: #0a0f1f;
  --navy-darkest: #0d1428;
  --navy-darker: #111a33;
  --navy-dark: #162041;
  --navy: #1a2749;
  --navy-light: #243566;
  --navy-lighter: #2e4079;
  --cyan-edge: #00ecff;
  --cyan: #00d4ff;
  --cyan-soft: #66e4ff;
  --cyan-dim: #09c;
  --cyan-rgb: 0 212 255;
  --green-edge: #4fffb0;
  --green: #0f8;
  --green-soft: #66ffb8;
  --green-dim: #00cc6a;
  --green-rgb: 0 255 136;
  --text: #f8fafc;
  --text-muted: #94a3b8;
  --text-dim: #64748b;
  --text-dimmer: #475569;
  --border: rgb(255 255 255 / 8%);
  --border-strong: rgb(255 255 255 / 14%);
  --surface: rgb(255 255 255 / 2.5%);
  --surface-hover: rgb(255 255 255 / 5%);
}

* { margin: 0; padding: 0; box-sizing: border-box; }

html { scroll-behavior: smooth; }

body {
  font-family: var(--body);
  background: var(--navy-deepest);
  color: var(--text);
  line-height: 1.6;
  overflow-x: hidden;
  font-feature-settings: "cv11", "ss01", "ss03";
  -webkit-font-smoothing: antialiased;
}

/* Subtle film-grain overlay */
.noise {
  position: fixed; inset: 0;
  pointer-events: none;
  opacity: 3.5%;
  z-index: 1;
  background-image: url("data:image/svg+xml;utf8,<svg viewBox='0 0 200 200' xmlns='http://www.w3.org/2000/svg'><filter id='n'><feTurbulence type='fractalNoise' baseFrequency='.9'/></filter><rect width='100%25' height='100%25' filter='url(%23n)'/></svg>");
}

.container {
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 1.5rem;
}

h1, h2, h3, h4 {
  font-family: var(--display);
  font-weight: 600;
  letter-spacing: -0.02em;
  line-height: 1.1;
}

.mono { font-family: var(--mono); }

/* ---- NAV ---- */
nav#nav {
  position: fixed; top: 0; left: 0; right: 0;
  z-index: 100;
  background: rgb(6 9 20 / 60%);
  backdrop-filter: blur(18px) saturate(1.2);
  -webkit-backdrop-filter: blur(18px) saturate(1.2);
  border-bottom: 1px solid var(--border);
  transition: background .25s, border-color .25s;
}
nav#nav.scrolled { background: rgb(6 9 20 / 88%); border-color: var(--border-strong); }

.nav-inner {
  display: flex; align-items: center; justify-content: space-between;
  height: 70px;
}
.logo { display: flex; align-items: center; gap: .75rem; text-decoration: none; color: var(--text); }
.logo img { height: 38px; width: auto; }

.logo .logo-img {
  /* Cropped square asset — explicit box avoids layout jitter while PNG loads */
  height: 40px;
  width: 40px;
  object-fit: contain;
  display: block;
  flex-shrink: 0;
}

.footer-logo-img {
  height: 36px;
  width: 36px;
  object-fit: contain;
  display: block;
  flex-shrink: 0;
}
.logo .logo-text { display: flex; flex-direction: column; line-height: 1; }
.logo .company { font-family: var(--display); font-weight: 700; font-size: 1.05rem; letter-spacing: .01em; }
.logo .sub { font-family: var(--mono); font-size: .625rem; color: var(--cyan); letter-spacing: .18em; margin-top: 3px; }

.nav-links { display: flex; gap: 2rem; list-style: none; align-items: center; }
.nav-links a { color: var(--text-muted); text-decoration: none; font-size: .875rem; font-weight: 500; transition: color .2s; }
.nav-links a:hover { color: var(--cyan); }

.nav-product { color: var(--green) !important; font-family: var(--mono); font-size: .8rem !important; white-space: nowrap; }

.nav-cta {
  color: var(--text) !important;
  background: linear-gradient(135deg, var(--cyan), var(--cyan-dim));
  padding: .55rem 1.25rem;
  border-radius: 4px;
  font-weight: 600 !important;
  white-space: nowrap;
}
.nav-cta:hover { color: var(--navy-deepest) !important; filter: brightness(1.15); }

.nav-right { display: flex; align-items: center; gap: 1rem; }
.lang-toggle { display: flex; gap: 2px; border: 1px solid var(--border-strong); border-radius: 4px; padding: 2px; }

.lang-btn {
  background: transparent; color: var(--text-muted);
  border: none; padding: .3rem .55rem;
  font-family: var(--mono); font-size: .7rem; font-weight: 600;
  letter-spacing: .08em; cursor: pointer; border-radius: 3px;
  transition: all .2s;
}
.lang-btn.active { background: var(--cyan); color: var(--navy-deepest); }

.hamburger { display: none; background: none; border: none; cursor: pointer; padding: .5rem; flex-direction: column; gap: 5px; }
.hamburger span { display: block; width: 24px; height: 2px; background: var(--text); border-radius: 1px; transition: all .25s; }
.hamburger.active span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
.hamburger.active span:nth-child(2) { opacity: 0%; }
.hamburger.active span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }

/* ---- HERO ---- */
.hero {
  position: relative;
  padding: 10rem 0 6rem;
  overflow: hidden;
  background:
    radial-gradient(ellipse 900px 600px at 85% 20%, rgb(var(--cyan-rgb) / 12%), transparent 60%),
    radial-gradient(ellipse 700px 500px at 10% 80%, rgb(var(--green-rgb) / 6%), transparent 60%),
    linear-gradient(180deg, var(--navy-deepest) 0%, var(--navy-darker) 100%);
}

.hero-grid {
  position: absolute; inset: 0;
  background-image:
    linear-gradient(rgb(255 255 255 / 2.5%) 1px, transparent 1px),
    linear-gradient(90deg, rgb(255 255 255 / 2.5%) 1px, transparent 1px);
  background-size: 64px 64px;
  mask-image: radial-gradient(ellipse 80% 60% at 50% 40%, black 40%, transparent 80%);
  -webkit-mask-image: radial-gradient(ellipse 80% 60% at 50% 40%, black 40%, transparent 80%);
  pointer-events: none;
}

.hero-orb {
  position: absolute; top: 10%; right: -10%;
  width: 600px; height: 600px;
  background: radial-gradient(circle, rgb(var(--cyan-rgb) / 15%) 0%, transparent 60%);
  filter: blur(60px);
  pointer-events: none;
}

.hero-content {
  position: relative; z-index: 2;
  display: grid;
  grid-template-columns: 1.3fr 1fr;
  gap: 5rem;
  align-items: center;
}

.eyebrow {
  display: inline-flex; align-items: center; gap: .5rem;
  font-family: var(--mono); font-size: .72rem;
  color: var(--cyan); letter-spacing: .2em; text-transform: uppercase;
  margin-bottom: 1.5rem;
  padding: .4rem .75rem;
  border: 1px solid rgb(var(--cyan-rgb) / 30%);
  border-radius: 2px;
  background: rgb(var(--cyan-rgb) / 5%);
  width: fit-content;
}

.eyebrow-dot {
  width: 6px; height: 6px; border-radius: 50%;
  background: var(--cyan);
  box-shadow: 0 0 8px var(--cyan);
  animation: pulse 2s ease-in-out infinite;
}

@keyframes pulse { 0%, 100% { opacity: 100%; } 50% { opacity: 40%; } }

.hero h1 {
  font-size: clamp(2.5rem, 5.5vw, 4.25rem);
  font-weight: 700;
  letter-spacing: -0.035em;
  line-height: 1.02;
  margin-bottom: 1.75rem;
}

.hero h1 em {
  font-style: normal;
  background: linear-gradient(135deg, var(--cyan-edge), var(--green-edge));
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  -webkit-text-fill-color: transparent;
}

.hero-sub {
  font-size: 1.15rem;
  color: var(--text-muted);
  max-width: 580px;
  margin-bottom: 2.5rem;
  line-height: 1.65;
}

.btn {
  display: inline-flex; align-items: center; justify-content: center;
  gap: .5rem;
  padding: .85rem 1.75rem;
  font-weight: 600; font-size: .9rem;
  text-decoration: none;
  border-radius: 4px;
  border: 1px solid transparent;
  cursor: pointer; transition: all .2s ease;
  font-family: var(--body);
}
.btn-primary { background: linear-gradient(135deg, var(--cyan), var(--cyan-dim)); color: var(--navy-deepest); }
.btn-primary:hover { filter: brightness(1.15); box-shadow: 0 8px 24px rgb(var(--cyan-rgb) / 35%); }
.btn-ghost { background: transparent; color: var(--text); border-color: var(--border-strong); }
.btn-ghost:hover { border-color: var(--cyan); color: var(--cyan); }
.btn-green { background: linear-gradient(135deg, var(--green), var(--green-dim)); color: var(--navy-deepest); }
.btn-green:hover { filter: brightness(1.15); box-shadow: 0 8px 24px rgb(var(--green-rgb) / 35%); }
.btn-ghost-green { background: transparent; color: var(--green); border-color: rgb(var(--green-rgb) / 35%); }
.btn-ghost-green:hover { border-color: var(--green); background: rgb(var(--green-rgb) / 5%); }
.btn-block { width: 100%; }

.hero-actions { display: flex; gap: 1rem; flex-wrap: wrap; margin-bottom: 3rem; }
.hero-meta { display: flex; gap: 2.5rem; flex-wrap: wrap; padding-top: 2rem; border-top: 1px solid var(--border); }
.hero-meta-item .k { font-family: var(--mono); font-size: .68rem; color: var(--text-dim); letter-spacing: .12em; text-transform: uppercase; margin-bottom: .3rem; }
.hero-meta-item .v { font-family: var(--display); font-size: 1.5rem; font-weight: 700; color: var(--text); }
.hero-meta-item .v b { color: var(--cyan); }

/* Hero panel (terminal-style wolf card) */
.hero-panel {
  position: relative;
  background: linear-gradient(180deg, rgb(13 20 40 / 80%), rgb(6 9 20 / 90%));
  border: 1px solid var(--border-strong);
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 40px 100px rgb(0 0 0 / 60%), 0 0 0 1px rgb(var(--cyan-rgb) / 12%);
}

.hero-panel-topbar {
  display: flex; align-items: center; justify-content: space-between;
  padding: .75rem 1rem;
  border-bottom: 1px solid var(--border);
  background: rgb(0 0 0 / 30%);
}
.hp-dots { display: flex; gap: 6px; }
.hp-dots span { width: 10px; height: 10px; border-radius: 50%; background: rgb(255 255 255 / 15%); }
.hp-dots span:nth-child(1) { background: #ff5f57; }
.hp-dots span:nth-child(2) { background: #febc2e; }
.hp-dots span:nth-child(3) { background: #28c840; }
.hp-title { font-family: var(--mono); font-size: .7rem; color: var(--text-dim); letter-spacing: .05em; }
.hp-title b { color: var(--cyan); font-weight: 600; }

.hero-wolf {
  position: relative;
  padding: 2rem 1.5rem;
  display: flex; align-items: center; justify-content: center;
  min-height: 280px;
  background:
    radial-gradient(circle at 50% 45%, rgb(var(--cyan-rgb) / 18%), transparent 55%),
    radial-gradient(circle at 50% 75%, rgb(var(--green-rgb) / 8%), transparent 60%);
}
.hero-wolf img { max-width: 260px; width: 85%; height: auto; filter: drop-shadow(0 0 30px rgb(var(--cyan-rgb) / 30%)); }

.hero-wolf-img {
  width: 100%;
  max-width: 280px;
  aspect-ratio: 1 / 1;
  object-fit: contain;
  display: block;
  margin: 0 auto;
  filter: drop-shadow(0 0 30px rgb(var(--cyan-rgb) / 30%));
}

.hero-panel-footer {
  display: flex; gap: .5rem; flex-wrap: wrap;
  padding: .9rem 1rem;
  border-top: 1px solid var(--border);
  background: rgb(0 0 0 / 20%);
}

.hp-tag {
  display: inline-flex; align-items: center; gap: .4rem;
  font-family: var(--mono); font-size: .68rem;
  color: var(--text-muted);
  padding: .3rem .65rem;
  border: 1px solid var(--border);
  border-radius: 3px;
  background: rgb(255 255 255 / 2%);
}
.hp-tag b { color: var(--cyan); font-weight: 400; }
.hp-tag.green b { color: var(--green); }

/* ---- BANDS ---- */
.band { padding: 7rem 0; position: relative; }
.section-head { max-width: 760px; margin-bottom: 4rem; }
.section-head.center { margin-left: auto; margin-right: auto; text-align: center; }
.section-label { font-family: var(--mono); font-size: .72rem; color: var(--cyan); letter-spacing: .22em; text-transform: uppercase; margin-bottom: 1rem; }
.section-label.green { color: var(--green); }
.band h2 { font-size: clamp(2rem, 4vw, 3rem); font-weight: 600; letter-spacing: -0.025em; margin-bottom: 1.25rem; line-height: 1.05; }
.band p { color: var(--text-muted); font-size: 1.05rem; line-height: 1.7; }

/* Services */
.services { background: var(--navy-deeper); border-top: 1px solid var(--border); border-bottom: 1px solid var(--border); }
.services-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 1.5rem; }

.svc-card {
  position: relative;
  background: var(--surface);
  border: 1px solid var(--border);
  border-radius: 8px;
  padding: 2rem;
  transition: all .3s ease;
  overflow: hidden;
}

.svc-card::before {
  content: ""; position: absolute; top: 0; left: 0; right: 0; height: 1px;
  background: linear-gradient(90deg, transparent, var(--cyan), transparent);
  opacity: 0%; transition: opacity .3s;
}
.svc-card:hover { border-color: rgb(var(--cyan-rgb) / 30%); background: var(--surface-hover); transform: translateY(-2px); }
.svc-card:hover::before { opacity: 100%; }

.svc-num {
  position: absolute; top: 1.5rem; right: 1.5rem;
  font-family: var(--mono); font-size: .7rem;
  color: var(--text-dimmer); letter-spacing: .08em;
}

.svc-icon {
  display: inline-flex; align-items: center; justify-content: center;
  width: 44px; height: 44px;
  border-radius: 6px;
  background: rgb(var(--cyan-rgb) / 8%);
  color: var(--cyan);
  margin-bottom: 1.25rem;
  border: 1px solid rgb(var(--cyan-rgb) / 20%);
}
.svc-card h3 { font-size: 1.3rem; font-weight: 600; margin-bottom: .75rem; }
.svc-card p { font-size: .95rem; margin-bottom: 1.25rem; }
.svc-tags { display: flex; gap: .4rem; flex-wrap: wrap; }

.tag {
  font-family: var(--mono); font-size: .68rem;
  color: var(--text-muted);
  padding: .25rem .55rem;
  border: 1px solid var(--border);
  border-radius: 3px;
  background: rgb(0 0 0 / 20%);
}

/* Tech strip */
.tech-strip { padding: 2.5rem 0; background: var(--navy-deepest); border-top: 1px solid var(--border); border-bottom: 1px solid var(--border); }
.tech-inner { display: flex; align-items: center; gap: 2rem; flex-wrap: wrap; }
.tech-label { font-family: var(--mono); font-size: .72rem; color: var(--text-dim); letter-spacing: .18em; text-transform: uppercase; white-space: nowrap; }
.tech-tags { display: flex; gap: .5rem; flex-wrap: wrap; }

.tech-tag {
  font-family: var(--mono); font-size: .72rem;
  color: var(--text-muted);
  padding: .3rem .7rem;
  border: 1px solid var(--border);
  border-radius: 3px;
  transition: all .2s;
}
.tech-tag:hover { color: var(--cyan); border-color: rgb(var(--cyan-rgb) / 30%); }

/* drift-warden section */
.dw { background: var(--navy-deeper); position: relative; overflow: hidden; }

.dw::before {
  content: ""; position: absolute; top: -100px; right: -100px;
  width: 500px; height: 500px;
  background: radial-gradient(circle, rgb(var(--green-rgb) / 8%), transparent 60%);
  filter: blur(40px);
  pointer-events: none;
}
.dw-header { display: grid; grid-template-columns: 1.6fr auto; gap: 3rem; align-items: end; margin-bottom: 4rem; }
.dw-header-text { max-width: 680px; }

.dw-badge {
  display: inline-block; font-family: var(--mono); font-size: .7rem;
  color: var(--green); letter-spacing: .2em; text-transform: uppercase;
  padding: .35rem .75rem;
  border: 1px solid rgb(var(--green-rgb) / 30%);
  background: rgb(var(--green-rgb) / 5%);
  border-radius: 2px;
  margin-bottom: 1.5rem;
}
.dw-header h2 { font-size: clamp(1.9rem, 3.8vw, 2.6rem); }
.dw-header h2 .mono { color: var(--green); font-weight: 600; }
.dw-actions { display: flex; gap: .75rem; flex-wrap: wrap; }

.dw-grid { display: grid; grid-template-columns: 1fr 1.15fr; gap: 4rem; }

.dw-stack { display: flex; flex-direction: column; gap: .75rem; }

.dw-stack-item {
  display: flex; align-items: flex-start; gap: 1rem;
  padding: 1rem 1.25rem;
  border: 1px solid var(--border);
  border-radius: 6px;
  background: rgb(0 0 0 / 20%);
  transition: all .2s;
}
.dw-stack-item:hover { border-color: rgb(var(--green-rgb) / 20%); background: rgb(var(--green-rgb) / 3%); }

.dw-stack-icon {
  width: 32px; height: 32px; flex-shrink: 0;
  display: flex; align-items: center; justify-content: center;
  background: rgb(var(--green-rgb) / 10%);
  border: 1px solid rgb(var(--green-rgb) / 25%);
  border-radius: 4px;
  color: var(--green);
  font-size: 1rem;
}
.dw-stack-name { font-family: var(--display); font-weight: 600; font-size: .95rem; color: var(--text); margin-bottom: .15rem; }
.dw-stack-role { font-size: .82rem; color: var(--text-dim); line-height: 1.4; }

.dw-clouds { display: flex; gap: .5rem; flex-wrap: wrap; }

.dw-cloud {
  display: flex; flex-direction: column; gap: .15rem;
  padding: .65rem .9rem;
  border: 1px solid var(--border);
  border-radius: 4px;
  background: rgb(0 0 0 / 20%);
  min-width: 88px;
}
.dw-cloud--active { border-color: rgb(var(--green-rgb) / 35%); background: rgb(var(--green-rgb) / 4%); }
.dw-cloud-name { font-family: var(--display); font-weight: 600; font-size: .85rem; color: var(--text); }
.dw-cloud-status { font-family: var(--mono); font-size: .6rem; color: var(--text-dimmer); letter-spacing: .1em; text-transform: uppercase; }
.dw-cloud-status--active { color: var(--green); }

/* drift-warden terminal */
.dw-terminal {
  background: #060914;
  border: 1px solid var(--border-strong);
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 30px 80px rgb(0 0 0 / 50%);
}

.dw-term-chrome {
  display: flex; align-items: center; justify-content: space-between;
  padding: .65rem .9rem;
  border-bottom: 1px solid var(--border);
  background: rgb(0 0 0 / 30%);
}
.dw-term-chrome .dots { display: flex; gap: 6px; }
.dw-term-chrome .dots span { width: 10px; height: 10px; border-radius: 50%; }
.dw-term-chrome .dots span:nth-child(1) { background: #ff5f57; }
.dw-term-chrome .dots span:nth-child(2) { background: #febc2e; }
.dw-term-chrome .dots span:nth-child(3) { background: #28c840; }
.dw-term-title { font-family: var(--mono); font-size: .7rem; color: var(--text-dim); }
.dw-term-title b { color: var(--green); font-weight: 600; }
.dw-tabs { display: flex; gap: 0; border-bottom: 1px solid var(--border); background: rgb(0 0 0 / 20%); }

.dw-tab {
  background: transparent; color: var(--text-dim);
  border: none; border-right: 1px solid var(--border);
  padding: .65rem 1.25rem;
  font-family: var(--mono); font-size: .75rem;
  cursor: pointer; transition: all .2s;
}
.dw-tab:hover { color: var(--text); }
.dw-tab.active { color: var(--green); background: rgb(var(--green-rgb) / 5%); border-bottom: 1px solid transparent; box-shadow: inset 0 -1px 0 var(--green); }

.dw-code {
  padding: 1.5rem;
  font-family: var(--mono); font-size: .82rem;
  line-height: 1.75;
  color: var(--text);
  overflow-x: auto;
}
.dw-code .comment { color: var(--text-dimmer); }
.dw-code .prompt { color: var(--green); }
.dw-code .cmd { color: var(--cyan); font-weight: 600; }
.dw-code .flag { color: #c4a1ff; }
.dw-code .val { color: #ffd080; }
.dw-code .ok { color: var(--green); }
.dw-code .output { color: var(--text-muted); }
.dw-code .arrow { color: var(--cyan); }

.dw-quickstart {
  display: flex; align-items: center; gap: 1rem; flex-wrap: wrap;
  margin-top: 1.25rem;
  padding: 1rem 1.25rem;
  border: 1px solid rgb(var(--green-rgb) / 20%);
  border-radius: 6px;
  background: rgb(var(--green-rgb) / 4%);
}

.dw-qs-num {
  width: 28px; height: 28px;
  display: flex; align-items: center; justify-content: center;
  background: var(--green); color: var(--navy-deepest);
  font-family: var(--mono); font-weight: 700; font-size: .8rem;
  border-radius: 50%;
  flex-shrink: 0;
}
.dw-qs-text { font-size: .85rem; color: var(--text-muted); flex: 1; min-width: 240px; }
.dw-qs-text b { color: var(--text); font-weight: 600; }
.dw-qs-text code { font-family: var(--mono); font-size: .78rem; color: var(--green); background: rgb(0 0 0 / 30%); padding: .15rem .4rem; border-radius: 3px; }

/* Credibility */
.cred { padding: 6rem 0; background: var(--navy-deepest); border-top: 1px solid var(--border); }
.cred-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 1.25rem; }

.cred-item {
  padding: 2rem 1.5rem;
  border: 1px solid var(--border);
  border-radius: 8px;
  background: var(--surface);
  transition: all .3s;
}
.cred-item:hover { border-color: rgb(var(--cyan-rgb) / 25%); transform: translateY(-2px); }

.cred-num {
  font-family: var(--display); font-weight: 700;
  font-size: 3rem; line-height: 1;
  color: var(--cyan);
  margin-bottom: .75rem;
  display: flex; align-items: baseline; gap: .15rem;
}
.cred-num b { font-weight: 700; }
.cred-num .suffix { font-size: 1.75rem; color: var(--cyan-soft); }
.cred-label { font-family: var(--display); font-weight: 600; font-size: 1rem; color: var(--text); margin-bottom: .4rem; }
.cred-sub { font-size: .82rem; color: var(--text-dim); line-height: 1.5; }

/* CTA band */
.cta-band { text-align: center; background: linear-gradient(180deg, var(--navy-deeper), var(--navy-darkest)); border-top: 1px solid var(--border); border-bottom: 1px solid var(--border); }
.cta-band h2 { font-size: clamp(2rem, 4vw, 3rem); margin-bottom: 1.25rem; }
.cta-band p { font-size: 1.15rem; max-width: 640px; margin: 0 auto 2.5rem; }
.cta-band .btns { display: flex; gap: 1rem; justify-content: center; flex-wrap: wrap; }

/* Contact */
.contact-section { background: var(--navy-deepest); }
.contact-grid { display: grid; grid-template-columns: 1fr 1.15fr; gap: 4rem; }
.contact-desc { color: var(--text-muted); font-size: 1.05rem; line-height: 1.7; margin-bottom: 2rem; max-width: 480px; }
.contact-details { display: flex; flex-direction: column; gap: 1.25rem; }
.cdetail { display: flex; gap: 1rem; align-items: flex-start; }

.cicon {
  width: 40px; height: 40px; flex-shrink: 0;
  display: flex; align-items: center; justify-content: center;
  background: rgb(var(--cyan-rgb) / 8%);
  border: 1px solid rgb(var(--cyan-rgb) / 20%);
  border-radius: 6px;
  color: var(--cyan);
}
.cl { font-family: var(--mono); font-size: .68rem; color: var(--text-dim); letter-spacing: .14em; text-transform: uppercase; margin-bottom: .2rem; }
.cv { font-size: .95rem; color: var(--text); }
.cv a { color: var(--cyan); text-decoration: none; }
.cv a:hover { text-decoration: underline; }

.contact-form {
  padding: 2rem;
  background: var(--surface);
  border: 1px solid var(--border);
  border-radius: 8px;
}
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 1rem; margin-bottom: 1rem; }
.field { display: flex; flex-direction: column; gap: .4rem; margin-bottom: 1rem; }
.field label { font-family: var(--mono); font-size: .7rem; color: var(--text-muted); letter-spacing: .12em; text-transform: uppercase; }

.field input, .field select, .field textarea {
  background: rgb(0 0 0 / 30%);
  border: 1px solid var(--border-strong);
  border-radius: 4px;
  padding: .75rem 1rem;
  color: var(--text);
  font-family: var(--body);
  font-size: .9rem;
  transition: all .2s;
}
.field input:focus, .field select:focus, .field textarea:focus { outline: none; border-color: var(--cyan); background: rgb(var(--cyan-rgb) / 3%); }
.field textarea { min-height: 120px; resize: vertical; }
.field select option { background: #0a0f1f; color: var(--text); }
.form-thanks { color: var(--green); font-size: 1.05rem; line-height: 1.7; padding: 2rem 0; }
.form-error { color: #ff6b6b; font-size: .9rem; margin-top: .75rem; }

/* Footer */
footer { background: var(--navy-deepest); border-top: 1px solid var(--border); padding: 4rem 0 2rem; }
.footer-grid { display: grid; grid-template-columns: 1.4fr 1fr 1fr 1fr; gap: 3rem; margin-bottom: 3rem; }
.footer-brand p { color: var(--text-muted); font-size: .9rem; margin-top: 1rem; max-width: 320px; line-height: 1.6; }
.footer-col h4 { font-family: var(--mono); font-size: .72rem; color: var(--cyan); letter-spacing: .18em; text-transform: uppercase; margin-bottom: 1rem; font-weight: 600; }
.footer-links { list-style: none; display: flex; flex-direction: column; gap: .6rem; }
.footer-links a { color: var(--text-muted); text-decoration: none; font-size: .875rem; transition: color .2s; }
.footer-links a:hover { color: var(--cyan); }
.footer-bottom { display: flex; justify-content: space-between; align-items: center; padding-top: 2rem; border-top: 1px solid var(--border); color: var(--text-dim); font-size: .82rem; }
.footer-status { font-family: var(--mono); color: var(--green); font-size: .72rem; letter-spacing: .1em; text-transform: uppercase; }
.footer-status::before { content: "●"; margin-right: .4rem; animation: pulse 2s ease-in-out infinite; }

/* Cookie banner */
.cookie-banner {
  position: fixed; bottom: 1rem;
  left: 50%; transform: translateX(-50%);
  width: calc(100% - 2rem); max-width: 640px;
  background: rgb(10 15 31 / 95%);
  backdrop-filter: blur(12px);
  border: 1px solid var(--border-strong);
  border-radius: 8px;
  padding: 1.25rem;
  z-index: 200;
  box-shadow: 0 20px 60px rgb(0 0 0 / 50%);
}
.cookie-banner[hidden] { display: none; }
.cookie-inner { display: flex; gap: 1rem; align-items: center; justify-content: space-between; flex-wrap: wrap; }
.cookie-text { font-size: .88rem; color: var(--text-muted); flex: 1; min-width: 220px; margin: 0; }
.cookie-text a { color: var(--cyan); }
.cookie-actions { display: flex; gap: .5rem; }

/* Fade-in observer */
.fade-in { opacity: 0%; transform: translateY(20px); transition: opacity .6s ease, transform .6s ease; }
.fade-in.visible { opacity: 100%; transform: translateY(0); }
.fade-in.d1 { transition-delay: .08s; }
.fade-in.d2 { transition-delay: .16s; }
.fade-in.d3 { transition-delay: .24s; }

/* Responsive */
@media (width <= 960px) {
  .hero { padding: 8rem 0 4rem; }
  .hero-content { grid-template-columns: 1fr; gap: 3rem; }
  .services-grid { grid-template-columns: 1fr; }
  .dw-header { grid-template-columns: 1fr; }
  .dw-grid { grid-template-columns: 1fr; gap: 2.5rem; }
  .cred-grid { grid-template-columns: repeat(2, 1fr); }
  .contact-grid { grid-template-columns: 1fr; gap: 2.5rem; }
  .footer-grid { grid-template-columns: 1fr 1fr; gap: 2rem; }
  .band { padding: 5rem 0; }

  .nav-links {
    position: fixed; top: 70px; left: 0; right: 0;
    background: rgb(6 9 20 / 98%);
    backdrop-filter: blur(20px);
    border-top: 1px solid var(--border);
    flex-direction: column; gap: 0; padding: 1rem 0;
    transform: translateX(100%); transition: transform .3s ease;
  }
  .nav-links.active { transform: translateX(0); }
  .nav-links li { width: 100%; padding: .9rem 1.5rem; }
  .hamburger { display: flex; }
  .form-row { grid-template-columns: 1fr; }
}

@media (width <= 520px) {
  .cred-grid { grid-template-columns: 1fr; }
  .footer-grid { grid-template-columns: 1fr; }
}
