:root {
  --ink: #14211d;
  --muted: #58635f;
  --line: #dfe5df;
  --surface: #ffffff;
  --soft: #f4f7f1;
  --green: #0f6b45;
  --green-strong: #0a5136;
  --sun: #f0b429;
  --blue: #1b6078;
  --shadow: 0 24px 70px rgba(20, 33, 29, 0.14);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background: #f8faf6;
  color: var(--ink);
  font-family: "Inter", "Segoe UI", Arial, Helvetica, sans-serif;
  font-size: 16px;
  line-height: 1.55;
  -webkit-tap-highlight-color: rgba(15, 107, 69, 0.16);
}

a {
  color: inherit;
}

a,
button,
summary,
input,
select,
textarea {
  touch-action: manipulation;
}

.skip-link {
  position: absolute;
  left: 1rem;
  top: -3rem;
  z-index: 100;
  background: var(--ink);
  color: white;
  padding: 0.75rem 1rem;
}

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

.site-header {
  position: sticky;
  top: 0;
  z-index: 20;
  border-bottom: 1px solid rgba(223, 229, 223, 0.85);
  background: rgba(255, 255, 255, 0.92);
  backdrop-filter: blur(14px);
}

.nav {
  width: min(1180px, calc(100% - 32px));
  min-height: 76px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 1rem;
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 0.75rem;
  text-decoration: none;
}

.brand-logo {
  width: 46px;
  height: 46px;
  flex: 0 0 46px;
  border-radius: 14px;
}

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

.brand small {
  display: block;
  color: var(--muted);
  font-size: 0.78rem;
}

.nav-links {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 0.85rem;
  color: var(--muted);
  font-size: 0.9rem;
}

.nav-links a,
.nav-phone {
  text-decoration: none;
}

.nav-links a {
  min-height: 44px;
  display: inline-flex;
  align-items: center;
  font-weight: 700;
}

.nav-dropdown {
  position: relative;
}

.nav-dropdown summary {
  min-height: 44px;
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
  list-style: none;
  cursor: pointer;
  font-weight: 700;
}

.nav-dropdown summary::-webkit-details-marker {
  display: none;
}

.nav-dropdown summary::after {
  content: "";
  width: 0.42rem;
  height: 0.42rem;
  border-right: 2px solid currentColor;
  border-bottom: 2px solid currentColor;
  transform: rotate(45deg) translateY(-2px);
}

.dropdown-menu {
  position: absolute;
  top: calc(100% + 0.35rem);
  left: 50%;
  z-index: 40;
  min-width: 250px;
  display: grid;
  gap: 0.25rem;
  border: 1px solid var(--line);
  border-radius: 8px;
  padding: 0.45rem;
  background: white;
  box-shadow: 0 18px 42px rgba(20, 33, 29, 0.14);
  transform: translateX(-50%);
}

.nav-dropdown:not([open]) .dropdown-menu {
  display: none;
}

.nav-dropdown:hover .dropdown-menu,
.nav-dropdown:focus-within .dropdown-menu {
  display: grid;
}

.dropdown-menu a {
  min-height: 42px;
  border-radius: 6px;
  padding: 0.65rem 0.75rem;
  color: var(--ink);
  white-space: nowrap;
}

.dropdown-menu a:hover,
.dropdown-menu a:focus-visible {
  background: var(--soft);
  color: var(--green-strong);
}

.nav-phone {
  min-height: 44px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid var(--line);
  border-radius: 999px;
  padding: 0.65rem 1rem;
  font-weight: 700;
  background: white;
}

.hero {
  position: relative;
  overflow: hidden;
  background: #edf4ed;
}

.hero-bg {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(11, 52, 40, 0.78), rgba(11, 52, 40, 0.48), rgba(11, 52, 40, 0.1)),
    #0b3428;
}

.business-hero .hero-bg {
  background:
    linear-gradient(90deg, rgba(11, 52, 40, 0.82), rgba(11, 52, 40, 0.5), rgba(11, 52, 40, 0.1)),
    #0b3428;
}

