/* ============================================================
   SHRUB — Garden Clearance Landing Page
   garden-clearance.html
   Palette: Green #1F9C40 · Dark text #1E1E1E
            Light bg #F7F8F5 · White cards #FFFFFF
            Border #E4E7E0
   Font: Inter
   ============================================================ */

:root {
  --gc-green:       #1F9C40;
  --gc-green-dark:  #178534;
  --gc-text:        #1E1E1E;
  --gc-text-muted:  #555a52;
  --gc-text-faint:  #84897f;
  --gc-bg:          #F7F8F5;
  --gc-white:       #FFFFFF;
  --gc-border:      #E4E7E0;
  --gc-radius:      14px;
  --gc-radius-sm:   8px;
  --gc-shadow:      0 4px 18px rgba(30,30,30,0.06);
  --gc-shadow-lg:   0 12px 36px rgba(30,30,30,0.1);
  --gc-max:         1140px;
}

* , *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html.gc { scroll-behavior: smooth; -webkit-text-size-adjust: 100%; }
body.gc {
  font-family: 'Inter', system-ui, sans-serif;
  font-size: 16px;
  line-height: 1.65;
  color: var(--gc-text);
  background: var(--gc-bg);
  overflow-x: hidden;
}
.gc img { max-width: 100%; display: block; }
.gc a { color: inherit; text-decoration: none; }
.gc ul { list-style: none; }
.gc button { font-family: inherit; cursor: pointer; border: none; background: none; }
.gc h1, .gc h2, .gc h3, .gc h4 { line-height: 1.2; letter-spacing: -0.01em; color: var(--gc-text); }

.gc-container { max-width: var(--gc-max); margin: 0 auto; padding: 0 24px; }

