:root {
  --navy: #1a2744;
  --navy-dark: #0f1a2e;
  --orange: #e8962e;
  --orange-light: #f5a623;
  --orange-glow: rgba(232, 150, 46, 0.25);
  --green: #15803d;
  --green-bright: #22c55e;
  --paper: #ffffff;
  --mist: #f8fafc;
  --mist-2: #eef2f7;
  --ink: #111827;
  --muted: #607083;
  --line: rgba(15, 26, 46, 0.14);
  --shadow: 0 18px 44px rgba(15, 26, 46, 0.18);
  --radius: 8px;
  --header-height: 92px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

#quote,
.section,
.brand-strip,
.final-cta {
  scroll-margin-top: calc(var(--header-height) + 18px);
}

body {
  margin: 0;
  color: var(--ink);
  background: var(--navy-dark);
  font-family: Inter, "Segoe UI", Arial, sans-serif;
  font-size: 16px;
  line-height: 1.5;
}

img,
svg {
  display: block;
}

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

button,
input,
select,
textarea {
  font: inherit;
}

button,
a,
input,
select,
textarea {
  outline-color: var(--orange);
}

.skip-link {
  position: absolute;
  left: 12px;
  top: -48px;
  z-index: 100;
  border-radius: var(--radius);
  background: var(--orange);
  color: var(--navy-dark);
  font-weight: 800;
  padding: 10px 14px;
}

.skip-link:focus {
  top: 12px;
}

.site-header {
  min-height: var(--header-height);
  display: grid;
  grid-template-columns: minmax(250px, 1fr) auto auto auto;
  align-items: center;
  gap: clamp(18px, 2.4vw, 34px);
  padding: 14px clamp(20px, 4vw, 56px);
  border-bottom: 3px solid var(--orange);
  background: var(--navy-dark);
  box-shadow: 0 2px 20px rgba(0, 0, 0, 0.15);
  position: sticky;
  top: 0;
  z-index: 20;
}

.brand {
  display: inline-flex;
  align-items: center;
  min-width: 0;
}

.brand-logo {
  width: auto;
  height: clamp(64px, 7vw, 78px);
  max-width: min(330px, 44vw);
  object-fit: contain;
}

.desktop-nav {
  display: flex;
  align-items: center;
  gap: clamp(18px, 2.6vw, 38px);
  color: rgba(255, 255, 255, 0.82);
  font-weight: 800;
}

.desktop-nav a {
  position: relative;
  padding: 8px 0;
}

.desktop-nav a::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 1px;
  left: 0;
  height: 2px;
  transform: scaleX(0);
  transform-origin: left;
  background: var(--orange);
  transition: transform 160ms ease;
}

.desktop-nav a:hover::after,
.desktop-nav a:focus-visible::after,
.desktop-nav a.is-active::after {
  transform: scaleX(1);
}

.desktop-nav a.is-active {
  color: #fff;
}

.phone-link {
  display: inline-flex;
  min-height: 46px;
  align-items: center;
  justify-content: center;
  gap: 8px;
  color: var(--orange);
  font-size: clamp(0.95rem, 1.3vw, 1.25rem);
  font-weight: 900;
  white-space: nowrap;
}

.phone-link svg {
  width: 22px;
  height: 22px;
  fill: currentColor;
}

.header-cta,
.primary-button,
.secondary-button {
  display: inline-flex;
  min-height: 48px;
  align-items: center;
  justify-content: center;
  border: 0;
  border-radius: var(--radius);
  cursor: pointer;
  font-weight: 900;
  line-height: 1.1;
  padding: 14px 24px;
  text-align: center;
  transition:
    transform 160ms ease,
    box-shadow 160ms ease,
    background 160ms ease,
    color 160ms ease;
}

.header-cta,
.primary-button {
  background: var(--orange);
  color: var(--navy-dark);
}

