:root {
  --paper: #f5f8f4;
  --paper-deep: #e3eee6;
  --ink: #163328;
  --ink-soft: #3d5c4c;
  --forest: #1f6b4a;
  --forest-deep: #184e38;
  --sage: #3d9a68;
  --copper: #e8b03a;
  --copper-hover: #d49c28;
  --gold-soft: #e2b84d;
  --card: #ffffff;
  --line: rgba(22, 51, 40, 0.12);
  --error: #c2410c;
  --radius: 18px;
  --shadow: 0 22px 50px rgba(24, 78, 56, 0.12);
}

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

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  font-family: Outfit, system-ui, sans-serif;
  color: var(--ink);
  background: var(--paper);
  font-size: 17px;
  line-height: 1.55;
}

img,
svg {
  display: block;
  max-width: 100%;
}

h1,
h2,
h3 {
  font-family: Fraunces, Georgia, serif;
  font-weight: 650;
  line-height: 1.15;
  letter-spacing: -0.02em;
  margin: 0 0 0.5em;
}

p {
  margin: 0 0 1em;
}

a {
  color: inherit;
}

.skip-link {
  position: absolute;
  left: 1rem;
  top: -4rem;
  background: var(--ink);
  color: var(--paper);
  padding: 0.5rem 0.8rem;
  z-index: 20;
}

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

.wrap {
  width: min(1120px, calc(100% - 2.5rem));
  margin-inline: auto;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 10;
  background: rgba(24, 78, 56, 0.94);
  backdrop-filter: blur(14px);
  border-bottom: 1px solid rgba(226, 184, 77, 0.22);
  color: #e9f4ec;
}

.header-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 4.25rem;
  gap: 1rem;
}

.brand {
  display: flex;
  align-items: center;
  gap: 2.1rem;
  min-width: 0;
}

.about-link {
  text-decoration: none;
  font-size: 0.95rem;
  font-weight: 500;
  color: #cfe3d6;
  white-space: nowrap;
}

.about-link:hover,
.about-link[aria-current="page"] {
  color: var(--gold-soft);
}

.logo {
  display: flex;
  align-items: center;
  gap: 0.7rem;
  text-decoration: none;
  color: #f7faf5;
  margin: 0;
}

.logo-mark {
  width: 3.15rem;
  height: 2.85rem;
  flex: none;
}

.logo-word {
  display: flex;
  flex-direction: column;
  line-height: 1;
}

.logo-word b {
  font-family: Fraunces, Georgia, serif;
  font-weight: 650;
  font-size: 1.05rem;
  letter-spacing: -0.01em;
  white-space: nowrap;
}

.logo-word small {
  margin-top: 0.3rem;
  font-size: 0.6rem;
  font-weight: 600;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--gold-soft);
  white-space: nowrap;
}

.nav {
  display: flex;
  align-items: center;
  gap: 1.25rem;
  font-size: 0.95rem;
}

.nav a {
  text-decoration: none;
  color: #d7eadc;
}

.nav a:hover {
  color: var(--gold-soft);
}

.nav-phone {
  font-weight: 600;
  letter-spacing: 0.01em;
  white-space: nowrap;
  color: #fff;
}

.nav-cta {
  background: var(--copper);
  color: #122018 !important;
  padding: 0.55rem 0.95rem;
  border-radius: 999px;
  font-weight: 700;
  box-shadow: 0 4px 12px rgba(24, 78, 56, 0.14);
}

.nav-cta:hover {
  background: var(--copper-hover);
  color: #163328 !important;
}

.hero {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  padding: 3.5rem 0 5.5rem;
  background: #184e38;
  color: var(--paper);
}

.hero-photo {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  max-width: none;
  object-fit: cover;
  object-position: center 45%;
  z-index: -2;
}

.hero-overlay {
  position: absolute;
  inset: 0;
  z-index: -1;
  pointer-events: none;
  background:
    linear-gradient(90deg, rgba(22, 62, 44, 0.72) 0%, rgba(22, 62, 44, 0.36) 48%, rgba(22, 62, 44, 0.14) 100%),
    linear-gradient(180deg, rgba(22, 62, 44, 0.18) 0%, transparent 32%, rgba(245, 248, 244, 0.94) 100%);
}