/* ── Buttons ───────────────────────────────────────────────── */
.gc-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 16px 30px;
  border-radius: 100px;
  font-size: 1rem;
  font-weight: 600;
  white-space: nowrap;
  transition: background 0.18s, box-shadow 0.18s, transform 0.18s, border-color 0.18s, color 0.18s;
  cursor: pointer;
}
.gc-btn svg { width: 16px; height: 16px; flex-shrink: 0; }
a.gc-btn-primary {
  background: var(--gc-green);
  color: #fff;
  border: 2px solid var(--gc-green);
  box-shadow: 0 6px 20px rgba(31,156,64,0.28);
}
.gc-btn-primary:hover { background: var(--gc-green-dark); border-color: var(--gc-green-dark); transform: translateY(-1px); }
a.gc-btn-secondary {
  background: #fff;
  color: var(--gc-green);
  border: 2px solid var(--gc-green);
}
.gc-btn-secondary:hover { background: #f0faf2; transform: translateY(-1px); }
.gc-btn-block { width: 100%; }

.gc-contact-links {
  display: flex; flex-wrap: wrap; align-items: center; justify-content: center; gap: 6px 10px;
  font-size: 0.82rem; color: var(--gc-text-faint); margin-top: 20px; text-align: center;
}
.gc-contact-links a {
  display: inline-flex; align-items: center; gap: 6px;
  color: var(--gc-text-muted); text-decoration: none; font-weight: 500;
  transition: color 0.15s;
}
.gc-contact-links a svg { width: 14px; height: 14px; flex-shrink: 0; color: var(--gc-green); }
.gc-contact-links a:hover { color: var(--gc-green); }
.gc-contact-links-sep { color: var(--gc-border); }

.gc-contact-links-dark { color: rgba(255,255,255,0.45); margin-top: -8px; margin-bottom: 28px; }
.gc-contact-links-dark a { color: rgba(255,255,255,0.75); }
.gc-contact-links-dark a svg { color: var(--gc-green); }
.gc-contact-links-dark a:hover { color: #fff; }
.gc-contact-links-dark .gc-contact-links-sep { color: rgba(255,255,255,0.25); }

/* ── Header ────────────────────────────────────────────────── */
.gc-header {
  position: sticky;
  top: 0;
  z-index: 50;
  background: rgba(247,248,245,0.92);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  border-bottom: 1px solid var(--gc-border);
  height: 68px;
  display: flex;
  align-items: center;
}
.gc-header-inner {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.gc-logo { display: inline-flex; align-items: center; }
.gc-logo-img { height: 34px; width: auto; }
.gc-header .gc-btn { padding: 10px 20px; font-size: 0.85rem; }

/* ── Hero ──────────────────────────────────────────────────── */
.gc-hero { padding: 56px 0 48px; }
.gc-hero-grid { display: grid; grid-template-columns: 1.05fr 0.95fr; gap: 48px; align-items: center; }
.gc-hero-eyebrow {
  display: inline-flex; align-items: center; gap: 8px;
  font-size: 0.78rem; font-weight: 600; color: var(--gc-green);
  text-transform: uppercase; letter-spacing: 0.06em;
  margin-bottom: 18px;
}
.gc-hero h1 { font-size: clamp(2.2rem, 4vw, 3.1rem); font-weight: 800; margin-bottom: 18px; }
.gc-hero-sub { font-size: 1.1rem; color: var(--gc-text-muted); line-height: 1.65; margin-bottom: 12px; max-width: 520px; }
.gc-hero-support { font-size: 0.95rem; color: var(--gc-text-faint); margin-bottom: 28px; }
.gc-hero-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-bottom: 32px; }
.gc-hero-badges { display: flex; flex-wrap: wrap; gap: 10px; }
.gc-badge {
  display: inline-flex; align-items: center; gap: 7px;
  background: #fff; border: 1px solid var(--gc-border);
  border-radius: 100px; padding: 8px 14px;
  font-size: 0.82rem; font-weight: 500; color: var(--gc-text-muted);
}
.gc-badge svg { width: 14px; height: 14px; color: var(--gc-green); flex-shrink: 0; }

.gc-hero-image .gc-placeholder { aspect-ratio: 4/3.2; border-radius: var(--gc-radius); }
.gc-hero-photo {
  width: 100%; height: 100%; object-fit: cover;
  border-radius: var(--gc-radius); box-shadow: var(--gc-shadow-lg);
}

.gc-placeholder {
  width: 100%; height: 100%; min-height: 220px;
  background: linear-gradient(150deg, #e8efe6 0%, #cfe6d4 100%);
  border: 1.5px dashed #b9d2bd;
  border-radius: var(--gc-radius-sm);
  display: flex; flex-direction: column; align-items: center; justify-content: center;
  gap: 8px; padding: 24px; text-align: center;
}
.gc-placeholder svg { width: 30px; height: 30px; color: var(--gc-green); opacity: 0.55; }
.gc-placeholder span { font-size: 0.78rem; color: #5d7361; font-style: italic; max-width: 220px; line-height: 1.5; }

/* ── Section heading shared ───────────────────────────────── */
.gc-section { padding: 64px 0; }
.gc-section-head { max-width: 640px; margin-bottom: 40px; }
.gc-eyebrow {
  display: inline-block; font-size: 0.78rem; font-weight: 600; color: var(--gc-green);
  text-transform: uppercase; letter-spacing: 0.06em; margin-bottom: 12px;
}
.gc-section-head h2 { font-size: clamp(1.7rem, 3vw, 2.3rem); font-weight: 800; margin-bottom: 12px; }
.gc-section-head p { font-size: 1rem; color: var(--gc-text-muted); line-height: 1.7; }
.gc-section-head.center { margin-left: auto; margin-right: auto; text-align: center; }

/* ── Problem ───────────────────────────────────────────────── */
.gc-problem { background: var(--gc-white); }
.gc-problem-cards { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.gc-problem-card {
  background: var(--gc-bg); border: 1px solid var(--gc-border);
  border-radius: var(--gc-radius); padding: 28px 24px;
}
.gc-problem-card .gc-icon-circle { margin-bottom: 16px; }
.gc-problem-card h3 { font-size: 1.05rem; font-weight: 700; margin-bottom: 8px; }
.gc-problem-card p { font-size: 0.9rem; color: var(--gc-text-muted); line-height: 1.6; }

.gc-icon-circle {
  width: 44px; height: 44px; border-radius: 50%;
  background: rgba(31,156,64,0.1);
  display: flex; align-items: center; justify-content: center;
}
.gc-icon-circle svg { width: 20px; height: 20px; color: var(--gc-green); }

/* ── What's included ───────────────────────────────────────── */
.gc-includes { background: var(--gc-bg); }
.gc-includes-grid {
  display: grid; grid-template-columns: repeat(4, 1fr); gap: 14px; margin-bottom: 28px;
}
.gc-include-item {
  background: #fff; border: 1px solid var(--gc-border); border-radius: var(--gc-radius-sm);
  padding: 20px 16px; display: flex; flex-direction: column; align-items: flex-start; gap: 12px;
}
.gc-include-item span { font-size: 0.88rem; font-weight: 600; line-height: 1.4; }
.gc-includes-note {
  font-size: 0.85rem; color: var(--gc-text-faint); line-height: 1.65;
  background: #fff; border: 1px solid var(--gc-border); border-radius: var(--gc-radius-sm);
  padding: 16px 20px;
}

/* ── Pricing ───────────────────────────────────────────────── */
.gc-pricing { background: var(--gc-white); }
.gc-pricing-cards { display: grid; grid-template-columns: repeat(2, 1fr); gap: 24px; margin-bottom: 28px; }
.gc-price-card {
  background: var(--gc-bg); border: 1px solid var(--gc-border); border-radius: var(--gc-radius);
  padding: 36px 32px; position: relative; display: flex; flex-direction: column;
}
.gc-price-card.featured {
  background: #fff; border: 2px solid var(--gc-green); box-shadow: var(--gc-shadow-lg);
}
.gc-price-badge {
  position: absolute; top: -13px; left: 32px;
  background: var(--gc-green); color: #fff; font-size: 0.7rem; font-weight: 700;
  text-transform: uppercase; letter-spacing: 0.06em; padding: 5px 14px; border-radius: 100px;
}
.gc-price-card h3 { font-size: 1.3rem; font-weight: 800; margin-bottom: 6px; }
.gc-price-amount { font-size: 2.4rem; font-weight: 800; margin-bottom: 4px; }
.gc-price-amount sup { font-size: 1rem; font-weight: 600; color: var(--gc-text-faint); margin-left: 4px; }
.gc-price-team { font-size: 0.85rem; color: var(--gc-text-faint); margin-bottom: 20px; }
.gc-price-list { display: flex; flex-direction: column; gap: 10px; margin-bottom: 24px; flex: 1; }
.gc-price-list li { display: flex; align-items: flex-start; gap: 10px; font-size: 0.9rem; color: var(--gc-text-muted); line-height: 1.5; }
.gc-price-list svg { width: 16px; height: 16px; color: var(--gc-green); flex-shrink: 0; margin-top: 2px; }
.gc-price-best { font-size: 0.82rem; color: var(--gc-text-faint); margin-bottom: 20px; }
.gc-photos-note { font-size: 0.85rem; color: var(--gc-text-faint); text-align: center; margin-top: 6px; }
.gc-policy-box {
  background: #f0f7f2; border: 1px solid #c8e6d0; border-radius: var(--gc-radius); padding: 20px 24px; margin: 32px 0 0;
}
.gc-policy-box p { font-size: 0.9rem; color: var(--gc-text-muted); line-height: 1.6; margin: 0; }
.gc-policy-title { font-weight: 700; color: var(--gc-text) !important; font-size: 0.95rem !important; margin-bottom: 8px !important; }
.gc-sustainability-text {
  font-size: 0.95rem; color: var(--gc-text-muted); line-height: 1.7; text-align: center;
  max-width: 640px; margin: 28px auto 0;
}
.gc-pricing-help {
  text-align: center;
  background: var(--gc-bg); border: 1px solid var(--gc-border); border-radius: var(--gc-radius-sm);
  padding: 22px 24px;
}
.gc-pricing-help-title { font-size: 0.98rem; font-weight: 700; color: var(--gc-text); margin-bottom: 4px; }
.gc-pricing-help p:not(.gc-pricing-help-title) { font-size: 0.9rem; color: var(--gc-text-muted); }

/* ── How it works ──────────────────────────────────────────── */
.gc-how { background: var(--gc-bg); }
.gc-how-steps { display: grid; grid-template-columns: repeat(5, 1fr); gap: 16px; }
.gc-how-step { background: #fff; border: 1px solid var(--gc-border); border-radius: var(--gc-radius-sm); padding: 22px 18px; }
.gc-how-num {
  width: 32px; height: 32px; border-radius: 50%; background: var(--gc-green); color: #fff;
  display: flex; align-items: center; justify-content: center; font-weight: 700; font-size: 0.9rem;
  margin-bottom: 14px;
}
.gc-how-step p { font-size: 0.88rem; color: var(--gc-text-muted); line-height: 1.55; font-weight: 500; }

/* ── Gallery ───────────────────────────────────────────────── */
.gc-gallery { background: var(--gc-white); }
.gc-gallery-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; align-items: start; }
.gc-gallery-card { background: var(--gc-bg); border: 1px solid var(--gc-border); border-radius: var(--gc-radius); padding: 16px; }
.gc-gallery-imgs { display: grid; grid-template-columns: 1fr; gap: 8px; margin-bottom: 14px; }
.gc-gallery-imgs .gc-placeholder { aspect-ratio: 1/1; min-height: 0; padding: 10px; }
.gc-gallery-imgs .gc-placeholder svg { width: 20px; height: 20px; }
.gc-gallery-imgs .gc-placeholder span { font-size: 0.65rem; }
.gc-gallery-label { font-size: 0.85rem; font-weight: 600; color: var(--gc-text-muted); }
.gc-gallery-photo {
  width: 100%; aspect-ratio: 3/2; object-fit: cover;
  border-radius: var(--gc-radius-sm); margin-bottom: 14px;
}
.gc-gallery-photo-half {
  width: 100%; aspect-ratio: 3/2; object-fit: cover;
  border-radius: var(--gc-radius-sm);
}

/* ── Trust ─────────────────────────────────────────────────── */
.gc-trust { background: var(--gc-bg); }
.gc-trust-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; margin-bottom: 40px; }
.gc-trust-item {
  background: #fff; border: 1px solid var(--gc-border); border-radius: var(--gc-radius-sm);
  padding: 22px; display: flex; align-items: center; gap: 14px;
}
.gc-trust-item span { font-size: 0.92rem; font-weight: 600; }
.gc-team-photo-wrap { margin: 40px 0 32px; }
.gc-team-photo { width: 100%; aspect-ratio: 16/7; object-fit: cover; object-position: center 30%; border-radius: var(--gc-radius); }
.gc-team-caption { text-align: center; font-size: 0.85rem; color: var(--gc-text-faint); margin-top: 12px; }
.gc-how-photo-wrap { margin-top: 40px; }
.gc-how-photo { width: 100%; aspect-ratio: 16/7; object-fit: cover; object-position: center; border-radius: var(--gc-radius); }
.gc-how-caption { text-align: center; font-size: 0.85rem; color: var(--gc-text-faint); margin-top: 12px; }
.gc-reviews-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.gc-review-card {
  background: #fff; border: 1px solid var(--gc-border); border-radius: var(--gc-radius); padding: 26px;
}
.gc-review-stars { color: #f5a623; font-size: 0.85rem; letter-spacing: 2px; margin-bottom: 12px; }
.gc-review-card blockquote { font-size: 0.97rem; line-height: 1.65; color: var(--gc-text); margin-bottom: 14px; }
.gc-review-author { font-size: 0.82rem; color: var(--gc-text-faint); font-weight: 600; }

/* ── Service area ──────────────────────────────────────────── */
.gc-area { background: var(--gc-white); }
.gc-area-inner { max-width: 760px; }
.gc-area p { font-size: 1rem; color: var(--gc-text-muted); line-height: 1.75; margin-bottom: 16px; }
.gc-area-note {
  font-size: 0.88rem; color: var(--gc-text-faint);
  background: var(--gc-bg); border: 1px solid var(--gc-border); border-radius: var(--gc-radius-sm);
  padding: 14px 20px; display: inline-block;
}

/* ── FAQ ───────────────────────────────────────────────────── */
.gc-faq { background: var(--gc-bg); }
.gc-faq-list { max-width: 760px; }
details.gc-faq-item {
  background: #fff; border: 1px solid var(--gc-border); border-radius: var(--gc-radius-sm);
  margin-bottom: 10px; overflow: hidden;
}
details.gc-faq-item summary {
  font-size: 0.98rem; font-weight: 700; color: var(--gc-text);
  cursor: pointer; list-style: none; display: flex; justify-content: space-between; align-items: center;
  gap: 16px; padding: 18px 22px; user-select: none;
}
details.gc-faq-item summary::-webkit-details-marker { display: none; }
.gc-faq-icon {
  width: 22px; height: 22px; border-radius: 50%; border: 1px solid var(--gc-border);
  display: flex; align-items: center; justify-content: center; flex-shrink: 0; transition: transform 0.2s, background 0.15s, border-color 0.15s;
}
.gc-faq-icon svg { width: 11px; height: 11px; color: var(--gc-text-faint); }
details.gc-faq-item[open] .gc-faq-icon { background: var(--gc-green); border-color: var(--gc-green); transform: rotate(45deg); }
details.gc-faq-item[open] .gc-faq-icon svg { color: #fff; }
.gc-faq-answer { font-size: 0.9rem; color: var(--gc-text-muted); line-height: 1.7; padding: 0 22px 20px; }

/* ── Final CTA ─────────────────────────────────────────────── */
.gc-final { background: var(--gc-text); text-align: center; }
.gc-final h2 { color: #fff; font-size: clamp(1.8rem, 3.2vw, 2.4rem); margin-bottom: 14px; }
.gc-final p { color: rgba(255,255,255,0.65); font-size: 1rem; margin-bottom: 32px; }
.gc-final-actions { display: flex; justify-content: center; gap: 14px; flex-wrap: wrap; margin-bottom: 24px; }
.gc-final-note { color: rgba(255,255,255,0.45); font-size: 0.85rem; }

/* ── Footer ────────────────────────────────────────────────── */
.gc-footer {
  background: var(--gc-text); border-top: 1px solid rgba(255,255,255,0.1);
  padding: 32px 0 96px; display: flex; align-items: center; justify-content: space-between; flex-wrap: wrap; gap: 14px;
}
.gc-footer-logo { display: inline-flex; align-items: center; }
.gc-footer-logo-img { height: 28px; width: auto; background: #fff; border-radius: 6px; padding: 3px 8px; }
.gc-footer-links { display: flex; gap: 18px; flex-wrap: wrap; }
.gc-footer-links a { font-size: 0.85rem; color: rgba(255,255,255,0.5); transition: color 0.15s; }
.gc-footer-links a:hover { color: #fff; }

/* ── Sticky mobile CTA ─────────────────────────────────────── */
.gc-sticky {
  display: none; position: fixed; bottom: 0; left: 0; right: 0; z-index: 60;
  background: #fff; border-top: 1px solid var(--gc-border); padding: 12px 16px;
  box-shadow: 0 -6px 24px rgba(0,0,0,0.08);
}
.gc-sticky .gc-btn { width: 100%; padding: 15px; font-size: 0.95rem; }

/* ── Responsive ────────────────────────────────────────────── */
@media (max-width: 980px) {
  .gc-hero-grid { grid-template-columns: 1fr; }
  .gc-hero-image { order: -1; }
  .gc-problem-cards { grid-template-columns: 1fr; }
  .gc-includes-grid { grid-template-columns: repeat(2, 1fr); }
  .gc-pricing-cards { grid-template-columns: 1fr; max-width: 460px; margin-left: auto; margin-right: auto; }
  .gc-how-steps { grid-template-columns: repeat(2, 1fr); }
  .gc-gallery-grid { grid-template-columns: 1fr; }
  .gc-trust-grid { grid-template-columns: 1fr; }
  .gc-reviews-grid { grid-template-columns: 1fr; }
}

@media (max-width: 600px) {
  .gc-section { padding: 48px 0; }
  .gc-hero { padding: 36px 0 36px; }
  .gc-hero-actions { flex-direction: column; }
  .gc-hero-actions .gc-btn { width: 100%; }
  .gc-includes-grid { grid-template-columns: 1fr 1fr; }
  .gc-how-steps { grid-template-columns: 1fr; }
  .gc-final-actions { flex-direction: column; }
  .gc-final-actions .gc-btn { width: 100%; }
  .gc-footer { flex-direction: column; align-items: flex-start; padding-bottom: 100px; }
  .gc-sticky { display: block; }
  .gc-final { padding-bottom: 64px; }
}

@media (prefers-reduced-motion: reduce) {
  .gc * { animation-duration: 0.01ms !important; transition-duration: 0.01ms !important; }
}
