:root {
  color-scheme: light;
  --paper: #ffffff;
  --wash: #f4f5f2;
  --ink: #1b211e;
  --muted: #606963;
  --line: #d9ded9;
  --green: #205c45;
  --green-dark: #174634;
  --green-soft: #e8f0eb;
  --brick: #9a493b;
  --brick-soft: #f6ece9;
  --shell: 1160px;
  --side: 32px;
  font-family: ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-synthesis: none;
  letter-spacing: 0;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  scroll-padding-top: 88px;
}

body {
  margin: 0;
  overflow-x: hidden;
  background: var(--paper);
  color: var(--ink);
  font-size: 17px;
  line-height: 1.65;
  -webkit-font-smoothing: antialiased;
}

body,
a,
button,
p,
li,
h1,
h2,
h3,
h4 {
  overflow-wrap: anywhere;
}

a {
  color: inherit;
  text-decoration-color: var(--green);
  text-decoration-thickness: 1px;
  text-underline-offset: 4px;
}

a:hover {
  color: var(--green);
}

button,
main a {
  transition: background-color 160ms ease, border-color 160ms ease, color 160ms ease;
}

:focus-visible {
  outline: 3px solid var(--brick);
  outline-offset: 4px;
}

.shell {
  width: calc(100% - (var(--side) * 2));
  max-width: var(--shell);
  margin-inline: auto;
}

.skip-link {
  position: fixed;
  z-index: 100;
  top: 12px;
  left: 12px;
  padding: 10px 14px;
  transform: translateY(-160%);
  border-radius: 8px;
  background: var(--ink);
  color: var(--paper);
  font-weight: 700;
}

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

.site-header {
  position: sticky;
  z-index: 20;
  top: 0;
  width: 100%;
  border-bottom: 1px solid var(--line);
  background: var(--paper);
}

.header-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 72px;
}

.wordmark {
  display: inline-flex;
  align-items: center;
  min-height: 44px;
  font-size: 18px;
  font-weight: 800;
  text-decoration: none;
}

.wordmark-short {
  display: none;
}

.review-notice {
  border-bottom: 1px solid #c8b88b;
  background: #fff7da;
  color: #56491f;
  font-size: 14px;
}

.review-notice-inner {
  display: flex;
  align-items: center;
  gap: 14px;
  min-height: 42px;
  padding-block: 8px;
}

.site-header nav {
  display: flex;
  align-items: center;
  gap: 30px;
}

.site-header nav a {
  display: inline-flex;
  align-items: center;
  min-height: 44px;
  color: var(--muted);
  font-size: 14px;
  font-weight: 700;
  text-decoration: none;
}

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

.section {
  padding-block: 96px;
  border-top: 1px solid var(--line);
}

.eyebrow {
  margin: 0 0 14px;
  color: var(--green);
  font-size: 13px;
  font-weight: 800;
  line-height: 1.3;
  text-transform: uppercase;
}

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

h1,
h2,
h3,
h4 {
  line-height: 1.12;
  letter-spacing: 0;
}

h1 {
  max-width: 820px;
  margin-bottom: 28px;
  font-size: 56px;
  font-weight: 760;
}

h2 {
  max-width: 820px;
  margin-bottom: 52px;
  font-size: 38px;
  font-weight: 740;
}

h3 {
  font-size: 23px;
}

h4 {
  font-size: 20px;
}

.hero {
  border-top: 0;
  padding-top: 76px;
  padding-bottom: 80px;
}

.hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.6fr) minmax(260px, 0.7fr);
  column-gap: 72px;
  align-items: end;
}

.hero-copy {
  min-width: 0;
}

.hero-lede {
  max-width: 700px;
  margin-bottom: 30px;
  color: var(--muted);
  font-size: 20px;
}

.actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin: 0;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 10px 18px;
  border: 1px solid var(--green);
  border-radius: 8px;
  font-size: 15px;
  font-weight: 800;
  line-height: 1.25;
  text-align: center;
  text-decoration: none;
}

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

.button-secondary {
  background: var(--paper);
  color: var(--green);
}

.button:hover {
  border-color: var(--green-dark);
  background: var(--green-dark);
  color: var(--paper);
}

.trust-list {
  align-self: end;
  margin: 0;
  padding: 4px 0 0;
  list-style: none;
  border-top: 3px solid var(--green);
}

.trust-list li {
  padding: 15px 0;
  border-bottom: 1px solid var(--line);
  color: var(--muted);
  font-size: 15px;
  font-weight: 650;
}

.demos {
  background: var(--wash);
}

.demos .shell > h2 {
  margin-bottom: 60px;
}

.demo {
  padding-top: 44px;
  border-top: 2px solid var(--ink);
}

.demo + .demo {
  margin-top: 72px;
}

.demo-heading {
  display: grid;
  grid-template-columns: 130px minmax(0, 1fr) minmax(260px, 0.75fr);
  gap: 22px;
  align-items: start;
  margin-bottom: 22px;
}

