:root {
  --ink: #111418;
  --muted: #53606e;
  --line: #d9dee5;
  --paper: #f7f8f9;
  --white: #ffffff;
  --accent: #0f766e;
  --accent-dark: #0b4f4a;
  --gold: #b7791f;
  --charcoal: #20262d;
  --radius: 8px;
  --shadow: 0 18px 50px rgba(17, 20, 24, 0.14);
}

* {
  box-sizing: border-box;
}

html {
  color: var(--ink);
  font-family:
    Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI",
    sans-serif;
  line-height: 1.5;
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background: var(--white);
}

.skip-link {
  position: fixed;
  top: 12px;
  left: 12px;
  z-index: 100;
  transform: translateY(-140%);
  border-radius: var(--radius);
  padding: 10px 14px;
  background: var(--white);
  color: var(--ink);
  font-weight: 900;
  box-shadow: var(--shadow);
}

.skip-link:focus {
  transform: translateY(0);
}

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

a:focus-visible,
button:focus-visible,
input:focus-visible,
select:focus-visible,
textarea:focus-visible {
  outline: 3px solid #f7c873;
  outline-offset: 3px;
}

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

.site-header {
  position: sticky;
  top: 0;
  z-index: 20;
  border-bottom: 1px solid rgba(217, 222, 229, 0.9);
  background: rgba(255, 255, 255, 0.94);
  backdrop-filter: blur(14px);
}

.nav-wrap,
.section-inner {
  width: min(1180px, calc(100% - 40px));
  margin: 0 auto;
}

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

.brand {
  display: grid;
  gap: 0;
  font-weight: 800;
  letter-spacing: 0;
}

.brand span:first-child {
  font-size: 1.04rem;
}

.brand span:last-child {
  color: var(--muted);
  font-size: 0.76rem;
  font-weight: 700;
  text-transform: uppercase;
}

.nav-toggle {
  display: none;
  width: 44px;
  height: 44px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--white);
  color: var(--ink);
  font-size: 1.4rem;
}

.site-nav {
  display: flex;
  align-items: center;
  gap: 18px;
  color: var(--charcoal);
  font-size: 0.94rem;
  font-weight: 700;
}

.site-nav a {
  padding: 10px 0;
}

.site-nav a:hover,
.site-nav a[aria-current="page"] {
  color: var(--accent-dark);
}

.site-nav .button,
.site-nav .button:hover,
.site-nav .button[aria-current="page"] {
  color: var(--white);
}

.button {
  display: inline-flex;
  min-height: 44px;
  align-items: center;
  justify-content: center;
  border: 1px solid var(--ink);
  border-radius: var(--radius);
  padding: 10px 16px;
  background: var(--ink);
  color: var(--white);
  font-weight: 800;
  line-height: 1.1;
}

.button.secondary {
  border-color: rgba(255, 255, 255, 0.62);
  background: rgba(255, 255, 255, 0.08);
}

.button.light {
  border-color: var(--line);
  background: var(--white);
  color: var(--ink);
}

.hero {
  position: relative;
  min-height: 740px;
  overflow: hidden;
  background:
    linear-gradient(90deg, rgba(17, 20, 24, 0.94) 0%, rgba(17, 20, 24, 0.84) 39%, rgba(17, 20, 24, 0.2) 72%),
    url("/assets/images/enterprise-command-center.png") center right / cover;
  color: var(--white);
}

.hero .section-inner {
  display: grid;
  min-height: 740px;
  align-content: center;
  padding: 80px 0 96px;
}

.hero-copy {
  max-width: 760px;
}

