:root {
  --color-ink: #17211f;
  --color-muted: #5f6d68;
  --color-green: #0f5f45;
  --color-green-dark: #083b2b;
  --color-copper: #b45c2e;
  --color-cream: #f7f5ee;
  --color-paper: #ffffff;
  --color-line: #dfe6e1;
  --shadow-soft: 0 16px 40px rgba(23, 33, 31, 0.14);
  --radius: 8px;
  --container: 1120px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--color-ink);
  background: var(--color-paper);
  font-family:
    Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 16px;
  line-height: 1.6;
}

body.menu-open {
  overflow: hidden;
}

img,
svg {
  display: block;
}

img {
  max-width: 100%;
}

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

a:hover {
  color: var(--color-green);
}

button,
a {
  -webkit-tap-highlight-color: transparent;
}

svg {
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.8;
}

.container {
  width: min(100% - 32px, var(--container));
  margin-inline: auto;
}

.skip-link {
  position: fixed;
  top: 8px;
  left: 8px;
  z-index: 1000;
  padding: 10px 14px;
  color: var(--color-paper);
  background: var(--color-green-dark);
  border-radius: var(--radius);
  transform: translateY(-140%);
  transition: transform 160ms ease;
}

.skip-link:focus {
  transform: translateY(0);
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 100;
  background: rgba(255, 255, 255, 0.92);
  border-bottom: 1px solid rgba(223, 230, 225, 0.86);
  backdrop-filter: blur(12px);
}

.header-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 72px;
  gap: 20px;
}

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

.brand-mark {
  display: grid;
  width: 42px;
  height: 42px;
  place-items: center;
  color: var(--color-paper);
  background: var(--color-green);
  border-radius: var(--radius);
  font-size: 0.82rem;
  font-weight: 800;
}

.brand strong,
.brand small {
  display: block;
  line-height: 1.15;
}

.brand strong {
  font-size: 1rem;
}

.brand small {
  margin-top: 3px;
  color: var(--color-muted);
  font-size: 0.78rem;
}

.nav {
  display: flex;
  align-items: center;
  gap: 22px;
  color: #293733;
  font-size: 0.94rem;
  font-weight: 700;
}

.nav a {
  padding: 10px 0;
}

.header-call {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  min-height: 42px;
  padding: 0 14px;
  color: var(--color-green-dark);
  border: 1px solid var(--color-line);
  border-radius: var(--radius);
  font-weight: 800;
  white-space: nowrap;
}

.header-call svg,
.menu-toggle svg,
.button svg {
  width: 19px;
  height: 19px;
}

.menu-toggle {
  display: none;
  width: 42px;
  height: 42px;
  place-items: center;
  color: var(--color-green-dark);
  background: transparent;
  border: 1px solid var(--color-line);
  border-radius: var(--radius);
}

.hero {
  position: relative;
  isolation: isolate;
  min-height: 640px;
  overflow: hidden;
  color: var(--color-paper);
}

.hero-image,
.hero-shade {
  position: absolute;
  inset: 0;
  z-index: -2;
}

.hero-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.hero-shade {
  z-index: -1;
  background:
    linear-gradient(90deg, rgba(8, 32, 25, 0.88) 0%, rgba(8, 32, 25, 0.75) 36%, rgba(8, 32, 25, 0.2) 72%),
    linear-gradient(180deg, rgba(0, 0, 0, 0.08), rgba(0, 0, 0, 0.2));
}

.hero-content {
  display: flex;
  min-height: 640px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding-block: 88px 72px;
}

.eyebrow,
.section-kicker {
  margin: 0 0 12px;
  color: var(--color-copper);
  font-size: 0.83rem;
  font-weight: 900;
  letter-spacing: 0;
  text-transform: uppercase;
}

.hero .eyebrow {
  color: #f2c9a6;
}

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

h1 {
  max-width: 680px;
  margin-bottom: 18px;
  font-size: 4rem;
  line-height: 1.03;
}

h2 {
  margin-bottom: 16px;
  font-size: 2.35rem;
  line-height: 1.14;
}

h3 {
  margin-bottom: 10px;
  font-size: 1.15rem;
  line-height: 1.25;
}

.hero-lead {
  max-width: 640px;
  margin-bottom: 28px;
  color: rgba(255, 255, 255, 0.9);
  font-size: 1.17rem;
}