.contact-hero .hero-bg {
  background:
    linear-gradient(90deg, rgba(11, 52, 40, 0.82), rgba(11, 52, 40, 0.48), rgba(11, 52, 40, 0.12)),
    #0b3428;
}

.page-hero-media {
  position: absolute;
  inset: 0;
  overflow: hidden;
}

.page-hero-media::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(7, 35, 27, 0.88), rgba(7, 35, 27, 0.62), rgba(7, 35, 27, 0.18)),
    linear-gradient(0deg, rgba(7, 35, 27, 0.28), rgba(7, 35, 27, 0));
}

.page-hero-media img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  object-position: center;
}

.hero-inner {
  position: relative;
  width: min(1180px, calc(100% - 32px));
  min-height: calc(100dvh - 76px);
  margin: 0 auto;
  padding: clamp(3rem, 7vw, 6rem) 0;
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(320px, 420px);
  align-items: center;
  gap: clamp(2rem, 5vw, 4.5rem);
}

.hero-copy {
  max-width: 760px;
  color: white;
}

.eyebrow,
.panel-kicker {
  margin: 0 0 0.75rem;
  color: var(--sun);
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

h1,
h2,
h3,
p {
  overflow-wrap: anywhere;
}

section,
[id] {
  scroll-margin-top: 96px;
}

h1 {
  margin: 0;
  max-width: 760px;
  font-family: "Inter", "Segoe UI", Arial, Helvetica, sans-serif;
  font-size: 5rem;
  line-height: 0.98;
  letter-spacing: 0;
  text-wrap: balance;
}

h2,
h3 {
  font-family: "Inter", "Segoe UI", Arial, Helvetica, sans-serif;
  text-wrap: balance;
}

.hero-text {
  max-width: 650px;
  margin: 1.35rem 0 0;
  color: rgba(255, 255, 255, 0.9);
  font-size: 1.18rem;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.85rem;
}

.hero-actions {
  margin-top: 2rem;
}

.btn {
  min-height: 48px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  padding: 0.85rem 1.25rem;
  border: 1px solid transparent;
  text-decoration: none;
  font-weight: 800;
  cursor: pointer;
}

.btn-primary,
.btn-form {
  background: var(--sun);
  color: #1d1808;
  box-shadow: 0 14px 30px rgba(240, 180, 41, 0.28);
}

.btn-secondary {
  border-color: rgba(255, 255, 255, 0.48);
  color: white;
  background: rgba(255, 255, 255, 0.1);
}

.btn-dark {
  margin-top: 0.75rem;
  background: var(--green-strong);
  color: white;
  box-shadow: 0 16px 36px rgba(10, 81, 54, 0.22);
}

.btn:hover,
.btn:focus-visible {
  transform: translateY(-1px);
}

.btn {
  transition: transform 180ms ease, box-shadow 180ms ease, background-color 180ms ease, border-color 180ms ease;
}

.trust-row {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0.8rem;
  margin: 2rem 0 0;
}

.trust-row div {
  border: 1px solid rgba(255, 255, 255, 0.28);
  border-radius: 8px;
  padding: 0.9rem;
  background: rgba(255, 255, 255, 0.1);
}

.trust-row dt {
  color: rgba(255, 255, 255, 0.72);
  font-size: 0.75rem;
}

.trust-row dd {
  margin: 0.15rem 0 0;
  font-weight: 800;
}

.lead-panel {
  border: 1px solid rgba(255, 255, 255, 0.5);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.94);
  box-shadow: var(--shadow);
  padding: clamp(1.2rem, 3vw, 1.75rem);
}

.lead-panel h2,
.section h2 {
  margin: 0;
  font-size: 2.65rem;
  line-height: 1.08;
  letter-spacing: 0;
  font-weight: 800;
}

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

form {
  display: grid;
  gap: 0.65rem;
  margin-top: 1rem;
}

label {
  font-weight: 700;
  font-size: 0.9rem;
}

