:root {
  --green: #15825a;
  --green-deep: #0f6546;
  --green-soft: #f4f9f6;
  --green-line: #d8e8df;
  --ink: #2c2823;
  --muted: #5a534a;
  --quiet: #7a7266;
  --bg: #fbfaf7;
  --surface: #fffefa;
  --surface-2: #f7f4ef;
  --line: #ece7e0;
  --input: #ddd6cc;
  --sun: #ffe38a;
  --clay: #c95b40;
  --max: 1180px;
  --radius: 12px;
  --page-pad: clamp(24px, 5vw, 56px);
  --section-space: clamp(88px, 12vw, 156px);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background: var(--bg);
  color: var(--ink);
  font-family: Manrope, Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.5;
  text-rendering: optimizeLegibility;
}

body.nav-open {
  overflow: hidden;
}

img,
svg {
  display: block;
}

img {
  max-width: 100%;
}

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

button {
  font: inherit;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 20;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  max-width: calc(var(--max) + (var(--page-pad) * 2));
  margin: 0 auto;
  padding: 14px var(--page-pad);
  background: color-mix(in srgb, var(--bg) 90%, transparent);
  backdrop-filter: blur(14px);
  border-bottom: 1px solid color-mix(in srgb, var(--line) 82%, transparent);
}

.nav-backdrop {
  position: fixed;
  inset: 0;
  z-index: 18;
  display: none;
  border: 0;
  background: rgba(21, 18, 14, 0.34);
  backdrop-filter: blur(3px);
  cursor: pointer;
}

body.nav-open .nav-backdrop {
  display: block;
}

.brand,
.footer-brand {
  display: inline-flex;
  align-items: center;
  gap: 0;
}

.brand-mark {
  width: 28px;
  height: 28px;
  flex: 0 0 auto;
  margin-right: -1px;
}

.brand-wordmark {
  width: 154px;
  height: auto;
  margin-left: -8px;
}

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

.site-nav a {
  min-height: 42px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  padding: 0 15px;
  color: var(--muted);
  font-size: 14px;
  font-weight: 700;
}

.site-nav a:hover,
.site-nav a:focus-visible {
  background: var(--green-soft);
  color: var(--green-deep);
  outline: 0;
}

.site-nav .nav-cta {
  background: var(--green);
  color: white;
}

.site-nav .nav-cta:hover,
.site-nav .nav-cta:focus-visible {
  background: var(--green-deep);
  color: white;
}

.menu-button {
  display: none;
  width: 44px;
  height: 44px;
  border: 1px solid var(--line);
  border-radius: 12px;
  background: var(--surface);
  color: var(--ink);
  place-items: center;
  padding: 11px;
}

.menu-button span:not(.sr-only) {
  width: 20px;
  height: 2px;
  border-radius: 2px;
  background: currentColor;
}

main {
  overflow: clip;
}

.hero {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(250px, 348px);
  align-items: center;
  gap: clamp(24px, 5vw, 64px);
  min-height: clamp(500px, calc(100svh - 170px), 580px);
  max-width: calc(var(--max) + (var(--page-pad) * 2));
  margin: 0 auto;
  padding: clamp(26px, 5vw, 48px) var(--page-pad) var(--page-pad);
}

.hero-media {
  position: absolute;
  inset: var(--page-pad) var(--page-pad) 0;
  z-index: -2;
  overflow: hidden;
  border-radius: 16px;
  background: var(--green-deep);
}

.hero-media::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(14, 44, 31, 0.88), rgba(14, 44, 31, 0.58) 46%, rgba(14, 44, 31, 0.12) 100%),
    linear-gradient(0deg, rgba(14, 44, 31, 0.62), rgba(14, 44, 31, 0.08) 48%);
}

.hero-media picture,
.hero-media img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  min-height: 0;
}

.hero-media img {
  object-fit: cover;
  object-position: center;
}

.hero-content {
  max-width: 690px;
  padding: clamp(14px, 3vw, 32px) 0 clamp(16px, 3vw, 34px) clamp(24px, 4vw, 44px);
  color: white;
}

.hero-kicker {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin: 0 0 18px;
  color: rgba(255, 255, 255, 0.86);
  font-size: 15px;
  font-weight: 800;
}

.hero-kicker::before {
  content: "";
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: var(--sun);
}

h1,
h2,
h3 {
  margin: 0;
  letter-spacing: 0;
  text-wrap: balance;
}

