/* ==================================================
   CIVITAS PAGES — LANDING / STORE / ANALYTICS
   ================================================== */

/* ---------- Analytics (CPI) ---------- */
.civitas-analytics {
  max-width: 520px;
  background: #ffffff;
  padding: 22px 24px;
  border-radius: 14px;
  box-shadow: 0 6px 20px rgba(0,0,0,0.06);
}

.civitas-cpi-item { margin: 16px 0; }

.civitas-cpi-label {
  display: flex;
  justify-content: space-between;
  font-size: 14px;
  font-weight: 500;
  color: #222;
  margin-bottom: 6px;
}

.civitas-cpi-bar {
  height: 8px;
  background: #edf0ed;
  border-radius: 999px;
  overflow: hidden;
}

.civitas-cpi-fill {
  height: 100%;
  background: linear-gradient(90deg, #3b4f3f, #6f9f7a);
  transition: width 0.4s ease;
}

.civitas-cpi-insight {
  margin-top: 18px;
  padding: 12px 14px;
  background: #f4f7f4;
  border-left: 4px solid #3b4f3f;
  border-radius: 8px;
  font-size: 14px;
}

/* ---------- Hero ---------- */
.civitas-hero {
  min-height: 100vh;
  background: linear-gradient(180deg, rgba(145,237,209,0.75), rgba(227,251,255,1));
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 80px 24px 60px;
}

.civitas-hero-card {
  background: #E3FBFF;
  border-radius: 24px;
  padding: 48px 32px;
  box-shadow: 0 30px 80px rgba(0,0,0,0.12);
}

.civitas-hero-title {
  font-size: clamp(32px, 7.5vw, 52px);
  font-weight: 700;
  color: #0f3f36;
}

/* ---------- Store / Woo ---------- */
.civitas-card .woocommerce {
  margin-top: 20px;
}

.civitas-card .single_add_to_cart_button,
.civitas-card .add_to_cart_button {
  width: 100%;
  padding: 14px 0;
  background: #0f3f36;
  color: #fff !important;
  border-radius: 12px;
  font-weight: 600;
}

.civitas-card .added_to_cart {
  display: none !important;
}