.header-cta:hover,
.primary-button:hover {
  background: var(--orange-light);
  box-shadow: 0 14px 24px var(--orange-glow);
  transform: translateY(-1px);
}

.secondary-button {
  border: 2px solid rgba(15, 26, 46, 0.18);
  background: rgba(255, 255, 255, 0.72);
  color: var(--navy-dark);
}

.secondary-button:hover {
  border-color: var(--orange);
  color: var(--navy-dark);
  transform: translateY(-1px);
}

.hero {
  min-height: calc(100svh - var(--header-height));
  display: grid;
  align-items: center;
  background:
    linear-gradient(90deg, rgba(248, 250, 252, 0.96) 0%, rgba(248, 250, 252, 0.82) 42%, rgba(21, 128, 61, 0.16) 68%),
    url("assets/zippy-lawn-hero.png") center / cover no-repeat;
}

.hero-content {
  width: min(1440px, 100%);
  margin: 0 auto;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(340px, 420px);
  align-items: center;
  gap: clamp(28px, 5vw, 78px);
  padding: clamp(30px, 4vw, 52px) clamp(20px, 5vw, 74px);
}

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

.hero h1,
.section-heading h2,
.owner-copy h2,
.final-cta h2 {
  margin: 0;
  color: var(--navy-dark);
  font-family: Georgia, "Times New Roman", serif;
  font-weight: 700;
  letter-spacing: 0;
}

.hero h1 {
  font-size: clamp(3.1rem, 5.8vw, 6.2rem);
  line-height: 1.02;
}

.hero-copy p {
  max-width: 650px;
  margin: 22px 0 0;
  color: #283a33;
  font-size: clamp(1.1rem, 1.8vw, 1.45rem);
  line-height: 1.45;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 30px;
}

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

.trust-list li {
  display: inline-flex;
  align-items: center;
  min-height: 38px;
  border: 1px solid rgba(15, 26, 46, 0.12);
  border-radius: var(--radius);
  background: rgba(255, 255, 255, 0.7);
  color: var(--navy-dark);
  font-size: 0.9rem;
  font-weight: 800;
  padding: 8px 12px;
}

.trust-list li::before {
  content: "";
  width: 10px;
  height: 10px;
  margin-right: 8px;
  border-radius: 50%;
  background: var(--green);
}

.quote-card {
  display: grid;
  gap: 11px;
  width: 100%;
  border: 1px solid rgba(15, 26, 46, 0.14);
  border-top: 5px solid var(--orange);
  border-radius: var(--radius);
  background: rgba(255, 255, 255, 0.92);
  box-shadow: var(--shadow);
  backdrop-filter: blur(10px);
  padding: clamp(18px, 2.4vw, 26px);
}

.quote-card h2 {
  margin: 0;
  color: var(--navy-dark);
  font-size: clamp(1.45rem, 2vw, 1.9rem);
  font-weight: 900;
  line-height: 1.08;
  text-align: center;
}

.quote-card-header {
  display: grid;
  gap: 2px;
}

.quote-card label {
  display: grid;
  gap: 4px;
  color: var(--ink);
  font-size: 0.86rem;
  font-weight: 800;
}

.optional-label {
  color: var(--muted);
  font-size: 0.76rem;
  font-weight: 800;
}

.quote-card input,
.quote-card select {
  width: 100%;
  min-height: 38px;
  border: 1px solid rgba(15, 26, 46, 0.18);
  border-radius: var(--radius);
  background: #fff;
  color: var(--ink);
  font-size: 0.9rem;
  padding: 8px 10px;
}

.quote-card input:focus,
.quote-card select:focus {
  border-color: var(--orange);
  box-shadow: 0 0 0 3px rgba(232, 150, 46, 0.22);
}

.quote-card input.is-invalid,
.quote-card select.is-invalid {
  border-color: #dc2626;
  box-shadow: 0 0 0 3px rgba(220, 38, 38, 0.13);
}

.field-error {
  min-height: 16px;
  color: #b91c1c;
  font-size: 0.74rem;
  font-weight: 800;
}