h1 {
  max-width: 12ch;
  font-size: clamp(44px, 6vw, 66px);
  line-height: 0.95;
  font-weight: 800;
}

h2 {
  font-size: clamp(30px, 4vw, 52px);
  line-height: 1.02;
  font-weight: 800;
}

h3 {
  font-size: 21px;
  line-height: 1.18;
  font-weight: 800;
}

.hero-copy {
  max-width: 620px;
  margin: 18px 0 0;
  color: rgba(255, 255, 255, 0.9);
  font-size: clamp(18px, 2vw, 22px);
  line-height: 1.55;
  text-wrap: pretty;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 24px;
}

.button {
  min-height: 48px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 12px;
  padding: 13px 20px;
  font-size: 15px;
  font-weight: 800;
  transition: transform 180ms ease-out, background 180ms ease-out, color 180ms ease-out, border-color 180ms ease-out;
}

.button:hover {
  transform: translateY(-2px);
}

.button:focus-visible {
  outline: 3px solid color-mix(in srgb, var(--sun) 70%, white);
  outline-offset: 3px;
}

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

.button-primary:hover {
  background: var(--green-deep);
}

.button-secondary {
  border: 1px solid rgba(255, 255, 255, 0.64);
  color: white;
}

.button-secondary:hover {
  background: rgba(255, 255, 255, 0.13);
}

.button-light {
  background: var(--surface);
  color: var(--green-deep);
}

.app-preview {
  justify-self: center;
  align-self: center;
  padding-bottom: 0;
}

