:root {
  --green-950: #071b10;
  --green-900: #12331f;
  --green-800: #1f4a2b;
  --green-700: #2f7041;
  --green-100: #e5f1df;
  --leaf: #77a846;
  --gold: #e4b64b;
  --soil: #4b3826;
  --paper: #fbfaf5;
  --white: #ffffff;
  --ink: #182119;
  --muted: #677061;
  --line: #dbe3d4;
  --shadow: 0 18px 46px rgba(23, 61, 36, 0.16);
  --radius: 8px;
  --container: min(1120px, calc(100vw - 32px));
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background: #f6f3eb;
  color: var(--ink);
  font-family: Arial, Helvetica, sans-serif;
  line-height: 1.5;
}

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

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

.site-header {
  position: sticky;
  top: 0;
  z-index: 20;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  width: 100%;
  padding: 14px max(16px, calc((100vw - 1120px) / 2));
  background: rgba(7, 27, 16, 0.96);
  border-bottom: 1px solid rgba(255, 255, 255, 0.12);
  backdrop-filter: blur(14px);
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  min-width: 190px;
}

.brand-mark {
  display: grid;
  place-items: center;
  width: 42px;
  height: 42px;
  border-radius: 50%;
  background: var(--gold);
  color: #1d1608;
  font-size: 14px;
  font-weight: 800;
}

.brand strong,
.brand small {
  display: block;
}

.brand strong {
  color: var(--white);
  font-size: 17px;
  line-height: 1.1;
}

.brand small {
  margin-top: 2px;
  color: rgba(255, 255, 255, 0.72);
  font-size: 12px;
}

.site-nav {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 24px;
  color: rgba(255, 255, 255, 0.78);
  font-size: 14px;
  font-weight: 700;
}

.site-nav a {
  padding: 8px 0;
}

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

.header-call {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 42px;
  padding: 0 16px;
  border-radius: 999px;
  background: var(--gold);
  color: #1d1608;
  font-size: 14px;
  font-weight: 800;
  white-space: nowrap;
}

.hero {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(340px, 0.46fr);
  gap: clamp(28px, 5vw, 68px);
  align-items: center;
  width: 100%;
  min-height: calc(100vh - 72px);
  margin: 0;
  padding: clamp(54px, 8vw, 108px) max(16px, calc((100vw - 1120px) / 2)) 58px;
  background:
    linear-gradient(90deg, rgba(7, 27, 16, 0.96) 0%, rgba(7, 27, 16, 0.88) 44%, rgba(7, 27, 16, 0.5) 100%),
    url("https://images.unsplash.com/photo-1558904541-efa843a96f01?auto=format&fit=crop&w=1800&q=80");
  background-color: var(--green-950);
  background-position: center;
  background-size: cover;
}

.hero-content {
  max-width: 680px;
}

.local-line,
.section-heading p,
.trust-copy > p:first-child,
.area > div > p:first-child,
.checklist p:first-child,
.quote-copy > p:first-child {
  margin: 0 0 10px;
  color: var(--gold);
  font-size: 13px;
  font-weight: 900;
  letter-spacing: 0;
  text-transform: uppercase;
}

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

h1 {
  max-width: 780px;
  margin-bottom: 20px;
  color: var(--white);
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(44px, 7vw, 82px);
  font-weight: 800;
  line-height: 0.97;
  letter-spacing: 0;
}

.hero-copy {
  max-width: 610px;
  margin-bottom: 28px;
  color: rgba(255, 255, 255, 0.82);
  font-size: clamp(18px, 2vw, 21px);
}

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

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 52px;
  padding: 0 22px;
  border: 0;
  border-radius: 6px;
  font: inherit;
  font-size: 15px;
  font-weight: 900;
  cursor: pointer;
  transition: transform 160ms ease, box-shadow 160ms ease, background 160ms ease;
}

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

.button-primary {
  background: var(--gold);
  color: #231a0b;
  box-shadow: 0 12px 24px rgba(178, 127, 30, 0.24);
}

.button-primary:hover {
  background: #efc65c;
}

.button-secondary {
  background: var(--white);
  color: #18351f;
}

.hero .button-secondary {
  background: rgba(255, 255, 255, 0.14);
  color: var(--white);
  border: 1px solid rgba(255, 255, 255, 0.28);
}

.button-dark {
  background: #1f2a1f;
  color: var(--white);
}