.hero-grid {
  display: grid;
  grid-template-columns: 1.05fr 0.95fr;
  gap: 3rem;
  align-items: start;
}

.eyebrow {
  text-transform: uppercase;
  letter-spacing: 0.16em;
  font-size: 0.72rem;
  font-weight: 600;
  color: var(--sage);
  margin-bottom: 0.75rem;
}

.hero .eyebrow {
  color: var(--gold-soft);
}

.hero h1 {
  font-size: clamp(2.2rem, 5vw, 3.8rem);
  max-width: 14ch;
  color: #ffffff;
  text-shadow: 0 2px 18px rgba(22, 62, 44, 0.35);
}

.lede {
  font-size: 1.12rem;
  color: var(--ink-soft);
  max-width: 38ch;
}

.hero .lede {
  color: rgba(236, 247, 239, 0.94);
}

.hero-points {
  list-style: none;
  padding: 0;
  margin: 1.75rem 0 0;
  display: flex;
  flex-direction: column;
  gap: 0.55rem;
}

.hero-points li {
  position: relative;
  padding-left: 1.4rem;
  font-weight: 500;
}

.hero-points li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.55em;
  width: 0.65rem;
  height: 0.65rem;
  border-radius: 50%;
  background: var(--copper);
}

.form-panel {
  background: var(--card);
  color: var(--ink);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  box-shadow: var(--shadow), 0 0 0 1px rgba(255, 255, 255, 0.7) inset;
  padding: 1.6rem 1.5rem 1.4rem;
}

.form-panel h2 {
  font-size: 1.55rem;
}

.form-intro,
.hint,
.form-fineprint {
  color: var(--ink-soft);
  font-size: 0.92rem;
}

.field {
  margin-bottom: 1rem;
}

.field-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0.85rem;
}

label {
  display: block;
  font-weight: 600;
  font-size: 0.92rem;
  margin-bottom: 0.35rem;
}

.optional {
  font-weight: 400;
  color: var(--ink-soft);
}

input,
textarea,
select {
  width: 100%;
  min-height: 48px;
  border: 1px solid var(--line);
  background: #f7fbf8;
  color: var(--ink);
  border-radius: 10px;
  padding: 0.72rem 0.8rem;
  font: inherit;
  font-size: 16px;
}

input:focus,
textarea:focus,
select:focus {
  outline: 2px solid var(--forest);
  outline-offset: 1px;
  background: #fff;
}

textarea {
  resize: vertical;
  min-height: 7.5rem;
}

form {
  position: relative;
}

.honeypot {
  position: absolute;
  left: -9999px;
  opacity: 0;
  height: 0;
  width: 0;
}

.check-label {
  display: flex;
  align-items: flex-start;
  gap: 0.55rem;
  font-weight: 500;
  cursor: pointer;
}

.check-label input {
  width: auto;
  min-height: 0;
  margin-top: 0.2rem;
}

.form-progress {
  margin: 0 0 0.45rem;
  font-size: 0.78rem;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--sage);
}

.form-actions {
  display: grid;
  grid-template-columns: 0.7fr 1.3fr;
  gap: 0.7rem;
  margin-top: 0.35rem;
}

.form-actions .submit {
  margin-top: 0;
}

.field.error input,
.field.error textarea,
.field.error select {
  border-color: var(--error);
}

.field-error {
  color: var(--error);
  font-size: 0.82rem;
  margin: 0.3rem 0 0;
}

.hint {
  margin: 0.35rem 0 0;
}

.submit {
  width: 100%;
  margin-top: 0.35rem;
  border: 0;
  background: var(--copper);
  color: #122018;
  font: inherit;
  font-weight: 700;
  min-height: 48px;
  padding: 0.9rem 1rem;
  border-radius: 12px;
  cursor: pointer;
  box-shadow: 0 6px 16px rgba(24, 78, 56, 0.12);
}

