:root {
  font-family:
    Inter,
    ui-sans-serif,
    system-ui,
    -apple-system,
    BlinkMacSystemFont,
    "Segoe UI",
    sans-serif;
  color: #1f312e;
  background: #f5f2e9;
  --deep: #143f38;
  --green: #246a58;
  --mint: #deeee7;
  --paper: #fffdf8;
  --gold: #d8913f;
  --muted: #66736f;
  --line: #d9ddd6;
  font-synthesis: none;
  text-rendering: optimizeLegibility;
}
* {
  box-sizing: border-box;
}
html {
  scroll-behavior: smooth;
}
body {
  margin: 0;
  min-width: 320px;
  background:
    radial-gradient(
      circle at 84% 4%,
      rgba(216, 145, 63, 0.14),
      transparent 27rem
    ),
    #f5f2e9;
}
a {
  color: inherit;
}
p {
  line-height: 1.65;
}
.site-header {
  width: min(1180px, calc(100% - 36px));
  min-height: 84px;
  margin: auto;
  display: flex;
  align-items: center;
  gap: 30px;
}
.brand {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  text-decoration: none;
  font-weight: 850;
  color: var(--deep);
}
.brand img {
  width: 42px;
  height: 42px;
}
.site-header nav {
  margin-left: auto;
  display: flex;
  gap: 24px;
}
.site-header nav a {
  font-size: 14px;
  font-weight: 700;
  color: var(--muted);
  text-decoration: none;
}
.header-action,
.primary,
.secondary {
  min-height: 48px;
  padding: 0 20px;
  border-radius: 13px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-weight: 800;
  text-decoration: none;
}
.header-action,
.primary {
  background: var(--deep);
  color: #fff;
  box-shadow: 0 10px 24px rgba(20, 63, 56, 0.17);
}
.secondary {
  border: 1px solid #b9c8c1;
  background: rgba(255, 255, 255, 0.52);
  color: var(--deep);
}
main {
  overflow: hidden;
}
.hero {
  width: min(1180px, calc(100% - 36px));
  margin: 44px auto 72px;
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(360px, 0.85fr);
  gap: 64px;
  align-items: center;
}
.eyebrow {
  text-transform: uppercase;
  letter-spacing: 0.14em;
  font-size: 11px;
  font-weight: 850;
  color: var(--green);
}
.hero h1 {
  max-width: 760px;
  margin: 14px 0 20px;
  color: var(--deep);
  font-size: clamp(46px, 7.2vw, 82px);
  line-height: 0.98;
  letter-spacing: -0.062em;
}
.hero-copy > p {
  max-width: 690px;
  margin: 0;
  color: var(--muted);
  font-size: clamp(17px, 2vw, 20px);
}
.hero-actions {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
  margin-top: 30px;
}
.promise-row {
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
  margin-top: 25px;
  color: #4d625c;
  font-size: 12px;
  font-weight: 750;
}
.hero-panel {
  padding: 26px;
  border: 1px solid rgba(36, 106, 88, 0.17);
  border-radius: 28px;
  background: rgba(255, 253, 248, 0.91);
  box-shadow: 0 28px 70px rgba(28, 58, 51, 0.11);
  transform: rotate(1deg);
}
.panel-heading {
  display: grid;
  gap: 5px;
  padding-bottom: 18px;
  border-bottom: 1px solid var(--line);
}
.panel-heading span {
  font-size: 11px;
  color: var(--muted);
  text-transform: uppercase;
  letter-spacing: 0.1em;
  font-weight: 800;
}
.panel-heading strong {
  color: var(--deep);
  font-size: 22px;
}
.priority-list {
  list-style: none;
  padding: 0;
  margin: 10px 0;
}
.priority-list li {
  display: flex;
  gap: 14px;
  padding: 16px 0;
  border-bottom: 1px solid #e7e8e2;
}
.priority-list li > span {
  flex: 0 0 38px;
  width: 38px;
  height: 38px;
  border-radius: 12px;
  display: grid;
  place-items: center;
  background: var(--mint);
  color: var(--green);
  font-weight: 900;
}
.priority-list div {
  display: grid;
  gap: 3px;
}
.priority-list small {
  color: var(--muted);
  line-height: 1.4;
}
.panel-note {
  padding: 13px 15px;
  border-radius: 13px;
  background: #f8ead5;
  color: #765326;
  font-weight: 800;
}
.trust-bar {
  width: min(1180px, calc(100% - 36px));
  margin: auto;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  border: 1px solid rgba(20, 63, 56, 0.16);
  border-radius: 22px;
  background: var(--deep);
  color: #fff;
  overflow: hidden;
}
.trust-bar div {
  padding: 22px 24px;
  display: grid;
  gap: 5px;
  border-right: 1px solid rgba(255, 255, 255, 0.12);
}
.trust-bar div:last-child {
  border: 0;
}
.trust-bar span {
  color: rgba(255, 255, 255, 0.68);
  font-size: 13px;
  line-height: 1.45;
}
.section {
  width: min(1180px, calc(100% - 36px));
  margin: 110px auto;
}
.section-intro {
  max-width: 720px;
  margin-bottom: 36px;
}
.section h2,
.final-cta h2 {
  margin: 10px 0 12px;
  color: var(--deep);
  font-size: clamp(34px, 4.8vw, 56px);
  line-height: 1.05;
  letter-spacing: -0.048em;
}
.section-intro p {
  margin: 0;
  color: var(--muted);
  font-size: 17px;
}
.steps-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 14px;
}
.steps-grid article,
.people-grid article {
  padding: 24px;
  border: 1px solid rgba(36, 70, 64, 0.12);
  border-radius: 20px;
  background: rgba(255, 253, 248, 0.77);
}
.steps-grid article > span {
  color: var(--gold);
  font-weight: 900;
  font-size: 13px;
}
.steps-grid h3 {
  margin: 20px 0 9px;
  color: var(--deep);
  font-size: 19px;
}
.steps-grid p,
.people-grid p {
  margin: 0;
  color: var(--muted);
  font-size: 14px;
}
.people-section {
  padding: 54px;
  border-radius: 30px;
  background: #e5eee9;
}
.people-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 14px;
}
.people-grid strong {
  display: block;
  margin-bottom: 10px;
  color: var(--deep);
  font-size: 20px;
}
.trust-section {
  display: grid;
  grid-template-columns: 1.2fr 0.8fr;
  gap: 60px;
  align-items: center;
}
.trust-section > div > p {
  color: var(--muted);
  font-size: 17px;
}
.text-links {
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
}
.text-links a {
  color: var(--green);
  font-weight: 800;
}
.trust-card {
  padding: 26px;
  border-radius: 24px;
  background: var(--deep);
  color: #fff;
  display: grid;
  gap: 10px;
  box-shadow: 0 22px 60px rgba(20, 63, 56, 0.17);
}
.trust-card strong {
  margin-bottom: 8px;
  font-size: 20px;
}
.trust-card code {
  padding: 10px 12px;
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.1);
  font-family: ui-monospace, SFMono-Regular, Menlo, monospace;
}
.trust-card small {
  margin-top: 8px;
  color: rgba(255, 255, 255, 0.68);
  line-height: 1.5;
}
.final-cta {
  width: min(1180px, calc(100% - 36px));
  margin: 110px auto;
  padding: 64px;
  border-radius: 32px;
  text-align: center;
  background: linear-gradient(135deg, #143f38, #286758);
  color: #fff;
}
.final-cta .eyebrow {
  color: #f0c98f;
}
.final-cta h2 {
  max-width: 760px;
  margin: 12px auto 28px;
  color: #fff;
}
.final-cta .primary {
  background: #fff;
  color: var(--deep);
}
footer {
  width: min(1180px, calc(100% - 36px));
  margin: 0 auto 36px;
  padding-top: 28px;
  border-top: 1px solid var(--line);
  display: grid;
  grid-template-columns: auto 1fr auto;
  gap: 30px;
  align-items: center;
}
footer p {
  margin: 0;
  color: var(--muted);
  font-size: 12px;
  text-align: center;
}
footer nav {
  display: flex;
  gap: 16px;
  flex-wrap: wrap;
  justify-content: flex-end;
}
footer nav a {
  font-size: 12px;
  font-weight: 750;
  color: var(--muted);
}
@media (max-width: 900px) {
  .site-header nav {
    display: none;
  }
  .hero {
    grid-template-columns: 1fr;
    gap: 38px;
  }
  .hero-panel {
    transform: none;
  }
  .trust-bar,
  .steps-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .trust-bar div:nth-child(2) {
    border-right: 0;
  }
  .trust-section {
    grid-template-columns: 1fr;
  }
  .people-section {
    padding: 34px;
  }
  .people-grid {
    grid-template-columns: 1fr;
  }
  footer {
    grid-template-columns: 1fr;
    justify-items: center;
  }
  footer nav {
    justify-content: center;
  }
}
@media (max-width: 600px) {
  .site-header {
    min-height: 72px;
  }
  .brand img {
    width: 38px;
    height: 38px;
  }
  .header-action {
    min-height: 42px;
    padding: 0 13px;
    font-size: 12px;
  }
  .hero {
    margin-top: 28px;
  }
  .hero h1 {
    font-size: 48px;
  }
  .hero-actions {
    display: grid;
  }
  .hero-actions a {
    width: 100%;
  }
  .promise-row {
    display: grid;
    gap: 9px;
  }
  .hero-panel {
    padding: 20px;
  }
  .trust-bar,
  .steps-grid {
    grid-template-columns: 1fr;
  }
  .trust-bar div {
    border-right: 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.12);
  }
  .section {
    margin: 80px auto;
  }
  .people-section {
    width: 100%;
    border-radius: 0;
    padding-left: 18px;
    padding-right: 18px;
  }
  .final-cta {
    padding: 44px 22px;
  }
  .text-links {
    display: grid;
  }
  footer nav {
    display: grid;
    grid-template-columns: repeat(2, auto);
    text-align: center;
  }
}