input,
select,
textarea {
  width: 100%;
  min-height: 46px;
  border: 1px solid #cbd5cf;
  border-radius: 8px;
  padding: 0.78rem 0.85rem;
  font: inherit;
  background: white;
  color: var(--ink);
}

textarea {
  resize: vertical;
}

.btn-form {
  width: 100%;
  margin-top: 0.45rem;
  border: 0;
}

.section {
  width: min(1180px, calc(100% - 32px));
  margin: 0 auto;
  padding: clamp(3.5rem, 7vw, 6rem) 0;
}

.section-heading {
  max-width: 720px;
  margin-bottom: 2rem;
}

.section-heading .eyebrow,
.split .eyebrow,
.price-section .eyebrow {
  color: var(--green);
}

.intro-grid,
.steps {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1rem;
}

.intro-grid article,
.steps article,
.solution-list article {
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--surface);
  padding: 1.25rem;
}

.faq {
  width: 100%;
  max-width: none;
  padding-left: max(16px, calc((100% - 1180px) / 2));
  padding-right: max(16px, calc((100% - 1180px) / 2));
  background:
    linear-gradient(180deg, #eef5f0 0%, #ffffff 100%);
  color: var(--ink);
  border-top: 1px solid #d7e4dc;
  border-bottom: 1px solid #d7e4dc;
}

.faq .section-heading {
  max-width: 780px;
}

.faq .eyebrow {
  color: var(--green);
}

.faq h2 {
  color: var(--ink);
}

.faq .section-heading p,
.faq p {
  color: var(--muted);
}

.faq details {
  border: 1px solid #d8e3dd;
  border-radius: 8px;
  background: white;
  padding: 1.15rem 1.25rem;
  box-shadow: 0 18px 42px rgba(20, 33, 29, 0.08);
}

.faq details[open] {
  background: #fbfdf9;
  border-color: rgba(15, 107, 69, 0.32);
  box-shadow: 0 22px 52px rgba(20, 33, 29, 0.12);
}

.intro-grid h3,
.steps h3,
.solution-list h3 {
  margin: 0 0 0.45rem;
  font-size: 1.15rem;
}

.intro-grid p,
.steps p,
.solution-list p,
.split p,
.calculator-preview p,
.faq p {
  color: var(--muted);
}

.split {
  display: grid;
  grid-template-columns: minmax(0, 0.85fr) minmax(0, 1.15fr);
  gap: clamp(2rem, 5vw, 4rem);
  align-items: start;
  border-top: 1px solid var(--line);
}

.solution-list {
  display: grid;
  gap: 0.9rem;
}

.solution-list article {
  display: grid;
  grid-template-columns: 42px minmax(0, 1fr);
  column-gap: 1rem;
}

.solution-list span,
.steps span {
  display: grid;
  place-items: center;
  width: 36px;
  height: 36px;
  border-radius: 999px;
  background: #e5f1e8;
  color: var(--green-strong);
  font-weight: 800;
}

.solution-list p {
  grid-column: 2;
  margin: 0;
}

.text-link {
  grid-column: 2;
  color: var(--green-strong);
  font-weight: 800;
  text-decoration-thickness: 2px;
  text-underline-offset: 4px;
}

.text-link-plain {
  grid-column: auto;
  display: inline-flex;
  margin-top: 0.3rem;
}

.page-hero {
  position: relative;
  overflow: hidden;
  background: #edf4ed;
}

.page-hero-inner {
  position: relative;
  width: min(1180px, calc(100% - 32px));
  min-height: 560px;
  margin: 0 auto;
  padding: 5rem 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  color: white;
}

.breadcrumb {
  margin: 0 0 1rem;
  color: rgba(255, 255, 255, 0.78);
  font-size: 0.9rem;
}

.breadcrumb a {
  color: white;
  font-weight: 700;
  text-decoration-thickness: 2px;
  text-underline-offset: 4px;
}

.content-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(320px, 420px);
  gap: 3rem;
  align-items: start;
}

