/* ==========================================================================
   Cleveland Tree Removal Pros — shared stylesheet
   Mobile-first, high-contrast, zero dependencies.
   ========================================================================== */

:root {
  --green-950: #12281b;
  --green-900: #1a3a27;
  --green-800: #235035;
  --green-700: #2e6a45;
  --green-100: #e3efe7;
  --green-50: #f2f8f4;
  --amber-600: #d97706;
  --amber-500: #f59e0b;
  --orange-700: #c2410c;
  --orange-600: #ea580c;
  --ink: #1c1c1c;
  --ink-soft: #444;
  --paper: #ffffff;
  --paper-warm: #faf8f4;
  --line: #dcdcd4;
  --radius: 10px;
  --shadow: 0 2px 10px rgba(18, 40, 27, 0.12);
  --max-width: 72rem;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto,
    "Helvetica Neue", Arial, sans-serif;
  font-size: 1.0625rem;
  line-height: 1.65;
  color: var(--ink);
  background: var(--paper);
  /* room for the sticky mobile call bar */
  padding-bottom: 4.5rem;
}

img, svg {
  max-width: 100%;
  height: auto;
}

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

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

h1, h2, h3 {
  line-height: 1.2;
  color: var(--green-950);
  font-weight: 800;
  margin: 0 0 0.6em;
}

h1 { font-size: clamp(1.75rem, 5vw, 2.75rem); }
h2 { font-size: clamp(1.4rem, 3.5vw, 1.9rem); margin-top: 0; }
h3 { font-size: 1.15rem; }

p { margin: 0 0 1em; }

ul, ol { padding-left: 1.3em; margin: 0 0 1em; }
li { margin-bottom: 0.35em; }

.wrap {
  max-width: var(--max-width);
  margin: 0 auto;
  padding: 0 1.1rem;
}

/* --------------------------------------------------------------------------
   Skip link
   -------------------------------------------------------------------------- */
.skip-link {
  position: absolute;
  left: -9999px;
  top: 0;
  background: var(--green-950);
  color: #fff;
  padding: 0.6rem 1rem;
  z-index: 100;
}

.skip-link:focus {
  left: 0;
  color: #fff;
}

/* --------------------------------------------------------------------------
   Header + nav
   -------------------------------------------------------------------------- */
.site-header {
  background: var(--paper);
  border-bottom: 3px solid var(--green-800);
}

.header-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.75rem;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}

.brand {
  display: flex;
  align-items: center;
  gap: 0.55rem;
  text-decoration: none;
  color: var(--green-950);
  font-weight: 800;
  font-size: 1.05rem;
  line-height: 1.15;
}

.brand svg {
  flex: 0 0 auto;
  width: 2.1rem;
  height: 2.1rem;
}

.header-call {
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
  background: var(--orange-600);
  color: #fff !important;
  text-decoration: none;
  font-weight: 800;
  padding: 0.7rem 1rem;
  border-radius: var(--radius);
  white-space: nowrap;
  box-shadow: var(--shadow);
  min-height: 44px;
}

.header-call:hover, .header-call:focus {
  background: var(--orange-700);
}

.header-call svg { width: 1.1rem; height: 1.1rem; }

.header-call .call-label {
  display: none;
}

.site-nav {
  background: var(--green-950);
}

.site-nav ul {
  list-style: none;
  margin: 0;
  padding: 0.25rem 0;
  display: flex;
  flex-wrap: wrap;
  gap: 0.1rem 0.25rem;
}

.site-nav a {
  display: inline-block;
  color: #e8f2ec;
  text-decoration: none;
  font-weight: 600;
  font-size: 0.92rem;
  padding: 0.55rem 0.65rem;
  border-radius: 6px;
  min-height: 44px;
}

.site-nav a:hover,
.site-nav a:focus,
.site-nav a[aria-current="page"] {
  background: var(--green-800);
  color: #fff;
}

/* --------------------------------------------------------------------------
   Hero — dual conversion
   -------------------------------------------------------------------------- */
.hero {
  background: linear-gradient(160deg, var(--green-950) 0%, var(--green-800) 100%);
  color: #eef5f0;
  padding: 2.25rem 0 2.5rem;
}

.hero h1 {
  color: #fff;
}

