:root {
  --background: #fffdf9;
  --surface: #ffffff;
  --surface-soft: #f5f1ea;
  --surface-warm: #fbf6ee;
  --text: #1f2d2a;
  --muted: #66706c;
  --accent: #2f8f83;
  --accent-dark: #226b62;
  --accent-soft: #dcefeb;
  --line: #e8dfd4;
  --shadow: 0 22px 55px rgba(59, 49, 37, 0.09);
  --font-body: "Inter", Arial, sans-serif;
  --font-display: "Lora", Georgia, "Times New Roman", serif;
}

* {
  box-sizing: border-box;
}

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

body {
  margin: 0;
  background: var(--background);
  color: var(--text);
  font-family: var(--font-body);
  font-size: 18px;
  line-height: 1.65;
}

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

input,
textarea,
button {
  font: inherit;
}

.site-header,
.site-footer,
.section,
.hero {
  padding-left: clamp(20px, 5vw, 72px);
  padding-right: clamp(20px, 5vw, 72px);
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 50;
  isolation: isolate;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  width: 100%;
  max-width: 1320px;
  margin: 0 auto;
  min-height: 102px;
  padding-top: 12px;
  padding-bottom: 12px;
}

.site-header::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 50%;
  width: 100vw;
  border-bottom: 1px solid rgba(232, 223, 212, 0.7);
  background: rgba(255, 253, 249, 0.84);
  transform: translateX(-50%);
  z-index: -1;
}

.site-header.is-scrolled {
  min-height: 72px;
}

.site-header.is-scrolled::before {
  background: rgba(255, 253, 249, 0.94);
  box-shadow: 0 10px 32px rgba(59, 49, 37, 0.06);
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  max-width: 450px;
}

.brand-logo {
  display: block;
  width: clamp(66px, 5.8vw, 82px);
  height: auto;
  flex: 0 0 auto;
  transition: width 180ms ease;
}

.site-header.is-scrolled .brand-logo {
  width: clamp(48px, 4vw, 56px);
}

.brand-copy {
  display: grid;
  gap: 7px;
  min-width: 0;
}

.brand-wordmark {
  color: #19483d;
  font-family: var(--font-display);
  font-size: clamp(1.85rem, 2.65vw, 2.75rem);
  font-weight: 500;
  line-height: 0.92;
  letter-spacing: 0;
  white-space: nowrap;
  transition: font-size 180ms ease;
}

.site-header.is-scrolled .brand-wordmark {
  font-size: clamp(1.55rem, 2.1vw, 2rem);
}

.brand-tagline,
.header-contact,
.eyebrow,
.privacy,
.site-footer p {
  color: var(--muted);
  font-size: 0.92rem;
}

.brand-tagline {
  color: #6d856e;
  font-size: clamp(0.54rem, 0.76vw, 0.74rem);
  font-weight: 800;
  letter-spacing: 0.12em;
  line-height: 1;
  max-height: 20px;
  opacity: 1;
  overflow: hidden;
  text-transform: uppercase;
  transition: max-height 180ms ease, opacity 180ms ease;
  white-space: nowrap;
}

.site-header.is-scrolled .brand-tagline {
  max-height: 0;
  opacity: 0;
}

.header-contact {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
  color: var(--muted);
  cursor: pointer;
  font-weight: 600;
  margin-left: 18px;
  padding: 0;
  text-decoration: none;
}

.header-contact::before {
  content: "";
  width: 14px;
  height: 14px;
  background: currentColor;
  -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2.2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M22 16.92v3a2 2 0 0 1-2.18 2 19.79 19.79 0 0 1-8.63-3.07 19.5 19.5 0 0 1-6-6A19.79 19.79 0 0 1 2.12 4.18 2 2 0 0 1 4.11 2h3a2 2 0 0 1 2 1.72c.12.91.32 1.8.57 2.65a2 2 0 0 1-.45 2.11L8.09 9.91a16 16 0 0 0 6 6l1.43-1.14a2 2 0 0 1 2.11-.45c.85.25 1.74.45 2.65.57A2 2 0 0 1 22 16.92z'/%3E%3C/svg%3E") center / contain no-repeat;
  mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2.2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M22 16.92v3a2 2 0 0 1-2.18 2 19.79 19.79 0 0 1-8.63-3.07 19.5 19.5 0 0 1-6-6A19.79 19.79 0 0 1 2.12 4.18 2 2 0 0 1 4.11 2h3a2 2 0 0 1 2 1.72c.12.91.32 1.8.57 2.65a2 2 0 0 1-.45 2.11L8.09 9.91a16 16 0 0 0 6 6l1.43-1.14a2 2 0 0 1 2.11-.45c.85.25 1.74.45 2.65.57A2 2 0 0 1 22 16.92z'/%3E%3C/svg%3E") center / contain no-repeat;
}

