:root {
  --bg: #081019;
  --bg-2: #0d1723;
  --panel: rgba(16, 25, 39, 0.88);
  --text: #edf4ff;
  --muted: #a8b7ca;
  --line: rgba(255,255,255,0.08);
  --accent: #82e7c8;
  --accent-2: #7ebcff;
  --shadow: 0 22px 60px rgba(0, 0, 0, 0.24);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  font-family: Manrope, system-ui, sans-serif;
  color: var(--text);
  background:
    radial-gradient(circle at top left, rgba(130, 231, 200, 0.09), transparent 22%),
    radial-gradient(circle at 80% 10%, rgba(126, 188, 255, 0.08), transparent 20%),
    linear-gradient(180deg, var(--bg) 0%, var(--bg-2) 100%);
  line-height: 1.6;
}

a { color: inherit; }
.container { width: min(1240px, calc(100% - 52px)); margin: 0 auto; }
.narrow { width: min(820px, 100%); }

.site-header {
  position: sticky;
  top: 0;
  z-index: 20;
  backdrop-filter: blur(12px);
  background: rgba(8, 16, 25, 0.88);
  border-bottom: 1px solid var(--line);
}

.nav {
  min-height: 104px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}

.logo {
  display: inline-flex;
  align-items: center;
  margin-left: -6px;
}

.logo-image {
  display: block;
  width: auto;
  height: 136px;
  object-fit: contain;
}

nav {
  display: flex;
  gap: 24px;
}

nav a {
  color: #c8d7ea;
  text-decoration: none;
  font-size: 0.98rem;
  font-weight: 600;
}
nav a:hover { color: var(--text); }

.hero { padding: 58px 0 34px; }
.hero-shell {
  border: 1px solid var(--line);
  border-radius: 36px;
  background: linear-gradient(180deg, rgba(15,24,37,0.72), rgba(10,17,27,0.9));
  box-shadow: var(--shadow);
  padding: 42px;
}
.hero-grid-v3 {
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(440px, 0.92fr);
  gap: 56px;
  align-items: center;
}
.hero-copy-wide {
  max-width: 640px;
}

.eyebrow,
.section-label,
.pillar-no,
.stage-kicker {
  margin: 0 0 14px;
  color: var(--accent);
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

h1,h2,h3 {
  font-family: "Plus Jakarta Sans", Manrope, system-ui, sans-serif;
  letter-spacing: -0.03em;
}

h1 {
  margin: 0 0 30px;
  font-size: clamp(2.35rem, 4.8vw, 3.7rem);
  line-height: 1.01;
  max-width: 12.5ch;
}

h2 {
  margin: 0 0 18px;
  font-size: clamp(1.95rem, 3.4vw, 2.8rem);
  line-height: 1.06;
  max-width: 15ch;
}

.hero-main-title {
  font-size: clamp(2.35rem, 4.8vw, 3.7rem);
  line-height: 1.01;
  max-width: 12.5ch;
}

.subdued-section-title {
  font-size: clamp(2.05rem, 3.8vw, 2.7rem);
  line-height: 1.04;
  max-width: 16ch;
}

.services-tagline-wrap {
  width: min(980px, 100%);
}

.services-tagline {
  max-width: none;
  font-size: clamp(1.95rem, 3.4vw, 2.8rem);
  line-height: 1.06;
}

.lead,
.section-copy {
  color: var(--muted);
  font-size: 1.08rem;
  max-width: 60ch;
  margin: 0;
}

.hero-cta {
  margin: 28px 0 18px;
  display: flex;
  gap: 14px;
  flex-wrap: wrap;
}


.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 14px 20px;
  border-radius: 14px;
  text-decoration: none;
  font-weight: 800;
}
.btn-primary {
  background: linear-gradient(135deg, var(--accent), #a1f1d7);
  color: #071018;
}
.btn-secondary {
  border: 1px solid var(--line);
  background: rgba(255,255,255,0.02);
  color: var(--text);
}
.btn.full { width: 100%; }

.hero-stage {
  position: relative;
  min-height: 420px;
  border-radius: 28px;
  overflow: hidden;
  border: 1px solid rgba(255,255,255,0.08);
  background: linear-gradient(180deg, rgba(10,18,29,0.92), rgba(10,18,29,0.98));
}
.stage-grid {
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(255,255,255,0.04) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,0.04) 1px, transparent 1px);
  background-size: 42px 42px;
  opacity: 0.55;
}
.stage-glow {
  position: absolute;
  border-radius: 999px;
  filter: blur(20px);
}
.glow-a {
  width: 220px;
  height: 220px;
  background: rgba(130,231,200,0.16);
  top: 34px;
  right: 36px;
}
.glow-b {
  width: 180px;
  height: 180px;
  background: rgba(126,188,255,0.14);
  bottom: 34px;
  left: 26px;
}
.stage-card {
  position: absolute;
  border: 1px solid rgba(255,255,255,0.12);
  background: rgba(9,16,26,0.78);
  backdrop-filter: blur(8px);
  box-shadow: 0 14px 36px rgba(0,0,0,0.24);
  color: var(--text);
}
.stage-main {
  left: 34px;
  right: 34px;
  bottom: 34px;
  border-radius: 24px;
  padding: 28px;
}
.stage-lines {
  display: grid;
  gap: 8px;
}
.stage-lines strong {
  font-size: 1.18rem;
  font-weight: 700;
}
.stage-small {
  border-radius: 999px;
  padding: 12px 16px;
  font-size: 0.95rem;
}
.stage-top { top: 42px; left: 34px; }
.stage-mid { top: 102px; right: 34px; }
.stage-bottom { top: 134px; left: 56px; }