.hero .hero-sub {
  font-size: 1.15rem;
  max-width: 38rem;
  color: #d9e8de;
}

.hero-grid {
  display: grid;
  gap: 1.5rem;
}

.hero-points {
  list-style: none;
  padding: 0;
  margin: 1rem 0 1.25rem;
}

.hero-points li {
  display: flex;
  align-items: flex-start;
  gap: 0.5rem;
  margin-bottom: 0.5rem;
  font-weight: 600;
}

.hero-points svg {
  width: 1.25rem;
  height: 1.25rem;
  flex: 0 0 auto;
  margin-top: 0.2rem;
}

.btn-call {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.6rem;
  background: var(--orange-600);
  color: #fff !important;
  text-decoration: none;
  font-size: 1.35rem;
  font-weight: 800;
  padding: 1rem 1.4rem;
  border-radius: var(--radius);
  box-shadow: 0 4px 14px rgba(0, 0, 0, 0.3);
  min-height: 56px;
}

.btn-call:hover, .btn-call:focus {
  background: var(--orange-700);
}

.btn-call svg { width: 1.4rem; height: 1.4rem; }

.btn-call small {
  display: block;
  font-size: 0.75rem;
  font-weight: 600;
  opacity: 0.9;
}

.call-note {
  text-align: center;
  font-size: 0.85rem;
  color: #c9dccf;
  margin-top: 0.5rem;
}

/* Quote form card */
.quote-card {
  background: var(--paper);
  color: var(--ink);
  border-radius: var(--radius);
  padding: 1.25rem;
  box-shadow: 0 6px 24px rgba(0, 0, 0, 0.25);
}

.quote-card h2 {
  font-size: 1.25rem;
  margin-bottom: 0.25rem;
}

.quote-card .form-sub {
  font-size: 0.9rem;
  color: var(--ink-soft);
  margin-bottom: 0.9rem;
}

.quote-card label {
  display: block;
  font-weight: 700;
  font-size: 0.9rem;
  margin-bottom: 0.25rem;
}

.quote-card input,
.quote-card select {
  width: 100%;
  font: inherit;
  padding: 0.7rem 0.75rem;
  margin-bottom: 0.85rem;
  border: 2px solid var(--line);
  border-radius: 8px;
  background: #fff;
  color: var(--ink);
  min-height: 48px;
}

.quote-card input:focus,
.quote-card select:focus {
  outline: 3px solid var(--amber-500);
  outline-offset: 1px;
  border-color: var(--green-700);
}

.btn-submit {
  width: 100%;
  font: inherit;
  font-size: 1.1rem;
  font-weight: 800;
  color: #fff;
  background: var(--green-700);
  border: 0;
  border-radius: var(--radius);
  padding: 0.9rem 1rem;
  cursor: pointer;
  min-height: 52px;
}

.btn-submit:hover, .btn-submit:focus {
  background: var(--green-900);
}

.form-privacy {
  font-size: 0.78rem;
  color: var(--ink-soft);
  margin: 0.6rem 0 0;
  text-align: center;
}

/* --------------------------------------------------------------------------
   Trust strip
   -------------------------------------------------------------------------- */
.trust-strip {
  background: var(--green-100);
  border-bottom: 1px solid var(--line);
}

.trust-strip ul {
  list-style: none;
  margin: 0;
  padding: 0.9rem 0;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0.6rem 1rem;
}

.trust-strip li {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  font-weight: 700;
  font-size: 0.92rem;
  color: var(--green-950);
  margin: 0;
}

.trust-strip svg {
  width: 1.35rem;
  height: 1.35rem;
  flex: 0 0 auto;
}

/* --------------------------------------------------------------------------
   Sections
   -------------------------------------------------------------------------- */
.section {
  padding: 2.5rem 0;
}