.phone-shell {
  width: min(244px, 78vw);
  aspect-ratio: 390 / 844;
  padding: 11px;
  border-radius: 44px;
  background: linear-gradient(135deg, #20201f, #101110);
  box-shadow: 0 22px 44px rgba(0, 0, 0, 0.24);
}

.phone-screen {
  position: relative;
  height: 100%;
  overflow: hidden;
  border-radius: 34px;
  background: var(--bg);
  padding: 18px 14px;
}

.phone-feed {
  display: grid;
  grid-template-rows: auto auto minmax(0, 1fr) auto;
  gap: 8px;
  padding: 16px 13px 0;
  color: var(--ink);
  font-family: Manrope, Inter, ui-sans-serif, system-ui, sans-serif;
}

.feed-status,
.feed-brand,
.feed-notice-top,
.feed-post-head,
.feed-tabs {
  display: flex;
  align-items: center;
}

.feed-status {
  justify-content: space-between;
  font-size: 10px;
  font-weight: 800;
}

.feed-brand {
  justify-content: center;
  min-height: 18px;
}

.feed-brand-logo {
  width: 58px;
  height: auto;
  display: block;
}

.feed-scroll {
  display: grid;
  gap: 10px;
  min-height: 0;
  overflow: hidden;
  padding-bottom: 62px;
}

.feed-notice,
.feed-post {
  border: 1px solid var(--green-line);
  border-radius: 13px;
  background: var(--surface);
}

.feed-notice {
  padding: 10px;
  background: var(--green-soft);
}

.feed-notice-top {
  justify-content: space-between;
  gap: 8px;
  margin-bottom: 7px;
  color: var(--green-deep);
  font-size: 10px;
}

.feed-notice-top span {
  flex: 0 0 auto;
  color: var(--green);
  font-size: 9px;
  font-weight: 800;
}

.feed-message {
  display: grid;
  grid-template-columns: 8px minmax(0, 1fr) auto;
  align-items: center;
  gap: 6px;
  min-height: 23px;
  border-top: 1px solid color-mix(in srgb, var(--green-line) 76%, white);
  color: var(--muted);
  font-size: 9px;
}

.feed-message span {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: color-mix(in srgb, var(--green) 35%, white);
}

.feed-message.unread span {
  background: var(--green);
}

.feed-message b {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  font-size: 9px;
}

.feed-message small {
  color: var(--quiet);
  font-size: 8px;
  font-weight: 700;
}

.feed-post {
  overflow: hidden;
}

.feed-post-head {
  gap: 8px;
  padding: 10px;
}

.feed-avatar {
  width: 31px;
  height: 31px;
  flex: 0 0 auto;
  border-radius: 50%;
  object-fit: cover;
  object-position: 50% 32%;
  background: var(--green-soft);
}

.feed-post-head div {
  min-width: 0;
}

.feed-post-head b,
.feed-post-head small {
  display: block;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.feed-post-head b {
  font-size: 10px;
}

.feed-post-head small {
  margin-top: 1px;
  color: var(--quiet);
  font-size: 8px;
  font-weight: 700;
}

.feed-post-head button {
  width: 24px;
  height: 24px;
  margin-left: auto;
  border: 0;
  border-radius: 50%;
  background: var(--green-soft);
  color: var(--green-deep);
  font-weight: 800;
}

.feed-media {
  height: 132px;
  margin: 0 10px;
  border-radius: 13px;
  overflow: hidden;
  background: var(--surface-2);
}

.feed-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 50% 46%;
}

.feed-actions {
  padding: 7px 11px 4px;
  color: var(--green-deep);
  font-size: 16px;
  line-height: 1;
}

.feed-comment {
  margin: 0 10px 10px;
  border-radius: 999px;
  padding: 7px 10px;
  background: var(--surface-2);
  color: var(--quiet);
  font-size: 9px;
  font-weight: 700;
}

.feed-fab {
  position: absolute;
  right: 18px;
  bottom: 64px;
  width: 38px;
  height: 38px;
  border: 0;
  border-radius: 50%;
  background: var(--green);
  color: white;
  box-shadow: 0 8px 18px rgba(15, 101, 70, 0.26);
  font-size: 23px;
  font-weight: 650;
  line-height: 1;
}

.feed-tabs {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  justify-content: space-around;
  min-height: 56px;
  border-top: 1px solid var(--line);
  background: color-mix(in srgb, var(--surface) 94%, transparent);
  color: var(--quiet);
  font-size: 8px;
  font-weight: 800;
}

.feed-tabs span {
  display: grid;
  justify-items: center;
  gap: 3px;
}

.feed-tabs svg {
  width: 18px;
  height: 18px;
  fill: none;
  stroke: currentColor;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.feed-tabs .active {
  color: var(--green);
}

.app-top {
  display: flex;
  justify-content: space-between;
  color: var(--ink);
  font-size: 12px;
  font-weight: 800;
}

.app-alert {
  margin-top: 24px;
  padding: 14px;
  border: 1px solid var(--green-line);
  border-radius: 12px;
  background: var(--green-soft);
}

.app-alert b,
.app-alert span {
  display: block;
}

.app-alert span {
  margin-top: 4px;
  color: var(--muted);
  font-size: 13px;
}

.app-section {
  margin-top: 14px;
  border: 1px solid var(--line);
  border-radius: 12px;
  background: var(--surface);
  overflow: hidden;
}

.app-section-title {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  padding: 14px;
  font-size: 15px;
  font-weight: 800;
}

.app-section-title b {
  color: var(--green);
  font-variant-numeric: tabular-nums;
}

.dog-row {
  display: grid;
  grid-template-columns: 38px minmax(0, 1fr) auto;
  align-items: center;
  gap: 10px;
  min-height: 62px;
  padding: 11px 14px;
  border-top: 1px solid var(--line);
}

.dog-row span b,
.dog-row span small {
  display: block;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.dog-row small {
  color: var(--quiet);
  font-size: 12px;
}

.dog-row em {
  border-radius: 999px;
  padding: 4px 8px;
  background: var(--green-soft);
  color: var(--green-deep);
  font-size: 11px;
  font-style: normal;
  font-weight: 800;
}

.dog-row.muted {
  opacity: 0.72;
}

.dog-avatar {
  width: 38px;
  height: 38px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: var(--surface-2);
  color: var(--green-deep);
  font-size: 12px;
  font-weight: 800;
}

.app-tabs {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 8px;
  margin-top: 14px;
  padding: 10px;
  border-radius: 12px;
  background: var(--surface);
  color: var(--quiet);
  font-size: 12px;
  font-weight: 800;
  text-align: center;
}

.app-tabs span {
  border-radius: 9px;
  padding: 8px 4px;
}

.app-tabs .active {
  background: var(--green);
  color: white;
}

.intro-band,
.split-section,
.owner-section,
.feature-section,
.trust-price-section,
.testimonial-section,
.final-cta {
  max-width: var(--max);
  margin: 0 auto;
}

.intro-band {
  display: grid;
  grid-template-columns: minmax(260px, 0.78fr) minmax(280px, 1fr);
  gap: clamp(36px, 7vw, 92px);
  padding: var(--section-space) var(--page-pad) clamp(76px, 10vw, 132px);
}

.intro-band p,
.split-copy p,
.section-heading p,
.quote-lead p,
.final-cta p {
  margin: 0;
  color: var(--muted);
  font-size: 18px;
  line-height: 1.7;
  text-wrap: pretty;
}

.split-section {
  display: grid;
  grid-template-columns: minmax(280px, 0.82fr) minmax(300px, 1fr);
  gap: clamp(40px, 7vw, 96px);
  align-items: center;
  padding: 0 var(--page-pad) var(--section-space);
}

.split-image {
  overflow: hidden;
  border-radius: 14px;
  background: var(--surface-2);
}

.split-image picture,
.split-image img {
  display: block;
  width: 100%;
}

.split-image img {
  aspect-ratio: 4 / 5;
  object-fit: cover;
}

.split-copy {
  display: grid;
  gap: 22px;
}

.proof-list {
  display: grid;
  gap: 4px;
  margin: 8px 0 0;
}

.proof-list div {
  padding: 18px 0;
  border-top: 1px solid var(--line);
}

.proof-list div:last-child {
  border-bottom: 1px solid var(--line);
}

.proof-list dt {
  color: var(--green-deep);
  font-weight: 800;
}

.proof-list dd {
  margin: 6px 0 0;
  color: var(--muted);
}

.owner-section {
  display: grid;
  grid-template-columns: minmax(280px, 0.9fr) minmax(300px, 1fr);
  gap: clamp(40px, 7vw, 96px);
  align-items: start;
  padding: 0 var(--page-pad) var(--section-space);
}

.owner-copy {
  display: grid;
  gap: 18px;
}

.owner-copy p {
  margin: 0;
  color: var(--muted);
  font-size: 18px;
  line-height: 1.7;
  text-wrap: pretty;
}

.owner-points {
  display: grid;
  gap: 12px;
}

.owner-points div {
  display: grid;
  gap: 6px;
  padding: 18px;
  border: 1px solid var(--green-line);
  border-radius: 12px;
  background: var(--green-soft);
}

.owner-points strong {
  color: var(--green-deep);
  font-size: 16px;
}

.owner-points span {
  color: var(--muted);
}

.feature-section {
  padding: clamp(86px, 11vw, 144px) var(--page-pad) clamp(96px, 12vw, 156px);
  border-radius: 18px;
  background: var(--surface-2);
}

.section-heading {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: clamp(34px, 6vw, 86px);
}

.section-heading h2,
.section-heading p {
  max-width: 620px;
}

.feature-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(205px, 1fr));
  gap: clamp(44px, 5vw, 64px) clamp(34px, 5vw, 64px);
  margin-top: clamp(54px, 7vw, 78px);
}

.feature-grid article {
  min-height: 246px;
  padding: 0;
}

.module-art {
  width: 100%;
  height: auto;
  object-fit: contain;
  user-select: none;
}

.feature-art {
  width: min(132px, 58%);
  aspect-ratio: 1;
  margin: 0 0 18px;
}

.feature-grid h3 {
  margin-top: 0;
}

.feature-grid p {
  margin: 12px 0 0;
  color: var(--muted);
}

.trust-price-section {
  display: grid;
  grid-template-columns: minmax(300px, 1fr) minmax(300px, 0.9fr);
  gap: clamp(24px, 4vw, 42px);
  padding: var(--section-space) var(--page-pad) 0;
}

.trust-panel,
.price-panel {
  display: grid;
  align-content: start;
  gap: 24px;
  border-radius: 16px;
  padding: clamp(26px, 5vw, 42px);
}

.trust-panel {
  border: 1px solid var(--green-line);
  background: var(--green-soft);
}

.price-panel {
  border: 1px solid var(--line);
  background: var(--surface);
}

.panel-heading {
  display: grid;
  gap: 12px;
}

.panel-heading p {
  margin: 0;
  color: var(--muted);
  font-size: 17px;
  line-height: 1.65;
}

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

.check-list li {
  position: relative;
  padding-left: 24px;
  color: var(--muted);
}

.check-list li::before {
  content: "";
  position: absolute;
  top: 0.72em;
  left: 0;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--green);
}

