:root {
  --ink: #142421;
  --muted: #5d6f69;
  --paper: #f3eee4;
  --paper-2: #e7e0d2;
  --white: #fffcf6;
  --teal: #0b5f58;
  --teal-deep: #073f3b;
  --green: #1e9e5a;
  --line: rgba(20, 36, 33, 0.12);
  --shadow: 0 28px 60px rgba(20, 36, 33, 0.14);
  --radius: 22px;
  --header-h: 78px;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  scroll-padding-top: 88px;
}

body {
  margin: 0;
  color: var(--ink);
  background:
    radial-gradient(1200px 480px at 10% -10%, #fff8e8 0%, transparent 55%),
    var(--paper);
  font-family: Outfit, "Segoe UI", sans-serif;
  line-height: 1.55;
}

img {
  max-width: 100%;
  display: block;
}

a {
  color: var(--teal);
}

h1,
h2,
h3,
.eyebrow {
  font-family: Fraunces, Georgia, serif;
}

h1,
h2,
h3 {
  margin: 0 0 0.6rem;
  line-height: 1.15;
  letter-spacing: -0.02em;
}

h1 {
  font-size: clamp(2.1rem, 5vw, 3.6rem);
  font-weight: 650;
}

h2 {
  font-size: clamp(1.7rem, 3vw, 2.4rem);
}

h3 {
  font-size: 1.2rem;
}

p {
  margin: 0 0 1rem;
}

.shell {
  width: min(1120px, calc(100% - 32px));
  margin-inline: auto;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0 0 0 0);
}

.skip-link {
  position: absolute;
  left: 12px;
  top: -40px;
  background: var(--ink);
  color: #fff;
  padding: 8px 12px;
  z-index: 20;
}

.skip-link:focus {
  top: 12px;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 10;
  backdrop-filter: blur(16px);
  background: rgba(243, 238, 228, 0.88);
  border-bottom: 1px solid var(--line);
}

.header-inner {
  min-height: var(--header-h);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
}

.brand {
  display: flex;
  align-items: center;
  gap: 10px;
  text-decoration: none;
  color: inherit;
  min-width: 0;
}

.brand-mark {
  width: 42px;
  height: 42px;
  flex: 0 0 42px;
}

.brand-text {
  display: flex;
  flex-direction: column;
  line-height: 1.05;
}

.brand-text strong {
  font-family: Outfit, "Segoe UI", sans-serif;
  font-size: 1.02rem;
  font-weight: 700;
}

.brand-text span {
  color: var(--teal);
  font-weight: 600;
}

.brand-text small {
  margin-top: 3px;
  letter-spacing: 0.28em;
  font-size: 0.62rem;
  color: var(--muted);
}

.brand img {
  display: none;
}

.site-nav {
  display: flex;
  align-items: center;
  gap: 22px;
}

.site-nav a {
  color: var(--ink);
  text-decoration: none;
  font-weight: 500;
  font-size: 0.95rem;
}

.site-nav a:hover {
  color: var(--teal);
}

.nav-cta {
  background: var(--teal);
  color: #fff !important;
  padding: 10px 16px;
  border-radius: 999px;
}

.nav-toggle {
  display: none;
  width: 44px;
  height: 44px;
  border: 1px solid var(--line);
  border-radius: 12px;
  background: var(--white);
  padding: 10px;
}

.nav-toggle span {
  display: block;
  height: 2px;
  margin: 5px 0;
  background: var(--ink);
}

.hero {
  padding: 48px 0 28px;
}

.hero-grid {
  display: grid;
  grid-template-columns: 1.05fr 0.95fr;
  gap: 48px;
  align-items: center;
}

.eyebrow {
  display: inline-block;
  margin-bottom: 10px;
  color: var(--teal);
  font-size: 0.92rem;
  font-weight: 650;
}

.eyebrow.light {
  color: #b7e3c8;
}

.lede {
  font-size: 1.12rem;
  color: var(--muted);
  max-width: 42rem;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin: 22px 0 18px;
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  border: 0;
  cursor: pointer;
  font: inherit;
  font-weight: 600;
  border-radius: 999px;
  padding: 12px 20px;
}

.btn-primary {
  background: var(--teal);
  color: #fff;
}

.btn-primary:hover {
  background: var(--teal-deep);
}

.btn-ghost {
  background: transparent;
  color: var(--ink);
  box-shadow: inset 0 0 0 1.5px var(--ink);
}

.btn-full {
  width: 100%;
}

.trust-row {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  padding: 0;
  margin: 0;
  list-style: none;
}