.demo-heading .eyebrow,
.copy-panel .eyebrow {
  margin-bottom: 10px;
  font-size: 12px;
  font-weight: 850;
  line-height: 1.3;
}

.demo-heading h3 {
  margin-bottom: 0;
}

.demo-disclosure {
  margin-bottom: 0;
  color: var(--muted);
  font-size: 13px;
  line-height: 1.55;
}

.demo-brief {
  display: grid;
  grid-template-columns: 130px minmax(0, 1fr);
  gap: 22px;
  margin-bottom: 24px;
  padding: 22px 0;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.demo-brief p {
  margin-bottom: 0;
}

.brief-label {
  color: var(--green-dark);
  font-size: 13px;
  font-weight: 800;
}

.demo-media {
  margin: 0 0 24px;
}

.demo-media img {
  display: block;
  width: 100%;
  aspect-ratio: 3 / 2;
  border: 1px solid var(--line);
  border-radius: 8px;
  object-fit: cover;
}

.demo-media figcaption {
  margin-top: 9px;
  color: var(--muted);
  font-size: 12px;
  line-height: 1.5;
}

.comparison {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 22px;
  align-items: start;
}

.copy-panel {
  min-width: 0;
  padding: 30px;
  border: 1px solid var(--line);
  border-radius: 8px;
}

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

.copy-panel ul {
  margin-bottom: 0;
  padding-left: 20px;
}

.sample-cta {
  margin: 24px 0;
  padding: 12px 14px;
  border-left: 3px solid var(--green);
  background: var(--paper);
  color: var(--green-dark);
  font-size: 14px;
  font-weight: 800;
}

.benefit-list {
  display: grid;
  gap: 10px;
  padding-left: 20px;
}

.objection-module {
  margin-top: 26px;
  padding-top: 22px;
  border-top: 1px solid #b7c9bf;
}

.objection-module h4 {
  margin-bottom: 10px;
  font-size: 17px;
}

.objection-module p {
  margin-bottom: 0;
}

.faq-list {
  margin-top: 24px;
  border-top: 1px solid #b7c9bf;
}

.faq-list details {
  border-bottom: 1px solid #b7c9bf;
}

.faq-list summary {
  padding: 14px 30px 14px 0;
  color: var(--green-dark);
  font-weight: 750;
  cursor: pointer;
}

.faq-list details p {
  margin-bottom: 14px;
  color: var(--muted);
  font-size: 15px;
}

.before {
  background: var(--brick-soft);
}

.before .eyebrow {
  color: var(--brick);
}

.after {
  background: var(--green-soft);
}

.rationale {
  display: grid;
  grid-template-columns: 0.45fr 1fr;
  gap: 28px;
  padding-top: 30px;
}

.rationale h4 {
  margin-bottom: 0;
  color: var(--green-dark);
}

.rationale p {
  margin-bottom: 0;
  color: var(--muted);
}

.services .service-list {
  margin: 0 0 52px;
  padding: 0;
  list-style: none;
  border-top: 2px solid var(--ink);
}

.service-list li {
  display: flex;
  align-items: center;
  min-height: 64px;
  padding: 10px 0;
  border-bottom: 1px solid var(--line);
  font-size: 19px;
  font-weight: 680;
}

.service-content {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 42px;
  max-width: 960px;
}

.service-content > div {
  padding: 24px 0;
  border-bottom: 1px solid var(--line);
}

.service-content h3,
.service-content p {
  margin-bottom: 0;
}

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

.process h2 {
  max-width: 640px;
}

.process-list {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 36px;
  margin: 0;
  padding: 0;
  list-style: none;
  counter-reset: process;
}

.process-list li {
  counter-increment: process;
  padding-top: 22px;
  border-top: 3px solid var(--green);
}

.process-list li::before {
  content: "0" counter(process);
  display: block;
  margin-bottom: 30px;
  color: var(--green);
  font-size: 13px;
  font-weight: 850;
}

.process-list h3 {
  margin-bottom: 14px;
}

.process-list p {
  margin-bottom: 0;
  color: var(--muted);
}

.offers {
  border-top: 0;
  background: var(--green-dark);
  color: var(--paper);
}

.offers .eyebrow {
  color: #b9d2c4;
}

.offers h2 {
  margin-bottom: 28px;
}

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

.offer-list article {
  padding: 28px 0;
  border-top: 2px solid #8bb09e;
}

.price {
  margin-bottom: 16px;
  color: var(--paper);
}

.offer-list p {
  margin-bottom: 0;
  color: #d9e4de;
}

.offer-note {
  margin: 20px 0 0;
  color: #d9e4de;
  font-size: 14px;
}

.identity-grid {
  display: grid;
  grid-template-columns: 160px minmax(0, 1fr);
  column-gap: 48px;
}

.identity-mark {
  grid-row: 1 / 6;
  display: grid;
  place-items: center;
  width: 160px;
  aspect-ratio: 1;
  margin: 0;
  border: 2px solid var(--green);
  background: var(--green-soft);
  color: var(--green-dark);
  font-size: 36px;
  font-weight: 850;
  line-height: 1;
}

.identity-grid > .eyebrow {
  align-self: end;
}

.about h2 {
  margin-bottom: 10px;
}

.identity-role {
  margin-bottom: 24px;
  color: var(--green);
  font-weight: 700;
}

.identity-bio {
  max-width: 720px;
  margin-bottom: 0;
  color: var(--muted);
}

.contact-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.3fr) minmax(280px, 0.7fr);
  column-gap: 72px;
}