.pillar,
.card,
.contact-card,
.about-points div,
.cta-box {
  border: 1px solid var(--line);
  background: var(--panel);
  border-radius: 26px;
  box-shadow: var(--shadow);
}
.pillar,
.card,
.contact-card,
.about-points div { padding: 28px; }
.pillar h3,
.card h3 { margin-top: 0; margin-bottom: 12px; }
.pillar p,
.card p,
.card li,
.contact-card p,
.section-copy { color: var(--muted); }
.card ul { margin: 0; padding-left: 18px; }

.section { padding: 84px 0; }
.section-tight { padding: 26px 0 12px; }
.section.alt {
  background: rgba(255,255,255,0.02);
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

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

.split-band {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
  gap: 68px;
  align-items: center;
}
.split-right {
  max-width: 620px;
  padding-top: 18px;
}

.cards {
  margin-top: 28px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}
.single-column-cards { grid-template-columns: 1fr; }
.single-column-cards .card { min-height: auto; }

.about-grid,
.contact-box {
  display: grid;
  grid-template-columns: 1fr 380px;
  gap: 30px;
  align-items: start;
}
.about-points {
  display: grid;
  gap: 14px;
}
.about-points div {
  color: #d8e4f4;
  font-weight: 700;
}

.cta-box-wide {
  padding: 40px;
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 36px;
  align-items: center;
}
.cta-actions {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.page-hero {
  padding-top: 54px;
  padding-bottom: 24px;
}

.contact-box-form {
  position: relative;
  grid-template-columns: minmax(0, 1.02fr) minmax(360px, 0.98fr);
  gap: 40px;
  padding: 42px;
  border: 1px solid rgba(255,255,255,0.08);
  border-radius: 34px;
  background:
    radial-gradient(circle at top right, rgba(130, 231, 200, 0.08), transparent 28%),
    radial-gradient(circle at bottom left, rgba(126, 188, 255, 0.08), transparent 26%),
    linear-gradient(180deg, rgba(14, 23, 35, 0.88), rgba(9, 16, 26, 0.94));
  box-shadow: var(--shadow);
  overflow: hidden;
}

.contact-box-form::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  border-radius: inherit;
  box-shadow: inset 0 1px 0 rgba(255,255,255,0.04);
}

.contact-box-form > div {
  position: relative;
  z-index: 1;
}

.contact-benefits {
  margin-top: 30px;
  display: grid;
  gap: 14px;
}

.contact-benefits div {
  padding: 14px 18px;
  border: 1px solid rgba(255,255,255,0.06);
  border-radius: 18px;
  background: rgba(255,255,255,0.03);
  color: #dce7f6;
  font-weight: 600;
}

.contact-form-card {
  position: relative;
  border: 1px solid rgba(255,255,255,0.1);
  background: linear-gradient(180deg, rgba(8, 14, 22, 0.92), rgba(6, 11, 18, 0.96));
  border-radius: 28px;
  box-shadow: 0 18px 48px rgba(0,0,0,0.26);
  padding: 30px;
}

.contact-form-card::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  padding: 1px;
  background: linear-gradient(145deg, rgba(130, 231, 200, 0.28), rgba(126, 188, 255, 0.14), rgba(255,255,255,0.04));
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  pointer-events: none;
}

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