.submit:hover {
  background: var(--copper-hover);
  color: #163328;
}

.submit.secondary {
  background: var(--forest);
  color: #fff;
  box-shadow: none;
}

.submit.secondary:hover {
  background: var(--forest-deep);
}

a.submit {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  box-sizing: border-box;
}

.form-fineprint {
  margin: 0.75rem 0 0;
  text-align: center;
}

.form-legal {
  margin: 0.55rem 0 0;
  text-align: center;
  font-size: 0.8rem;
  color: var(--ink-soft);
}

.form-legal a {
  color: var(--forest);
  text-underline-offset: 2px;
}

.form-success:focus {
  outline: none;
}

.form-success h2 {
  color: var(--forest-deep);
}

.section {
  padding: 4.5rem 0;
}

.section h2 {
  font-size: clamp(1.8rem, 3vw, 2.5rem);
  max-width: 18ch;
}

.steps {
  list-style: none;
  padding: 0;
  margin: 2.4rem 0 0;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.4rem;
}

.steps li {
  background: var(--card);
  border: 1px solid var(--line);
  border-radius: 16px;
  padding: 1.3rem 1.2rem 1.4rem;
  box-shadow: 0 10px 24px rgba(24, 78, 56, 0.06);
}

.step-num {
  display: block;
  font-family: Fraunces, Georgia, serif;
  color: var(--copper);
  font-size: 1.1rem;
  margin-bottom: 0.7rem;
}

.why {
  background: var(--forest-deep);
  color: var(--paper);
}

.why .eyebrow {
  color: var(--gold-soft);
}

.why-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 3rem;
  align-items: start;
}

.why-list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 1.2rem;
}

.why-list li {
  padding-top: 1.1rem;
  border-top: 1px solid rgba(226, 184, 77, 0.28);
}

.why-list strong {
  display: block;
  font-family: Fraunces, Georgia, serif;
  font-size: 1.15rem;
  margin-bottom: 0.25rem;
}

.site-footer {
  background: #143d2c;
  color: #b7d0c0;
  padding: 2rem 0;
  font-size: 0.92rem;
}

.footer-logo {
  color: var(--paper);
  margin-bottom: 0.9rem;
}

.footer-inner p:last-child {
  margin: 0;
}

.page-hero {
  padding: 4.2rem 0 2.5rem;
  background:
    radial-gradient(circle at 88% 0%, rgba(232, 176, 58, 0.22) 0, transparent 42%),
    linear-gradient(165deg, #184e38 0%, #1f6b4a 58%, #2a7d58 100%);
  color: #f4faf6;
}

.page-hero h1 {
  font-size: clamp(2.2rem, 5vw, 3.6rem);
  max-width: 16ch;
}

.page-hero .eyebrow {
  color: var(--gold-soft);
}

.page-hero .lede {
  max-width: 46ch;
  margin-bottom: 0;
  color: #d4eadc;
}

.about-grid {
  display: grid;
  grid-template-columns: 1.2fr 0.8fr;
  gap: 3rem;
  align-items: start;
}

.about-copy p {
  max-width: 58ch;
  color: var(--ink-soft);
}

.about-card {
  background: var(--card);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: 1.4rem 1.35rem 1.2rem;
  box-shadow: var(--shadow);
}

.about-card ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.about-card li {
  padding: 0.85rem 0;
  border-top: 1px solid var(--line);
}

.about-card li:first-of-type {
  border-top: 0;
  padding-top: 0.2rem;
}

.about-card strong {
  display: block;
  font-size: 0.82rem;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: var(--sage);
  margin-bottom: 0.2rem;
}

.about-cta {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 2rem;
  align-items: center;
}

.about-cta h2 {
  max-width: 14ch;
}

.about-cta p {
  margin-bottom: 0;
  max-width: 46ch;
  color: #d5eadc;
}

.about-cta-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: auto;
  min-width: 12rem;
  text-decoration: none;
  text-align: center;
}

.trust-bar {
  background: #dff0e4;
  color: var(--ink);
  padding: 1.1rem 0;
  text-align: center;
}

