/* ═══════════════════════════════════════════════════════════════
   SHIELD PEST CONTROL — HERO & PAGE STYLES
   ═══════════════════════════════════════════════════════════════ */

/* ── HERO ───────────────────────────────────────────────────── */
.hero {
  min-height: 100vh; display: flex; align-items: center;
  padding: 120px 0 80px; position: relative; overflow: hidden;
  background: linear-gradient(165deg, var(--cream) 0%, var(--cream-dark) 50%, var(--cream-deep) 100%);
}
.hero-orb {
  position: absolute; border-radius: 50%; pointer-events: none;
}
.orb-1 {
  width: 700px; height: 700px; top: -120px; right: 16px;
  background: radial-gradient(circle, rgba(196,98,45,0.18) 0%, transparent 65%);
}
.orb-2 {
  width: 520px; height: 520px; bottom: -80px; left: 4%;
  background: radial-gradient(circle, rgba(31,61,42,0.14) 0%, transparent 68%);
}
.hero-announce {
  display: inline-flex; align-items: center; gap: 10px;
  background: #fff; border: 1px solid var(--cream-deep);
  border-radius: var(--r-pill); padding: 6px 18px 6px 6px;
  margin-bottom: 28px; font-size: 0.82rem; color: var(--slate);
  box-shadow: var(--sh-sm); transition: box-shadow var(--t-mid);
}
.hero-announce:hover { box-shadow: var(--sh-md); }
.hero-badge {
  background: var(--terra); color: #fff;
  font-family: var(--mono); font-size: 0.66rem; letter-spacing: 0.08em;
  padding: 3px 10px; border-radius: var(--r-pill); font-weight: 600;
}
.hero-h1 {
  font-size: clamp(2rem, 4vw, 3.2rem);
  line-height: 1.2; letter-spacing: -0.02em; margin-bottom: 20px;
  color: var(--forest);
}
.hero-h1 em {
  font-style: italic; color: var(--terra);
  position: relative; display: inline-block;
}
.hero-h1 em::after {
  content: '';
  position: absolute; bottom: 4px; left: 0; right: 0; height: 3px;
  background: linear-gradient(90deg, var(--terra), var(--amber));
  border-radius: 2px; opacity: 0.5;
}
.hero-sub { font-size: 1.1rem; max-width: 500px; line-height: 1.72; margin-bottom: 36px; }
.hero-ctas { display: flex; gap: 12px; flex-wrap: wrap; margin-bottom: 44px; }
.hero-proof { display: flex; gap: 32px; flex-wrap: wrap; padding-top: 32px; border-top: 1px solid var(--cream-deep); }
.hero-proof-n { font-family: var(--serif); font-weight: 700; font-size: 2.1rem; color: var(--forest); line-height: 1; margin-bottom: 3px; letter-spacing: -0.03em; }
.hero-proof-l { font-family: var(--mono); font-size: 0.7rem; letter-spacing: 0.08em; text-transform: uppercase; color: var(--stone); }

/* Hero Image Frame */
.hero-frame {
  position: relative; border-radius: var(--r-xl); overflow: hidden;
  border: 1px solid var(--cream-deep); aspect-ratio: 4/3;
  box-shadow: var(--sh-xl);
}
.hero-frame img { width: 100%; height: 100%; object-fit: cover; filter: brightness(0.88) saturate(0.85); transition: filter var(--t-slow); }
.hero-frame:hover img { filter: brightness(0.93) saturate(0.95); }
.hero-frame-overlay { position: absolute; inset: 0; background: linear-gradient(to top, rgba(31,61,42,0.4) 0%, transparent 55%); }
.hf-badge {
  position: absolute; border-radius: var(--r-lg);
  background: rgba(248,244,238,0.95); border: 1px solid var(--cream-deep);
  backdrop-filter: blur(12px); padding: 14px 18px;
}
.hf-lbl { font-family: var(--mono); font-size: 0.64rem; letter-spacing: 0.12em; text-transform: uppercase; color: var(--stone); margin-bottom: 4px; }
.hf-val { font-family: var(--serif); font-weight: 700; font-size: 1.1rem; color: var(--forest); line-height: 1; }
.hf-live {
  position: absolute; top: 16px; right: 16px;
  background: rgba(248,244,238,0.95); border: 1px solid var(--cream-deep);
  border-radius: var(--r-lg); padding: 8px 14px;
  display: flex; align-items: center; gap: 8px; backdrop-filter: blur(12px);
}
.live-dot {
  width: 6px; height: 6px; border-radius: 50%;
  background: #22c55e; box-shadow: 0 0 8px #22c55e;
  animation: livePulse 2s infinite;
}
@keyframes livePulse { 0%,100%{opacity:1} 50%{opacity:0.4} }
.live-txt { font-family: var(--mono); font-size: 0.72rem; color: var(--slate); }

