/*
Theme Name: Arkansas Mulching & Land Clearing
Theme URI: https://arkansas-mulching-land-clearing.com
Author: Quick Strike Forge
Author URI: https://quickstrikeforge.com
Description: Custom WordPress theme for Arkansas Mulching & Land Clearing. We provide expert land mulching, land clearing, tree cutting, and stump grinding services designed to transform overgrown, unusable property into clean, manageable land. Whether you’re preparing for n
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: arkansas-mulching-land-clearing
Tags: custom, one-page, business, responsive
*/

:root {
  --primary-color: #2563eb;
  --secondary-color: #2563eb;
  --text-dark: #1a1a2e;
  --text-muted: #6b7280;
  --text-light: #9ca3af;
  --bg-light: #f8fafc;
  --bg-white: #ffffff;
  --border-light: #f0f0f0;
}

* { margin: 0; padding: 0; box-sizing: border-box; }

body {
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif;
  color: var(--text-dark);
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
}

a { text-decoration: none; color: inherit; }
img { max-width: 100%; height: auto; }

.wp-container { max-width: 1200px; margin: 0 auto; }
.wp-container-narrow { max-width: 800px; margin: 0 auto; }
.wp-container-sm { max-width: 700px; margin: 0 auto; }

.wp-section { padding: 80px 40px; }
.wp-section-alt { padding: 80px 40px; background: var(--bg-light); }

.wp-section-label {
  color: var(--primary-color);
  font-weight: 600;
  font-size: 13px;
  text-transform: uppercase;
  letter-spacing: 2px;
  margin-bottom: 12px;
}

.wp-section-title {
  font-size: 36px;
  font-weight: 700;
  color: var(--text-dark);
  margin: 0 0 12px;
}

.wp-section-subtitle {
  font-size: 17px;
  color: var(--text-muted);
  max-width: 600px;
  margin: 0 auto;
  line-height: 1.7;
}

.wp-section-header { text-align: center; margin-bottom: 48px; }

.wp-hero {
  background: linear-gradient(135deg, var(--primary-color) 0%, var(--secondary-color) 100%);
  padding: 100px 40px;
  text-align: center;
  color: white;
  position: relative;
  overflow: hidden;
}

.wp-hero-inner { position: relative; z-index: 2; max-width: 800px; margin: 0 auto; }
.wp-hero-badge { font-size: 13px; font-weight: 600; letter-spacing: 2px; text-transform: uppercase; color: rgba(255,255,255,0.7); margin-bottom: 20px; }
.wp-hero h1 { font-size: 48px; font-weight: 700; line-height: 1.15; margin: 0 0 20px; letter-spacing: -0.02em; }
.wp-hero-sub { font-size: 20px; color: rgba(255,255,255,0.85); max-width: 620px; margin: 0 auto 36px; line-height: 1.7; }

.wp-btn-primary {
  display: inline-block;
  padding: 16px 36px;
  background: white;
  color: var(--primary-color);
  border-radius: 6px;
  font-weight: 600;
  font-size: 16px;
  text-decoration: none;
  margin-right: 12px;
  transition: opacity 0.2s;
}
.wp-btn-primary:hover { opacity: 0.9; }

.wp-btn-outline {
  display: inline-block;
  padding: 16px 36px;
  border: 2px solid rgba(255,255,255,0.5);
  color: white;
  border-radius: 6px;
  font-weight: 600;
  font-size: 16px;
  text-decoration: none;
  transition: border-color 0.2s;
}
.wp-btn-outline:hover { border-color: rgba(255,255,255,0.8); }

.wp-btn-cta {
  display: inline-block;
  padding: 16px 40px;
  background: white;
  color: var(--primary-color);
  border-radius: 6px;
  font-weight: 600;
  font-size: 16px;
  text-decoration: none;
}

.wp-btn-colored {
  display: inline-block;
  padding: 14px 32px;
  background: var(--primary-color);
  color: white;
  border-radius: 6px;
  font-weight: 600;
  font-size: 14px;
  text-decoration: none;
  transition: opacity 0.2s;
}
.wp-btn-colored:hover { opacity: 0.9; }

.wp-trust-strip { padding: 16px 40px; border-bottom: 1px solid var(--border-light); }
.wp-trust-badges { display: flex; flex-wrap: wrap; justify-content: center; gap: 24px; }
.wp-trust-badge-item { font-size: 14px; font-weight: 600; color: var(--text-muted); }