.field-error:empty {
  display: none;
}

.field-hint {
  color: var(--muted);
  font-size: 0.72rem;
  font-weight: 800;
  line-height: 1.2;
}

.field-hint.is-good {
  color: var(--green);
}

.field-hint.is-review {
  color: #9a5a05;
}

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

.checkbox-label {
  grid-template-columns: auto 1fr;
  align-items: start;
  column-gap: 8px;
  row-gap: 3px;
  border: 1px solid rgba(15, 26, 46, 0.1);
  border-radius: var(--radius);
  background: rgba(248, 250, 252, 0.86);
  padding: 9px 10px;
  line-height: 1.3;
}

.checkbox-label input {
  width: 18px;
  height: 18px;
  min-height: auto;
  margin: 2px 0 0;
  accent-color: var(--green);
}

.checkbox-label .field-error {
  grid-column: 2;
}

.form-submit {
  width: 100%;
  min-height: 44px;
  margin-top: 2px;
  background: var(--green);
  color: #fff;
  box-shadow: 0 12px 24px rgba(21, 128, 61, 0.22);
}

.form-submit:hover {
  background: #146c32;
  box-shadow: 0 14px 26px rgba(21, 128, 61, 0.28);
}

.text-button {
  min-height: 44px;
  border: 0;
  border-radius: var(--radius);
  background: transparent;
  color: var(--navy-dark);
  cursor: pointer;
  font-weight: 900;
  padding: 10px 12px;
}

.text-button:hover,
.text-button:focus-visible {
  background: rgba(15, 26, 46, 0.07);
}

.form-message {
  margin: 0;
  color: var(--green);
  font-size: 0.85rem;
  font-weight: 900;
  text-align: center;
}

.form-message:empty {
  display: none;
}

.form-message.is-error {
  color: #b91c1c;
}

.quote-success {
  display: grid;
  gap: 12px;
  border: 1px solid rgba(21, 128, 61, 0.22);
  border-left: 5px solid var(--green);
  border-radius: var(--radius);
  background: #f0fdf4;
  padding: 15px;
}

.quote-success[hidden] {
  display: none;
}

.request-label {
  display: block;
  color: var(--green);
  font-size: 0.75rem;
  font-weight: 900;
  letter-spacing: 0.03em;
  text-transform: uppercase;
}

.quote-success strong {
  color: var(--navy-dark);
  font-size: 1.18rem;
  font-weight: 900;
}

.quote-success p {
  margin: 0;
  color: var(--muted);
  font-size: 0.9rem;
}

.success-actions {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
}

.success-actions .primary-button,
.success-actions .secondary-button,
.success-actions .text-button {
  width: 100%;
  min-height: 44px;
  padding: 12px;
  font-size: 0.9rem;
}

.brand-strip {
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  background: var(--navy);
  color: rgba(255, 255, 255, 0.8);
  padding: 18px clamp(20px, 5vw, 74px);
  text-align: center;
}

.brand-strip p {
  max-width: 980px;
  margin: 0 auto;
}

.brand-strip strong,
.brand-strip a {
  color: var(--orange);
}

.proof-strip {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1px;
  background: rgba(255, 255, 255, 0.1);
  border-bottom: 1px solid rgba(15, 26, 46, 0.08);
}

.proof-strip div {
  min-height: 120px;
  background: #fff;
  padding: 24px clamp(20px, 4vw, 48px);
}

