:root {
  --bg: #0f1012;
  --bg-soft: #17191d;
  --panel: #1f2227;
  --text: #f5f1e8;
  --muted: #b7b0a6;
  --line: rgba(255, 255, 255, 0.12);
  --gold: #c8952b;
  --gold-light: #e2bd64;
  --charcoal: #101113;
  --white: #ffffff;
  --shadow: 0 20px 80px rgba(0, 0, 0, 0.35);
  --radius: 24px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  background:
    radial-gradient(circle at 18% 12%, rgba(200, 149, 43, 0.18), transparent 28%),
    radial-gradient(circle at 80% 10%, rgba(255, 255, 255, 0.06), transparent 24%),
    var(--bg);
  color: var(--text);
}

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

.site-header {
  position: sticky;
  top: 0;
  z-index: 10;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 22px clamp(24px, 5vw, 72px);
  background: rgba(15, 16, 18, 0.78);
  backdrop-filter: blur(18px);
  border-bottom: 1px solid var(--line);
}

.brand {
  display: flex;
  align-items: center;
  gap: 14px;
}

.brand-mark {
  width: 42px;
  height: 42px;
  display: grid;
  place-items: center;
  border: 1px solid rgba(226, 189, 100, 0.35);
  border-radius: 14px;
  background: linear-gradient(145deg, rgba(226, 189, 100, 0.18), rgba(255, 255, 255, 0.03));
}

.brand-mark svg {
  width: 30px;
  height: 30px;
  fill: url(#gold);
}

.brand-mark svg path {
  fill: var(--gold);
}

.brand-text {
  font-size: 1.35rem;
  font-weight: 800;
  letter-spacing: 0.02em;
}

.nav-links {
  display: flex;
  gap: 28px;
  color: var(--muted);
  font-size: 0.95rem;
}

.nav-links a:hover {
  color: var(--gold-light);
}

.hero {
  min-height: calc(100vh - 87px);
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(320px, 0.8fr);
  gap: clamp(32px, 6vw, 96px);
  align-items: center;
  padding: clamp(64px, 8vw, 120px) clamp(24px, 5vw, 72px);
}

.eyebrow {
  margin: 0 0 14px;
  color: var(--gold-light);
  text-transform: uppercase;
  letter-spacing: 0.18em;
  font-weight: 800;
  font-size: 0.78rem;
}

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

h1 {
  max-width: 900px;
  margin-bottom: 24px;
  font-size: clamp(3.5rem, 9vw, 8.8rem);
  line-height: 0.86;
  letter-spacing: -0.08em;
}

h2 {
  font-size: clamp(2rem, 4vw, 4.5rem);
  line-height: 0.95;
  letter-spacing: -0.06em;
  margin-bottom: 0;
}

h3 {
  font-size: 1.25rem;
  margin-bottom: 10px;
}

.hero-copy,
.copy-block p,
.feature-card p,
.step p,
.contact-panel p {
  color: var(--muted);
  line-height: 1.7;
  font-size: 1.04rem;
}

.hero-copy {
  max-width: 720px;
  font-size: clamp(1.08rem, 1.6vw, 1.35rem);
}

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

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 0 22px;
  border-radius: 999px;
  font-weight: 800;
  border: 1px solid var(--line);
}

.button.primary {
  background: linear-gradient(135deg, var(--gold-light), var(--gold));
  color: #17110a;
  border-color: transparent;
}

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

.hero-card {
  width: 100%;
  max-width: 520px;
  justify-self: end;
  background: linear-gradient(145deg, rgba(255,255,255,0.12), rgba(255,255,255,0.03));
  border: 1px solid var(--line);
  border-radius: var(--radius);
  box-shadow: var(--shadow);
  overflow: hidden;
}

.card-header {
  height: 54px;
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 0 18px;
  border-bottom: 1px solid var(--line);
}

.card-header span {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: rgba(255,255,255,0.25);
}

.report-preview {
  padding: 26px;
}

.report-line {
  height: 14px;
  border-radius: 999px;
  background: rgba(255,255,255,0.17);
  margin-bottom: 14px;
}

.report-line.short {
  width: 42%;
  background: rgba(226, 189, 100, 0.68);
}

.report-line.medium {
  width: 68%;
}

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

.image-grid div {
  aspect-ratio: 4 / 3;
  border-radius: 16px;
  background:
    linear-gradient(135deg, rgba(226, 189, 100, 0.32), rgba(255, 255, 255, 0.07)),
    var(--panel);
  border: 1px solid var(--line);
}

.status-row {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 8px;
  margin-top: 24px;
}

.status-row span {
  padding: 9px 10px;
  text-align: center;
  font-size: 0.72rem;
  border: 1px solid rgba(226, 189, 100, 0.35);
  border-radius: 999px;
  color: var(--gold-light);
}

.section {
  padding: clamp(72px, 8vw, 120px) clamp(24px, 5vw, 72px);
  border-top: 1px solid var(--line);
}

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

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

.feature-card,
.step,
.contact-panel {
  background: rgba(255,255,255,0.045);
  border: 1px solid var(--line);
  border-radius: var(--radius);
}

.feature-card {
  padding: 26px;
}

.split {
  display: grid;
  grid-template-columns: minmax(0, 0.85fr) minmax(320px, 1fr);
  gap: clamp(32px, 6vw, 100px);
  align-items: start;
}

.copy-block {
  max-width: 720px;
}

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

.step {
  padding: 24px;
}

.step span {
  display: inline-flex;
  margin-bottom: 22px;
  color: var(--gold-light);
  font-weight: 900;
  letter-spacing: 0.12em;
}

.industries {
  background: rgba(255, 255, 255, 0.025);
}

.pill-row {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.pill-row span {
  padding: 12px 16px;
  border-radius: 999px;
  background: rgba(255,255,255,0.055);
  border: 1px solid var(--line);
  color: var(--muted);
}

.contact {
  padding-bottom: clamp(80px, 10vw, 140px);
}

.contact-panel {
  max-width: 980px;
  padding: clamp(32px, 5vw, 64px);
  background:
    linear-gradient(135deg, rgba(226, 189, 100, 0.18), rgba(255, 255, 255, 0.045)),
    var(--panel);
}

.contact-panel p {
  max-width: 740px;
}

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

@media (max-width: 980px) {
  .hero,
  .split {
    grid-template-columns: 1fr;
  }

  .hero-card {
    justify-self: start;
  }

  .grid.three,
  .steps {
    grid-template-columns: 1fr;
  }

  .nav-links {
    display: none;
  }

  h1 {
    font-size: clamp(3.8rem, 17vw, 6rem);
  }
}