.header-nav {
  display: flex;
  align-items: center;
  gap: 6px;
  color: var(--muted);
  font-size: 0.95rem;
  font-weight: 600;
}

.header-nav a:not(.header-contact) {
  border-radius: 999px;
  padding: 9px 12px;
  transition: background-color 160ms ease, color 160ms ease;
}

.header-nav a:not(.header-contact):hover {
  background: var(--surface-soft);
  color: var(--text);
}

.menu-toggle {
  display: none;
  width: 42px;
  height: 42px;
  align-items: center;
  justify-content: center;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.72);
  color: var(--text);
  cursor: pointer;
}

.menu-toggle span {
  position: absolute;
  width: 18px;
  height: 2px;
  border-radius: 999px;
  background: currentColor;
  transition: transform 160ms ease, opacity 160ms ease;
}

.menu-toggle span:nth-child(1) {
  transform: translateY(-6px);
}

.menu-toggle span:nth-child(3) {
  transform: translateY(6px);
}

.site-header.nav-open .menu-toggle span:nth-child(1) {
  transform: rotate(45deg);
}

.site-header.nav-open .menu-toggle span:nth-child(2) {
  opacity: 0;
}

.site-header.nav-open .menu-toggle span:nth-child(3) {
  transform: rotate(-45deg);
}

.hero {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  max-width: 1040px;
  min-height: calc(100vh - 106px);
  margin: 0 auto;
  padding-top: clamp(54px, 7vw, 92px);
  padding-bottom: clamp(34px, 5vw, 54px);
}

.hero-content {
  width: 100%;
  max-width: 780px;
  text-align: center;
}

.hero-content h1 {
  max-width: 760px;
  font-size: clamp(2.45rem, 3.55vw, 3.8rem);
  line-height: 1.1;
}

.finders-hero {
  min-height: 58vh;
}

.about-hero {
  min-height: auto;
  padding-top: clamp(54px, 7vw, 92px);
  padding-bottom: clamp(42px, 6vw, 78px);
}

.about-hero .hero-content h1 {
  max-width: 720px;
}

.hero-small-text {
  max-width: 580px;
  margin: -12px 0 0;
  color: var(--muted);
  font-size: 1rem;
}

.eyebrow {
  margin: 0 0 14px;
  color: var(--accent-dark);
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}

h1,
h2,
h3 {
  margin: 0;
  color: var(--text);
  line-height: 1.1;
  letter-spacing: 0;
}

h1,
h2 {
  font-family: var(--font-display);
  font-weight: 600;
}

h1 {
  max-width: 820px;
  margin: 0 auto;
  font-size: clamp(2.65rem, 4.05vw, 4.35rem);
  line-height: 1.08;
}

h2 {
  font-size: clamp(1.8rem, 3.1vw, 2.75rem);
}

p {
  margin-top: 0;
}

.hero-subheadline {
  max-width: 630px;
  margin: 24px auto 32px;
  color: #4d5a56;
  font-size: clamp(1.05rem, 1.35vw, 1.22rem);
}

.hero-offer {
  display: grid;
  grid-template-columns: 1fr;
  gap: 11px;
  max-width: 590px;
  margin: 0 auto;
  padding: clamp(16px, 2.6vw, 22px);
  border: 1px solid var(--line);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.72);
  box-shadow: 0 18px 50px rgba(59, 49, 37, 0.08);
  text-align: center;
}

.hero-offer input {
  text-align: center;
}

.hero-offer p {
  margin: -1px 0 2px;
  color: #7d8783;
  font-size: 0.86rem;
  font-weight: 400;
}