.proof-strip span,
.blog-meta,
.article-meta,
.article-label {
  display: inline-flex;
  color: var(--green);
  font-size: 0.78rem;
  font-weight: 900;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.proof-strip p {
  max-width: 430px;
  margin: 8px 0 0;
  color: var(--muted);
}

.proof-strip a {
  color: var(--navy-dark);
  font-weight: 900;
}

.section {
  padding: clamp(58px, 7vw, 90px) clamp(20px, 5vw, 74px);
  background: var(--paper);
}

.section:nth-of-type(odd) {
  background: var(--mist);
}

.section-heading {
  max-width: 820px;
  margin: 0 auto 34px;
  text-align: center;
}

.section-heading h2,
.owner-copy h2,
.final-cta h2 {
  font-size: clamp(2.2rem, 4vw, 4rem);
  line-height: 1.05;
}

.section-heading p,
.owner-copy p,
.final-cta p {
  margin: 12px 0 0;
  color: var(--muted);
  font-size: clamp(1rem, 1.5vw, 1.18rem);
}

.service-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
  width: min(1240px, 100%);
  margin: 0 auto;
}

.service-card {
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: #fff;
  box-shadow: 0 16px 30px rgba(15, 26, 46, 0.09);
}

.service-media {
  height: 145px;
  background-image: url("assets/zippy-lawn-hero.png");
  background-size: 1250px auto;
}

.service-mowing {
  background-position: 48% 68%;
}

.service-edging {
  background-position: 18% 70%;
}

.service-cleanup {
  background-position: 88% 48%;
}

.service-recurring {
  background-position: 62% 52%;
}

.service-card-body {
  display: grid;
  padding: 22px;
}

.service-icon {
  width: 38px;
  height: 38px;
  color: var(--green);
  fill: none;
  stroke: currentColor;
  stroke-width: 2.2;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.service-card h3,
.process-step h3,
.owner-panel h3 {
  margin: 16px 0 6px;
  color: var(--navy-dark);
  font-size: 1.16rem;
  font-weight: 900;
  line-height: 1.16;
}

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

.service-quote-button {
  min-height: 40px;
  justify-self: start;
  margin-top: 18px;
  border: 1px solid rgba(21, 128, 61, 0.28);
  border-radius: var(--radius);
  background: rgba(21, 128, 61, 0.08);
  color: var(--green);
  cursor: pointer;
  font-size: 0.9rem;
  font-weight: 900;
  padding: 10px 12px;
  transition:
    background 160ms ease,
    color 160ms ease,
    transform 160ms ease;
}

.service-quote-button:hover,
.service-quote-button:focus-visible {
  background: var(--green);
  color: #fff;
  transform: translateY(-1px);
}

.service-detail-section {
  background:
    linear-gradient(180deg, #ffffff 0%, #f8fafc 100%);
}

.detail-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(320px, 460px);
  gap: clamp(28px, 5vw, 76px);
  align-items: center;
  width: min(1180px, 100%);
  margin: 0 auto;
}

.detail-copy h2,
.article-hero h1,
.blog-index-hero h1 {
  margin: 0;
  color: var(--navy-dark);
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(2.2rem, 4vw, 4rem);
  line-height: 1.05;
  letter-spacing: 0;
}

.detail-copy p {
  margin: 16px 0 0;
  color: var(--muted);
  font-size: clamp(1rem, 1.45vw, 1.16rem);
}

.detail-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 28px;
}

.detail-panel {
  border: 1px solid var(--line);
  border-top: 5px solid var(--orange);
  border-radius: var(--radius);
  background: #fff;
  box-shadow: 0 18px 34px rgba(15, 26, 46, 0.08);
  padding: clamp(22px, 3vw, 32px);
}

.detail-panel h3 {
  margin: 0;
  color: var(--navy-dark);
  font-size: 1.28rem;
  font-weight: 900;
}

.detail-checks {
  display: grid;
  gap: 12px;
  margin: 20px 0 0;
  padding: 0;
  list-style: none;
}

.detail-checks li {
  position: relative;
  padding-left: 28px;
  color: var(--muted);
  font-weight: 700;
}

.detail-checks li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.42em;
  width: 14px;
  height: 14px;
  border-radius: 50%;
  background: var(--green-bright);
}

.process-section {
  background: linear-gradient(180deg, #f9fafb 0%, #eef2f7 100%);
}

.process-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 22px;
  width: min(1120px, 100%);
  margin: 0 auto;
}

