/*
Theme Name: CJS Junk Removal Premium
Theme URI: https://cjsjunk.com/
Author: OpenAI
Description: Custom WordPress theme starter for CJ's Junk Removal with bold branding, service sections, and local SEO-friendly homepage.
Version: 1.0
Requires at least: 6.0
Tested up to: 6.7
Requires PHP: 7.4
Text Domain: cjs-junk-removal-premium
*/

:root {
  --cjs-blue: #0a3d91;
  --cjs-blue-dark: #081f4f;
  --cjs-green: #39ff14;
  --cjs-green-soft: #7cff57;
  --cjs-white: #ffffff;
  --cjs-black: #09111f;
  --cjs-gray: #eaf0f7;
  --cjs-text: #16304e;
  --cjs-shadow: 0 14px 40px rgba(8, 31, 79, 0.18);
  --cjs-radius: 18px;
  --cjs-container: 1180px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  font-family: Arial, Helvetica, sans-serif;
  color: var(--cjs-text);
  background: #f7fbff;
  line-height: 1.6;
}
img { max-width: 100%; height: auto; display: block; }
a { color: var(--cjs-blue); text-decoration: none; }
a:hover { text-decoration: none; }

.site-header {
  position: sticky;
  top: 0;
  z-index: 1000;
  background: rgba(255,255,255,0.96);
  backdrop-filter: blur(10px);
  box-shadow: 0 4px 20px rgba(0,0,0,0.06);
}
.container {
  width: min(var(--cjs-container), calc(100% - 32px));
  margin: 0 auto;
}
.header-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  padding: 14px 0;
}
.branding {
  display: flex;
  align-items: center;
  gap: 14px;
}
.branding img {
  width: 84px;
  height: 84px;
  border-radius: 14px;
  object-fit: cover;
  box-shadow: var(--cjs-shadow);
}
.brand-text {
  display: flex;
  flex-direction: column;
}
.brand-text strong {
  color: var(--cjs-blue-dark);
  font-size: 1.2rem;
  line-height: 1.1;
}
.brand-text span {
  color: #3b5d88;
  font-size: 0.95rem;
}
.nav-wrap {
  display: flex;
  align-items: center;
  gap: 26px;
}
.main-nav ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  gap: 24px;
  flex-wrap: wrap;
}
.main-nav a {
  color: var(--cjs-blue-dark);
  font-weight: 700;
}
.main-nav a:hover { color: var(--cjs-green); }