.hero-points {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.hero-points li {
  padding: 9px 12px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.1);
  color: rgba(255, 255, 255, 0.88);
  font-size: 13px;
  font-weight: 800;
}

.hero-card {
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: var(--radius);
  background: rgba(255, 255, 255, 0.94);
  box-shadow: 0 24px 70px rgba(0, 0, 0, 0.32);
}

.hero-card-top {
  display: grid;
  gap: 2px;
  padding: 28px;
  background:
    radial-gradient(circle at top right, rgba(228, 182, 75, 0.38), transparent 38%),
    linear-gradient(145deg, #174327, #071b10);
  color: var(--white);
}

.hero-card-top span {
  color: var(--gold);
  font-size: 13px;
  font-weight: 900;
  text-transform: uppercase;
}

.hero-card-top strong {
  font-family: Georgia, "Times New Roman", serif;
  font-size: 64px;
  line-height: 0.95;
}

.hero-card-top small {
  color: rgba(255, 255, 255, 0.78);
  font-size: 15px;
  font-weight: 800;
}

.hero-card-body {
  display: grid;
  gap: 18px;
  padding: 28px;
}

.hero-card-body h2 {
  margin: 0;
  font-size: 29px;
}

.hero-card-body ul {
  display: grid;
  gap: 10px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.hero-card-body li {
  position: relative;
  padding-left: 24px;
  color: var(--muted);
  font-weight: 800;
}

.hero-card-body li::before {
  content: "";
  position: absolute;
  top: 0.58em;
  left: 0;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: var(--leaf);
}

.section {
  width: var(--container);
  margin: 0 auto;
  padding: clamp(56px, 7vw, 90px) 0;
}

.intro-strip {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1px;
  padding: 0;
  overflow: hidden;
  border-radius: var(--radius);
  background: var(--line);
  box-shadow: 0 8px 26px rgba(23, 61, 36, 0.08);
}

.intro-strip div {
  padding: 24px;
  background: var(--white);
}

.intro-strip strong,
.intro-strip span {
  display: block;
}

.intro-strip strong {
  margin-bottom: 4px;
  color: var(--green-900);
  font-size: 17px;
}

.intro-strip span {
  color: var(--muted);
}

.section-heading {
  max-width: 680px;
  margin-bottom: 30px;
}

h2 {
  margin-bottom: 14px;
  color: var(--green-900);
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(32px, 4vw, 50px);
  line-height: 1.06;
}

.service-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 14px;
}

.service-grid article {
  min-height: 220px;
  padding: 24px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--white);
}

.service-grid span {
  display: block;
  margin-bottom: 34px;
  color: var(--leaf);
  font-size: 13px;
  font-weight: 900;
}

h3 {
  margin-bottom: 8px;
  color: var(--green-900);
  font-size: 21px;
  line-height: 1.15;
}

.service-grid p,
.trust-copy p,
.area p,
.checklist p,
.quote-copy p {
  color: var(--muted);
}

.trust {
  display: grid;
  grid-template-columns: minmax(0, 0.8fr) minmax(360px, 1fr);
  gap: 42px;
  align-items: center;
}

.review-panel {
  padding: clamp(26px, 4vw, 40px);
  border-radius: var(--radius);
  background: var(--green-900);
  color: var(--white);
  box-shadow: var(--shadow);
}

.rating-line {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 16px;
  margin-bottom: 24px;
  padding-bottom: 18px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.16);
}

.rating-line strong {
  color: var(--gold);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 52px;
  line-height: 1;
}

.rating-line span {
  color: rgba(255, 255, 255, 0.78);
  font-weight: 800;
}

blockquote {
  margin: 0 0 28px;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(25px, 3vw, 36px);
  line-height: 1.15;
}

.trust-list {
  display: grid;
  gap: 12px;
}

.trust-list div {
  padding: 16px;
  border-radius: 6px;
  background: rgba(255, 255, 255, 0.08);
}

.trust-list strong,
.trust-list span {
  display: block;
}

.trust-list span {
  color: rgba(255, 255, 255, 0.72);
}

.area {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(320px, 0.72fr);
  gap: 36px;
  align-items: start;
}

.area-box {
  padding: 26px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--white);
}

.area-box ul {
  display: grid;
  gap: 10px;
  margin: 0;
  padding-left: 19px;
  color: var(--muted);
}