.process-step {
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: #fff;
  padding: 26px;
  box-shadow: 0 16px 30px rgba(15, 26, 46, 0.07);
}

.process-step span {
  display: grid;
  width: 44px;
  height: 44px;
  place-items: center;
  border-radius: 50%;
  background: var(--orange);
  color: var(--navy-dark);
  font-weight: 900;
}

.section.owner-section {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(320px, 440px);
  gap: clamp(28px, 5vw, 76px);
  align-items: center;
  background:
    radial-gradient(circle at 88% 16%, rgba(34, 197, 94, 0.16), transparent 28%),
    linear-gradient(135deg, var(--navy-dark) 0%, var(--navy) 100%);
}

.owner-copy h2,
.owner-copy p,
.owner-copy a,
.owner-panel {
  color: #fff;
}

.check-list,
.owner-panel ul {
  display: grid;
  gap: 12px;
  margin: 24px 0 0;
  padding: 0;
  list-style: none;
}

.check-list li,
.owner-panel li {
  position: relative;
  padding-left: 28px;
  color: rgba(255, 255, 255, 0.82);
}

.check-list li::before,
.owner-panel li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.45em;
  width: 14px;
  height: 14px;
  border-radius: 50%;
  background: var(--green-bright);
}

.owner-panel {
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-top: 5px solid var(--orange);
  border-radius: var(--radius);
  background: rgba(255, 255, 255, 0.08);
  padding: 28px;
  backdrop-filter: blur(10px);
}

.owner-panel h3 {
  margin-top: 0;
  color: #fff;
}

.areas-section .area-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
  width: min(1180px, 100%);
  margin: 0 auto;
}

.areas-section article {
  min-height: 190px;
  display: grid;
  align-content: end;
  border-radius: var(--radius);
  background:
    linear-gradient(180deg, rgba(15, 26, 46, 0.08) 0%, rgba(15, 26, 46, 0.84) 100%),
    url("assets/zippy-lawn-hero.png") center / cover no-repeat;
  color: #fff;
  padding: 18px;
  overflow: hidden;
}

.areas-section article:nth-child(2) {
  background-position: 65% center;
}

.areas-section article:nth-child(3) {
  background-position: 35% center;
}

.areas-section article:nth-child(4) {
  background-position: 80% center;
}

.areas-section span {
  font-size: 1.35rem;
  font-weight: 900;
}

.areas-section p {
  margin: 6px 0 0;
  color: rgba(255, 255, 255, 0.82);
  font-size: 0.95rem;
}

.blog-preview-section,
.blog-index-main {
  background: #fff;
}

.blog-card-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 20px;
  width: min(1180px, 100%);
  margin: 0 auto;
}

.blog-card {
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: #fff;
  box-shadow: 0 16px 30px rgba(15, 26, 46, 0.08);
}

.blog-card-media {
  min-height: 170px;
  background-image:
    linear-gradient(180deg, rgba(15, 26, 46, 0.04) 0%, rgba(15, 26, 46, 0.55) 100%),
    url("assets/zippy-lawn-hero.png");
  background-size: cover;
}

.blog-card-guide {
  background-position: 52% 65%;
}

.blog-card-schedule {
  background-position: 15% 76%;
}

.blog-card-cleanup {
  background-position: 86% 48%;
}

.blog-card-body {
  display: grid;
  gap: 10px;
  padding: 22px;
}

.blog-card h2,
.blog-card h3 {
  margin: 0;
  color: var(--navy-dark);
  font-size: 1.24rem;
  font-weight: 900;
  line-height: 1.18;
}

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

.text-link {
  color: var(--green);
  font-weight: 900;
  text-decoration: underline;
  text-underline-offset: 4px;
}

.blog-preview-action {
  display: flex;
  justify-content: center;
  margin-top: 28px;
}

