/* =========================================================
   Go Mow Pro — modern professional theme
   Lawn care & landscaping · Chattanooga TN · North GA · NE AL
   ========================================================= */

:root {
  --green:      #178a4e;   /* primary */
  --green-700:  #0f6b3c;
  --green-deep: #0c4a2b;   /* dark sections */
  --green-900:  #08321d;
  --accent:     #2bb673;   /* used sparingly */
  --green-50:   #eef6f0;
  --green-100:  #dcebe1;

  --ink:    #0e1a13;
  --ink-2:  #2c3a31;
  --muted:  #5f6d63;

  --bg:      #ffffff;
  --bg-soft: #f6f8f6;
  --bg-sand: #f4f2ea;   /* subtle warm/earthy surface */
  --line:    #e5e9e6;
  --line-2:  #d6ddd7;

  --shadow:    0 10px 30px rgba(12, 74, 43, .08);
  --shadow-sm: 0 4px 14px rgba(12, 74, 43, .07);
  --radius:    14px;
  --radius-sm: 10px;
  --maxw:      1180px;

  --font-head: 'Sora', 'Segoe UI', system-ui, sans-serif;
  --font-body: 'Inter', 'Segoe UI', system-ui, sans-serif;
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  font-family: var(--font-body);
  color: var(--ink-2);
  background: var(--bg);
  line-height: 1.7;
  font-size: 17px;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}
h1, h2, h3, h4 {
  font-family: var(--font-head);
  color: var(--ink);
  line-height: 1.18;
  margin: 0 0 .5em;
  font-weight: 700;
  letter-spacing: -0.02em;
}
p { color: var(--muted); margin: 0 0 1em; }
a { color: var(--green-700); text-decoration: none; transition: color .18s ease; }
a:hover { color: var(--green); }
img { max-width: 100%; display: block; }
.wrap { max-width: var(--maxw); margin: 0 auto; padding: 0 24px; }
.narrow { max-width: 760px; }
.center { text-align: center; }