/* ── ABOUT SECTION VISUAL ───────────────────────────────────── */
.about-img-wrap {
  position: relative;
}
.about-img-main {
  border-radius: var(--r-xl); overflow: hidden; aspect-ratio: 4/5;
  border: 1px solid var(--cream-deep); box-shadow: var(--sh-xl);
}
.about-img-main img { width: 100%; height: 100%; object-fit: cover; filter: brightness(0.88) saturate(0.85); }
.about-float-card {
  position: absolute; bottom: -20px; right: -20px;
  background: #fff; border: 1px solid var(--cream-deep);
  border-radius: var(--r-xl); box-shadow: var(--sh-lg); padding: 20px 24px;
}
.about-float-num { font-family: var(--serif); font-weight: 700; font-size: 2.4rem; color: var(--terra); line-height: 1; letter-spacing: -0.03em; }
.about-float-lbl { font-family: var(--mono); font-size: 0.7rem; letter-spacing: 0.10em; text-transform: uppercase; color: var(--stone); margin-top: 4px; }

/* ── GUARANTEE BLOCK ────────────────────────────────────────── */
.guarantee-card {
  background: var(--forest); color: var(--cream);
  border-radius: var(--r-xl); padding: 40px; position: relative; overflow: hidden;
}
.guarantee-card h3, .guarantee-card p { color: #fff; }
.guarantee-card p { color: var(--mist); }

/* ── PEST GRID (services overview) ─────────────────────────── */
.pest-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }

/* ── SERVICE DETAIL ─────────────────────────────────────────── */
.service-detail-img {
  border-radius: var(--r-xl); overflow: hidden; aspect-ratio: 4/3;
  border: 1px solid var(--cream-deep); box-shadow: var(--sh-lg);
}
.service-detail-img img { width: 100%; height: 100%; object-fit: cover; filter: brightness(0.85) saturate(0.88); }

/* ── WARNING SIGNS ──────────────────────────────────────────── */
.warning-item {
  display: flex; gap: 14px; align-items: flex-start;
  padding: 16px 0; border-bottom: 1px solid var(--cream-deep);
}
.warning-item:first-child { padding-top: 0; }
.warning-item:last-child  { border-bottom: none; }
.warning-dot {
  width: 8px; height: 8px; border-radius: 50%; background: var(--terra);
  flex-shrink: 0; margin-top: 7px;
}
.warning-h { font-weight: 600; font-size: 0.95rem; color: var(--forest); margin-bottom: 3px; }
.warning-p { font-size: 0.84rem; color: var(--stone); }

/* ── CHECKLIST ──────────────────────────────────────────────── */
.checklist { display: flex; flex-direction: column; gap: 0; }
.cl-item { display: flex; align-items: flex-start; gap: 12px; padding: 10px 0; border-bottom: 1px solid var(--cream-deep); font-size: 0.88rem; color: var(--slate); }
.cl-item:last-child { border-bottom: none; }
.cl-check { font-size: 0.8rem; color: var(--forest-lt); flex-shrink: 0; margin-top: 2px; }

/* ── EMERGENCY BANNER ───────────────────────────────────────── */
.emergency-bar {
  background: var(--terra); padding: 14px 0;
  position: relative; overflow: hidden;
}
.emergency-bar p { color: #fff; margin: 0; }
.emergency-bar a { color: #fff; font-weight: 700; text-decoration: underline; }

/* ── BLOG HERO ROW ──────────────────────────────────────────── */
.blog-hero-card {
  display: grid; grid-template-columns: 1.3fr 1fr; gap: 0;
  border-radius: var(--r-xl); overflow: hidden;
  border: 1px solid var(--cream-deep); box-shadow: var(--sh-lg);
  margin-bottom: 40px; transition: box-shadow var(--t-mid);
}
.blog-hero-card:hover { box-shadow: var(--sh-xl); }
.blog-hero-img { overflow: hidden; }
.blog-hero-img img { width: 100%; height: 100%; object-fit: cover; filter: brightness(0.82) saturate(0.88); min-height: 300px; transition: transform var(--t-slow); }
.blog-hero-card:hover .blog-hero-img img { transform: scale(1.03); }
.blog-hero-body { background: #fff; padding: 48px 44px; display: flex; flex-direction: column; justify-content: center; }

/* ── RESPONSIVE PATCHES ─────────────────────────────────────── */
@media (max-width: 900px) {
  .pest-grid { grid-template-columns: repeat(2, 1fr); }
  .blog-hero-card { grid-template-columns: 1fr; }
  .blog-hero-img img { min-height: 220px; }
}
@media (max-width: 600px) {
  .pest-grid { grid-template-columns: 1fr; }
  .hero-frame { display: none; }
  .about-float-card { right: 0; }
}
