:root {
  --ink: #111315;
  --muted: #5b635f;
  --line: #dfe4de;
  --paper: #f7f8f5;
  --white: #ffffff;
  --green: #163f35;
  --green-2: #2f6b5c;
  --amber: #d9842f;
  --blue: #406b8f;
  --shadow: 0 22px 60px rgba(17, 19, 21, 0.1);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

.section[id] {
  scroll-margin-top: 11rem;
}

body {
  margin: 0;
  color: var(--ink);
  background:
    linear-gradient(90deg, rgba(22, 63, 53, 0.045) 1px, transparent 1px),
    linear-gradient(180deg, rgba(22, 63, 53, 0.035) 1px, transparent 1px),
    var(--paper);
  background-size: 48px 48px;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 16px;
  line-height: 1.6;
  letter-spacing: 0;
}

img,
svg {
  max-width: 100%;
  height: auto;
}

a {
  color: inherit;
}

.skip-link {
  position: absolute;
  left: 1rem;
  top: -4rem;
  z-index: 20;
  padding: 0.65rem 0.9rem;
  color: var(--white);
  background: var(--green);
  border-radius: 6px;
  transition: top 0.2s ease;
}

.skip-link:focus {
  top: 1rem;
}

.container {
  width: min(100% - 2rem, 1160px);
  margin-inline: auto;
}

.section {
  padding: 4.5rem 0;
}

.section-quiet {
  background: rgba(255, 255, 255, 0.68);
  border-block: 1px solid rgba(17, 19, 21, 0.08);
}

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

.site-header {
  position: sticky;
  top: 0;
  z-index: 10;
  background: rgba(247, 248, 245, 0.92);
  border-bottom: 1px solid rgba(17, 19, 21, 0.08);
  backdrop-filter: blur(18px);
}

.header-inner {
  display: grid;
  grid-template-columns: 1fr;
  gap: 0.8rem;
  align-items: center;
  padding: 0.9rem 0;
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 0.55rem;
  width: max-content;
  color: var(--ink);
  text-decoration: none;
}

.brand-mark {
  display: grid;
  width: 2.2rem;
  height: 2.2rem;
  place-items: center;
  color: var(--white);
  background: var(--green);
  border-radius: 8px;
  font-size: 1.05rem;
  font-weight: 900;
  line-height: 1;
}

.brand-name {
  font-size: 1.38rem;
  font-weight: 900;
  line-height: 1;
}

.brand-name span {
  color: var(--green);
}

.site-nav {
  display: flex;
  flex-wrap: wrap;
  gap: 0.25rem 1rem;
  color: var(--muted);
  font-size: 0.94rem;
  font-weight: 650;
}

.site-nav a,
.header-phone {
  text-decoration: none;
}

.site-nav a:hover,
.header-phone:hover,
.contact-methods a:hover {
  color: var(--green);
}

.header-phone {
  width: max-content;
  font-weight: 800;
  color: var(--green);
}

.hero {
  min-height: calc(100svh - 92px);
  display: grid;
  align-items: center;
  padding-top: 3rem;
}

.hero-grid {
  display: grid;
  gap: 2rem;
  align-items: center;
}

.eyebrow {
  margin: 0 0 0.85rem;
  color: var(--amber);
  font-size: 0.78rem;
  font-weight: 850;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

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

h1,
h2,
h3 {
  line-height: 1.08;
  letter-spacing: 0;
  overflow-wrap: break-word;
}

h1 {
  max-width: 13ch;
  margin-bottom: 1.25rem;
  font-size: clamp(2.45rem, 12vw, 4.65rem);
}

h2 {
  margin-bottom: 1rem;
  font-size: clamp(2rem, 7vw, 3.35rem);
}

h3 {
  margin-bottom: 0.75rem;
  font-size: 1.15rem;
}

.lead {
  max-width: 66ch;
  color: #333a36;
  font-size: clamp(1.05rem, 2.4vw, 1.24rem);
}

.hero-actions,
.contact-methods {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  margin-top: 1.55rem;
}

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

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

.button-primary:hover {
  background: #0f3028;
}

.button-secondary {
  color: var(--green);
  background: var(--white);
  border-color: var(--line);
}

.button-secondary:hover {
  border-color: var(--green);
}

.hero-points {
  display: grid;
  gap: 0.55rem;
  max-width: 680px;
  margin: 1.5rem 0 0;
  padding: 0;
  color: var(--muted);
  list-style: none;
}

.hero-points li {
  position: relative;
  padding-left: 1.35rem;
}

.hero-points li::before {
  position: absolute;
  left: 0;
  top: 0.68em;
  width: 0.48rem;
  height: 0.48rem;
  background: var(--amber);
  border-radius: 999px;
  content: "";
}

.hero-visual {
  display: grid;
  gap: 1.35rem;
  padding: 1.1rem;
  background: var(--white);
  border: 1px solid rgba(17, 19, 21, 0.1);
  border-radius: 8px;
  box-shadow: var(--shadow);
}

.visual-head {
  display: grid;
  gap: 0.35rem;
}

.visual-head span,
.row-label,
.card-kicker,
.service-index,
.pricing-panel span {
  color: var(--blue);
  font-size: 0.78rem;
  font-weight: 850;
  text-transform: uppercase;
}

.pipeline {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto minmax(0, 1fr) auto minmax(0, 1fr) auto;
  align-items: center;
  gap: 0.35rem;
  min-height: 54px;
}

.pipeline-node {
  display: grid;
  width: 44px;
  height: 44px;
  place-items: center;
  color: var(--green);
  background: #edf4ef;
  border: 1px solid #cad8cf;
  border-radius: 999px;
  font-size: 0.8rem;
  font-weight: 850;
}

.pipeline-node.is-active {
  color: var(--white);
  background: var(--green);
  border-color: var(--green);
}

.pipeline-line {
  display: block;
  height: 2px;
  background: linear-gradient(90deg, var(--green), var(--amber));
}

.visual-rows {
  display: grid;
  gap: 0.75rem;
}

.visual-rows > div {
  padding: 0.85rem;
  background: #f6f8f4;
  border: 1px solid var(--line);
  border-radius: 8px;
}

.visual-rows strong {
  display: block;
  margin-top: 0.2rem;
}

.split,
.process-layout,
.faq-layout,
.contact-grid {
  display: grid;
  gap: 2rem;
}

.text-stack {
  color: #333a36;
  font-size: 1.06rem;
}

.text-stack,
.card,
.signal,
.proof-grid,
.faq-list,
.contact-form,
.legal-content {
  overflow-wrap: anywhere;
}

.text-stack p:last-child,
.card p:last-child,
.service-item p:last-child,
.proof-grid p:last-child,
.faq-list p:last-child,
.contact-grid p:last-child,
.site-footer p:last-child {
  margin-bottom: 0;
}

.section-header {
  max-width: 780px;
  margin-bottom: 2rem;
}

.section-header p {
  color: var(--muted);
}

.card-grid,
.proof-grid,
.signal-grid {
  display: grid;
  gap: 1rem;
}

.card,
.proof-grid article,
.signal,
.pricing-panel article {
  padding: 1.15rem;
  background: var(--white);
  border: 1px solid rgba(17, 19, 21, 0.09);
  border-radius: 8px;
}

.card {
  min-height: 214px;
}

.card h3 {
  margin-top: 0.7rem;
}

.card p,
.proof-grid p,
.signal p,
.pricing-panel p {
  color: var(--muted);
}

.signal {
  position: relative;
  padding-left: 1.35rem;
}

.signal::before {
  position: absolute;
  left: 0;
  top: 0;
  width: 4px;
  height: 100%;
  background: var(--amber);
  border-radius: 8px 0 0 8px;
  content: "";
}

.position-cloud {
  display: flex;
  flex-wrap: wrap;
  gap: 0.65rem;
}

.position-cloud span {
  display: inline-flex;
  max-width: 100%;
  min-height: 42px;
  align-items: center;
  padding: 0.55rem 0.75rem;
  color: var(--green);
  background: var(--white);
  border: 1px solid rgba(22, 63, 53, 0.18);
  border-radius: 8px;
  font-size: 0.94rem;
  font-weight: 750;
  overflow-wrap: anywhere;
}

.section-dark .eyebrow {
  color: #f0a24d;
}

.section-dark .section-header p {
  color: rgba(255, 255, 255, 0.72);
}

.service-list {
  display: grid;
  border-top: 1px solid rgba(255, 255, 255, 0.16);
}

.service-item {
  display: grid;
  gap: 1rem;
  padding: 1.35rem 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.16);
}

.service-index {
  color: #f0a24d;
}

.service-item p {
  color: rgba(255, 255, 255, 0.78);
}

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

.steps li {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 0.95rem;
  padding: 1rem;
  background: var(--white);
  border: 1px solid rgba(17, 19, 21, 0.09);
  border-radius: 8px;
}

.steps span {
  display: grid;
  width: 42px;
  height: 42px;
  place-items: center;
  color: var(--white);
  background: var(--green);
  border-radius: 999px;
  font-size: 0.8rem;
  font-weight: 850;
}

.steps p {
  color: var(--muted);
}

.pricing-panel {
  display: grid;
  gap: 0.85rem;
}

.pricing-panel article {
  display: grid;
  gap: 0.2rem;
}

.pricing-panel h3 {
  margin: 0;
}

.faq-list {
  display: grid;
  gap: 0.75rem;
}

details {
  background: var(--white);
  border: 1px solid rgba(17, 19, 21, 0.09);
  border-radius: 8px;
}

summary {
  padding: 1rem;
  font-weight: 800;
  cursor: pointer;
}

details p {
  padding: 0 1rem 1rem;
  color: var(--muted);
}

.contact-section {
  color: var(--white);
  background:
    linear-gradient(135deg, rgba(64, 107, 143, 0.45), transparent 45%),
    var(--ink);
}

.contact-section p {
  color: rgba(255, 255, 255, 0.78);
}

.contact-methods a {
  color: var(--white);
  font-weight: 850;
  text-decoration: none;
}

.contact-form {
  display: grid;
  gap: 0.95rem;
  padding: 1rem;
  color: var(--ink);
  background: var(--white);
  border-radius: 8px;
}

.contact-form label {
  display: grid;
  gap: 0.35rem;
  font-size: 0.92rem;
  font-weight: 750;
}

input,
select,
textarea {
  width: 100%;
  min-height: 46px;
  padding: 0.75rem 0.85rem;
  color: var(--ink);
  background: #f8faf7;
  border: 1px solid #cfd8d1;
  border-radius: 8px;
  font: inherit;
}

textarea {
  resize: vertical;
}

input:focus,
select:focus,
textarea:focus,
.button:focus-visible,
a:focus-visible,
summary:focus-visible {
  outline: 3px solid rgba(217, 132, 47, 0.45);
  outline-offset: 2px;
}

.consent {
  grid-template-columns: auto 1fr;
  align-items: start;
  color: var(--muted);
  font-size: 0.88rem;
  font-weight: 600;
}

.consent input {
  width: 18px;
  min-height: 18px;
  margin-top: 0.2rem;
}

.consent a,
.form-note a {
  color: var(--green);
  font-weight: 800;
}

.form-note {
  margin: 0;
  color: #3a433e;
  font-size: 0.88rem;
  font-weight: 600;
  overflow-wrap: normal;
}

.form-note a {
  white-space: nowrap;
}

.legal-section h1 {
  max-width: 11ch;
}

.legal-layout {
  max-width: 860px;
}

.legal-content {
  display: grid;
  gap: 1.15rem;
  margin-top: 2.5rem;
}

.legal-date {
  margin-top: 1rem;
  color: var(--muted);
  font-weight: 750;
}

.legal-content h2 {
  margin-bottom: 0.25rem;
  font-size: clamp(1.35rem, 4vw, 1.85rem);
}

.legal-content p {
  color: var(--muted);
}

.legal-content a,
.site-footer a {
  color: var(--green);
  font-weight: 800;
  text-decoration: none;
}

.legal-content a:hover,
.site-footer a:hover {
  text-decoration: underline;
}

.site-footer {
  padding: 2rem 0;
  background: var(--white);
  border-top: 1px solid rgba(17, 19, 21, 0.08);
}

.footer-inner {
  display: grid;
  gap: 0.85rem;
  color: var(--muted);
}

@media (min-width: 720px) {
  .section[id] {
    scroll-margin-top: 6rem;
  }

  .header-inner {
    grid-template-columns: auto 1fr auto;
  }

  .site-nav {
    justify-content: center;
  }

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

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

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

  .service-item {
    grid-template-columns: 0.8fr 1.2fr;
  }

  .footer-inner {
    grid-template-columns: auto 1fr auto;
    align-items: center;
  }
}

@media (min-width: 860px) {
  .hero {
    min-height: calc(100svh - 68px);
  }

  .hero-grid,
  .split,
  .contact-grid {
    grid-template-columns: 1.05fr 0.95fr;
  }

  .process-layout,
  .faq-layout {
    grid-template-columns: 0.85fr 1.15fr;
  }
}

@media (min-width: 980px) {
  .section {
    padding: 6.5rem 0;
  }

  .hero-grid {
    grid-template-columns: minmax(0, 1.08fr) minmax(360px, 0.72fr);
  }

  .hero-visual {
    padding: 1.35rem;
  }

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

  .card,
  .proof-grid article,
  .signal,
  .pricing-panel article {
    padding: 1.35rem;
  }
}

@media (max-width: 380px) {
  .container {
    width: min(100% - 1.25rem, 1160px);
  }

  .button {
    width: 100%;
  }

  .pipeline-node {
    width: 36px;
    height: 36px;
  }
}