.content-layout > div > p {
  max-width: 760px;
  color: var(--muted);
}

.content-checklist {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.75rem;
  margin-top: 1.5rem;
}

.content-checklist span {
  min-height: 48px;
  display: flex;
  align-items: center;
  border: 1px solid var(--line);
  border-radius: 8px;
  padding: 0.75rem 0.9rem;
  background: white;
  font-weight: 700;
}

.content-band {
  border-top: 1px solid var(--line);
}

.info-table {
  display: grid;
  border: 1px solid var(--line);
  border-radius: 8px;
  overflow: hidden;
  background: white;
}

.info-table div {
  display: grid;
  grid-template-columns: 260px minmax(0, 1fr);
  gap: 1rem;
  padding: 1rem 1.15rem;
}

.info-table div + div {
  border-top: 1px solid var(--line);
}

.info-table strong {
  color: var(--green-strong);
}

.info-table span,
.two-column-copy,
.price-box li {
  color: var(--muted);
}

.two-column-copy {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1.5rem;
}

.price-box {
  border: 1px solid var(--line);
  border-radius: 8px;
  padding: 1.25rem;
  background: white;
}

.price-box h3 {
  margin-top: 0;
}

.price-box ul {
  margin: 0 0 1.25rem;
  padding-left: 1.2rem;
}

.price-box li + li {
  margin-top: 0.5rem;
}

.contact-table a {
  color: var(--green-strong);
  font-weight: 800;
}

.mini-list {
  display: grid;
  gap: 0.7rem;
  margin: 1rem 0 1.25rem;
}

.mini-list span {
  border: 1px solid var(--line);
  border-radius: 8px;
  padding: 0.75rem 0.85rem;
  background: white;
  color: var(--muted);
  font-weight: 700;
}

.process {
  border-top: 1px solid var(--line);
}

.price-section {
  width: 100%;
  max-width: none;
  padding-left: max(16px, calc((100% - 1180px) / 2));
  padding-right: max(16px, calc((100% - 1180px) / 2));
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(260px, 380px) auto;
  align-items: center;
  gap: 2rem;
  background: var(--green-strong);
  color: white;
}

.price-section p {
  max-width: 720px;
  color: rgba(255, 255, 255, 0.82);
}

.price-points {
  display: grid;
  gap: 0.65rem;
}

.price-points span {
  min-height: 42px;
  display: flex;
  align-items: center;
  border: 1px solid rgba(255, 255, 255, 0.22);
  border-radius: 8px;
  padding: 0.65rem 0.85rem;
  background: rgba(255, 255, 255, 0.08);
  font-weight: 700;
}

.faq-list {
  display: grid;
  gap: 0.85rem;
}

summary {
  cursor: pointer;
  font-weight: 800;
}

.faq summary {
  color: var(--ink);
}

