/* ================================================
   BEVERON PRODUCT PAGE — SLO & SDC Variant
   (Smart Lawyer Office + Smart Debt Collection)

   Hero: V8 centered layout (text centered, image below)
   Everything else: inherits from product-page.css

   Load order:
   beveron-common.css → product-page.css → product-page-slo-sdc.css
   ================================================ */

/* --- V8 HERO — Centered Layout (Blue Accent) --- */
.hero-v8 {
  background: #ffffff;
  border-bottom: 1px solid #e2e8f0;
  position: relative;
  overflow: hidden;
}
.hero-v8::before {
  content: "";
  position: absolute;
  top: -300px;
  left: -200px;
  width: 600px;
  height: 600px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(0, 132, 200, 0.04), transparent 70%);
  pointer-events: none;
}
.hero-v8::after {
  content: "";
  position: absolute;
  bottom: -250px;
  right: -150px;
  width: 500px;
  height: 500px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(0, 180, 216, 0.04), transparent 70%);
  pointer-events: none;
}
.hero-v8-inner {
  max-width: 1200px;
  margin: 0 auto;
  padding: 36px 24px 0;
  position: relative;
  z-index: 1;
}

/* Breadcrumb */
.hero-v8 .hbc {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 0.78rem;
  font-weight: 500;
  margin-bottom: 24px;
  justify-content: center;
}
.hero-v8 .hbc a { color: #6b7280; text-decoration: none; transition: color 0.2s; }
.hero-v8 .hbc a:hover { color: #0084c8; }
.hero-v8 .hbc .sp { color: #cbd5e1; font-size: 0.45rem; }
.hero-v8 .hbc .cur { color: #4b5563; font-weight: 600; }

/* Centered content block */
.hero-v8-top { text-align: center; margin-bottom: 36px; }
.hero-v8 .hbadge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: #e0f2fe;
  border: 1px solid rgba(0, 132, 200, 0.15);
  border-radius: 100px;
  padding: 7px 20px;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: #0084c8;
  margin-bottom: 20px;
}
.hero-v8 h1 {
  font-size: clamp(2rem, 4.5vw, 3.4rem);
  font-weight: 800;
  color: #0f172a;
  line-height: 1.1;
  letter-spacing: -0.03em;
  margin-bottom: 18px;
  font-family: 'Inter', sans-serif;
}
.hero-v8 h1 .hl {
  background: linear-gradient(135deg, #0084c8, #00b4d8);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}
.hero-v8 .hdsc {
  font-size: 1.05rem;
  line-height: 1.75;
  color: #4b5563;
  max-width: 640px;
  margin: 0 auto 28px;
}
.hero-v8 .hdsc strong { color: #0f172a; }

/* CTAs */
.hero-v8 .hctas { display: flex; gap: 14px; justify-content: center; flex-wrap: wrap; margin-bottom: 24px; }
.hero-v8 .cp {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 15px 32px;
  background: linear-gradient(135deg, #0084c8, #0066a4);
  color: #fff;
  border: none;
  border-radius: 10px;
  font-size: 0.95rem;
  font-weight: 700;
  font-family: 'Inter', sans-serif;
  cursor: pointer;
  text-decoration: none;
  transition: all 0.3s;
  box-shadow: 0 8px 24px -4px rgba(0, 132, 200, 0.35);
}
.hero-v8 .cp:hover { transform: translateY(-2px); box-shadow: 0 12px 32px -4px rgba(0, 132, 200, 0.45); color: #fff; text-decoration: none; }
.hero-v8 .cs {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 15px 32px;
  background: #fff;
  color: #374151;
  border: 1.5px solid #e2e8f0;
  border-radius: 10px;
  font-size: 0.95rem;
  font-weight: 600;
  font-family: 'Inter', sans-serif;
  cursor: pointer;
  text-decoration: none;
  transition: all 0.25s;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.04);
}
.hero-v8 .cs:hover { border-color: #0084c8; color: #0084c8; text-decoration: none; }

/* Stats */
.hero-v8 .hstats { display: flex; gap: 32px; justify-content: center; flex-wrap: wrap; margin-bottom: 40px; }
.hero-v8 .hst {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 0.82rem;
  color: #64748b;
  font-weight: 500;
}
.hero-v8 .hst-icon {
  width: 28px;
  height: 28px;
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.7rem;
}
.hero-v8 .hst-icon.blue { background: #e0f2fe; color: #0084c8; }
.hero-v8 .hst-icon.green { background: #dcfce7; color: #10b981; }
.hero-v8 .hst-icon.amber { background: #fef3c7; color: #f59e0b; }
.hero-v8 .hst strong { color: #0f172a; font-weight: 800; font-size: 0.9rem; font-family: 'JetBrains Mono', monospace; }

/* --- IMAGE AREA & GRADIENT BACKGROUND --- */
.hero-v8-visual {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 0;
  pointer-events: none;
  background-repeat: no-repeat;
  background-position: center 120px;
  background-size: 1200px auto;
}
.hero-v8-visual::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(
    to bottom,
    #ffffff 0%,
    #ffffff 45%,
    rgba(255, 255, 255, 0.75) 60%,
    rgba(255, 255, 255, 0.4) 80%,
    rgba(255, 255, 255, 0.3) 100%
  );
  z-index: 1;
}
.hero-v8-img-wrap {
  display: none;
}
.hero-v8-inner {
  position: relative;
  z-index: 2;
  padding-bottom: 60px;
}

/* --- RESPONSIVE --- */
@media (max-width: 991px) {
  .hero-v8-inner { padding: 40px 20px 0; }
  .hero-v8-visual { background-position: center 100px; background-size: 960px auto; }
}
@media (max-width: 767px) {
  .hero-v8-visual { display: none; }
}
@media (max-width: 640px) {
  .hero-v8 .hctas { flex-direction: column; align-items: center; }
  .hero-v8 .cp, .hero-v8 .cs { width: 100%; justify-content: center; }
  .hero-v8 .hstats { flex-wrap: wrap; gap: 16px; }
}