.hero-actions,
.contact-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  gap: 10px;
  padding: 0 18px;
  border-radius: var(--radius);
  font-weight: 900;
  line-height: 1.2;
  transition:
    transform 160ms ease,
    box-shadow 160ms ease,
    background-color 160ms ease;
}

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

.button-primary {
  color: var(--color-paper);
  background: var(--color-green);
  box-shadow: var(--shadow-soft);
}

.button-primary:hover {
  color: var(--color-paper);
  background: #12805a;
}

.button-secondary {
  color: var(--color-paper);
  background: rgba(255, 255, 255, 0.12);
  border: 1px solid rgba(255, 255, 255, 0.35);
}

.button-secondary:hover {
  color: var(--color-paper);
  background: rgba(255, 255, 255, 0.2);
}

.button-secondary.dark {
  color: var(--color-green-dark);
  background: var(--color-paper);
  border-color: var(--color-line);
}

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

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

.proof-list li {
  padding: 8px 12px;
  color: rgba(255, 255, 255, 0.92);
  background: rgba(255, 255, 255, 0.12);
  border: 1px solid rgba(255, 255, 255, 0.22);
  border-radius: var(--radius);
  font-size: 0.88rem;
  font-weight: 800;
}

.section {
  padding-block: 86px;
}

.intro {
  padding-block: 48px;
  background: var(--color-cream);
  border-bottom: 1px solid var(--color-line);
}

.intro-grid,
.why-grid,
.areas-grid,
.faq-grid,
.contact-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
  gap: 52px;
  align-items: start;
}

.intro p:last-child {
  margin-bottom: 0;
  color: var(--color-muted);
  font-size: 1.05rem;
}

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

.section-heading.narrow {
  max-width: 620px;
}

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

.service-card {
  min-height: 292px;
  padding: 24px;
  background: var(--color-paper);
  border: 1px solid var(--color-line);
  border-radius: var(--radius);
  box-shadow: 0 10px 28px rgba(23, 33, 31, 0.06);
}

.service-icon {
  display: grid;
  width: 46px;
  height: 46px;
  place-items: center;
  margin-bottom: 22px;
  color: var(--color-green);
  background: #e6f2ed;
  border-radius: var(--radius);
}

.service-icon svg {
  width: 25px;
  height: 25px;
}

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

.why {
  color: var(--color-paper);
  background: var(--color-green-dark);
}

.why .section-kicker {
  color: #f2c9a6;
}

.why-copy p {
  color: rgba(255, 255, 255, 0.75);
}

.why-points {
  display: grid;
  gap: 14px;
}

.why-points div {
  padding: 18px 20px;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: var(--radius);
}

.why-points strong,
.why-points span {
  display: block;
}

.why-points strong {
  margin-bottom: 4px;
  color: #ffffff;
}

.why-points span {
  color: rgba(255, 255, 255, 0.72);
}

.process {
  background: #fbfcfa;
}

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

.steps article {
  min-height: 210px;
  padding: 22px;
  background: var(--color-paper);
  border: 1px solid var(--color-line);
  border-radius: var(--radius);
}

.steps span {
  display: inline-flex;
  width: 38px;
  height: 38px;
  align-items: center;
  justify-content: center;
  margin-bottom: 22px;
  color: var(--color-paper);
  background: var(--color-copper);
  border-radius: var(--radius);
  font-size: 0.88rem;
  font-weight: 900;
}

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

.areas {
  background: var(--color-cream);
}

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

.area-list {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
  padding: 0;
  margin: 0;
  list-style: none;
}

.area-list li {
  min-height: 46px;
  padding: 11px 13px;
  color: var(--color-green-dark);
  background: var(--color-paper);
  border: 1px solid var(--color-line);
  border-radius: var(--radius);
  font-weight: 800;
}

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

details {
  background: var(--color-paper);
  border: 1px solid var(--color-line);
  border-radius: var(--radius);
}

summary {
  cursor: pointer;
  padding: 18px 20px;
  color: var(--color-ink);
  font-weight: 900;
}

details p {
  margin: 0;
  padding: 0 20px 20px;
  color: var(--color-muted);
}

.contact {
  color: var(--color-paper);
  background: #17211f;
}

.contact .section-kicker {
  color: #f2c9a6;
}

.contact-copy p {
  max-width: 620px;
  color: rgba(255, 255, 255, 0.72);
}

.contact-card {
  display: grid;
  gap: 5px;
  margin: 0;
  padding: 26px;
  color: rgba(255, 255, 255, 0.82);
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: var(--radius);
  font-style: normal;
}