.blog-index-hero,
.article-hero {
  padding: clamp(54px, 7vw, 96px) clamp(20px, 5vw, 74px);
  background:
    linear-gradient(90deg, rgba(248, 250, 252, 0.96) 0%, rgba(248, 250, 252, 0.84) 56%, rgba(21, 128, 61, 0.16) 100%),
    url("assets/zippy-lawn-hero.png") center / cover no-repeat;
}

.blog-index-hero-inner,
.article-hero-inner {
  width: min(1040px, 100%);
  margin: 0 auto;
}

.blog-index-hero p,
.article-hero p {
  max-width: 720px;
  margin: 16px 0 0;
  color: #283a33;
  font-size: clamp(1.05rem, 1.6vw, 1.28rem);
}

.blog-index-main,
.article-main {
  background: #fff;
  padding: clamp(48px, 6vw, 76px) clamp(20px, 5vw, 74px);
}

.blog-toolbar {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  justify-content: center;
  width: min(1000px, 100%);
  margin: 0 auto 28px;
}

.blog-filter {
  min-height: 42px;
  border: 1px solid rgba(15, 26, 46, 0.15);
  border-radius: var(--radius);
  background: #fff;
  color: var(--navy-dark);
  cursor: pointer;
  font-weight: 900;
  padding: 10px 14px;
}

.blog-filter.is-active,
.blog-filter:hover,
.blog-filter:focus-visible {
  border-color: var(--green);
  background: rgba(21, 128, 61, 0.08);
  color: var(--green);
}

.article-layout {
  display: grid;
  grid-template-columns: minmax(0, 760px) minmax(260px, 340px);
  gap: clamp(28px, 5vw, 60px);
  align-items: start;
  width: min(1180px, 100%);
  margin: 0 auto;
}

.article-progress {
  position: sticky;
  top: 0;
  z-index: 25;
  height: 4px;
  background: linear-gradient(90deg, var(--orange) var(--article-progress, 0%), transparent 0);
}

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

.article-content h2 {
  margin: 34px 0 10px;
  color: var(--navy-dark);
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(1.8rem, 3vw, 2.55rem);
  line-height: 1.1;
}

.article-content p,
.article-content li {
  color: #344054;
  font-size: 1.05rem;
}

.article-content p {
  margin: 14px 0 0;
}

.article-content ul {
  display: grid;
  gap: 10px;
  margin: 16px 0 0;
  padding-left: 24px;
}

.article-callout,
.article-sidebar {
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: #f8fafc;
  padding: 22px;
}

.article-callout {
  margin: 28px 0;
  border-left: 5px solid var(--orange);
}

.article-callout h3,
.article-sidebar h2,
.article-sidebar h3 {
  margin: 0;
  color: var(--navy-dark);
  font-size: 1.15rem;
  font-weight: 900;
}

.article-callout p,
.article-sidebar p {
  margin: 8px 0 0;
  color: var(--muted);
}

.article-sidebar {
  position: sticky;
  top: calc(var(--header-height) + 24px);
  display: grid;
  gap: 20px;
}

.article-sidebar ul {
  display: grid;
  gap: 10px;
  margin: 10px 0 0;
  padding: 0;
  list-style: none;
}

.article-sidebar a {
  color: var(--green);
  font-weight: 900;
}

.article-cta {
  display: grid;
  gap: 12px;
}

.faq-section {
  background: var(--mist);
}

.faq-list {
  display: grid;
  gap: 12px;
  width: min(920px, 100%);
  margin: 0 auto;
}

.faq-item {
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: #fff;
  overflow: hidden;
}

.faq-question {
  width: 100%;
  min-height: 62px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border: 0;
  background: transparent;
  color: var(--navy-dark);
  cursor: pointer;
  font-weight: 900;
  padding: 18px 22px;
  text-align: left;
}

.faq-question::after {
  content: "+";
  color: var(--orange);
  font-size: 1.5rem;
  line-height: 1;
}