.section-alt {
  background: var(--paper-warm);
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.section-intro {
  max-width: 46rem;
}

.lead {
  font-size: 1.15rem;
}

/* Service cards */
.card-grid {
  display: grid;
  gap: 1rem;
  margin-top: 1.25rem;
}

.card {
  display: flex;
  flex-direction: column;
  background: var(--paper);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: 1.25rem;
  box-shadow: var(--shadow);
}

.card svg.card-icon {
  width: 2.4rem;
  height: 2.4rem;
  margin-bottom: 0.6rem;
}

.card h3 {
  margin-bottom: 0.4rem;
}

.card h3 a {
  color: var(--green-950);
  text-decoration: none;
}

.card h3 a:hover, .card h3 a:focus {
  text-decoration: underline;
  color: var(--green-700);
}

.card p {
  flex: 1;
  font-size: 0.95rem;
  margin-bottom: 0.75rem;
}

.card .card-link {
  font-weight: 700;
  text-decoration: none;
}

.card .card-link:hover, .card .card-link:focus {
  text-decoration: underline;
}

/* Cost table */
.cost-table {
  width: 100%;
  border-collapse: collapse;
  margin: 1.25rem 0;
  font-size: 0.95rem;
  background: var(--paper);
  box-shadow: var(--shadow);
  border-radius: var(--radius);
  overflow: hidden;
}

.cost-table caption {
  caption-side: bottom;
  font-size: 0.8rem;
  color: var(--ink-soft);
  padding: 0.5rem;
  text-align: left;
}

.cost-table th,
.cost-table td {
  text-align: left;
  padding: 0.7rem 0.8rem;
  border-bottom: 1px solid var(--line);
}

.cost-table thead th {
  background: var(--green-950);
  color: #fff;
  font-size: 0.85rem;
  text-transform: uppercase;
  letter-spacing: 0.03em;
}

.cost-table tbody tr:nth-child(even) {
  background: var(--green-50);
}

.table-scroll {
  overflow-x: auto;
}

/* FAQ */
.faq-item {
  background: var(--paper);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  margin-bottom: 0.75rem;
  box-shadow: var(--shadow);
}

.faq-item summary {
  font-weight: 800;
  font-size: 1.02rem;
  color: var(--green-950);
  padding: 1rem 1.1rem;
  cursor: pointer;
  list-style-position: inside;
}

.faq-item summary:hover {
  color: var(--green-700);
}

.faq-item .faq-body {
  padding: 0 1.1rem 1rem;
}

/* Content pages (service spokes) */
.page-hero {
  background: linear-gradient(160deg, var(--green-950) 0%, var(--green-800) 100%);
  color: #eef5f0;
  padding: 2rem 0;
}

.page-hero h1 { color: #fff; margin-bottom: 0.35rem; }

.page-hero .hero-sub {
  color: #d9e8de;
  font-size: 1.1rem;
  max-width: 42rem;
  margin-bottom: 1.25rem;
}

.page-hero .btn-call {
  max-width: 26rem;
}

.content-cols {
  display: grid;
  gap: 2rem;
}

.content-main h2 { margin-top: 1.75rem; }
.content-main h2:first-child { margin-top: 0; }
.content-main h3 { margin-top: 1.25rem; }

/* CTA band */
.cta-band {
  background: var(--green-950);
  color: #e8f2ec;
  text-align: center;
  padding: 2.25rem 0;
}

.cta-band h2 { color: #fff; }

.cta-band .btn-call {
  max-width: 24rem;
  margin: 1rem auto 0;
}

.cta-band p { max-width: 38rem; margin-left: auto; margin-right: auto; }

/* Callout boxes */
.callout {
  background: var(--green-50);
  border-left: 5px solid var(--green-700);
  border-radius: 0 var(--radius) var(--radius) 0;
  padding: 1rem 1.1rem;
  margin: 1.25rem 0;
}

.callout-warn {
  background: #fdf3e7;
  border-left-color: var(--amber-600);
}

.callout p:last-child { margin-bottom: 0; }

/* Sidebar (service pages) */
.sidebar .sidebar-box {
  background: var(--paper);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: 1.1rem;
  box-shadow: var(--shadow);
  margin-bottom: 1.25rem;
}

.sidebar h2 {
  font-size: 1.1rem;
}

.sidebar ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.sidebar li {
  margin: 0;
  border-bottom: 1px solid var(--line);
}

.sidebar li:last-child { border-bottom: 0; }

.sidebar li a {
  display: block;
  padding: 0.6rem 0.2rem;
  text-decoration: none;
  font-weight: 600;
}

.sidebar .sidebar-call {
  background: var(--green-950);
  color: #e8f2ec;
  text-align: center;
}

.sidebar .sidebar-call h2 { color: #fff; }

.sidebar .sidebar-call .btn-call {
  font-size: 1.15rem;
  margin-top: 0.5rem;
}

/* Area sections */
.area-block h3 {
  margin-top: 1.5rem;
}

/* --------------------------------------------------------------------------
   Footer — NAP-free by design (no street address)
   -------------------------------------------------------------------------- */
.site-footer {
  background: var(--green-950);
  color: #c9dccf;
  padding: 2.25rem 0 1.5rem;
  font-size: 0.92rem;
}

.footer-grid {
  display: grid;
  gap: 1.5rem;
  margin-bottom: 1.5rem;
}

.site-footer h2 {
  color: #fff;
  font-size: 1rem;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  margin-bottom: 0.6rem;
}

.site-footer ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.site-footer li { margin-bottom: 0.4rem; }

.site-footer a {
  color: #e8f2ec;
  text-decoration: none;
}

.site-footer a:hover, .site-footer a:focus {
  text-decoration: underline;
  color: #fff;
}

.footer-call {
  font-size: 1.3rem;
  font-weight: 800;
  color: #fff !important;
}

.footer-bottom {
  border-top: 1px solid var(--green-800);
  padding-top: 1rem;
  font-size: 0.82rem;
  color: #9dbba7;
}

/* --------------------------------------------------------------------------
   Sticky mobile call bar
   -------------------------------------------------------------------------- */
.mobile-cta {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  display: flex;
  z-index: 50;
  box-shadow: 0 -3px 12px rgba(0, 0, 0, 0.25);
}

.mobile-cta a {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.45rem;
  text-decoration: none;
  font-weight: 800;
  font-size: 1.05rem;
  padding: 0.95rem 0.5rem;
  min-height: 56px;
}

.mobile-cta .mc-call {
  background: var(--orange-600);
  color: #fff;
}

.mobile-cta .mc-quote {
  background: var(--green-800);
  color: #fff;
}

.mobile-cta svg { width: 1.2rem; height: 1.2rem; }

/* --------------------------------------------------------------------------
   Larger screens
   -------------------------------------------------------------------------- */
@media (min-width: 640px) {
  .trust-strip ul {
    grid-template-columns: repeat(4, auto);
    justify-content: space-between;
  }

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

  .header-call .call-label { display: inline; }

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

@media (min-width: 900px) {
  body { padding-bottom: 0; }

  .mobile-cta { display: none; }

  .hero { padding: 3.5rem 0 4rem; }

  .hero-grid {
    grid-template-columns: 1.2fr 0.8fr;
    align-items: start;
    gap: 2.5rem;
  }

  .btn-call { max-width: 26rem; justify-content: flex-start; }

  .hero .call-note { text-align: left; }

  .card-grid { grid-template-columns: repeat(3, 1fr); }

  .content-cols { grid-template-columns: 2fr 1fr; }

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

@media (min-width: 1100px) {
  .site-nav a { font-size: 0.95rem; padding: 0.65rem 0.7rem; }
}

/* Print: keep it readable */
@media print {
  .mobile-cta, .site-nav { display: none; }
}

.form-success{background:var(--panel,#eef4ef);border-left:4px solid #2e6a45;padding:1.1rem 1.2rem;font-weight:600;border-radius:6px}

/* Mobile nav: collapsed behind a CSS-only Menu toggle */
.nav-toggle-box { position: absolute; opacity: 0; pointer-events: none; }
.nav-toggle { display: none; }
@media (max-width: 899px) {
  .nav-toggle {
    display: inline-flex; align-items: center; gap: 0.35rem;
    font-weight: 700; font-size: 0.95rem; color: var(--green-950);
    border: 2px solid var(--green-800); border-radius: 8px;
    padding: 0.45rem 0.7rem; cursor: pointer; user-select: none;
    margin-left: auto; margin-right: 0.6rem;
  }
  .site-nav { display: none; }
  .nav-toggle-box:checked ~ .site-nav { display: block; }
  .nav-toggle-box:checked ~ .header-wrap .nav-toggle,
  .nav-toggle-box:checked ~ div .nav-toggle { background: var(--green-800); color: #fff; }
}

.btn-sms{background:#fff;color:var(--green-800);border:2px solid var(--green-800);margin-bottom:.6rem}
.btn-sms:hover{background:#eef4ef}