.checklist {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
  width: var(--container);
  margin: 0 auto;
  padding: clamp(30px, 5vw, 46px);
  border-radius: var(--radius);
  background:
    linear-gradient(115deg, rgba(228, 182, 75, 0.92), rgba(119, 168, 70, 0.88)),
    url("https://images.unsplash.com/photo-1558904541-efa843a96f01?auto=format&fit=crop&w=1200&q=80");
  background-position: center;
  background-size: cover;
  color: #172015;
}

.checklist div {
  max-width: 680px;
}

.checklist p {
  color: #21311d;
}

.quote-section {
  display: grid;
  grid-template-columns: minmax(0, 0.72fr) minmax(360px, 1fr);
  gap: 42px;
  align-items: start;
}

.direct-call {
  display: grid;
  gap: 4px;
  margin-top: 28px;
  padding: 20px;
  border-left: 5px solid var(--gold);
  background: var(--white);
}

.direct-call span {
  color: var(--muted);
  font-weight: 800;
}

.direct-call a {
  color: var(--green-800);
  font-size: 28px;
  font-weight: 900;
}

.quote-form {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 16px;
  padding: clamp(22px, 4vw, 34px);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--white);
  box-shadow: 0 12px 32px rgba(23, 61, 36, 0.08);
}

.quote-form label {
  display: grid;
  gap: 7px;
  color: #334133;
  font-size: 13px;
  font-weight: 900;
}

.quote-form label:nth-last-of-type(1) {
  grid-column: 1 / -1;
}

input,
select,
textarea {
  width: 100%;
  min-height: 48px;
  padding: 12px 13px;
  border: 1px solid #ccd8c4;
  border-radius: 6px;
  background: #fffefb;
  color: var(--ink);
  font: inherit;
  font-size: 15px;
}

textarea {
  resize: vertical;
}

input:focus,
select:focus,
textarea:focus {
  border-color: var(--green-700);
  outline: 3px solid rgba(119, 168, 70, 0.22);
}

.quote-form button,
.form-note {
  grid-column: 1 / -1;
}

.form-note {
  margin: -2px 0 0;
  color: var(--muted);
  font-size: 14px;
  font-weight: 800;
}

.form-note.is-success {
  color: var(--green-700);
}

.site-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  width: var(--container);
  margin: 0 auto;
  padding: 26px 0 36px;
  border-top: 1px solid var(--line);
}

.site-footer strong,
.site-footer span {
  display: block;
}

.site-footer span {
  color: var(--muted);
}

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

@media (max-width: 920px) {
  .site-header {
    flex-wrap: wrap;
    gap: 12px;
  }

  .site-nav {
    order: 3;
    width: 100%;
    justify-content: flex-start;
    gap: 16px;
    overflow-x: auto;
    padding-bottom: 2px;
  }

  .hero,
  .trust,
  .area,
  .quote-section {
    grid-template-columns: 1fr;
  }

  .hero {
    min-height: 0;
    padding-top: 34px;
    background:
      linear-gradient(180deg, rgba(7, 27, 16, 0.96) 0%, rgba(7, 27, 16, 0.82) 100%),
      url("https://images.unsplash.com/photo-1558904541-efa843a96f01?auto=format&fit=crop&w=1200&q=80");
    background-position: center;
    background-size: cover;
  }

  .hero-card {
    max-width: 620px;
  }

  .service-grid,
  .intro-strip {
    grid-template-columns: repeat(2, 1fr);
  }

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

@media (max-width: 640px) {
  :root {
    --container: min(100vw - 24px, 1120px);
  }

  .site-header {
    display: grid;
    grid-template-columns: 1fr;
    padding: 12px;
  }

  .brand {
    min-width: 0;
    width: 100%;
  }

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

  .brand strong {
    font-size: 15px;
  }

  .header-call {
    width: 100%;
    min-height: 40px;
    padding: 0 12px;
    font-size: 13px;
  }

  .site-nav {
    display: grid;
    grid-template-columns: repeat(4, max-content);
    width: 100%;
    gap: 16px;
  }

  h1 {
    max-width: 100%;
    font-size: 28px;
    line-height: 1.08;
  }

  .hero-copy {
    font-size: 16px;
  }

  .hero-content,
  .hero-copy,
  .hero-card {
    width: 100%;
    max-width: 100%;
  }

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

  .hero-points {
    display: grid;
  }

  .service-grid,
  .intro-strip,
  .quote-form {
    grid-template-columns: 1fr;
  }

  .service-grid article {
    min-height: 0;
  }

  .rating-line {
    align-items: flex-start;
    flex-direction: column;
  }

  .direct-call a {
    font-size: 24px;
  }

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