.trust-bar p {
  margin: 0;
  font-size: 0.98rem;
  font-weight: 600;
  max-width: 62ch;
  margin-inline: auto;
}

.trust-cities {
  margin-top: 0.35rem !important;
  font-size: 0.88rem !important;
  font-weight: 500 !important;
  max-width: 68ch !important;
  opacity: 0.85;
}

.compare-table {
  margin-top: 2rem;
  border: 1px solid var(--line);
  border-radius: 16px;
  overflow: hidden;
  background: var(--card);
}

.compare-row {
  display: grid;
  grid-template-columns: 0.7fr 1.15fr 1.15fr;
  gap: 1rem;
  padding: 1rem 1.2rem;
  border-top: 1px solid var(--line);
}

.compare-row:first-child {
  border-top: 0;
}

.compare-head {
  background: #e7f3ea;
  font-weight: 600;
  font-family: Fraunces, Georgia, serif;
}

.compare-row [role="rowheader"] {
  font-weight: 600;
}

.offer-method {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 3rem;
  align-items: start;
}

.offer-points {
  list-style: none;
  padding: 0;
  margin: 0;
}

.offer-points li {
  padding: 0.85rem 0 0.85rem 1.3rem;
  border-top: 1px solid var(--line);
  position: relative;
}

.offer-points li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 1.15rem;
  width: 0.55rem;
  height: 0.55rem;
  border-radius: 50%;
  background: var(--copper);
}

.faq-wrap h2 {
  max-width: 18ch;
}

.faq-list {
  margin-top: 1.8rem;
  display: flex;
  flex-direction: column;
  gap: 0.7rem;
}

.faq-list details {
  background: var(--card);
  border: 1px solid var(--line);
  border-radius: 14px;
  padding: 0.9rem 1.1rem;
}

.faq-list summary {
  cursor: pointer;
  font-weight: 600;
  list-style: none;
}

.faq-list summary::-webkit-details-marker {
  display: none;
}

.faq-list details p {
  margin: 0.7rem 0 0.2rem;
  color: var(--ink-soft);
}

.final-cta {
  background: var(--forest-deep);
  color: var(--paper);
  text-align: center;
}

.final-cta .eyebrow {
  color: var(--gold-soft);
}

.final-cta h2 {
  max-width: 16ch;
  margin-inline: auto;
}

.final-cta p {
  max-width: 42ch;
  margin-inline: auto;
  color: #d5eadc;
}

.final-cta .about-cta-btn {
  margin-top: 0.4rem;
}

.thanks-copy .about-cta-btn {
  margin-top: 0.6rem;
}

.footer-note {
  margin-top: 0.7rem;
  opacity: 0.8;
}

.footer-phone {
  color: var(--paper);
  font-weight: 600;
  text-decoration: none;
  font-size: 1.05rem;
}

.footer-phone:hover {
  color: var(--gold-soft);
}

.footer-links {
  display: flex;
  flex-wrap: wrap;
  gap: 0.85rem 1.25rem;
  margin: 1rem 0 0;
}

.footer-links a {
  color: #b7d0c0;
  text-decoration: none;
}

.footer-links a:hover,
.footer-links a[aria-current="page"] {
  color: var(--paper);
}

.inline-phone {
  color: inherit;
  font-weight: 600;
  text-underline-offset: 2px;
}

.about-split {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 3rem;
  align-items: start;
}

.legal-page {
  padding-top: 3rem;
}

.legal-copy {
  max-width: 42rem;
}

.legal-copy h1 {
  font-size: clamp(2rem, 4vw, 3rem);
}

.legal-updated {
  color: var(--ink-soft);
  font-size: 0.92rem;
}

.legal-copy ul {
  padding-left: 1.2rem;
  color: var(--ink-soft);
}

.legal-copy li {
  margin-bottom: 0.4rem;
}

.legal-copy a {
  color: var(--forest);
}

.thanks-steps {
  padding-left: 1.15rem;
  max-width: 40ch;
}