.price-metrics {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
}

.price-metrics div {
  display: grid;
  gap: 5px;
  min-height: 112px;
  align-content: center;
  padding: 14px;
  border: 1px solid var(--line);
  border-radius: 12px;
  background: var(--surface-2);
}

.price-metrics strong {
  color: var(--ink);
  font-size: clamp(24px, 3vw, 34px);
  line-height: 1;
  font-variant-numeric: tabular-nums;
}

.price-metrics span,
.included-list span {
  color: var(--muted);
  font-size: 12px;
  font-weight: 800;
}

.included-list {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.included-list span {
  border: 1px solid var(--green-line);
  border-radius: 999px;
  padding: 8px 11px;
  background: var(--green-soft);
  color: var(--green-deep);
}

.testimonial-section {
  display: grid;
  gap: clamp(34px, 5vw, 56px);
  padding: var(--section-space) var(--page-pad) clamp(64px, 8vw, 104px);
}

.quote-lead {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 24px;
}

.quote-lead p {
  max-width: 620px;
  margin-top: 18px;
}

.quote-controls {
  display: flex;
  gap: 8px;
  flex: 0 0 auto;
}

.quote-control {
  width: 44px;
  height: 44px;
  display: grid;
  place-items: center;
  border: 1px solid var(--green-line);
  border-radius: 12px;
  background: var(--green-soft);
  color: var(--green-deep);
  cursor: pointer;
  font-size: 28px;
  font-weight: 700;
  line-height: 1;
}

.quote-control:hover,
.quote-control:focus-visible {
  background: var(--green);
  color: white;
  outline: 0;
}

.quotes {
  --quote-gutter: clamp(14px, 2vw, 20px);
  display: flex;
  gap: 14px;
  overflow-x: auto;
  overscroll-behavior-inline: contain;
  padding: 0 var(--quote-gutter) 16px;
  scroll-padding-inline: var(--quote-gutter);
  scroll-snap-type: x mandatory;
  scrollbar-color: var(--green-line) transparent;
}

.quotes figure {
  flex: 0 0 min(420px, calc(100% - var(--quote-gutter) * 2));
  display: grid;
  align-content: start;
  margin: 0;
  padding: 26px;
  border: 1px solid var(--line);
  border-radius: 12px;
  background: var(--surface);
  scroll-snap-align: start;
}

.quotes blockquote {
  --bubble: var(--green-deep);
  --tail-left: 26px;
  position: relative;
  margin: 0;
  border-radius: 14px;
  padding: 22px 22px 24px;
  background: var(--bubble);
  color: white;
  font-size: 16px;
  font-weight: 650;
  line-height: 1.6;
}

.quotes blockquote::before {
  content: "“";
  position: absolute;
  top: -9px;
  right: 18px;
  color: rgba(255, 255, 255, 0.18);
  font-size: 72px;
  font-weight: 800;
  line-height: 1;
  pointer-events: none;
}

.quotes blockquote::after {
  content: "";
  position: absolute;
  left: var(--tail-left);
  bottom: -10px;
  width: 20px;
  height: 20px;
  background: var(--bubble);
  clip-path: polygon(0 0, 100% 0, 0 100%);
}

.quotes blockquote p {
  position: relative;
  z-index: 1;
  margin: 0;
}

.quotes blockquote.bubble-deep {
  --bubble: var(--green-deep);
}

.quotes blockquote.bubble-forest {
  --bubble: #146f50;
}

.quotes blockquote.bubble-moss {
  --bubble: #1f7557;
}

.quotes blockquote.bubble-tail-left {
  --tail-left: 24px;
}

.quotes blockquote.bubble-tail-mid {
  --tail-left: 48px;
}

.quotes blockquote.bubble-tail-right {
  --tail-left: 76px;
}

.quotes figcaption {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-top: 24px;
  color: var(--green-deep);
  font-size: 14px;
  font-weight: 800;
}

.quotes figcaption img {
  width: 48px;
  height: 48px;
  flex: 0 0 auto;
  border-radius: 50%;
  object-fit: cover;
}

.quotes figcaption span,
.quotes figcaption b,
.quotes figcaption small {
  display: block;
}

.quotes figcaption small {
  margin-top: 2px;
  color: var(--muted);
  font-size: 12px;
  font-weight: 700;
}

.quote-logo {
  width: auto;
  max-width: 240px;
  max-height: 68px;
  justify-self: center;
  margin: 2px auto 24px;
  object-fit: contain;
}

.final-cta {
  display: grid;
  grid-template-columns: minmax(280px, 0.72fr) minmax(320px, 1fr);
  align-items: start;
  gap: 30px;
  margin-bottom: clamp(54px, 8vw, 96px);
  padding: clamp(34px, 6vw, 60px);
  border-radius: 18px;
  background: var(--green);
  color: white;
}

.contact-copy {
  max-width: 780px;
}

.final-cta p {
  margin-top: 14px;
  color: rgba(255, 255, 255, 0.88);
}

.contact-form {
  display: grid;
  gap: 14px;
  border-radius: 14px;
  padding: 18px;
  background: var(--surface);
  color: var(--ink);
}

.field-row {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
}

.contact-form label {
  display: grid;
  gap: 7px;
}

.contact-form label span {
  color: var(--ink);
  font-size: 13px;
  font-weight: 800;
}

.contact-form input,
.contact-form textarea {
  width: 100%;
  border: 1px solid var(--input);
  border-radius: 10px;
  background: white;
  color: var(--ink);
  font: inherit;
  font-size: 15px;
  padding: 12px 13px;
}

.contact-form textarea {
  min-height: 112px;
  resize: vertical;
}

.contact-form input:focus,
.contact-form textarea:focus {
  border-color: var(--green);
  outline: 3px solid var(--green-line);
}

.contact-form .button {
  width: 100%;
  border: 0;
  background: var(--green);
  color: white;
  cursor: pointer;
}

.contact-form .button:hover {
  background: var(--green-deep);
}

.site-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  max-width: calc(var(--max) + (var(--page-pad) * 2));
  margin: 0 auto;
  padding: 30px var(--page-pad) 42px;
  border-top: 1px solid var(--line);
  color: var(--muted);
  font-size: 14px;
}