.footer {
  width: 100%;
  max-width: none;
  margin: 0;
  padding: 3.25rem max(16px, calc((100% - 1180px) / 2)) 6.25rem;
  display: grid;
  grid-template-columns: minmax(360px, 1.2fr) minmax(190px, 0.8fr) 280px;
  gap: clamp(1.5rem, 4vw, 3rem);
  align-items: start;
  border-top: 4px solid var(--sun);
  background:
    linear-gradient(135deg, #08110f, #101b18 54%, #07120f);
  color: rgba(255, 255, 255, 0.76);
}

.footer strong {
  display: block;
  margin-top: 0.2rem;
  color: white;
  font-size: 1.25rem;
}

.footer-label {
  margin: 0 0 0.7rem;
  color: var(--sun);
  font-size: 0.78rem;
  font-weight: 850;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.footer-data {
  display: grid;
  margin: 1rem 0 0;
  border-top: 1px solid rgba(255, 255, 255, 0.18);
}

.footer-data div {
  display: grid;
  grid-template-columns: 92px minmax(0, 1fr);
  gap: 1rem;
  padding: 0.85rem 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.18);
}

.footer-data dt {
  color: white;
  font-size: 0.88rem;
  font-weight: 800;
}

.footer-data dd {
  margin: 0;
}

.footer a {
  color: white;
  text-decoration: none;
  font-weight: 750;
}

.footer a:hover,
.footer a:focus-visible {
  color: var(--sun);
  text-decoration: underline;
  text-underline-offset: 4px;
}

.footer-nav {
  display: grid;
  gap: 0.55rem;
}

.footer-nav > a {
  width: fit-content;
  line-height: 1.35;
}

.footer-map-block {
  color: white;
}

.social-links {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  margin-top: 0.7rem;
  padding-top: 0.9rem;
  border-top: 1px solid rgba(255, 255, 255, 0.18);
}

.social-links a {
  color: var(--sun);
  font-size: 0.9rem;
}

.footer-map {
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 4px;
  background: rgba(255, 255, 255, 0.08);
  box-shadow: 0 18px 44px rgba(0, 0, 0, 0.22);
}

.footer-map iframe {
  width: 100%;
  height: 150px;
  display: block;
}

.whatsapp-float {
  position: fixed;
  right: 18px;
  bottom: 18px;
  z-index: 30;
  min-height: 52px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  padding: 0.85rem 1.15rem;
  background: #25d366;
  color: #082617;
  font-weight: 900;
  text-decoration: none;
  box-shadow: 0 16px 38px rgba(9, 61, 33, 0.24);
}

.home-hero {
  position: relative;
  min-height: calc(100dvh - 76px);
  overflow: hidden;
  background: #0b3428;
  color: white;
}

.home-hero-media {
  position: absolute;
  inset: 0;
}

.home-hero-media::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(8, 36, 29, 0.94) 0%, rgba(8, 36, 29, 0.72) 48%, rgba(8, 36, 29, 0.28) 100%),
    linear-gradient(0deg, rgba(8, 36, 29, 0.88) 0%, rgba(8, 36, 29, 0) 34%);
}

.home-hero-media img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  object-position: center center;
}

.home-hero-inner {
  position: relative;
  width: min(1180px, calc(100% - 32px));
  min-height: calc(100dvh - 76px);
  margin: 0 auto;
  padding: clamp(3rem, 7vw, 6rem) 0;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(320px, 410px);
  align-items: center;
  gap: clamp(2rem, 5vw, 4rem);
}

.home-hero-copy {
  max-width: 720px;
}

.home-hero h1 {
  max-width: 720px;
  font-size: clamp(3.2rem, 8vw, 6.7rem);
  font-weight: 850;
  line-height: 0.94;
}

.home-lead {
  color: var(--ink);
}

.proof-strip {
  margin-top: -2.5rem;
  position: relative;
  z-index: 3;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 8px;
  padding: 0;
  background: white;
  box-shadow: 0 18px 45px rgba(20, 33, 29, 0.11);
}

.proof-strip div {
  min-height: 120px;
  padding: 1.2rem;
}

.proof-strip div + div {
  border-left: 1px solid var(--line);
}

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

.proof-strip strong {
  font-size: 1.05rem;
}

.proof-strip span {
  margin-top: 0.35rem;
  color: var(--muted);
}

.home-service-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  grid-auto-rows: 1fr;
  gap: 1rem;
}

.home-service-grid article {
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: white;
  display: flex;
  flex-direction: column;
  height: 100%;
}

.home-service-grid img {
  width: 100%;
  height: 255px;
  display: block;
  object-fit: cover;
  object-position: center center;
  background: var(--soft);
}

.home-service-grid article:nth-child(3) img {
  object-position: center 36%;
}

.home-service-grid article > div {
  display: flex;
  flex: 1;
  flex-direction: column;
  padding: 1.25rem;
}

.home-service-grid h3 {
  margin: 0 0 0.45rem;
}

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

.home-service-grid .text-link {
  margin-top: auto;
}