.hero-offer .button {
  width: 100%;
  max-width: 270px;
  min-width: 0;
  margin: 4px auto 0;
}

input,
textarea {
  width: 100%;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--surface);
  color: var(--text);
  outline: none;
  padding: 15px 16px;
  transition: border-color 160ms ease, box-shadow 160ms ease;
}

textarea {
  resize: vertical;
}

input:focus,
textarea:focus {
  border-color: var(--accent);
  box-shadow: 0 0 0 4px rgba(47, 143, 131, 0.14);
}

.button {
  display: inline-flex;
  min-height: 58px;
  align-items: center;
  justify-content: center;
  border: 0;
  border-radius: 8px;
  background: var(--accent);
  color: #ffffff;
  cursor: pointer;
  font-weight: 700;
  padding: 14px 24px;
  transition: background-color 180ms ease, transform 180ms ease, box-shadow 180ms ease;
}

.button:hover {
  background: var(--accent-dark);
  transform: translateY(-1px);
  box-shadow: 0 10px 22px rgba(34, 107, 98, 0.16);
}

.button:disabled {
  cursor: wait;
  opacity: 0.72;
  transform: none;
}

.section {
  padding-top: clamp(58px, 8vw, 100px);
  padding-bottom: clamp(58px, 8vw, 100px);
}

.is-hidden {
  display: none !important;
}

.reveal,
.reveal-item {
  opacity: 0;
  transform: translateY(18px);
  transition: opacity 650ms ease, transform 650ms ease;
}

.reveal.is-visible,
.reveal-item.is-visible {
  opacity: 1;
  transform: translateY(0);
}

.delay-1 {
  transition-delay: 0ms;
}

.delay-2 {
  transition-delay: 90ms;
}

.delay-3 {
  transition-delay: 180ms;
}

.delay-4 {
  transition-delay: 270ms;
}

.match-section {
  padding-top: clamp(24px, 4vw, 52px);
  padding-bottom: clamp(34px, 5vw, 70px);
}

.match-card {
  max-width: 760px;
  margin: 0 auto;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--surface);
  box-shadow: var(--shadow);
  padding: clamp(30px, 5vw, 52px);
  text-align: center;
}

.match-card h2 {
  max-width: 560px;
  margin: 0 auto;
  font-size: clamp(1.65rem, 2.5vw, 2.3rem);
}

.match-intro {
  max-width: 580px;
  margin: 16px auto 10px;
  color: var(--muted);
}

.match-source-note {
  margin: 0 auto 32px;
  color: #7a8580;
  font-size: 0.88rem;
}

.match-alert {
  max-width: 560px;
  margin: -12px auto 22px;
  color: #2f514c;
  font-size: 0.95rem;
  font-weight: 700;
}

.match-options {
  display: grid;
  gap: 10px;
  max-width: 640px;
  margin: 0 auto 28px;
  text-align: left;
}

.match-option {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  gap: 12px;
  align-items: start;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #fbf7f0;
  cursor: pointer;
  padding: 14px 16px;
}

.match-option input {
  width: 18px;
  height: 18px;
  margin-top: 5px;
  accent-color: var(--accent);
}

.match-option span {
  color: #273b37;
  font-size: 0.94rem;
  font-weight: 700;
  line-height: 1.45;
  overflow-wrap: anywhere;
}

.match-details {
  display: grid;
  gap: 18px;
  max-width: 560px;
  margin: 0 auto 34px;
  text-align: center;
}

.match-details div {
  display: grid;
  gap: 7px;
  padding: 20px 0 0;
  border-top: 1px solid rgba(232, 223, 212, 0.58);
}

.match-details dt {
  color: #74807b;
  font-size: 0.78rem;
  font-weight: 500;
  letter-spacing: 0.05em;
  line-height: 1.35;
  text-transform: uppercase;
}

.match-details dd {
  margin: 0;
  color: #1f2d2a;
  font-size: 1.03rem;
  font-weight: 700;
  line-height: 1.45;
  overflow-wrap: anywhere;
}

.match-details div:first-child dd {
  font-size: clamp(1.05rem, 1.6vw, 1.2rem);
  font-weight: 800;
}

.match-actions {
  display: flex;
  justify-content: center;
  gap: 30px;
  flex-wrap: wrap;
}

