:root {
  color-scheme: light;
  --ink: #16201d;
  --muted: #5c6a64;
  --line: #d9e1dd;
  --paper: #f7f4ed;
  --white: #ffffff;
  --mint: #d8eee3;
  --green: #166b4d;
  --green-deep: #0f4d39;
  --gold: #c28d22;
  --brick: #9e4f3e;
  --navy: #152522;
  --steel: #ebefed;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background: var(--paper);
  color: var(--ink);
}

a {
  color: inherit;
}

.topbar {
  position: sticky;
  top: 0;
  z-index: 10;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  min-height: 82px;
  padding: 10px clamp(18px, 5vw, 64px);
  border-bottom: 1px solid rgba(22, 32, 29, 0.12);
  background: rgba(247, 244, 237, 0.94);
  backdrop-filter: blur(12px);
}

.brand,
.nav {
  display: flex;
  align-items: center;
}

.brand {
  gap: 10px;
  font-weight: 800;
  text-decoration: none;
}

.brand-logo {
  display: block;
  width: clamp(178px, 20vw, 250px);
  height: auto;
  max-height: 66px;
  object-fit: contain;
  object-position: left center;
}

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

.nav {
  gap: 24px;
  color: var(--muted);
  font-size: 0.95rem;
  font-weight: 700;
}

.nav a {
  text-decoration: none;
}

.nav-cta {
  color: var(--green-deep);
  font-weight: 700;
}

.hero {
  position: relative;
  min-height: min(760px, calc(100vh - 72px));
  display: grid;
  align-items: center;
  overflow: hidden;
  background: var(--navy);
}

.hero-media {
  position: absolute;
  inset: 0;
}

.hero-media::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(7, 18, 15, 0.94), rgba(12, 31, 25, 0.65) 54%, rgba(12, 31, 25, 0.28)),
    linear-gradient(0deg, rgba(7, 18, 15, 0.62), transparent 42%);
}

.hero-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.hero-layout {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(320px, 430px);
  gap: clamp(26px, 5vw, 68px);
  align-items: end;
  width: min(1220px, calc(100% - 36px));
  margin: 0 auto;
  color: var(--white);
}

.hero-layout > * {
  min-width: 0;
}

.hero-copy {
  max-width: 770px;
  padding: clamp(54px, 8vw, 96px) 0;
}

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

.hero h1 {
  max-width: 720px;
  margin: 0;
  font-size: clamp(2.15rem, 5.7vw, 5.15rem);
  line-height: 0.98;
  letter-spacing: 0;
  overflow-wrap: anywhere;
}

.hero-text {
  max-width: 620px;
  margin: 24px 0 0;
  color: rgba(255, 255, 255, 0.86);
  font-size: clamp(1.05rem, 2vw, 1.28rem);
  line-height: 1.55;
}

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

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 46px;
  padding: 0 20px;
  border: 1px solid transparent;
  border-radius: 8px;
  font-weight: 800;
  text-decoration: none;
  cursor: pointer;
}

.button.primary {
  background: var(--green);
  color: var(--white);
}

.button.secondary {
  border-color: rgba(22, 32, 29, 0.22);
  background: var(--white);
  color: var(--green-deep);
}

.hero .button.secondary {
  border-color: rgba(255, 255, 255, 0.32);
  background: rgba(255, 255, 255, 0.12);
  color: var(--white);
}

.ops-panel {
  display: grid;
  gap: 16px;
  width: 100%;
  max-width: 100%;
  min-width: 0;
  margin-bottom: clamp(38px, 6vw, 72px);
  padding: 20px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.92);
  color: var(--ink);
  box-shadow: 0 26px 80px rgba(0, 0, 0, 0.28);
}

.ops-panel-header,
.call-card,
.call-summary div,
.hero-bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
}

.ops-panel-header {
  color: var(--muted);
  font-size: 0.88rem;
  font-weight: 800;
  flex-wrap: wrap;
}

.ops-panel-header strong {
  padding: 6px 10px;
  border-radius: 999px;
  background: #ffe8d6;
  color: var(--brick);
  font-size: 0.78rem;
}

.call-card {
  align-items: flex-start;
  justify-content: flex-start;
  padding: 18px;
  border: 1px solid #f0d7c6;
  border-radius: 8px;
  background: #fff7f1;
}

.status-dot {
  flex: 0 0 auto;
  width: 12px;
  height: 12px;
  margin-top: 7px;
  border-radius: 999px;
  background: var(--brick);
  box-shadow: 0 0 0 5px rgba(158, 79, 62, 0.15);
}

.call-label {
  margin: 0 0 6px;
  color: var(--brick);
  font-size: 0.78rem;
  font-weight: 900;
  text-transform: uppercase;
}

.call-card h2 {
  margin: 0 0 8px;
  font-size: clamp(1.05rem, 2vw, 1.35rem);
  line-height: 1.15;
  overflow-wrap: anywhere;
}

.call-card p:last-child {
  margin: 0;
  color: var(--muted);
  line-height: 1.45;
}

.call-summary {
  display: grid;
  gap: 1px;
  margin: 0;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--line);
}

.call-summary div {
  padding: 13px 14px;
  background: var(--white);
}

.call-summary dt,
.call-summary dd {
  margin: 0;
}

.call-summary dt {
  color: var(--muted);
  font-size: 0.82rem;
  font-weight: 800;
}

.call-summary dd {
  color: var(--ink);
  font-weight: 800;
  text-align: right;
  overflow-wrap: anywhere;
}

.hero-bottom {
  position: relative;
  z-index: 1;
  width: min(1220px, calc(100% - 36px));
  margin: -40px auto 28px;
  justify-content: flex-start;
  flex-wrap: wrap;
  color: rgba(255, 255, 255, 0.78);
  font-size: 0.9rem;
  font-weight: 800;
}