.site-footer .brand-mark {
  width: 24px;
  height: 24px;
}

.site-footer .brand-wordmark {
  width: 128px;
  margin-left: -7px;
}

.site-footer p {
  margin: 0;
}

.site-footer a {
  color: var(--green-deep);
  font-weight: 800;
}

@media (max-width: 860px) {
  :root {
    --page-pad: clamp(20px, 6vw, 34px);
    --section-space: clamp(76px, 14vw, 112px);
  }

  .menu-button {
    display: grid;
  }

  .site-nav {
    position: fixed;
    inset: 73px 12px auto;
    z-index: 19;
    display: none;
    flex-direction: column;
    align-items: stretch;
    gap: 4px;
    padding: 10px;
    border: 1px solid var(--line);
    border-radius: 14px;
    background: var(--surface);
  }

  body.nav-open .site-nav {
    display: flex;
  }

  .site-nav a {
    justify-content: flex-start;
  }

  .hero {
    grid-template-columns: 1fr;
    min-height: auto;
    padding-top: clamp(54px, 12vw, 76px);
  }

  .hero-media {
    inset: calc(var(--page-pad) * 0.55) calc(var(--page-pad) * 0.55) 0;
  }

  .hero-content {
    padding-bottom: 0;
  }

  h1 {
    max-width: 100%;
    font-size: clamp(36px, 10vw, 42px);
    overflow-wrap: normal;
  }

  .app-preview {
    display: none;
  }

  .intro-band,
  .split-section,
  .owner-section,
  .trust-price-section,
  .final-cta,
  .testimonial-section {
    grid-template-columns: 1fr;
  }

  .section-heading,
  .site-footer {
    align-items: flex-start;
    flex-direction: column;
  }

  .quote-lead {
    align-items: flex-start;
    flex-direction: column;
  }
}

@media (max-width: 560px) {
  :root {
    --page-pad: 18px;
    --section-space: 72px;
  }

  .brand-wordmark {
    width: 134px;
  }

  .brand-mark {
    width: 25px;
    height: 25px;
  }

  .hero-actions {
    align-items: stretch;
    flex-direction: column;
  }

  .button {
    width: 100%;
  }

  .feature-section,
  .final-cta {
    border-radius: 0;
  }

  .price-metrics {
    grid-template-columns: 1fr;
  }

  .field-row {
    grid-template-columns: 1fr;
  }

  .final-cta {
    margin-inline: 0;
  }

}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
    transition-duration: 1ms !important;
    animation-duration: 1ms !important;
    animation-iteration-count: 1 !important;
  }
}