.text-button {
  border: 0;
  background: transparent;
  color: #6f7b76;
  cursor: pointer;
  font-weight: 500;
  padding: 14px 10px;
}

.text-button:hover {
  color: var(--accent-dark);
  text-decoration: underline;
}

.narrow {
  max-width: 800px;
  margin: 0 auto;
}

.intro-section h2 {
  max-width: 680px;
  margin-bottom: 22px;
}

.intro-section p {
  color: #40504c;
  font-size: clamp(1.05rem, 1.45vw, 1.25rem);
}

.about-section {
  padding-top: clamp(30px, 5vw, 64px);
  padding-bottom: clamp(30px, 5vw, 64px);
}

.about-panel {
  display: grid;
  grid-template-columns: minmax(0, 0.85fr) minmax(0, 1fr);
  gap: clamp(28px, 5vw, 62px);
  align-items: start;
  max-width: 1080px;
  margin: 0 auto;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--surface);
  box-shadow: var(--shadow);
  padding: clamp(28px, 5vw, 52px);
}

.about-panel h2 {
  font-size: clamp(1.7rem, 2.8vw, 2.7rem);
}

.about-panel p:not(.eyebrow) {
  margin: 0;
  color: #40504c;
}

.about-principles {
  max-width: 980px;
  margin: clamp(34px, 5vw, 56px) auto 0;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.72);
  box-shadow: var(--shadow);
  padding: clamp(22px, 3.4vw, 32px);
  text-align: left;
}

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

.principle-item {
  display: grid;
  grid-template-columns: 34px minmax(0, 1fr);
  gap: 12px;
  align-items: start;
}

.principle-item h3 {
  margin-bottom: 3px;
  font-size: 1rem;
  line-height: 1.25;
}

.principle-item p {
  margin: 0;
  color: var(--muted);
  font-size: 0.92rem;
  line-height: 1.48;
}

.about-team-section {
  padding-top: clamp(18px, 3vw, 36px);
  padding-bottom: clamp(50px, 7vw, 86px);
}

.about-team-panel {
  display: grid;
  grid-template-columns: minmax(220px, 0.72fr) minmax(0, 1.18fr);
  gap: clamp(34px, 6vw, 76px);
  align-items: start;
  max-width: 1100px;
  margin: 0 auto;
  border-radius: 8px;
  background: #dff2f4;
  padding: clamp(34px, 6vw, 70px);
}

.about-team-intro {
  position: sticky;
  top: 120px;
}

.about-team-intro h2 {
  max-width: 330px;
  margin-bottom: 22px;
  font-size: clamp(2rem, 3.6vw, 3.35rem);
}

.about-team-intro p:not(.eyebrow) {
  max-width: 320px;
  margin: 0;
  color: #40504c;
}

.team-list {
  display: grid;
  gap: clamp(30px, 4.4vw, 54px);
}

.team-profile {
  display: grid;
  grid-template-columns: 74px minmax(0, 1fr);
  gap: 22px;
  align-items: start;
}