.hero-bottom span {
  padding: 8px 12px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.08);
}

.signal-band {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1px;
  background: var(--line);
  border-bottom: 1px solid var(--line);
}

.signal-band div {
  display: grid;
  gap: 6px;
  min-height: 112px;
  padding: 24px clamp(18px, 4vw, 44px);
  background: var(--white);
}

.signal-band strong {
  color: var(--green-deep);
  font-size: 2rem;
  line-height: 1;
}

.signal-band span {
  color: var(--muted);
}

.section {
  width: min(1160px, calc(100% - 36px));
  margin: 0 auto;
  padding: clamp(54px, 8vw, 96px) 0;
}

.section-heading {
  max-width: 720px;
  margin-bottom: 28px;
}

.section-heading p:not(.eyebrow),
.proof-copy p {
  color: var(--muted);
  font-size: 1.04rem;
  line-height: 1.6;
}

.section h2 {
  margin: 0;
  font-size: clamp(1.8rem, 4vw, 3.4rem);
  line-height: 1.05;
  letter-spacing: 0;
}

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

.feature,
.price-card {
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--white);
}

.feature {
  padding: 26px;
}

.feature-icon {
  display: grid;
  place-items: center;
  width: 38px;
  height: 38px;
  margin-bottom: 20px;
  border-radius: 8px;
  background: var(--mint);
  color: var(--green-deep);
  font-weight: 900;
}

.feature h3,
.steps h3,
.price-card h3 {
  margin: 0 0 10px;
  font-size: 1.12rem;
}

.feature p,
.steps p,
.price-card p {
  margin: 0;
  color: var(--muted);
  line-height: 1.55;
}

.split {
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: clamp(28px, 5vw, 72px);
  align-items: start;
}

.proof-section {
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(0, 1.05fr);
  gap: clamp(28px, 5vw, 68px);
  align-items: center;
  padding-top: 0;
}

.proof-copy h2 {
  margin: 0;
  font-size: clamp(1.8rem, 4vw, 3.2rem);
  line-height: 1.06;
}

.proof-grid {
  display: grid;
  gap: 14px;
}

.proof-grid div {
  display: grid;
  gap: 6px;
  padding: 22px;
  border-left: 5px solid var(--green);
  border-radius: 8px;
  background: var(--white);
  box-shadow: 0 16px 40px rgba(22, 32, 29, 0.06);
}

.proof-grid strong {
  font-size: 1.08rem;
}

.proof-grid span {
  color: var(--muted);
  line-height: 1.5;
}

.steps {
  display: grid;
  gap: 16px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.steps li {
  display: grid;
  grid-template-columns: 58px 1fr;
  gap: 18px;
  padding: 22px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--white);
}

.steps span {
  display: grid;
  place-items: center;
  width: 48px;
  height: 48px;
  border-radius: 8px;
  background: var(--mint);
  color: var(--green-deep);
  font-weight: 900;
}

.price-card {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  min-height: 310px;
  padding: 28px;
}

.price-card.highlighted {
  border-color: rgba(22, 107, 77, 0.5);
  background: linear-gradient(180deg, #eef8f2, #ffffff 72%);
}

.price {
  margin: 18px 0 14px;
  color: var(--ink);
  font-size: 2.2rem;
  font-weight: 900;
}

.price span {
  color: var(--muted);
  font-size: 1rem;
  font-weight: 800;
}

.contact-section {
  display: grid;
  grid-template-columns: 0.85fr 1.15fr;
  gap: clamp(28px, 5vw, 72px);
}

.contact-form {
  display: grid;
  gap: 16px;
  padding: 28px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--white);
}

.contact-form label {
  display: grid;
  gap: 8px;
  color: var(--muted);
  font-size: 0.95rem;
  font-weight: 700;
}

.contact-form input,
.contact-form textarea {
  width: 100%;
  border: 1px solid var(--line);
  border-radius: 8px;
  padding: 13px 14px;
  color: var(--ink);
  font: inherit;
}

.contact-form textarea {
  resize: vertical;
}

.footer {
  display: flex;
  justify-content: space-between;
  gap: 18px;
  padding: 28px clamp(18px, 5vw, 64px);
  border-top: 1px solid var(--line);
  color: var(--muted);
  background: var(--white);
}

.footer p {
  margin: 0;
}

@media (max-width: 840px) {
  .topbar,
  .nav {
    align-items: flex-start;
  }

  .topbar {
    position: static;
    flex-direction: column;
  }

  .brand-logo {
    width: min(230px, 76vw);
  }

  .nav {
    flex-wrap: wrap;
    gap: 14px 18px;
  }

  .hero {
    min-height: auto;
  }

  .hero-media::after {
    background: linear-gradient(0deg, rgba(11, 22, 18, 0.9), rgba(11, 22, 18, 0.34));
  }

  .hero-layout {
    grid-template-columns: 1fr;
    align-items: start;
    padding: 26px 0 54px;
  }

  .hero-copy {
    padding: 34px 0 0;
  }

  .ops-panel {
    margin-bottom: 0;
  }

  .hero-bottom {
    margin: -28px auto 26px;
  }

  .signal-band,
  .feature-grid,
  .pricing-grid,
  .split,
  .proof-section,
  .contact-section {
    grid-template-columns: 1fr;
  }

  .signal-band div {
    min-height: 92px;
  }
}

@media (max-width: 520px) {
  .hero {
    min-height: auto;
  }

  .hero-actions,
  .footer,
  .call-summary div {
    flex-direction: column;
    align-items: flex-start;
  }

  .call-summary dd {
    text-align: left;
  }

  .button {
    width: 100%;
  }

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