.eyebrow {
  margin: 0 0 14px;
  color: #f7c873;
  font-size: 0.82rem;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

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

h1 {
  max-width: 780px;
  margin-bottom: 22px;
  font-size: clamp(3rem, 8vw, 6.8rem);
  line-height: 0.92;
}

.page-hero h1 {
  font-size: clamp(2.8rem, 7vw, 5.4rem);
}

.lead {
  max-width: 780px;
  color: rgba(255, 255, 255, 0.88);
  font-size: clamp(1.08rem, 2vw, 1.32rem);
}

.hero-actions,
.cta-row {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 30px;
}

.qualification {
  max-width: 670px;
  margin-top: 18px;
  color: rgba(255, 255, 255, 0.72);
  font-size: 0.96rem;
}

.trust-strip {
  background: var(--ink);
  color: var(--white);
}

.trust-strip .section-inner {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  padding: 18px 0;
}

.pill {
  border: 1px solid rgba(255, 255, 255, 0.24);
  border-radius: 999px;
  padding: 7px 12px;
  color: rgba(255, 255, 255, 0.82);
  font-size: 0.86rem;
  font-weight: 800;
}

.section {
  padding: 88px 0;
}

.section.alt {
  background: var(--paper);
}

.section.dark {
  background: var(--charcoal);
  color: var(--white);
}

.section-kicker {
  margin-bottom: 10px;
  color: var(--accent-dark);
  font-size: 0.78rem;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.dark .section-kicker {
  color: #f7c873;
}

.section h2 {
  max-width: 760px;
  margin-bottom: 18px;
  font-size: clamp(2rem, 4vw, 3.4rem);
  line-height: 1;
}

.section-lead {
  max-width: 820px;
  color: var(--muted);
  font-size: 1.14rem;
}

.dark .section-lead,
.dark .muted {
  color: rgba(255, 255, 255, 0.74);
}

.grid {
  display: grid;
  gap: 18px;
  margin-top: 34px;
}

.grid.five {
  grid-template-columns: repeat(5, 1fr);
}

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

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

.card,
.proof-card {
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: 24px;
  background: var(--white);
}

.dark .card,
.dark .proof-card {
  border-color: rgba(255, 255, 255, 0.14);
  background: rgba(255, 255, 255, 0.06);
}

.card h3,
.proof-card h3 {
  margin-bottom: 10px;
  font-size: 1.14rem;
}

.card p,
.proof-card p {
  margin-bottom: 0;
  color: var(--muted);
}

.dark .card p,
.dark .proof-card p {
  color: rgba(255, 255, 255, 0.7);
}

.split {
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(0, 1.05fr);
  gap: 44px;
  align-items: start;
}

.steps {
  display: grid;
  gap: 12px;
  counter-reset: step;
}

.step {
  display: grid;
  grid-template-columns: 52px 1fr;
  gap: 14px;
  align-items: start;
  border-bottom: 1px solid var(--line);
  padding: 16px 0;
}

.step::before {
  display: grid;
  width: 42px;
  height: 42px;
  place-items: center;
  border-radius: var(--radius);
  background: var(--accent);
  color: var(--white);
  content: counter(step);
  counter-increment: step;
  font-weight: 900;
}

.budget-band {
  display: grid;
  gap: 6px;
  border-left: 4px solid var(--accent);
  padding: 18px 0 18px 18px;
}

.budget-band strong {
  font-size: 1.16rem;
}

.page-hero {
  background: var(--charcoal);
  color: var(--white);
}

.page-hero .section-inner {
  padding: 88px 0;
}

.page-hero .lead {
  color: rgba(255, 255, 255, 0.82);
}

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

.check-list li {
  border-bottom: 1px solid var(--line);
  padding: 0 0 12px;
}

.dark .check-list li {
  border-bottom-color: rgba(255, 255, 255, 0.14);
}

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

.field {
  display: grid;
  gap: 7px;
}

.honeypot {
  position: absolute;
  left: -10000px;
  width: 1px;
  height: 1px;
  overflow: hidden;
}

.field.full {
  grid-column: 1 / -1;
}

label {
  color: var(--charcoal);
  font-size: 0.88rem;
  font-weight: 800;
}

input,
select,
textarea {
  width: 100%;
  border: 1px solid #c7ced8;
  border-radius: var(--radius);
  padding: 12px 13px;
  background: var(--white);
  color: var(--ink);
  font: inherit;
}

textarea {
  min-height: 130px;
  resize: vertical;
}

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

.form-status {
  min-height: 48px;
  color: var(--accent-dark);
  font-weight: 800;
}

button:disabled {
  cursor: not-allowed;
  opacity: 0.68;
}

.final-cta {
  background: var(--ink);
  color: var(--white);
}

.final-cta .section-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 32px;
  padding: 58px 0;
}

.final-cta h2 {
  margin-bottom: 8px;
  font-size: clamp(2rem, 4vw, 3rem);
}

.final-cta p {
  margin-bottom: 0;
  color: rgba(255, 255, 255, 0.72);
}

.site-footer {
  border-top: 1px solid var(--line);
  padding: 30px 0;
  background: var(--white);
}

.footer-inner {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  width: min(1180px, calc(100% - 40px));
  margin: 0 auto;
  color: var(--muted);
  font-size: 0.92rem;
}

@media (max-width: 1040px) {
  .grid.five,
  .grid.three {
    grid-template-columns: repeat(2, 1fr);
  }

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

@media (max-width: 760px) {
  .nav-toggle {
    display: inline-grid;
    place-items: center;
  }

  .site-nav {
    position: absolute;
    top: 72px;
    right: 20px;
    left: 20px;
    display: none;
    border: 1px solid var(--line);
    border-radius: var(--radius);
    padding: 14px;
    background: var(--white);
    box-shadow: var(--shadow);
  }

  .site-nav[data-open="true"] {
    display: grid;
  }

  .site-nav .button {
    width: 100%;
  }

  .hero,
  .hero .section-inner {
    min-height: 700px;
  }

  .hero {
    background:
      linear-gradient(180deg, rgba(17, 20, 24, 0.98) 0%, rgba(17, 20, 24, 0.86) 58%, rgba(17, 20, 24, 0.5) 100%),
      url("/assets/images/enterprise-command-center.png") center / cover;
  }

  .section {
    padding: 64px 0;
  }

  .grid.five,
  .grid.three,
  .grid.two,
  .form-grid {
    grid-template-columns: 1fr;
  }

  .final-cta .section-inner,
  .footer-inner {
    display: grid;
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  *,
  *::before,
  *::after {
    transition-duration: 0.01ms !important;
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
  }
}