.btn,
input[type="submit"],
button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 14px 22px;
  border-radius: 999px;
  border: none;
  font-weight: 800;
  cursor: pointer;
  transition: transform .18s ease, box-shadow .18s ease, background .18s ease;
}
.btn:hover,
input[type="submit"]:hover,
button:hover {
  transform: translateY(-2px);
}
.btn-primary {
  background: linear-gradient(135deg, var(--cjs-green), var(--cjs-green-soft));
  color: #08233f;
  box-shadow: 0 12px 30px rgba(57,255,20,0.28);
}
.btn-secondary {
  background: linear-gradient(135deg, var(--cjs-blue), #1b64d1);
  color: var(--cjs-white);
  box-shadow: 0 12px 30px rgba(10,61,145,0.25);
}
.hero {
  background:
    radial-gradient(circle at top left, rgba(57,255,20,0.24), transparent 28%),
    radial-gradient(circle at top right, rgba(255,255,255,0.16), transparent 18%),
    linear-gradient(135deg, #061633 0%, #0a3d91 55%, #0f5fd9 100%);
  color: var(--cjs-white);
  overflow: hidden;
}
.hero-inner {
  min-height: 78vh;
  display: grid;
  grid-template-columns: 1.15fr .85fr;
  align-items: center;
  gap: 34px;
  padding: 56px 0 64px;
}
.hero-copy h1 {
  font-size: clamp(2.3rem, 6vw, 4.8rem);
  line-height: 0.98;
  margin: 0 0 18px;
  text-transform: uppercase;
}
.hero-copy p {
  font-size: 1.15rem;
  max-width: 640px;
  margin: 0 0 26px;
  color: rgba(255,255,255,0.92);
}
.hero-badges {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin: 20px 0 28px;
}
.hero-badges span {
  padding: 10px 16px;
  border: 1px solid rgba(255,255,255,0.18);
  border-radius: 999px;
  background: rgba(255,255,255,0.08);
  font-weight: 700;
}
.hero-actions {
  display: flex;
  gap: 14px;
  flex-wrap: wrap;
}
.hero-visual {
  position: relative;
}
.hero-card {
  background: rgba(255,255,255,0.08);
  border: 1px solid rgba(255,255,255,0.14);
  border-radius: 28px;
  padding: 18px;
  box-shadow: var(--cjs-shadow);
}
.hero-card img {
  border-radius: 20px;
  width: 100%;
  object-fit: cover;
}
.quick-panel {
  margin-top: 18px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 12px;
}
.quick-panel .panel-item {
  background: rgba(255,255,255,0.1);
  border-radius: 16px;
  padding: 14px;
  text-align: center;
  font-weight: 800;
}
.quick-panel small {
  display: block;
  color: rgba(255,255,255,0.78);
  font-weight: 600;
}

section {
  padding: 76px 0;
}
.section-title {
  text-align: center;
  max-width: 760px;
  margin: 0 auto 42px;
}
.section-title h2 {
  margin: 0 0 12px;
  font-size: clamp(1.9rem, 4vw, 3rem);
  color: var(--cjs-blue-dark);
}
.section-title p {
  margin: 0;
  color: #4f6b8f;
  font-size: 1.08rem;
}

.features-grid,
.services-grid,
.review-grid,
.area-grid {
  display: grid;
  gap: 22px;
}
.features-grid {
  grid-template-columns: repeat(4, 1fr);
}
.feature,
.service-card,
.review-card,
.area-card,
.quote-card,
.cta-band {
  background: var(--cjs-white);
  border-radius: var(--cjs-radius);
  box-shadow: var(--cjs-shadow);
}
.feature {
  padding: 26px 22px;
  border-top: 6px solid var(--cjs-green);
}
.feature h3,
.service-card h3,
.area-card h3,
.quote-card h3 {
  margin: 0 0 10px;
  color: var(--cjs-blue-dark);
}
.feature p,
.service-card p,
.area-card p,
.review-card p {
  margin: 0;
  color: #557292;
}
.service-section {
  background: linear-gradient(180deg, #f8fcff 0%, #eef6ff 100%);
}
.services-grid {
  grid-template-columns: repeat(3, 1fr);
}
.service-card {
  padding: 28px 24px;
  border-bottom: 6px solid var(--cjs-blue);
}
.service-card .service-tag {
  display: inline-block;
  margin-bottom: 12px;
  background: rgba(57,255,20,0.14);
  color: #0b5a1a;
  font-weight: 800;
  padding: 6px 12px;
  border-radius: 999px;
  font-size: 0.88rem;
}
.split-band {
  background: linear-gradient(135deg, #0b1f4b 0%, #0d449d 100%);
  color: var(--cjs-white);
}
.split-band .split-inner {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 26px;
  align-items: center;
}
.split-band h2,
.split-band h3,
.split-band p,
.split-band li { color: var(--cjs-white); }
.check-list {
  list-style: none;
  padding: 0;
  margin: 24px 0 0;
  display: grid;
  gap: 12px;
}
.check-list li {
  padding-left: 30px;
  position: relative;
  font-weight: 700;
}
.check-list li::before {
  content: '✓';
  position: absolute;
  left: 0;
  top: 0;
  color: var(--cjs-green);
  font-weight: 900;
}
.review-grid { grid-template-columns: repeat(3, 1fr); }
.review-card {
  padding: 26px 24px;
  border-left: 6px solid var(--cjs-green);
}
.review-stars {
  color: #f6b900;
  font-size: 1.1rem;
  letter-spacing: 2px;
  margin-bottom: 10px;
}
.review-name {
  margin-top: 14px;
  font-weight: 800;
  color: var(--cjs-blue-dark);
}
.area-grid { grid-template-columns: repeat(4, 1fr); }
.area-card { padding: 22px; text-align: center; }
.quote-section {
  background:
    radial-gradient(circle at bottom left, rgba(57,255,20,0.10), transparent 30%),
    linear-gradient(180deg, #ffffff, #f4f9ff);
}
.quote-wrap {
  display: grid;
  grid-template-columns: .95fr 1.05fr;
  gap: 28px;
  align-items: start;
}
.quote-card {
  padding: 30px;
}
.quote-form {
  display: grid;
  gap: 14px;
}
.quote-form input,
.quote-form textarea,
.quote-form select {
  width: 100%;
  padding: 14px 16px;
  border-radius: 14px;
  border: 1px solid #cddcf0;
  font: inherit;
}
.quote-form textarea { min-height: 140px; resize: vertical; }
.cta-band {
  margin-top: 18px;
  padding: 22px;
  background: linear-gradient(135deg, rgba(10,61,145,0.10), rgba(57,255,20,0.14));
}
.site-footer {
  background: #071735;
  color: rgba(255,255,255,0.85);
  padding: 26px 0 40px;
}
.site-footer a { color: var(--cjs-green-soft); }
.footer-grid {
  display: grid;
  grid-template-columns: 1.3fr .7fr;
  gap: 20px;
  align-items: center;
}
.footer-grid p { margin: 0; }

@media (max-width: 1024px) {
  .hero-inner,
  .split-band .split-inner,
  .quote-wrap,
  .footer-grid,
  .features-grid,
  .services-grid,
  .review-grid,
  .area-grid {
    grid-template-columns: 1fr 1fr;
  }
  .features-grid .feature:last-child,
  .area-grid .area-card:last-child { grid-column: span 2; }
}

@media (max-width: 760px) {
  .header-inner,
  .nav-wrap,
  .hero-inner,
  .split-band .split-inner,
  .quote-wrap,
  .footer-grid,
  .features-grid,
  .services-grid,
  .review-grid,
  .area-grid,
  .quick-panel {
    grid-template-columns: 1fr;
    flex-direction: column;
  }
  .main-nav ul {
    justify-content: center;
    gap: 14px;
  }
  .header-inner,
  .nav-wrap { align-items: stretch; }
  .branding { justify-content: center; }
  .hero-inner { min-height: auto; padding-top: 36px; }
  .hero-copy, .hero-visual { text-align: center; }
  .hero-actions, .hero-badges { justify-content: center; }
  section { padding: 58px 0; }
}