.trust-row li {
  background: var(--white);
  border: 1px dashed #cbbfa8;
  border-radius: 999px;
  padding: 6px 12px;
  font-size: 0.86rem;
}

.phone {
  width: min(360px, 100%);
  margin-inline: auto;
  background: #111;
  border-radius: 36px;
  padding: 12px 10px 16px;
  box-shadow: var(--shadow);
}

.phone-notch {
  width: 118px;
  height: 18px;
  margin: 0 auto 10px;
  background: #000;
  border-radius: 0 0 14px 14px;
}

.wa-app {
  background: #efe7dd;
  border-radius: 24px;
  overflow: hidden;
  min-height: 520px;
}

.wa-top {
  display: flex;
  gap: 10px;
  align-items: center;
  background: #075e54;
  color: #fff;
  padding: 12px 14px;
}

.wa-top small {
  display: block;
  opacity: 0.8;
  font-size: 0.75rem;
}

.wa-avatar {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  background: #25d366;
  color: #073f3b;
  font-weight: 700;
  font-size: 0.78rem;
}

.wa-thread {
  padding: 14px 12px 18px;
}

.wa-day {
  text-align: center;
  font-size: 0.75rem;
  color: #667;
  margin-bottom: 10px;
}

.wa-bubble,
.wa-file {
  background: #fff;
  border-radius: 8px 8px 8px 2px;
  padding: 10px 12px;
  margin-bottom: 8px;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.08);
  width: 92%;
}

.wa-ok {
  color: var(--teal);
  font-weight: 700;
  margin-bottom: 6px;
}

.wa-kicker {
  font-size: 0.78rem;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  color: var(--muted);
  margin-bottom: 6px;
}

.wa-bubble ul {
  margin: 0;
  padding: 0;
  list-style: none;
  font-size: 0.88rem;
}

.wa-bubble li {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  border-bottom: 1px dashed #eee;
  padding: 3px 0;
}

.wa-bubble li span {
  color: var(--muted);
}

.wa-note {
  margin: 8px 0 0;
  font-size: 0.8rem;
  color: var(--muted);
}

.wa-file {
  display: flex;
  gap: 10px;
  align-items: center;
}

.wa-file small {
  display: block;
  color: var(--muted);
}

.file-ico {
  width: 40px;
  height: 40px;
  border-radius: 8px;
  display: grid;
  place-items: center;
  background: #d9f4e4;
  color: var(--teal-deep);
  font-size: 0.68rem;
  font-weight: 700;
}

.file-ico.pdf {
  background: #f8e4d8;
  color: #8a3b16;
}

.visual-caption {
  text-align: center;
  color: var(--muted);
  font-size: 0.85rem;
  margin-top: 12px;
}

.stats-band {
  padding: 28px 0 8px;
}

.stats-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
  background: var(--teal-deep);
  color: #f6f3ec;
  border-radius: 28px;
  padding: 28px 24px;
}

.stats-grid article {
  text-align: center;
  padding: 8px 12px;
}

.stats-value {
  font-family: Fraunces, Georgia, serif;
  font-size: clamp(1.6rem, 3vw, 2.4rem);
  font-weight: 650;
  margin: 0 0 6px;
  letter-spacing: -0.02em;
}

.stats-label {
  margin: 0;
  color: #c9ddd6;
  font-size: 0.92rem;
}

.section,
.hero {
  scroll-margin-top: 88px;
}

.section {
  padding: 72px 0;
}

.section-alt {
  background: var(--white);
  border-block: 1px solid var(--line);
}