.section.seo-copy-block {
  width: 100%;
  max-width: none;
  padding-left: max(20px, calc((100% - 1180px) / 2));
  padding-right: max(20px, calc((100% - 1180px) / 2));
  background:
    linear-gradient(180deg, rgba(240, 180, 41, 0.07), rgba(15, 107, 69, 0.05));
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.seo-copy-block .section-heading,
.seo-copy-block .price-layout {
  max-width: 1180px;
  margin-left: auto;
  margin-right: auto;
}

.price-layout,
.local-section {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(320px, 460px);
  gap: clamp(1.5rem, 4vw, 3rem);
  align-items: start;
}

.factor-list {
  margin: 0;
  padding: 1.25rem 1.25rem 1.25rem 2.35rem;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: white;
  color: var(--muted);
  font-weight: 650;
}

.factor-list li + li {
  margin-top: 0.75rem;
}

.local-section {
  align-items: center;
  border-top: 1px solid var(--line);
}

.local-section img {
  width: 100%;
  aspect-ratio: 4 / 3;
  display: block;
  object-fit: cover;
  border-radius: 8px;
  box-shadow: 0 22px 60px rgba(20, 33, 29, 0.13);
}

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

.blog-card {
  display: grid;
  min-height: 100%;
  border: 1px solid var(--line);
  border-radius: 8px;
  overflow: hidden;
  background: white;
  box-shadow: 0 18px 48px rgba(20, 33, 29, 0.08);
}

.blog-card img {
  width: 100%;
  height: 210px;
  display: block;
  object-fit: cover;
}

.blog-card div {
  display: grid;
  gap: 0.65rem;
  padding: 1.15rem;
}

.blog-card h2,
.blog-card h3 {
  margin: 0;
  font-size: 1.15rem;
  line-height: 1.25;
}

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

.article-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 320px;
  gap: clamp(2rem, 5vw, 4rem);
  align-items: start;
}

.article-body {
  max-width: 780px;
}

.article-body h2 {
  margin-top: 2.4rem;
  font-size: clamp(1.65rem, 3vw, 2.2rem);
}

.article-body h3 {
  margin-top: 1.4rem;
}

.article-body p,
.article-body li {
  color: var(--muted);
}

.article-body ul,
.article-body ol {
  padding-left: 1.2rem;
}

.article-body li + li {
  margin-top: 0.45rem;
}

.source-list {
  margin-top: 2rem;
  border-top: 1px solid var(--line);
  padding-top: 1rem;
}

.article-faq {
  margin-top: 2rem;
  border: 1px solid #d8e3dd;
  border-radius: 8px;
  padding: 1.25rem;
  background: #f7fbf6;
}

.article-faq h2 {
  margin-top: 0;
}

.article-faq details {
  border-top: 1px solid #d8e3dd;
  padding: 0.9rem 0;
}

.article-faq details:last-child {
  padding-bottom: 0;
}

.article-faq summary {
  color: var(--ink);
}

.source-list h2 {
  margin-top: 0;
}

.source-list a {
  color: var(--green-strong);
  font-weight: 800;
  text-underline-offset: 4px;
}

.article-aside {
  position: sticky;
  top: 102px;
  display: grid;
  gap: 1rem;
}

.aside-box {
  border: 1px solid #d8e3dd;
  border-radius: 8px;
  padding: 1.15rem;
  background: #f7fbf6;
}

.aside-box h2,
.aside-box h3 {
  margin: 0 0 0.65rem;
  font-size: 1.1rem;
}

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

.final-cta {
  width: 100%;
  max-width: none;
  padding-left: max(16px, calc((100% - 1180px) / 2));
  padding-right: max(16px, calc((100% - 1180px) / 2));
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 2rem;
  align-items: center;
  border-top: 0;
  border-bottom: 0;
  background:
    linear-gradient(135deg, rgba(10, 81, 54, 1), rgba(19, 105, 72, 0.98)),
    var(--green-strong);
  color: white;
}

.final-cta p {
  max-width: 720px;
  color: rgba(255, 255, 255, 0.83);
}

.final-cta .btn-secondary {
  border-color: rgba(255, 255, 255, 0.55);
  background: rgba(255, 255, 255, 0.12);
}