/* ---------- eyebrow ---------- */
.eyebrow {
  display: inline-flex; align-items: center; gap: 10px;
  font-family: var(--font-head);
  font-weight: 600; text-transform: uppercase;
  letter-spacing: .14em; font-size: .74rem;
  color: var(--green); margin-bottom: 16px;
}
.eyebrow::before { content: ""; width: 26px; height: 2px; background: var(--green); display: inline-block; }
.eyebrow.on-dark { color: #7ddca6; }
.eyebrow.on-dark::before { background: #7ddca6; }
.eyebrow.center-line { justify-content: center; }

/* ---------- buttons ---------- */
.btn {
  display: inline-flex; align-items: center; gap: 9px;
  font-family: var(--font-head); font-weight: 600;
  font-size: .98rem; padding: 13px 26px;
  border-radius: var(--radius-sm); border: 1px solid transparent;
  cursor: pointer; transition: all .18s ease; letter-spacing: .005em;
}
.btn svg { width: 18px; height: 18px; }
.btn-primary { background: var(--green); color: #fff; box-shadow: var(--shadow-sm); }
.btn-primary:hover { background: var(--green-700); color: #fff; transform: translateY(-2px); }
.btn-secondary { background: #fff; color: var(--green-700); border-color: var(--line-2); }
.btn-secondary:hover { border-color: var(--green); color: var(--green-700); transform: translateY(-2px); }
.btn-light { background: #fff; color: var(--green-deep); }
.btn-light:hover { background: #f1f5f2; color: var(--green-deep); transform: translateY(-2px); }
.btn-ghost { background: transparent; color: #fff; border-color: rgba(255,255,255,.4); }
.btn-ghost:hover { background: rgba(255,255,255,.1); color: #fff; transform: translateY(-2px); }

/* ---------- header ---------- */
.site-header {
  position: sticky; top: 0; z-index: 60;
  background: rgba(255,255,255,.9);
  backdrop-filter: blur(10px);
  border-bottom: 1px solid var(--line);
}
.header-inner {
  max-width: var(--maxw); margin: 0 auto; padding: 14px 24px;
  display: flex; align-items: center; justify-content: space-between; gap: 18px;
}
.brand { display: flex; align-items: center; gap: 11px; }
.brand img { width: 44px; height: 44px; }
.brand-name { font-family: var(--font-head); font-weight: 700; font-size: 1.2rem; color: var(--ink); line-height: 1; letter-spacing: -.02em; }
.brand-name small { display: block; font-family: var(--font-body); font-weight: 600; font-size: .6rem; letter-spacing: .18em; text-transform: uppercase; color: var(--muted); margin-top: 5px; }
.nav { display: flex; align-items: center; gap: 2px; }
.nav a { font-family: var(--font-head); font-weight: 500; font-size: .95rem; color: var(--ink-2); padding: 8px 14px; border-radius: 8px; transition: color .18s ease, background .18s ease; }
.nav a:hover { color: var(--green-700); background: var(--green-50); }
.nav a.active { color: var(--green-700); }
.nav a.active::after { content: ""; display: block; height: 2px; background: var(--green); border-radius: 2px; margin-top: 4px; }
.header-cta { display: flex; align-items: center; gap: 16px; }
.header-phone { font-family: var(--font-head); font-weight: 600; font-size: 1rem; color: var(--ink); white-space: nowrap; }
.nav-toggle { display: none; background: none; border: none; cursor: pointer; padding: 8px; }
.nav-toggle span { display: block; width: 24px; height: 2px; background: var(--ink); border-radius: 2px; margin: 5px 0; }

/* ---------- hero ---------- */
.hero {
  position: relative; color: #fff;
  padding: 132px 20px 138px; text-align: center;
  background-image: linear-gradient(180deg, rgba(8,50,29,.72) 0%, rgba(8,50,29,.52) 50%, rgba(8,50,29,.82) 100%), var(--hero-img);
  background-size: cover; background-position: center;
}
.hero h1 { color: #fff; font-size: 3.3rem; margin: 0 0 18px; max-width: 880px; margin-inline: auto; }
.hero p.lead { font-size: 1.2rem; color: #e7efe9; max-width: 640px; margin: 0 auto 32px; }
.hero .eyebrow { color: #9fe3bd; justify-content: center; }
.hero .eyebrow::before { background: #9fe3bd; }
.hero-actions { display: flex; gap: 14px; justify-content: center; flex-wrap: wrap; }
.hero-phone { margin-top: 26px; font-family: var(--font-head); font-weight: 600; font-size: 1.3rem; }
.hero-phone a { color: #fff; }

/* page banner (interior) */
.banner {
  position: relative; color: #fff; text-align: center;
  padding: 80px 20px 84px;
  background-image: linear-gradient(180deg, rgba(8,50,29,.86), rgba(12,74,43,.8)), var(--hero-img);
  background-size: cover; background-position: center;
}
.banner h1 { color: #fff; font-size: 2.6rem; margin: 0 0 12px; }
.banner p { color: #dce8e0; max-width: 640px; margin: 0 auto; font-size: 1.05rem; }
.crumbs { font-size: .85rem; color: #aecdbb; margin-bottom: 18px; }
.crumbs a { color: #cfe6da; } .crumbs a:hover { color: #fff; }

/* ---------- sections ---------- */
.section { padding: 92px 0; }
.section.soft { background: var(--bg-soft); }
.section.sand { background: var(--bg-sand); }
.section.dark { background: var(--green-deep); color: #fff; }
.section.dark h2, .section.dark h3 { color: #fff; }
.section.dark p { color: #bfd8c8; }
.section-head { max-width: 680px; margin: 0 auto 56px; text-align: center; }
.section-head.left { margin-left: 0; text-align: left; }
.section-head h2 { font-size: 2.3rem; }
.section-head p { font-size: 1.08rem; }

/* ---------- grids & cards ---------- */
.grid { display: grid; gap: 24px; }
.grid-2 { grid-template-columns: repeat(2,1fr); }
.grid-3 { grid-template-columns: repeat(3,1fr); }
.grid-4 { grid-template-columns: repeat(4,1fr); }
.auto { grid-template-columns: repeat(auto-fit, minmax(250px,1fr)); }

.card {
  background: var(--bg); border: 1px solid var(--line);
  border-radius: var(--radius); padding: 30px 26px;
  transition: transform .2s ease, box-shadow .2s ease, border-color .2s ease;
}
.card:hover { transform: translateY(-4px); box-shadow: var(--shadow); border-color: var(--line-2); }
.card h3 { font-size: 1.18rem; margin-bottom: 8px; }
.card p { font-size: .97rem; margin: 0; }
.card.link-card { display: block; color: inherit; }
.card.link-card:hover { border-color: var(--green); }
.card .more { display: inline-flex; align-items: center; gap: 6px; margin-top: 14px; font-family: var(--font-head); font-weight: 600; font-size: .9rem; color: var(--green-700); }

.icon { width: 46px; height: 46px; border-radius: 11px; background: var(--green-50); border: 1px solid var(--line); display: flex; align-items: center; justify-content: center; margin-bottom: 18px; }
.icon svg { width: 23px; height: 23px; stroke: var(--green); fill: none; stroke-width: 1.7; }

/* checklist */
.checks { list-style: none; padding: 0; margin: 0; display: grid; gap: 12px; }
.checks li { display: flex; gap: 12px; align-items: flex-start; color: var(--ink-2); font-weight: 500; }
.checks li svg { flex: 0 0 auto; width: 21px; height: 21px; stroke: var(--green); fill: none; stroke-width: 2.2; margin-top: 3px; }

/* tag links (replaces playful chips) */
.taglinks { display: flex; flex-wrap: wrap; gap: 10px; }
.taglinks a {
  font-family: var(--font-head); font-weight: 500; font-size: .92rem;
  background: var(--bg); border: 1px solid var(--line-2); color: var(--ink-2);
  border-radius: 8px; padding: 9px 16px; transition: all .16s ease;
}
.taglinks a:hover { border-color: var(--green); color: var(--green-700); background: var(--green-50); }

/* split (image + text) */
.split { display: grid; grid-template-columns: 1.05fr 1fr; gap: 56px; align-items: center; }
.split img { border-radius: var(--radius); box-shadow: var(--shadow); width: 100%; }
.split .media { position: relative; }
.split .media .tag {
  position: absolute; left: 20px; bottom: 20px;
  background: rgba(255,255,255,.96); border-radius: 10px; padding: 12px 18px;
  box-shadow: var(--shadow); font-family: var(--font-head); font-weight: 600; color: var(--ink); font-size: .92rem;
}
.split .media .tag b { color: var(--green); }

/* stats */
.stats { display: grid; grid-template-columns: repeat(4,1fr); gap: 28px; }
.stat { text-align: center; }
.stat b { font-family: var(--font-head); font-weight: 700; font-size: 2.6rem; color: #fff; display: block; line-height: 1; letter-spacing: -.02em; }
.stat span { font-size: .92rem; color: #aecdbb; font-weight: 500; }
.section.soft .stat b, .section:not(.dark) .stat b { color: var(--green-700); }
.section.soft .stat span, .section:not(.dark) .stat span { color: var(--muted); }

/* steps */
.steps { counter-reset: s; }
.step { position: relative; padding-left: 60px; }
.step::before {
  counter-increment: s; content: "0" counter(s);
  position: absolute; left: 0; top: 0;
  font-family: var(--font-head); font-weight: 700; font-size: 1.05rem;
  width: 42px; height: 42px; border-radius: 11px;
  background: var(--green-50); color: var(--green-700);
  border: 1px solid var(--line); display: flex; align-items: center; justify-content: center;
}

/* area cards */
.area-card { background: var(--bg); border: 1px solid var(--line); border-radius: var(--radius); overflow: hidden; }
.area-card .head { padding: 16px 22px; font-family: var(--font-head); font-weight: 700; font-size: 1.1rem; color: var(--ink); border-bottom: 1px solid var(--line); }
.area-card .head span { display: inline-block; width: 8px; height: 8px; border-radius: 50%; background: var(--green); margin-right: 9px; vertical-align: middle; }
.area-card .body { padding: 20px 22px; color: var(--muted); font-size: .94rem; line-height: 1.9; }

/* answer block (AEO) */
.answer { background: var(--green-50); border: 1px solid var(--line); border-left: 3px solid var(--green); border-radius: var(--radius); padding: 26px 30px; }
.answer p { color: var(--ink-2); font-size: 1.1rem; margin: 0; }
.answer .q { font-family: var(--font-head); font-weight: 700; color: var(--ink); display: block; margin-bottom: 8px; font-size: 1.05rem; }

/* faq — header 4 + paragraph (not an accordion) */
.faqs { border-top: 1px solid var(--line); }
.faqs h4 { font-family: var(--font-head); font-weight: 600; font-size: 1.1rem; color: var(--ink); margin: 24px 0 6px; }
.faqs h4:first-child { margin-top: 18px; }
.faqs p { margin: 0 0 4px; color: var(--muted); }

/* form */
.form-card { background: var(--bg); border: 1px solid var(--line); border-radius: var(--radius); padding: 32px; box-shadow: var(--shadow); }
.form-card form { display: grid; gap: 13px; }
.form-card label { font-family: var(--font-head); font-weight: 500; color: var(--ink); font-size: .9rem; }
.form-card input, .form-card select, .form-card textarea {
  padding: 12px 15px; border: 1px solid var(--line-2); border-radius: var(--radius-sm);
  font-family: var(--font-body); font-size: 1rem; color: var(--ink); background: var(--bg); width: 100%;
  transition: border-color .18s ease, box-shadow .18s ease;
}
.form-card input:focus, .form-card select:focus, .form-card textarea:focus { outline: none; border-color: var(--green); box-shadow: 0 0 0 3px rgba(23,138,78,.12); }

/* contact tile */
.contact-tile { display: flex; gap: 16px; align-items: flex-start; background: var(--bg); border: 1px solid var(--line); border-radius: var(--radius); padding: 22px; color: inherit; }
.contact-tile .icon { margin: 0; flex: 0 0 auto; }
.contact-tile h3 { margin: 0 0 3px; font-size: 1.05rem; }
.contact-tile p { margin: 0; font-size: .95rem; }

/* CTA band */
.cta { background: var(--green-deep); border-radius: var(--radius); padding: 56px 44px; text-align: center; position: relative; overflow: hidden; }
.cta h2 { color: #fff; font-size: 2rem; }
.cta p { color: #bfd8c8; max-width: 560px; margin: 0 auto 26px; }
.cta::after { content: ""; position: absolute; inset: 0; background: radial-gradient(circle at 80% -20%, rgba(43,182,115,.25), transparent 60%); pointer-events: none; }
.cta > * { position: relative; }

/* ---------- footer ---------- */
.site-footer { background: var(--green-900); color: #a9c4b4; padding: 64px 24px 26px; }
.footer-grid { max-width: var(--maxw); margin: 0 auto; display: grid; grid-template-columns: 1.5fr 1fr 1fr 1.1fr; gap: 40px; }
.site-footer h4 { color: #fff; font-size: .82rem; letter-spacing: .14em; text-transform: uppercase; margin-bottom: 16px; }
.site-footer a { color: #a9c4b4; }
.site-footer a:hover { color: #fff; }
.footer-brand { display: flex; align-items: center; gap: 11px; margin-bottom: 14px; }
.footer-brand img { width: 46px; }
.footer-brand .brand-name { color: #fff; }
.footer-links { list-style: none; margin: 0; padding: 0; line-height: 2.05; }
.site-footer address { font-style: normal; line-height: 1.7; font-size: .92rem; margin-bottom: 14px; }
.footer-bottom { max-width: var(--maxw); margin: 42px auto 0; padding-top: 22px; border-top: 1px solid rgba(255,255,255,.1); font-size: .85rem; color: #7ba089; display: flex; justify-content: space-between; gap: 14px; flex-wrap: wrap; }

/* two-column page layouts (mobile-first: stacked by default) */
.contact-grid, .landing-grid { display: grid; gap: 36px; align-items: start; }
@media (min-width: 860px) {
  .contact-grid { grid-template-columns: 1fr 1fr; gap: 48px; }
}
@media (min-width: 920px) {
  .landing-grid { grid-template-columns: 1.55fr .9fr; gap: 48px; }
}

/* ---------- responsive ---------- */
@media (max-width: 920px) {
  .grid-3, .grid-4 { grid-template-columns: repeat(2,1fr); }
  .split { grid-template-columns: 1fr; }
  .stats { grid-template-columns: repeat(2,1fr); gap: 32px; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .hero h1 { font-size: 2.5rem; }
}
@media (max-width: 720px) {
  .nav, .header-phone { display: none; }
  .nav-toggle { display: block; }
  .site-header.open .nav { display: flex; flex-direction: column; align-items: stretch; position: absolute; top: 100%; left: 0; right: 0; background: #fff; border-bottom: 1px solid var(--line); padding: 12px; gap: 4px; }
  .grid-2, .grid-3, .grid-4 { grid-template-columns: 1fr; }
  .cta { padding: 44px 22px; }
  .form-card { padding: 26px 22px; }
  .section { padding: 64px 0; }
  .hero { padding: 96px 18px 104px; }
  .section-head h2 { font-size: 1.9rem; }
  .hero h1 { font-size: 2.15rem; }
  .footer-bottom { justify-content: center; text-align: center; }
}
@media (max-width: 540px) {
  .footer-grid { grid-template-columns: 1fr; gap: 32px; }
  .landing-grid .form-card { position: static; top: auto; }
}
