:root {
  --green: #2f7d15;
  --green-dark: #1d520d;
  --blue: #16578e;
  --ink: #101419;
  --muted: #5a6570;
  --line: #dfe8dd;
  --paper: #fbfcfa;
  --soft: #eef5ec;
  --white: #ffffff;
  --shadow: 0 18px 50px rgba(11, 32, 15, 0.13);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background: linear-gradient(180deg, #fbfcfa 0%, #f4f8f2 48%, #fbfcfa 100%);
  color: var(--ink);
  font-family: Arial, Helvetica, sans-serif;
  line-height: 1.55;
}

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

a:focus-visible,
button:focus-visible,
input:focus-visible,
select:focus-visible,
textarea:focus-visible {
  outline: 3px solid rgba(47, 125, 21, 0.42);
  outline-offset: 3px;
}

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

.site-header {
  align-items: center;
  background: rgba(251, 252, 250, 0.96);
  border-bottom: 1px solid rgba(47, 125, 21, 0.15);
  display: flex;
  gap: 22px;
  justify-content: space-between;
  left: 0;
  padding: 14px clamp(18px, 4vw, 56px);
  position: sticky;
  right: 0;
  top: 0;
  z-index: 20;
}

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

.brand-mark {
  align-items: center;
  background: linear-gradient(145deg, var(--green), var(--green-dark));
  border-radius: 8px;
  color: var(--white);
  display: inline-flex;
  font-size: 24px;
  font-weight: 900;
  height: 42px;
  justify-content: center;
  width: 42px;
}

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

.brand strong {
  font-size: 18px;
  line-height: 1;
}

.brand small {
  color: var(--green);
  font-size: 12px;
  font-weight: 800;
}

.main-nav {
  display: flex;
  gap: 18px;
  justify-content: center;
}

.main-nav a {
  color: #27302b;
  font-size: 14px;
  font-weight: 800;
}

.header-call {
  background: var(--green);
  border-radius: 6px;
  color: var(--white);
  font-weight: 900;
  padding: 10px 14px;
  white-space: nowrap;
}

.hero {
  padding: clamp(42px, 7vw, 92px) clamp(18px, 4vw, 56px) clamp(34px, 5vw, 64px);
}

.hero-copy {
  max-width: 880px;
}

.eyebrow {
  color: var(--green);
  font-size: 14px;
  font-weight: 900;
  margin: 0 0 10px;
  text-transform: uppercase;
}

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

h1 {
  font-size: clamp(42px, 7vw, 78px);
  line-height: 0.98;
  margin-bottom: 22px;
  text-transform: uppercase;
}

h1::after {
  background: var(--green);
  content: "";
  display: block;
  height: 5px;
  margin-top: 20px;
  width: 104px;
}

h2 {
  font-size: clamp(30px, 4vw, 48px);
  line-height: 1.08;
  margin-bottom: 16px;
}

h3 {
  font-size: 23px;
  line-height: 1.18;
}

h4 {
  font-size: 19px;
  line-height: 1.2;
  margin-bottom: 10px;
}

.hero-copy > p:not(.eyebrow),
.section-heading p,
.contact p {
  color: var(--muted);
  font-size: 18px;
}

.owner-line {
  color: var(--green-dark);
  font-weight: 900;
  margin: 24px 0 0;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin: 28px 0 14px;
}

.button {
  align-items: center;
  border: 2px solid var(--green);
  border-radius: 7px;
  cursor: pointer;
  display: inline-flex;
  font: inherit;
  font-weight: 900;
  justify-content: center;
  min-height: 48px;
  padding: 12px 18px;
}

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

.button.secondary {
  background: transparent;
  color: var(--green-dark);
}

.mobile-phone {
  color: var(--green-dark);
  display: inline-block;
  font-weight: 900;
  margin-top: 4px;
}

.trust-list {
  display: grid;
  gap: 12px;
  grid-template-columns: repeat(3, minmax(180px, 1fr));
  list-style: none;
  margin: 28px 0 0;
  max-width: 860px;
  padding: 0;
}

.trust-list li {
  background: rgba(255, 255, 255, 0.78);
  border: 1px solid var(--line);
  border-left: 4px solid var(--green);
  border-radius: 8px;
  color: #2b332e;
  font-size: 14px;
  font-weight: 900;
  padding: 14px;
}

.section,
.process,
.why,
.contact,
.legal-page {
  padding: clamp(44px, 6vw, 76px) clamp(18px, 4vw, 56px);
}

.portrait-card {
  align-items: center;
  background: linear-gradient(145deg, var(--soft), #ffffff);
  border: 1px solid var(--line);
  border-radius: 8px;
  box-shadow: var(--shadow);
  display: grid;
  margin: 0;
  overflow: hidden;
}

.portrait-card img {
  aspect-ratio: 4 / 5;
  height: 100%;
  object-fit: cover;
  object-position: center top;
  width: 100%;
}

.portrait-card figcaption {
  background: var(--white);
  color: var(--green-dark);
  font-weight: 900;
  padding: 14px 16px;
}

.section-heading {
  max-width: 860px;
  margin-bottom: 34px;
}

.section-heading.compact {
  max-width: 760px;
}

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

.service-card {
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: 8px;
  min-height: 100%;
  overflow: hidden;
  padding: 0 24px 24px;
}

.service-card > img {
  aspect-ratio: 4 / 3;
  background: #f8fbf7;
  border-bottom: 1px solid var(--line);
  height: 230px;
  margin: 0 -24px 22px;
  object-fit: contain;
  padding: 14px;
  width: calc(100% + 48px);
}

.service-card.green {
  border-top: 6px solid var(--green);
}

.service-card.blue {
  border-top: 6px solid var(--blue);
}

.service-card.dark {
  border-top: 6px solid var(--ink);
}

.service-card p {
  color: var(--muted);
}

.service-card ul,
.price-cards ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.service-card li,
.price-cards li,
.why-grid p {
  margin: 0 0 10px;
  padding-left: 24px;
  position: relative;
}

.service-card li::before,
.price-cards li::before,
.why-grid p::before {
  background: var(--green);
  border-radius: 50%;
  color: var(--white);
  content: "✓";
  font-size: 11px;
  font-weight: 900;
  height: 17px;
  left: 0;
  line-height: 17px;
  position: absolute;
  text-align: center;
  top: 3px;
  width: 17px;
}

.service-note {
  background: var(--soft);
  border-left: 4px solid var(--green);
  border-radius: 6px;
  font-size: 14px;
  margin-top: 16px;
  padding: 12px;
}

.text-link {
  color: var(--green-dark);
  display: inline-block;
  font-weight: 900;
  margin-top: 14px;
}

.business-panel {
  background: linear-gradient(145deg, rgba(238, 245, 236, 0.9), #ffffff);
  border: 1px solid var(--line);
  border-radius: 8px;
  margin-top: 28px;
  padding: clamp(24px, 4vw, 38px);
}

.business-panel .section-heading {
  margin-bottom: 24px;
}

.business-grid {
  display: grid;
  gap: 14px;
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.business-grid article {
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: 8px;
  padding: 20px;
}

.business-grid p {
  color: var(--muted);
  margin-bottom: 0;
}

.process {
  background: rgba(238, 245, 236, 0.72);
}

.steps {
  counter-reset: steps;
  display: grid;
  gap: 16px;
  grid-template-columns: repeat(4, 1fr);
  list-style: none;
  margin: 0;
  padding: 0;
}

.steps li {
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: 8px;
  min-height: 190px;
  padding: 24px;
}

.steps li::before {
  align-items: center;
  background: var(--green);
  border-radius: 50%;
  color: var(--white);
  content: counter(steps);
  counter-increment: steps;
  display: flex;
  font-weight: 900;
  height: 38px;
  justify-content: center;
  margin-bottom: 20px;
  width: 38px;
}

.steps strong,
.steps span {
  display: block;
}

.steps strong {
  font-size: 20px;
  margin-bottom: 8px;
}

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

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

.price-cards article {
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: 8px;
  padding: 24px;
}

.price-cards strong {
  color: var(--green-dark);
  display: block;
  font-size: 22px;
  margin-bottom: 14px;
}

.price-cards p {
  color: var(--muted);
}

.why {
  background: var(--soft);
}

.why-grid {
  margin-bottom: 18px;
}

.why-grid p {
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: 8px;
  font-weight: 800;
  min-height: 86px;
  padding: 24px 24px 24px 52px;
}

.why-grid p::before {
  left: 24px;
  top: 27px;
}

.contact {
  align-items: start;
  background: #f7faf6;
  display: grid;
  gap: clamp(26px, 5vw, 76px);
  grid-template-columns: minmax(0, 0.9fr) minmax(320px, 0.72fr);
}

.contact-profile {
  align-items: center;
  display: grid;
  gap: 24px;
  grid-template-columns: 180px minmax(0, 1fr);
  margin-bottom: 24px;
}

.portrait-card.compact {
  box-shadow: 0 12px 32px rgba(11, 32, 15, 0.11);
}

.portrait-card.compact img {
  aspect-ratio: 1 / 1.18;
}

.portrait-card.compact figcaption {
  font-size: 14px;
  padding: 10px 12px;
  text-align: center;
}

.contact-links {
  display: grid;
  gap: 12px;
  margin-top: 28px;
}

.contact-links strong {
  color: var(--ink);
  font-size: 20px;
}

.contact-links a {
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: 8px;
  font-weight: 800;
  padding: 16px 18px;
}

.form-status {
  background: #e5f4dc;
  border: 1px solid #9bcd75;
  border-left: 5px solid var(--green);
  border-radius: 8px;
  color: var(--green-dark);
  font-size: 17px;
  font-weight: 900;
  margin-top: 24px;
  padding: 16px 18px;
}

.contact-form {
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: 8px;
  box-shadow: var(--shadow);
  display: grid;
  gap: 16px;
  padding: 24px;
}

label {
  color: #27302b;
  display: grid;
  font-size: 14px;
  font-weight: 900;
  gap: 8px;
}

input,
select,
textarea {
  border: 1px solid #cbd8c8;
  border-radius: 6px;
  color: var(--ink);
  font: inherit;
  min-height: 46px;
  padding: 11px 12px;
  width: 100%;
}

input[type="file"] {
  background: #f8fbf7;
  cursor: pointer;
  min-height: auto;
}

textarea {
  resize: vertical;
}

.privacy-check {
  align-items: start;
  display: grid;
  gap: 10px;
  grid-template-columns: 20px 1fr;
}

.privacy-check input {
  min-height: auto;
  width: auto;
}

.form-note {
  background: var(--soft);
  border-left: 4px solid var(--green);
  border-radius: 6px;
  color: var(--muted);
  font-size: 14px;
  margin: 0;
  padding: 12px 14px;
}

.file-list {
  color: var(--green-dark);
  display: block;
  font-size: 14px;
  font-weight: 800;
  min-height: 20px;
}

.legal-page {
  max-width: 1120px;
}

.legal-card {
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: 8px;
  margin-bottom: 16px;
  padding: 24px;
}

.legal-card p,
.legal-card li {
  color: var(--muted);
}

.site-footer {
  align-items: center;
  background: var(--ink);
  color: var(--white);
  display: flex;
  flex-wrap: wrap;
  font-weight: 800;
  gap: 12px;
  justify-content: space-between;
  padding: 22px clamp(18px, 4vw, 56px);
}

.footer-links {
  display: inline-flex;
  gap: 16px;
}

.footer-links a {
  color: #a6d77c;
}

.mobile-contact-bar {
  display: none;
}

@media (max-width: 1180px) {
  .service-grid,
  .business-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 980px) {
  .site-header {
    align-items: flex-start;
    flex-wrap: wrap;
  }

  .main-nav {
    order: 3;
    overflow-x: auto;
    width: 100%;
  }

  .contact {
    grid-template-columns: 1fr;
  }

  .steps,
  .price-cards,
  .why-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 640px) {
  body {
    padding-bottom: 62px;
  }

  .site-header {
    padding: 12px 16px;
  }

  .header-call {
    width: 100%;
    justify-content: center;
    text-align: center;
  }

  .main-nav {
    gap: 16px;
  }

  h1 {
    font-size: 38px;
  }

  .trust-list,
  .service-grid,
  .business-grid,
  .steps,
  .price-cards,
  .why-grid {
    grid-template-columns: 1fr;
  }

  .contact-profile {
    align-items: start;
    grid-template-columns: 1fr;
  }

  .portrait-card.compact {
    max-width: 260px;
  }

  .service-card > img {
    height: 220px;
  }

  .mobile-contact-bar {
    background: rgba(16, 20, 25, 0.96);
    bottom: 0;
    display: grid;
    gap: 1px;
    grid-template-columns: 1fr 1fr;
    left: 0;
    position: fixed;
    right: 0;
    z-index: 30;
  }

  .mobile-contact-bar a {
    color: var(--white);
    font-weight: 900;
    padding: 14px;
    text-align: center;
  }
}