.profile-photo {
  display: grid;
  width: 74px;
  height: 74px;
  place-items: center;
  position: relative;
  overflow: hidden;
  border: 3px solid rgba(255, 255, 255, 0.82);
  border-radius: 50%;
  background:
    radial-gradient(circle at 34% 28%, rgba(255, 255, 255, 0.95) 0 10%, transparent 11%),
    linear-gradient(145deg, #2f8f83, #7a9b74);
  box-shadow: 0 14px 28px rgba(35, 72, 68, 0.14);
  color: #ffffff;
  font-size: 0.68rem;
  font-weight: 800;
  letter-spacing: 0;
  line-height: 1;
  text-align: center;
}

.profile-photo img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.profile-photo span {
  display: none;
}

.profile-photo.is-missing span {
  display: block;
}

.profile-photo-alt {
  background:
    radial-gradient(circle at 34% 28%, rgba(255, 255, 255, 0.95) 0 10%, transparent 11%),
    linear-gradient(145deg, #19483d, #9a8768);
}

.profile-photo-third {
  background:
    radial-gradient(circle at 34% 28%, rgba(255, 255, 255, 0.95) 0 10%, transparent 11%),
    linear-gradient(145deg, #226b62, #c7a96b);
}

.profile-photo-fourth {
  background:
    radial-gradient(circle at 34% 28%, rgba(255, 255, 255, 0.95) 0 10%, transparent 11%),
    linear-gradient(145deg, #6d856e, #2f8f83);
}

.profile-copy h3 {
  margin-bottom: 3px;
  font-size: 1.16rem;
  line-height: 1.15;
}

.profile-role {
  display: inline-flex;
  width: fit-content;
  margin: 0 0 14px;
  border-bottom: 1px solid rgba(34, 107, 98, 0.24);
  color: var(--accent-dark);
  font-size: 0.84rem;
  font-weight: 800;
  line-height: 1.3;
  padding-bottom: 6px;
  text-transform: uppercase;
  letter-spacing: 0.04em;
}

.profile-copy p:last-child {
  margin: 0;
  color: #40504c;
  font-size: 0.95rem;
  line-height: 1.56;
}

.landowner-results-section {
  padding-top: clamp(40px, 6vw, 76px);
}

.landowner-results-section .section-heading p {
  max-width: 720px;
  margin: 16px auto 0;
  color: var(--muted);
}

.review-cards {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 22px;
  max-width: 1100px;
  margin: 0 auto;
}

.review-card {
  display: grid;
  align-content: start;
  gap: 12px;
  min-height: 350px;
  border: 1px solid rgba(232, 223, 212, 0.76);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.74);
  box-shadow: 0 18px 45px rgba(59, 49, 37, 0.06);
  padding: clamp(24px, 3vw, 32px);
}

.review-card h3 {
  font-size: 1.12rem;
}

.review-card p {
  margin: 0;
  color: #40504c;
  font-size: 0.97rem;
  line-height: 1.65;
}

.mini-stars {
  color: #c49735;
  font-size: 0.84rem;
  font-weight: 800;
  letter-spacing: 0.06em;
  line-height: 1;
}

.review-person {
  display: flex;
  gap: 10px;
  align-items: center;
  align-self: end;
  margin-top: 14px;
  color: #54615d;
  font-size: 0.88rem;
  font-weight: 700;
}

.review-person span:last-child {
  display: grid;
  gap: 1px;
}

.review-person strong {
  color: #263734;
  font-size: 0.9rem;
  line-height: 1.25;
}

.review-photo {
  display: grid;
  width: 42px;
  height: 42px;
  flex: 0 0 42px;
  place-items: center;
  position: relative;
  overflow: hidden;
  border-radius: 50%;
  border: 2px solid rgba(255, 255, 255, 0.9);
  background: linear-gradient(145deg, #2f8f83, #bfd9a7);
  color: #ffffff;
  font-size: 0.82rem;
  font-weight: 800;
  box-shadow: 0 10px 20px rgba(35, 72, 68, 0.12);
}

.review-photo img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.review-photo span {
  display: none;
}

.review-photo.is-missing span {
  display: block;
}

.review-photo-alt {
  background: linear-gradient(145deg, #19483d, #d8c9b7);
}

.review-photo-third {
  background: linear-gradient(145deg, #226b62, #c7a96b);
}

.text-panel,
.list-panel,
.soft-cta {
  max-width: 960px;
  margin: 0 auto;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--surface);
  box-shadow: var(--shadow);
  padding: clamp(30px, 5vw, 58px);
}

.text-panel h2,
.list-panel h2,
.soft-cta h2,
.contact-section h2 {
  margin-bottom: 20px;
}

.text-stack {
  display: grid;
  gap: 16px;
  color: #40504c;
}

.text-stack p,
.list-panel p,
.soft-cta p,
.contact-section p {
  margin: 0;
  color: #40504c;
}

.list-panel {
  display: grid;
  gap: 22px;
}

.calm-list {
  display: grid;
  gap: 12px;
  margin: 0;
  padding-left: 22px;
  color: #40504c;
}

.soft-cta {
  text-align: center;
}

.soft-cta p {
  max-width: 560px;
  margin: 0 auto 26px;
}

.contact-section {
  padding-top: clamp(34px, 5vw, 72px);
}

.text-link {
  color: var(--accent-dark);
  font-weight: 700;
}

.emotional-section {
  padding-top: clamp(28px, 4vw, 42px);
  padding-bottom: clamp(28px, 4vw, 46px);
}

.emotional-panel {
  max-width: 700px;
  margin: 0 auto;
  text-align: center;
}

.trust-card,
.offer-form,
.step,
details {
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--surface);
  box-shadow: var(--shadow);
}

.emotional-panel h2 {
  max-width: 680px;
  font-size: clamp(2rem, 3vw, 3rem);
  line-height: 1.16;
}

.emotional-copy {
  display: grid;
  gap: 10px;
  max-width: 620px;
  margin: 30px auto 0;
  padding-top: 26px;
  border-top: 1px solid rgba(232, 223, 212, 0.86);
}

.emotional-copy p {
  margin: 0;
  color: #40504c;
  font-size: clamp(1.08rem, 1.35vw, 1.22rem);
  line-height: 1.68;
}

.calm-note {
  max-width: 640px;
  margin: 30px auto 0;
  color: #243935;
  font-family: var(--font-display);
  font-size: clamp(1.18rem, 1.7vw, 1.42rem);
  font-weight: 600;
  line-height: 1.58;
}

.trust-section {
  padding-top: clamp(18px, 3vw, 36px);
  padding-bottom: clamp(56px, 7vw, 90px);
}

.trust-kicker {
  margin: 0 auto 22px;
  color: var(--muted);
  font-size: 0.98rem;
  font-weight: 600;
  letter-spacing: 0;
  text-align: center;
}

.trust-cards {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
  max-width: 1040px;
  margin: 0 auto;
}

.trust-card {
  display: grid;
  grid-template-rows: auto auto 1fr;
  gap: 12px;
  align-content: start;
  min-height: 190px;
  padding: 24px;
  box-shadow: none;
}

.check-icon {
  display: inline-flex;
  width: 34px;
  height: 34px;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: var(--accent-soft);
  color: var(--accent-dark);
}

.check-icon::before {
  content: "";
  width: 13px;
  height: 7px;
  border-left: 2.4px solid currentColor;
  border-bottom: 2.4px solid currentColor;
  transform: rotate(-45deg) translate(1px, -1px);
}

.trust-card h3 {
  margin-bottom: 0;
  font-size: 1.16rem;
}

.trust-card p,
.step p,
details p {
  margin-bottom: 0;
  color: var(--muted);
  line-height: 1.58;
}

.muted-section {
  background: var(--surface-soft);
}

.section-heading {
  max-width: 760px;
  margin: 0 auto 34px;
  text-align: center;
}

.steps {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
  max-width: 1040px;
  margin: 0 auto;
}

.step {
  display: flex;
  gap: 18px;
  align-items: flex-start;
  padding: 26px;
  box-shadow: none;
}

.step span {
  display: inline-flex;
  width: 42px;
  height: 42px;
  flex: 0 0 42px;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: #e1f0ed;
  color: var(--accent-dark);
  font-weight: 800;
}

.step-with-copy {
  display: grid;
  grid-template-columns: 42px minmax(0, 1fr);
}

.step-with-copy h3 {
  margin-bottom: 8px;
  font-size: 1.08rem;
}

.note-section {
  padding-top: clamp(30px, 5vw, 62px);
  padding-bottom: clamp(30px, 5vw, 62px);
}

.important-note {
  max-width: 900px;
  margin: 0 auto;
  border: 1px solid #d8c9b7;
  border-radius: 8px;
  background: #fbf6ee;
  padding: clamp(26px, 4vw, 42px);
}

.important-note h2 {
  margin-bottom: 14px;
  font-size: clamp(1.45rem, 2.2vw, 2rem);
}

.important-note p {
  margin: 0;
  color: #4d5a56;
}

.form-section {
  display: grid;
  grid-template-columns: 1fr;
  gap: 28px;
  align-items: start;
  max-width: 720px;
  margin: 0 auto;
}

.form-intro {
  max-width: 640px;
  margin: 0 auto;
  text-align: center;
}

.form-intro p:not(.eyebrow) {
  margin-top: 18px;
  color: var(--muted);
}

.form-trust-note {
  max-width: 520px;
  margin: 14px auto 0 !important;
  color: #2f514c !important;
  font-size: 0.98rem;
  font-weight: 600;
}

.offer-form {
  display: grid;
  grid-template-columns: 1fr;
  gap: 30px;
  width: 100%;
  max-width: 720px;
  margin: 0 auto;
  padding: clamp(28px, 4vw, 46px);
}

.form-group {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 22px;
  padding-top: 4px;
}

.form-group + .form-group {
  padding-top: 28px;
  border-top: 1px solid rgba(232, 223, 212, 0.82);
}

.form-group h3 {
  grid-column: 1 / -1;
  color: #2f514c;
  font-family: var(--font-body);
  font-size: 0.92rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  line-height: 1.2;
  text-transform: uppercase;
}

.field {
  display: grid;
  gap: 10px;
}

.honeypot-field {
  position: absolute;
  left: -10000px;
  width: 1px;
  height: 1px;
  overflow: hidden;
}

.field-full,
.form-button {
  grid-column: 1 / -1;
}

label {
  color: #2e3936;
  font-size: 0.95rem;
  font-weight: 700;
}

.field > label {
  display: block;
}

label span[aria-hidden="true"] {
  color: var(--accent-dark);
}

.optional-label {
  display: inline-block;
  color: var(--muted);
  font-weight: 500;
  white-space: nowrap;
}

.checkbox {
  display: flex;
  gap: 12px;
  align-items: center;
  font-weight: 600;
}

.checkbox input {
  width: 20px;
  height: 20px;
  margin: 0;
  accent-color: var(--accent);
}

.choice-group {
  display: grid;
  grid-template-columns: 1fr;
  gap: 11px;
  margin: 0;
  border: 0;
  padding: 0;
}

.choice-group legend {
  display: block;
  grid-column: 1 / -1;
  margin-bottom: 14px;
  color: #2e3936;
  font-size: 0.95rem;
  font-weight: 700;
}

.choice-group legend span {
  display: inline;
}

.field > label span {
  display: inline;
}

.choice {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  gap: 10px;
  align-items: center;
  color: #40504c;
  font-size: 0.94rem;
  font-weight: 600;
  line-height: 1.4;
}

.choice input {
  width: 20px;
  height: 20px;
  margin: 0;
  accent-color: var(--accent);
}

.privacy {
  margin: -4px 0 0;
}

.form-reassurance {
  margin: -8px 0 0;
  color: #2f514c;
  font-size: 0.95rem;
  font-weight: 600;
}

.form-status {
  margin: -6px 0 0;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #fbf7f0;
  color: #30423e;
  font-size: 0.95rem;
  font-weight: 700;
  padding: 12px 14px;
}

.form-status[data-type="error"] {
  border-color: #d7a39b;
  background: #fff3f1;
  color: #8a3328;
}

.form-status[data-type="warning"] {
  border-color: #d8c9b7;
  background: #fff8ea;
  color: #664b18;
}

.form-button {
  width: 100%;
}

.reassurance {
  background: #edf6f4;
}

.reassurance p {
  margin: 0;
  color: #30423e;
  font-family: var(--font-display);
  font-size: clamp(1.15rem, 2.4vw, 1.7rem);
  font-weight: 600;
}

.faq-list {
  max-width: 860px;
  margin: 0 auto;
}

details {
  padding: 22px 24px;
  box-shadow: none;
}

details + details {
  margin-top: 14px;
}

summary {
  cursor: pointer;
  font-weight: 800;
}

details p {
  padding-top: 12px;
}

.site-footer {
  display: grid;
  grid-template-columns: minmax(220px, 1fr) auto;
  align-items: center;
  gap: clamp(28px, 5vw, 72px);
  padding-top: 36px;
  padding-bottom: 36px;
  border-top: 1px solid var(--line);
}

.site-footer p {
  margin: 3px 0 0;
}

.footer-brand {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  gap: 6px 18px;
}

.site-footer .copyright,
.site-footer .footer-address {
  color: var(--muted);
  font-size: 0.84rem;
  line-height: 1.55;
  margin-top: 0;
}

.site-footer .footer-address {
  max-width: 460px;
}

.site-footer nav,
.footer-links {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 14px 20px;
  color: var(--muted);
  font-size: 0.95rem;
}

.footer-brand strong {
  color: var(--ink);
}

.thank-you-page {
  min-height: 100vh;
  display: grid;
  place-items: center;
  padding: 28px;
}

.thank-you-card {
  max-width: 680px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--surface);
  box-shadow: var(--shadow);
  padding: clamp(32px, 7vw, 64px);
  text-align: center;
}

.thank-you-card p {
  margin: 20px 0 32px;
  color: var(--muted);
  font-size: 1.15rem;
}

.thank-you-timing {
  margin-top: -18px !important;
  color: #2f514c !important;
  font-size: 1rem !important;
  font-weight: 600;
}

.thank-you-steps {
  margin: 28px 0;
  padding: 22px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #fbf7f0;
  text-align: left;
}

.thank-you-steps p {
  margin: 0 0 12px;
  color: var(--ink);
  font-size: 1rem;
}

.thank-you-steps ul {
  margin: 0;
  padding-left: 20px;
  color: var(--muted);
  line-height: 1.7;
}

.thank-you-note {
  margin-top: 0 !important;
  color: #2f514c !important;
  font-weight: 600;
}

.legal-page {
  max-width: 820px;
  margin: 0 auto;
}

.legal-page h1 {
  margin-bottom: 24px;
  font-size: clamp(2.4rem, 5vw, 4rem);
}

.legal-page h2 {
  margin-top: 36px;
  margin-bottom: 10px;
  font-size: clamp(1.25rem, 2vw, 1.6rem);
}

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

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

@media (max-width: 860px) {
  .site-footer {
    grid-template-columns: 1fr;
    gap: 22px;
  }

  .site-footer nav,
  .footer-links {
    justify-content: flex-start;
  }

  .hero {
    min-height: auto;
  }

  .trust-cards,
  .review-cards,
  .principles-list,
  .steps,
  .about-panel,
  .about-team-panel,
  .form-section {
    grid-template-columns: 1fr;
  }

  .about-team-intro {
    position: static;
  }

  .about-team-intro h2,
  .about-team-intro p:not(.eyebrow) {
    max-width: 720px;
  }

}

@media (max-width: 768px) {
  .site-header {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    align-items: center;
    gap: 14px;
    padding-top: 12px;
    padding-bottom: 12px;
  }

  .site-header.is-scrolled {
    padding-top: 8px;
    padding-bottom: 8px;
  }

  .brand {
    max-width: 100%;
    gap: 10px;
  }

  .brand-logo,
  .site-header.is-scrolled .brand-logo {
    width: 48px;
  }

  .brand-wordmark,
  .site-header.is-scrolled .brand-wordmark {
    font-size: 1.75rem;
  }

  .brand-tagline {
    font-size: 0.52rem;
    max-width: 240px;
    white-space: normal;
  }

  .site-header.is-scrolled .brand-tagline {
    max-height: 0;
    opacity: 0;
  }

  .menu-toggle {
    position: relative;
    display: inline-flex;
  }

  .header-nav {
    display: none;
    grid-column: 1 / -1;
    width: 100%;
    border-top: 1px solid var(--line);
    padding-top: 14px;
  }

  .site-header.nav-open .header-nav {
    display: grid;
    gap: 10px;
  }

  .header-nav a:not(.header-contact),
  .header-contact {
    width: 100%;
    margin-left: 0;
    padding: 10px 0;
  }
}

@media (max-width: 620px) {
  body {
    font-size: 17px;
  }

  .offer-form {
    grid-template-columns: 1fr;
  }

  .form-group {
    grid-template-columns: 1fr;
  }

  .button,
  .hero-offer .button {
    width: 100%;
  }

  .match-actions {
    display: grid;
    gap: 14px;
  }

  .trust-card,
  .review-card,
  .step,
  details {
    padding: 22px;
  }

  .about-team-panel {
    padding: 28px 22px;
  }

  .team-profile {
    grid-template-columns: 54px minmax(0, 1fr);
    gap: 16px;
  }

  .profile-photo {
    width: 54px;
    height: 54px;
    font-size: 0.66rem;
  }

  .check-icon {
    width: 34px;
    height: 34px;
  }

  .check-icon::before {
    width: 13px;
    height: 7px;
  }
}

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

  .reveal,
  .reveal-item {
    opacity: 1;
    transform: none;
    transition: none;
  }
}