.section-dark {
  background:
    linear-gradient(160deg, var(--teal-deep), #0a2f2c 58%, #16332c);
  color: #f6f3ec;
}

.section-dark a {
  color: #b7e3c8;
}

.section-head {
  max-width: 40rem;
  margin-bottom: 32px;
}

.steps {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 18px;
}

.steps li {
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: 22px 20px 18px;
  min-height: 210px;
}

.step-num {
  display: block;
  font-family: Fraunces, Georgia, serif;
  color: var(--teal);
  font-size: 1.4rem;
  margin-bottom: 18px;
}

.bento {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 16px;
}

.card {
  background: var(--paper);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: 22px;
  grid-column: span 3;
}

.card-wide {
  grid-column: span 6;
  background:
    repeating-linear-gradient(
      -55deg,
      transparent,
      transparent 10px,
      rgba(11, 95, 88, 0.035) 10px,
      rgba(11, 95, 88, 0.035) 12px
    ),
    var(--paper);
}

.split {
  display: grid;
  grid-template-columns: 0.85fr 1.15fr;
  gap: 40px;
  align-items: start;
}

.checklist {
  margin: 18px 0 0;
  padding: 0;
  list-style: none;
}

.checklist li {
  padding: 10px 0 10px 28px;
  border-bottom: 1px dashed var(--line);
  position: relative;
}

.checklist li::before {
  content: "";
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: var(--green);
  position: absolute;
  left: 0;
  top: 16px;
}

.contact-grid {
  display: grid;
  grid-template-columns: 0.85fr 1.15fr;
  gap: 36px;
  align-items: start;
}

.contact-direct {
  list-style: none;
  padding: 0;
  margin: 24px 0 0;
}

.contact-direct li {
  margin-bottom: 12px;
}

.contact-direct span {
  display: block;
  font-size: 0.8rem;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  opacity: 0.7;
}

.contact-direct a {
  color: #fff;
  font-size: 1.2rem;
  text-decoration: none;
}

.quote-form {
  background: var(--white);
  color: var(--ink);
  border-radius: 28px;
  padding: 24px;
}

.form-pair {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
}

.form-row {
  display: flex;
  flex-direction: column;
  gap: 6px;
  margin-bottom: 12px;
}

.form-row input,
.form-row textarea {
  font: inherit;
  border: 1px solid #d9d1c3;
  border-radius: 12px;
  padding: 11px 12px;
  background: #fffdf8;
}

.form-row input:focus,
.form-row textarea:focus {
  outline: 2px solid var(--teal);
  border-color: transparent;
}

.captcha-row small {
  color: var(--muted);
  font-size: 0.8rem;
}

.captcha-box {
  display: grid;
  grid-template-columns: 180px auto 1fr;
  gap: 8px;
  align-items: center;
}

.captcha-box canvas {
  width: 180px;
  height: 52px;
  border-radius: 12px;
  border: 1px solid #d9d1c3;
  background: #eef6f3;
}

.captcha-refresh {
  font: inherit;
  font-size: 0.82rem;
  font-weight: 600;
  border: 1px solid #d9d1c3;
  background: #fffdf8;
  border-radius: 12px;
  padding: 10px 12px;
  cursor: pointer;
  color: var(--ink);
}

.captcha-refresh:hover {
  border-color: var(--teal);
  color: var(--teal);
}

.captcha-box input {
  font: inherit;
  border: 1px solid #d9d1c3;
  border-radius: 12px;
  padding: 11px 12px;
  background: #fffdf8;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.captcha-box input:focus {
  outline: 2px solid var(--teal);
  border-color: transparent;
}

@media (max-width: 900px) {
  .captcha-box {
    grid-template-columns: 1fr auto;
  }

  .captcha-box canvas {
    grid-column: 1 / -1;
    width: 100%;
  }
}

.form-legal {
  font-size: 0.85rem;
  color: var(--muted);
}

.form-status {
  margin: 12px 0 0;
  padding: 10px 12px;
  border-radius: 12px;
  background: #e7f6ec;
  font-size: 0.92rem;
}

.form-status.is-error {
  color: #9b1c1c;
  background: #fde8e8;
}

.site-footer {
  background: #101917;
  color: #d7ddd9;
  padding: 28px 0;
  font-size: 0.92rem;
}

.footer-inner {
  display: flex;
  justify-content: space-between;
  gap: 16px;
  flex-wrap: wrap;
}

.site-footer a {
  color: #d7ddd9;
  display: block;
  text-decoration: none;
}

.site-footer p {
  margin: 4px 0 0;
}

.legal-page {
  padding: 48px 0 72px;
}

.legal-card {
  background: var(--white);
  border-radius: 28px;
  padding: 36px;
  max-width: 800px;
}

@media (max-width: 900px) {
  .hero-grid,
  .steps,
  .split,
  .contact-grid,
  .form-pair,
  .stats-grid {
    grid-template-columns: 1fr;
  }

  .bento,
  .card,
  .card-wide {
    grid-template-columns: 1fr;
    grid-column: auto;
  }

  .nav-toggle {
    display: block;
  }

  .site-nav:not(.is-static) {
    display: none;
    position: absolute;
    inset: var(--header-h) 16px auto;
    background: var(--white);
    border: 1px solid var(--line);
    border-radius: 16px;
    padding: 16px;
    flex-direction: column;
    align-items: stretch;
  }

  .site-nav.is-open {
    display: flex;
  }

  .nav-cta {
    text-align: center;
  }

  .steps li {
    min-height: 0;
  }
}