.final-cta .btn-primary {
  box-shadow: 0 18px 40px rgba(240, 180, 41, 0.24);
}

*:focus-visible {
  outline: 3px solid var(--sun);
  outline-offset: 3px;
}

@media (max-width: 900px) {
  .nav {
    min-height: 68px;
    padding: 0.65rem 0;
  }

  .nav-links {
    order: 3;
    width: 100%;
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 0.45rem;
    font-size: 0.84rem;
  }

  .nav-links a {
    justify-content: center;
    border: 1px solid var(--line);
    border-radius: 8px;
    padding: 0.45rem 0.5rem;
    background: white;
    text-align: center;
  }

  .nav-dropdown {
    min-width: 0;
  }

  .nav-dropdown summary {
    justify-content: center;
    border: 1px solid var(--line);
    border-radius: 8px;
    padding: 0.45rem 0.5rem;
    background: white;
    text-align: center;
  }

  .dropdown-menu {
    position: static;
    min-width: 0;
    margin-top: 0.35rem;
    transform: none;
    box-shadow: none;
  }

  .dropdown-menu a {
    justify-content: center;
    white-space: normal;
  }

  .hero-inner,
  .split,
  .content-layout,
  .home-hero-inner,
  .price-layout,
  .local-section,
  .final-cta {
    grid-template-columns: 1fr;
  }

  .hero-inner {
    padding-top: 2.5rem;
  }

  h1 {
    font-size: 3.55rem;
  }

  .lead-panel h2,
  .section h2 {
    font-size: 2.2rem;
  }

  .intro-grid,
  .steps,
  .content-checklist,
  .two-column-copy,
  .home-service-grid,
  .blog-grid,
  .article-layout,
  .proof-strip {
    grid-template-columns: 1fr 1fr;
  }

  .proof-strip div + div {
    border-left: 0;
    border-top: 1px solid var(--line);
  }

  .proof-strip div:nth-child(2) {
    border-top: 0;
    border-left: 1px solid var(--line);
  }

  .info-table div {
    grid-template-columns: 1fr;
    gap: 0.3rem;
  }

  .price-section {
    align-items: flex-start;
    grid-template-columns: 1fr;
  }

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

  .article-aside {
    position: static;
  }

  .footer-data div {
    grid-template-columns: 1fr;
    gap: 0.25rem;
  }
}

@media (max-width: 620px) {
  .brand small,
  .nav-phone {
    display: none;
  }

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

  .hero-inner {
    width: min(100% - 24px, 1180px);
    min-height: auto;
  }

  .home-hero {
    min-height: auto;
  }

  .home-hero-inner {
    width: min(100% - 24px, 1180px);
    min-height: auto;
    padding: 2.4rem 0 3rem;
  }

  .home-hero h1 {
    font-size: 3rem;
  }

  .page-hero-inner {
    width: min(100% - 24px, 1180px);
    min-height: 470px;
    padding: 3.5rem 0;
  }

  h1 {
    font-size: 2.45rem;
    line-height: 1.03;
  }

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

  .lead-panel h2,
  .section h2 {
    font-size: 1.85rem;
  }

  .hero-actions,
  .trust-row {
    grid-template-columns: 1fr;
  }

  .hero-actions .btn {
    width: 100%;
  }

  .trust-row,
  .intro-grid,
  .steps,
  .content-checklist,
  .two-column-copy,
  .home-service-grid,
  .blog-grid,
  .article-layout,
  .proof-strip {
    display: grid;
    grid-template-columns: 1fr;
  }

  .proof-strip {
    margin-top: 0;
    border-radius: 0;
    width: 100%;
  }

  .proof-strip div:nth-child(2) {
    border-left: 0;
    border-top: 1px solid var(--line);
  }

  .home-service-grid img {
    height: 220px;
  }

  .final-cta .hero-actions {
    margin-top: 0;
  }

  .section {
    width: min(100% - 24px, 1180px);
  }
}