.faq-question[aria-expanded="true"]::after {
  content: "-";
}

.faq-answer {
  display: none;
  border-top: 1px solid var(--line);
  padding: 16px 22px 20px;
}

.faq-item.is-open .faq-answer {
  display: block;
}

.faq-answer p {
  margin: 0;
  color: var(--muted);
}

.final-cta {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 24px;
  align-items: center;
  padding: clamp(42px, 6vw, 72px) clamp(20px, 5vw, 74px);
  background: var(--navy-dark);
  color: #fff;
}

.final-cta h2,
.final-cta p {
  color: #fff;
}

.final-cta p {
  color: rgba(255, 255, 255, 0.76);
}

.site-footer {
  display: grid;
  grid-template-columns: minmax(260px, 1.4fr) repeat(3, minmax(150px, 0.5fr));
  gap: 34px;
  padding: 44px clamp(20px, 5vw, 74px) 28px;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  background: #0b1424;
  color: rgba(255, 255, 255, 0.76);
}

.site-footer img {
  width: min(310px, 100%);
  height: auto;
}

.site-footer h2 {
  margin: 0 0 12px;
  color: #fff;
  font-size: 1rem;
}

.site-footer p {
  max-width: 430px;
  margin: 14px 0 0;
}

.site-footer a {
  display: block;
  margin-top: 8px;
}

.site-footer a:hover {
  color: var(--orange);
}

.footer-bottom {
  grid-column: 1 / -1;
  display: flex;
  justify-content: space-between;
  gap: 16px;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  margin-top: 14px;
  padding-top: 22px;
  color: rgba(255, 255, 255, 0.58);
  font-size: 0.92rem;
}

@media (max-width: 1180px) {
  .site-header {
    grid-template-columns: minmax(240px, 1fr) auto auto;
  }

  .desktop-nav {
    display: none;
  }

  .hero-content,
  .owner-section,
  .detail-layout,
  .article-layout {
    grid-template-columns: 1fr;
  }

  .service-grid,
  .areas-section .area-grid,
  .blog-card-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .proof-strip {
    grid-template-columns: 1fr;
  }

  .article-sidebar {
    position: static;
  }
}

@media (max-width: 760px) {
  :root {
    --header-height: auto;
  }

  .site-header {
    position: static;
    grid-template-columns: 1fr;
    gap: 12px;
    padding: 16px 18px;
  }

  .brand-logo {
    width: auto;
    height: 78px;
    max-width: min(100%, 340px);
  }

  .phone-link,
  .header-cta {
    width: 100%;
  }

  .hero {
    min-height: auto;
    background:
      linear-gradient(180deg, rgba(248, 250, 252, 0.96) 0%, rgba(248, 250, 252, 0.86) 62%, rgba(248, 250, 252, 0.38) 100%),
      url("assets/zippy-lawn-hero.png") center / cover no-repeat;
  }

  .hero-content {
    padding: 38px 18px 46px;
  }

  .hero h1 {
    font-size: clamp(2.6rem, 12vw, 4.3rem);
  }

  .hero-actions,
  .trust-list,
  .two-column,
  .success-actions,
  .service-grid,
  .blog-card-grid,
  .process-grid,
  .areas-section .area-grid,
  .final-cta,
  .site-footer,
  .footer-bottom {
    grid-template-columns: 1fr;
  }

  .hero-actions {
    display: grid;
  }

  .trust-list {
    display: grid;
  }

  .section,
  .owner-section,
  .blog-index-main,
  .article-main {
    padding: 52px 18px;
  }

  .section-heading {
    text-align: left;
  }

  .detail-actions,
  .blog-preview-action {
    display: grid;
  }

  .blog-index-hero,
  .article-hero {
    padding: 42px 18px;
  }

  .service-media {
    height: 180px;
  }

  .final-cta {
    justify-items: start;
  }

  .footer-bottom {
    display: grid;
  }
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
    transition: none !important;
  }
}