.thanks-steps li {
  margin-bottom: 0.45rem;
}

.thanks-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  margin-top: 0.4rem;
}

.thanks-copy .about-cta-btn {
  margin-top: 0;
}

.mobile-cta {
  display: none;
}

@media (max-width: 860px) {
  .nav a:not(.nav-cta):not(.nav-phone) {
    display: none;
  }

  .hero-grid,
  .field-row,
  .form-actions,
  .steps,
  .why-grid,
  .about-grid,
  .about-cta,
  .about-split,
  .compare-row,
  .offer-method {
    grid-template-columns: 1fr;
  }

  .compare-head span:first-child {
    display: none;
  }

  .hero {
    padding-top: 2rem;
    padding-bottom: 4.5rem;
  }

  .hero h1 {
    max-width: none;
    font-size: clamp(1.9rem, 8vw, 2.6rem);
  }

  .hero .lede {
    font-size: 1rem;
  }

  .hero-overlay {
    background:
      linear-gradient(180deg, rgba(22, 62, 44, 0.66) 0%, rgba(22, 62, 44, 0.28) 42%, rgba(245, 248, 244, 0.94) 100%);
  }

  .mobile-cta {
    display: grid;
    grid-template-columns: 1fr 1.15fr;
    gap: 0.55rem;
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 12;
    padding: 0.7rem 1rem calc(0.7rem + env(safe-area-inset-bottom));
    background: rgba(24, 78, 56, 0.96);
    backdrop-filter: blur(10px);
    border-top: 1px solid rgba(226, 184, 77, 0.28);
  }

  .mobile-cta .submit {
    margin: 0;
    min-width: 0;
    padding-inline: 0.6rem;
    font-size: 0.92rem;
  }

  .mobile-cta .submit.secondary {
    background: transparent;
    color: #fff;
    box-shadow: none;
    border: 1.5px solid rgba(255, 255, 255, 0.45);
  }

  .mobile-cta .submit.secondary:hover {
    background: rgba(255, 255, 255, 0.1);
  }

  .mobile-cta.is-hidden {
    display: none;
  }

  body {
    padding-bottom: 5.25rem;
  }
}

@media (max-width: 640px) {
  .nav-phone {
    display: none;
  }

  .logo-mark {
    width: 2.55rem;
    height: 2.3rem;
  }

  .logo-word b {
    font-size: 0.88rem;
  }

  .header-inner {
    gap: 0.5rem;
  }

  .brand {
    gap: 1rem;
  }

  .about-link {
    font-size: 0.88rem;
  }

  .nav-cta {
    white-space: nowrap;
    padding: 0.5rem 0.7rem;
    font-size: 0.82rem;
  }
}

body.legal-open {
  overflow: hidden;
}

.legal-overlay {
  position: fixed;
  inset: 0;
  z-index: 40;
  display: grid;
  place-items: center;
  padding: 1.25rem 1rem calc(1.25rem + env(safe-area-inset-bottom));
}

.legal-overlay[hidden] {
  display: none;
}

.legal-backdrop {
  position: absolute;
  inset: 0;
  background: rgba(16, 38, 28, 0.62);
  backdrop-filter: blur(6px);
}

.legal-dialog {
  position: relative;
  width: min(40rem, 100%);
  max-height: min(86vh, 44rem);
  overflow: auto;
  background: var(--card);
  color: var(--ink);
  border-radius: 18px;
  box-shadow: var(--shadow);
  padding: 1.5rem 1.4rem 1.6rem;
}

.legal-close {
  position: sticky;
  top: 0;
  float: right;
  margin: 0 0 0.6rem 0.8rem;
  border: 0;
  background: var(--paper-deep);
  color: var(--ink);
  font: inherit;
  font-size: 0.88rem;
  font-weight: 600;
  padding: 0.4rem 0.75rem;
  border-radius: 999px;
  cursor: pointer;
}

.legal-dialog-body {
  max-width: none;
}

.legal-dialog-body h1 {
  font-size: clamp(1.6rem, 3vw, 2.2rem);
}