.contact-form label {
  display: grid;
  gap: 8px;
}

.contact-form span {
  font-size: 0.92rem;
  font-weight: 800;
  letter-spacing: 0.01em;
  color: #e4eefb;
}

.contact-form span em {
  font-style: normal;
  color: var(--muted);
  font-weight: 600;
}

.contact-form input,
.contact-form textarea {
  width: 100%;
  border: 1px solid rgba(255,255,255,0.08);
  background: rgba(255,255,255,0.03);
  color: var(--text);
  border-radius: 16px;
  padding: 15px 16px;
  font: inherit;
  outline: none;
  transition: border-color 0.2s ease, box-shadow 0.2s ease, background 0.2s ease, transform 0.2s ease;
}

.contact-form textarea {
  min-height: 136px;
  resize: vertical;
}

.contact-form input::placeholder,
.contact-form textarea::placeholder {
  color: #8ea1b7;
}

.contact-form input:hover,
.contact-form textarea:hover {
  background: rgba(255,255,255,0.045);
}

.contact-form input:focus,
.contact-form textarea:focus {
  border-color: rgba(130, 231, 200, 0.72);
  box-shadow: 0 0 0 4px rgba(130, 231, 200, 0.12);
  background: rgba(255,255,255,0.05);
  transform: translateY(-1px);
}

.contact-form-card .btn {
  margin-top: 6px;
  min-height: 54px;
}


@media (max-width: 960px) {
  .hero-grid-v3,
  .cards,
  .about-grid,
  .contact-box,
  .pillars-wide,
  .split-band,
  .cta-box-wide {
    grid-template-columns: 1fr;
    gap: 24px;
  }

  .contact-box-form {
    padding: 28px;
    gap: 28px;
  }

  .site-header { position: relative; }
  .nav {
    min-height: 84px;
    padding: 6px 0 0;
    flex-direction: column;
    gap: 10px;
  }
  .logo {
    width: 100%;
    justify-content: center;
    margin-left: 0;
  }
  .logo-image { height: 96px; max-width: min(92vw, 420px); }
  nav {
    width: 100%;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 10px;
    padding: 10px 0 14px;
  }
  nav a {
    text-align: center;
    border: 1px solid var(--line);
    background: rgba(255,255,255,0.04);
    border-radius: 14px;
    padding: 10px 8px;
    font-size: 0.9rem;
  }
  .hero { padding-top: 30px; padding-bottom: 24px; }
  .hero-shell { padding: 20px; }
  .hero-stage { display: none; }
  .cta-actions { justify-content: flex-start; }
}

@media (max-width: 640px) {
  .container { width: min(1240px, calc(100% - 28px)); }
  h1 { font-size: 2.08rem; max-width: 100%; }
  h2 { max-width: 100%; }
  .lead,
  .section-copy,
  .pillar p,
  .card p,
  .card li,
  .contact-card p,
  .form-note { font-size: 0.98rem; }
  .hero-cta { margin-top: 24px; }
  .btn,
  .btn.full,
  .cta-actions .btn,
  .page-hero-action .btn { width: 100%; }
  .pillar,
  .card,
  .contact-card,
  .contact-form-card,
  .about-points div,
  .cta-box-wide { padding: 20px; border-radius: 20px; }
  .contact-box-form {
    padding: 18px;
    border-radius: 24px;
  }
  .section { padding: 62px 0; }
  .hero-stage { min-height: 280px; }
  nav {
    grid-template-columns: repeat(2, 1fr);
  }
  .stage-main {
    left: 16px;
    right: 16px;
    bottom: 16px;
    padding: 18px;
  }
  .stage-lines strong { font-size: 1rem; }
  .stage-top { top: 20px; left: 16px; }
  .stage-mid { top: 72px; right: 16px; }
  .stage-bottom { top: 108px; left: 26px; }
}
26px; }
}
.stage-bottom { top: 108px; left: 26px; }
}
r);
  }
  .stage-main {
    left: 16px;
    right: 16px;
    bottom: 16px;
    padding: 18px;
  }
  .stage-lines strong { font-size: 1rem; }
  .stage-top { top: 20px; left: 16px; }
  .stage-mid { top: 72px; right: 16px; }
  .stage-bottom { top: 108px; left: 26px; }
}