.contact-grid > .eyebrow {
  grid-column: 1 / -1;
}

.contact h2 {
  margin-bottom: 0;
}

.contact-actions {
  min-width: 0;
}

.contact-cta {
  margin-bottom: 22px;
}

.email-row {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 12px;
  min-width: 0;
  margin-bottom: 0;
}

.email-link {
  display: inline-flex;
  align-items: center;
  min-width: 0;
  min-height: 44px;
  color: var(--green-dark);
  font-weight: 750;
}

.icon-button {
  min-width: 44px;
  min-height: 44px;
  padding: 8px 12px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--paper);
  color: var(--ink);
  font: inherit;
  font-size: 13px;
  font-weight: 750;
  cursor: pointer;
}

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

.copy-status {
  min-height: 26px;
  margin-top: 10px;
  color: var(--muted);
  font-size: 14px;
}

.site-footer {
  border-top: 1px solid var(--line);
  color: var(--muted);
  font-size: 13px;
}

.footer-inner {
  display: flex;
  justify-content: space-between;
  gap: 32px;
  padding-block: 30px;
}

.footer-inner p {
  margin: 0;
}

@media (max-width: 900px) {
  :root {
    --side: 24px;
  }

  h1 {
    font-size: 48px;
  }

  h2 {
    font-size: 34px;
  }

  .section {
    padding-block: 76px;
  }

  .hero-grid,
  .comparison,
  .demo-heading,
  .demo-brief,
  .process-list,
  .offer-list,
  .identity-grid,
  .contact-grid {
    grid-template-columns: 1fr;
  }

  .hero-grid {
    row-gap: 38px;
  }

  .trust-list {
    align-self: start;
  }

  .demo-heading,
  .demo-brief {
    gap: 10px;
  }

  .process-list,
  .offer-list {
    gap: 28px;
  }

  .offer-list article {
    padding: 22px 0 0;
  }

  .contact-grid > .eyebrow {
    grid-column: 1;
  }

  .contact h2 {
    margin-bottom: 34px;
  }
}

@media (max-width: 600px) {
  :root {
    --side: 18px;
  }

  body {
    font-size: 16px;
  }

  .header-inner {
    min-height: 64px;
  }

  .wordmark-full {
    display: none;
  }

  .wordmark-short {
    display: inline;
  }

  .site-header nav {
    gap: 16px;
  }

  .site-header nav a {
    font-size: 13px;
  }

  .review-notice-inner {
    align-items: flex-start;
    flex-direction: column;
    gap: 2px;
    padding-block: 9px;
  }

  .section {
    padding-block: 64px;
  }

  h1 {
    margin-bottom: 22px;
    font-size: 36px;
  }

  h2 {
    margin-bottom: 38px;
    font-size: 30px;
  }

  h3 {
    font-size: 21px;
  }

  .hero {
    padding-top: 44px;
    padding-bottom: 18px;
  }

  .hero-grid,
  .comparison,
  .demo-heading,
  .demo-brief,
  .rationale,
  .service-content {
    grid-template-columns: 1fr;
  }

  .hero-grid {
    row-gap: 28px;
  }

  .trust-list {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    width: 100%;
    padding-top: 0;
  }

  .trust-list li {
    min-height: 74px;
    padding: 12px 8px 10px 0;
    font-size: 12px;
    line-height: 1.35;
  }

  .demos {
    padding-top: 22px;
  }

  .hero-lede {
    font-size: 18px;
  }

  .actions {
    display: grid;
    grid-template-columns: 1fr;
  }

  .demo {
    padding-top: 34px;
  }

  .demo + .demo {
    margin-top: 56px;
  }

  .demo-heading {
    gap: 8px;
  }

  .demo-brief {
    gap: 6px;
  }

  .demo-media {
    margin-bottom: 20px;
  }

  .copy-panel {
    padding: 23px;
  }

  .rationale {
    gap: 8px;
  }

  .service-content {
    gap: 0;
  }

  .identity-mark {
    grid-row: auto;
    margin-bottom: 34px;
  }

  .identity-grid > .eyebrow {
    grid-row: auto;
  }

  .email-row {
    align-items: flex-start;
    flex-direction: column;
  }

  .footer-inner {
    flex-direction: column;
    gap: 10px;
  }
}

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

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