.contact-card span {
  margin-top: 12px;
  color: #f2c9a6;
  font-size: 0.82rem;
  font-weight: 900;
  text-transform: uppercase;
}

.contact-card span:first-child {
  margin-top: 0;
}

.contact-card a,
.contact-card strong {
  color: #ffffff;
  font-size: 1.08rem;
}

.site-footer {
  color: rgba(255, 255, 255, 0.74);
  background: #0d1513;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.footer-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 78px;
  gap: 16px;
}

.footer-inner p {
  margin: 0;
}

.footer-inner a {
  font-weight: 800;
}

.floating-whatsapp {
  position: fixed;
  right: 20px;
  bottom: 20px;
  z-index: 120;
  display: inline-flex;
  align-items: center;
  min-height: 54px;
  gap: 10px;
  padding: 0 18px;
  color: var(--color-paper);
  background: #128c5d;
  border-radius: var(--radius);
  box-shadow: 0 18px 48px rgba(18, 140, 93, 0.35);
  font-weight: 900;
}

.floating-whatsapp:hover {
  color: var(--color-paper);
  background: #0f744e;
}

.floating-whatsapp svg {
  width: 24px;
  height: 24px;
}

@media (max-width: 1040px) {
  .header-call span {
    display: none;
  }

  .service-grid,
  .steps {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 820px) {
  body {
    padding-bottom: 78px;
  }

  .container {
    width: min(100% - 24px, var(--container));
  }

  .header-inner {
    min-height: 64px;
  }

  .brand {
    min-width: 0;
  }

  .brand strong {
    font-size: 0.96rem;
  }

  .brand small,
  .header-call {
    display: none;
  }

  .menu-toggle {
    display: grid;
  }

  .nav {
    position: fixed;
    inset: 64px 0 auto;
    display: none;
    padding: 18px 20px 22px;
    flex-direction: column;
    align-items: stretch;
    gap: 8px;
    background: var(--color-paper);
    border-bottom: 1px solid var(--color-line);
    box-shadow: var(--shadow-soft);
  }

  .nav.is-open {
    display: flex;
  }

  .nav a {
    padding: 12px;
    border-radius: var(--radius);
  }

  .nav a:hover {
    background: #edf6f1;
  }

  .hero {
    min-height: 600px;
  }

  .hero-image img {
    object-position: 62% center;
  }

  .hero-shade {
    background:
      linear-gradient(90deg, rgba(8, 32, 25, 0.9), rgba(8, 32, 25, 0.66)),
      linear-gradient(180deg, rgba(0, 0, 0, 0.08), rgba(0, 0, 0, 0.22));
  }

  .hero-content {
    min-height: 600px;
    padding-block: 64px 56px;
  }

  h1 {
    max-width: 560px;
    font-size: 3rem;
  }

  h2 {
    font-size: 2rem;
  }

  .hero-lead {
    font-size: 1.06rem;
  }

  .intro-grid,
  .why-grid,
  .areas-grid,
  .faq-grid,
  .contact-grid {
    grid-template-columns: 1fr;
    gap: 28px;
  }

  .section {
    padding-block: 64px;
  }

  .area-list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .floating-whatsapp {
    right: 12px;
    bottom: 12px;
    left: auto;
    width: 58px;
    height: 58px;
    min-height: 58px;
    padding: 0;
    justify-content: center;
  }

  .floating-whatsapp span {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    overflow: hidden;
    clip: rect(0 0 0 0);
    white-space: nowrap;
  }
}

@media (max-width: 560px) {
  .brand-mark {
    width: 38px;
    height: 38px;
  }

  .hero {
    min-height: max(560px, calc(100svh - 180px));
  }

  .hero-content {
    min-height: max(560px, calc(100svh - 180px));
  }

  h1 {
    font-size: 2.35rem;
  }

  h2 {
    font-size: 1.7rem;
  }

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

  .button {
    width: 100%;
    min-height: 50px;
  }

  .proof-list {
    gap: 8px;
  }

  .proof-list li {
    font-size: 0.82rem;
  }

  .service-grid,
  .steps,
  .area-list {
    grid-template-columns: 1fr;
  }

  .service-card,
  .steps article {
    min-height: auto;
  }

  .footer-inner {
    flex-direction: column;
    justify-content: center;
    padding-block: 18px;
  }
}