.wp-problem-bullets { list-style: none; padding: 0; margin: 20px 0; }
.wp-problem-bullets li { padding: 8px 0; font-size: 15px; color: #4b5563; }

.wp-guarantee-list li { padding: 10px 0; font-size: 15px; color: #374151; border-bottom: 1px solid var(--border-light); }

.wp-stats-bar { padding: 24px 40px; max-width: 1200px; margin: 0 auto; border-bottom: 1px solid var(--border-light); }
.wp-stats-row { display: flex; flex-wrap: wrap; justify-content: center; gap: 16px; }
.wp-stat-item { flex: 1; min-width: 140px; text-align: center; padding: 16px; }
.wp-stat-number { font-size: 36px; font-weight: 700; color: var(--primary-color); margin: 0 0 4px; }
.wp-stat-label { font-size: 14px; color: var(--text-muted); margin: 0; }

.wp-flex-grid { display: flex; gap: 24px; flex-wrap: wrap; justify-content: center; }
.wp-flex-grid-start { display: flex; gap: 24px; flex-wrap: wrap; }

.wp-card {
  flex: 1;
  min-width: 240px;
  max-width: 280px;
  padding: 32px 24px;
  background: var(--bg-white);
  border: 1px solid var(--border-light);
  border-radius: 8px;
  text-align: center;
}

.wp-card-icon {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background: color-mix(in srgb, var(--primary-color) 7%, transparent);
  margin: 0 auto 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 24px;
  color: var(--primary-color);
}

.wp-card h3 { font-size: 18px; font-weight: 600; color: var(--text-dark); margin: 0 0 10px; }
.wp-card p { color: var(--text-muted); font-size: 15px; line-height: 1.6; margin: 0; }

.wp-service-card {
  flex: 1;
  min-width: 300px;
  padding: 32px;
  background: var(--bg-white);
  border: 1px solid var(--border-light);
  border-radius: 8px;
}
.wp-service-number { font-size: 42px; font-weight: 700; color: color-mix(in srgb, var(--primary-color) 13%, transparent); margin: 0 0 8px; }
.wp-service-card h3 { font-size: 18px; font-weight: 600; color: var(--text-dark); margin: 0 0 8px; }
.wp-service-badge {
  display: inline-block;
  font-size: 12px;
  font-weight: 500;
  padding: 4px 12px;
  border-radius: 20px;
  background: color-mix(in srgb, var(--primary-color) 9%, transparent);
  color: var(--primary-color);
  margin-bottom: 12px;
}
.wp-service-card p { color: var(--text-muted); font-size: 15px; line-height: 1.6; margin: 0; }

.wp-about-grid { display: flex; gap: 48px; flex-wrap: wrap; }
.wp-about-main { flex: 3; min-width: 300px; }
.wp-about-side { flex: 2; min-width: 280px; }
.wp-about-story p { color: #4b5563; font-size: 16px; line-height: 1.8; margin-bottom: 16px; }
.wp-about-support { color: #374151; font-weight: 500; margin-top: 16px; padding: 16px; background: var(--bg-light); border-left: 3px solid var(--primary-color); border-radius: 0 6px 6px 0; }
.wp-about-box { padding: 20px; background: var(--bg-light); border-radius: 8px; margin-bottom: 16px; }
.wp-about-box h4 { font-size: 15px; font-weight: 600; color: var(--text-dark); margin: 0 0 6px; }
.wp-about-box p { color: var(--text-muted); font-size: 14px; line-height: 1.6; margin: 0; }

.wp-highlight-stats { display: flex; flex-wrap: wrap; gap: 12px; }
.wp-highlight-stat {
  flex: 1;
  min-width: 120px;
  text-align: center;
  padding: 20px;
  border-radius: 8px;
}
.wp-highlight-stat-primary { background: var(--primary-color); }
.wp-highlight-stat-primary .wp-stat-number { color: white; font-size: 28px; }
.wp-highlight-stat-primary .wp-stat-label { color: rgba(255,255,255,0.8); font-size: 13px; }
.wp-highlight-stat-secondary { background: var(--bg-light); border: 1px solid var(--border-light); }
.wp-highlight-stat-secondary .wp-stat-number { color: var(--primary-color); font-size: 28px; }
.wp-highlight-stat-secondary .wp-stat-label { color: var(--text-muted); font-size: 13px; }

.wp-wcu-grid { display: flex; gap: 48px; flex-wrap: wrap; }
.wp-wcu-left { flex: 1; min-width: 300px; }
.wp-wcu-right { flex: 1; min-width: 300px; }
.wp-skill-bar { margin-bottom: 16px; }
.wp-skill-header { display: flex; justify-content: space-between; margin-bottom: 6px; }
.wp-skill-name { font-size: 14px; font-weight: 500; color: var(--text-dark); }
.wp-skill-pct { font-size: 14px; color: var(--text-muted); }
.wp-skill-track { background: #e5e7eb; border-radius: 4px; height: 8px; overflow: hidden; }
.wp-skill-fill { background: var(--primary-color); height: 100%; border-radius: 4px; }

.wp-highlight-item { padding: 20px; background: var(--bg-light); border-radius: 8px; margin-bottom: 12px; }
.wp-highlight-item h4 { font-size: 16px; font-weight: 600; color: var(--text-dark); margin: 0 0 6px; }
.wp-highlight-item p { color: var(--text-muted); font-size: 14px; line-height: 1.6; margin: 0; }

.wp-process-step { flex: 1; min-width: 220px; text-align: center; padding: 24px; }
.wp-process-num { font-size: 48px; font-weight: 700; color: color-mix(in srgb, var(--primary-color) 13%, transparent); margin: 0 0 12px; }
.wp-process-step h4 { font-size: 16px; font-weight: 600; color: var(--text-dark); margin: 0 0 8px; }
.wp-process-step p { color: var(--text-muted); font-size: 14px; line-height: 1.6; margin: 0; }

.wp-review-card {
  flex: 1;
  min-width: 300px;
  padding: 28px;
  background: var(--bg-white);
  border: 1px solid var(--border-light);
  border-radius: 8px;
}
.wp-review-stars { margin-bottom: 12px; color: #f59e0b; font-size: 16px; }
.wp-review-text { font-style: italic; color: #374151; line-height: 1.7; margin: 0 0 16px; }
.wp-review-author { display: flex; align-items: center; gap: 12px; padding-top: 16px; border-top: 1px solid #f5f5f5; }
.wp-review-avatar {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: var(--primary-color);
  color: white;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 600;
  font-size: 14px;
}
.wp-review-name { font-weight: 600; font-size: 14px; color: var(--text-dark); margin: 0; }
.wp-review-source { font-size: 12px; color: var(--text-light); margin: 0; }

.wp-blog-grid { display: flex; gap: 24px; flex-wrap: wrap; justify-content: center; }
.wp-blog-card {
  flex: 1;
  min-width: 280px;
  max-width: 360px;
  background: var(--bg-white);
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 2px 20px rgba(0,0,0,0.06);
}
.wp-blog-thumb {
  height: 180px;
  background: linear-gradient(135deg, color-mix(in srgb, var(--primary-color) 9%, transparent), color-mix(in srgb, var(--secondary-color) 15%, transparent));
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 40px;
  opacity: 0.3;
}
.wp-blog-body { padding: 24px; }
.wp-blog-category { color: var(--primary-color); font-size: 12px; font-weight: 600; text-transform: uppercase; letter-spacing: 1px; margin: 0 0 8px; }
.wp-blog-card h3 { font-size: 18px; font-weight: 700; color: var(--text-dark); margin: 0 0 12px; }
.wp-blog-card p { color: #4a5568; font-size: 14px; line-height: 1.6; margin: 0; }

.wp-faq-item {
  padding: 20px 24px;
  background: var(--bg-white);
  border: 1px solid var(--border-light);
  border-radius: 8px;
  margin-bottom: 12px;
}
.wp-faq-item h4 { font-size: 16px; font-weight: 600; color: var(--text-dark); margin: 0 0 8px; }
.wp-faq-item p { color: var(--text-muted); font-size: 15px; line-height: 1.7; margin: 0; }

.wp-cta {
  padding: 80px 40px;
  background: linear-gradient(135deg, var(--primary-color) 0%, var(--secondary-color) 100%);
  text-align: center;
  color: white;
}
.wp-cta h2 { font-size: 36px; font-weight: 700; margin: 0 0 16px; }
.wp-cta-sub { font-size: 18px; color: rgba(255,255,255,0.85); margin: 0 0 32px; line-height: 1.7; }
.wp-cta-secondary { font-size: 14px; color: rgba(255,255,255,0.6); margin-top: 16px; }

.wp-contact { padding: 80px 40px; }
.wp-contact-inner { max-width: 800px; margin: 0 auto; text-align: center; }
.wp-contact-info { color: #374151; font-size: 16px; }
.wp-contact-info a { color: var(--primary-color); text-decoration: none; }
.wp-contact-response { font-size: 14px; color: var(--text-light); margin-top: 12px; }

.wp-footer {
  padding: 48px 40px;
  background: #1f2937;
  color: white;
  text-align: center;
}
.wp-footer-brand { font-size: 20px; font-weight: 600; margin: 0 0 8px; }
.wp-footer-tagline { color: rgba(255,255,255,0.5); font-size: 14px; margin: 0 0 16px; }
.wp-footer-copy { color: rgba(255,255,255,0.3); font-size: 12px; margin: 0; }

.wp-google-review { text-align: center; margin-top: 40px; }

@media (max-width: 768px) {
  .wp-hero h1 { font-size: 32px; }
  .wp-hero { padding: 60px 20px; }
  .wp-section, .wp-section-alt { padding: 48px 20px; }
  .wp-section-title { font-size: 28px; }
  .wp-about-grid, .wp-wcu-grid { flex-direction: column; }
  .wp-flex-grid, .wp-flex-grid-start, .wp-blog-grid { flex-direction: column; align-items: center; }
  .wp-card, .wp-service-card, .wp-review-card, .wp-blog-card { min-width: 100%; max-width: 100%; }
  .wp-cta { padding: 48px 20px; }
  .wp-cta h2 { font-size: 28px; }
}
