/* 家政版 · 清新草绿主题 */
.theme-jiazheng {
  --primary: #16a34a;
  --primary-dark: #15803d;
  --primary-light: #4ade80;
  --primary-bg: #f0fdf4;
  --primary-soft: #dcfce7;
  --text: #1e293b;
  --text-muted: #64748b;
  --bg: #f7fef9;
  --white: #ffffff;
  --border: #bbf7d0;
  --shadow: 0 4px 24px rgba(22, 163, 74, 0.08);
  --shadow-lg: 0 12px 40px rgba(22, 163, 74, 0.14);
}

.theme-jiazheng .hero {
  background: linear-gradient(165deg, #86efac 0%, #4ade80 30%, #22c55e 65%, #16a34a 100%);
  padding: 40px 20px 56px;
  text-align: center;
  position: relative;
  overflow: hidden;
}
.theme-jiazheng .hero-badge {
  display: inline-flex; align-items: center; gap: 8px;
  background: rgba(255,255,255,0.22); color: #fff;
  padding: 8px 16px; border-radius: 100px; font-size: 13px;
  border: 1px solid rgba(255,255,255,0.35); margin-bottom: 16px;
}
.theme-jiazheng .hero h1 {
  font-size: clamp(28px, 7vw, 36px); font-weight: 900; color: #fff;
  margin-bottom: 8px; text-shadow: 0 3px 16px rgba(21,128,61,0.35);
}
.theme-jiazheng .hero p {
  font-size: 15px; color: rgba(255,255,255,0.92); max-width: 320px; margin: 0 auto; line-height: 1.6;
}
.theme-jiazheng .promo-strip { margin: -28px 16px 0; position: relative; z-index: 2; }
.theme-jiazheng .promo-strip-inner {
  display: flex; align-items: center; justify-content: space-between; gap: 16px;
  padding: 22px 20px; background: linear-gradient(135deg, #ecfdf5, #d1fae5 38%, #a7f3d0 100%);
  border-radius: 14px; box-shadow: 0 8px 24px rgba(22,163,74,0.22); position: relative; overflow: hidden;
}
.theme-jiazheng .promo-corner {
  position: absolute; top: 10px; right: -30px; background: #15803d; color: #ecfdf5;
  font-size: 12px; font-weight: 800; padding: 5px 38px; transform: rotate(45deg); letter-spacing: 0.12em;
}
.theme-jiazheng .promo-content { flex: 1; min-width: 0; text-align: left; padding-right: 4px; }
.theme-jiazheng .promo-main { font-size: clamp(26px,7.5vw,34px); font-weight: 900; color: #15803d; letter-spacing: 0.06em; line-height: 1.1; }
.theme-jiazheng .promo-sub { display: block; font-size: clamp(12px,3.4vw,14px); font-weight: 600; color: #166534; opacity: 0.9; margin-top: 6px; line-height: 1.45; }
.theme-jiazheng .promo-icon {
  width: 72px; height: 72px; border-radius: 18px; flex-shrink: 0;
  background: rgba(21,128,61,0.12); display: flex; align-items: center; justify-content: center;
  color: #15803d; font-size: 36px;
}
.theme-jiazheng .container { padding: 24px 16px 32px; }
.theme-jiazheng .section-title {
  font-size: 18px; font-weight: 800; color: var(--primary-dark);
  margin-bottom: 14px; display: flex; align-items: center; justify-content: space-between; gap: 10px;
}
.theme-jiazheng .section-title-main {
  display: flex; align-items: center; gap: 8px; flex-shrink: 0;
}
.theme-jiazheng .section-title i { color: var(--primary); }
.theme-jiazheng .section-title-link {
  font-size: 12px;
  font-weight: 600;
  color: var(--primary);
  text-decoration: none;
  white-space: nowrap;
  flex-shrink: 0;
}
.theme-jiazheng .section-title-link:hover {
  color: var(--primary-dark);
  text-decoration: underline;
}
.theme-jiazheng .price-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; margin-bottom: 12px; }
.theme-jiazheng .price-card.featured::before {
  content: "推荐"; position: absolute; top: 10px; right: -24px;
  background: var(--primary); color: #fff; font-size: 11px; font-weight: 700;
  padding: 4px 32px; transform: rotate(45deg);
}
.theme-jiazheng .price-card {
  background: var(--white); border: 1px solid var(--border); border-radius: 14px; padding: 18px 14px);
  text-align: center; box-shadow: var(--shadow); position: relative; overflow: hidden;
}
.theme-jiazheng .price-card.featured {
  border-color: var(--primary); box-shadow: 0 8px 28px rgba(22,163,74,0.18);
}
.theme-jiazheng .price-card.buyout {
  border-color: #15803d;
  background: linear-gradient(180deg, #f0fdf4, #fff);
  grid-column: 1 / -1;
  padding: 12px 14px 10px;
  text-align: left;
}
.theme-jiazheng .buyout-body {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding-bottom: 10px;
}
.theme-jiazheng .buyout-left {
  flex: 1;
  min-width: 0;
}
.theme-jiazheng .buyout-right {
  flex-shrink: 0;
  text-align: right;
}
.theme-jiazheng .price-card.buyout .price-name {
  font-size: 16px;
  font-weight: 800;
  color: var(--text);
  margin-bottom: 4px;
  line-height: 1.2;
}
.theme-jiazheng .price-card.buyout .price-official {
  margin-bottom: 4px;
  font-size: 12px;
}
.theme-jiazheng .price-card.buyout .price-note {
  margin-top: 0;
  font-size: 11px;
  line-height: 1.35;
}
.theme-jiazheng .price-card.buyout .price-tag {
  margin-bottom: 4px;
  font-size: 11px;
  padding: 2px 8px;
}
.theme-jiazheng .price-card.buyout .price-num {
  font-size: 26px;
  line-height: 1;
}
.theme-jiazheng .price-card.buyout .price-num span {
  font-size: 13px;
}
.theme-jiazheng .price-card.buyout .price-budget {
  margin-top: 0;
}
.theme-jiazheng .price-name { font-size: 16px; font-weight: 800; color: var(--text); margin-bottom: 6px; }
.theme-jiazheng .price-tag {
  font-size: 12px; color: var(--primary); background: var(--primary-bg);
  display: inline-block; padding: 2px 10px; border-radius: 100px; margin-bottom: 8px;
}
.theme-jiazheng .price-official {
  display: block; font-size: 13px; color: #94a3b8; margin-bottom: 4px; line-height: 1.3;
  text-decoration: line-through; font-weight: 700;
  text-decoration-thickness: 2.5px; text-decoration-color: #64748b;
}
.theme-jiazheng .price-num { font-size: 28px; font-weight: 900; color: var(--primary); line-height: 1.1; }
.theme-jiazheng .price-num span { font-size: 14px; font-weight: 600; }
.theme-jiazheng .price-note { font-size: 12px; color: var(--text-muted); margin-top: 6px; line-height: 1.45; }
.theme-jiazheng .price-budget {
  margin-top: 8px; padding: 8px 10px; background: #fffbeb; border: 1px solid #fde68a;
  border-radius: 8px; font-size: 11px; font-weight: 700; color: #92400e; line-height: 1.5;
}
.theme-jiazheng .card {
  background: var(--white); border: 1px solid var(--border); border-radius: 14px;
  padding: 18px; margin-bottom: 16px; box-shadow: var(--shadow);
}
.theme-jiazheng .card h3 {
  font-size: clamp(17px,4.8vw,21px); font-weight: 900; color: var(--primary-dark);
  margin-bottom: 14px; display: flex; align-items: center; gap: 8px;
}
.theme-jiazheng .tips-grid { display: flex; flex-direction: column; gap: 12px; }
.theme-jiazheng .tip-card {
  display: flex; gap: 14px; align-items: flex-start; padding: 18px 16px; border-radius: 12px;
  border: 1px solid var(--border); background: var(--bg); position: relative; overflow: hidden;
}
.theme-jiazheng .tip-card::before { content: ""; position: absolute; left: 0; top: 0; bottom: 0; width: 4px; }
.theme-jiazheng .tip-card.tip-1::before { background: #22c55e; }
.theme-jiazheng .tip-card.tip-2::before { background: #059669; }
.theme-jiazheng .tip-card.tip-3::before { background: #0d9488; }
.theme-jiazheng .tip-icon {
  width: 44px; height: 44px; border-radius: 12px; flex-shrink: 0;
  display: flex; align-items: center; justify-content: center; font-size: 18px;
}
.theme-jiazheng .tip-card.tip-1 .tip-icon { background: #dcfce7; color: #16a34a; }
.theme-jiazheng .tip-card.tip-2 .tip-icon { background: #d1fae5; color: #059669; }
.theme-jiazheng .tip-card.tip-3 .tip-icon { background: #ccfbf1; color: #0d9488; }
.theme-jiazheng .tip-body { flex: 1; min-width: 0; }
.theme-jiazheng .tip-label {
  display: inline-flex; align-items: center; gap: 10px;
  font-size: clamp(18px,5vw,22px); font-weight: 900; color: var(--primary-dark); margin-bottom: 12px;
}
.theme-jiazheng .tip-label .tip-badge {
  font-size: clamp(12px,3.4vw,14px); font-weight: 900; color: #fff;
  background: var(--primary); padding: 4px 12px; border-radius: 100px; flex-shrink: 0;
}
.theme-jiazheng .tip-card.tip-2 .tip-badge { background: #059669; }
.theme-jiazheng .tip-card.tip-3 .tip-badge { background: #0d9488; }
.theme-jiazheng .tip-text {
  font-size: clamp(14px,3.8vw,15px); font-weight: 500; color: #475569; line-height: 1.75;
}
.theme-jiazheng .tip-text strong { font-weight: 800; color: var(--primary-dark); }
.theme-jiazheng .tip-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-top: 12px;
  padding: 10px 16px;
  font-size: 14px;
  font-weight: 700;
  color: #fff;
  text-decoration: none;
  background: linear-gradient(135deg, #0d9488, #0f766e);
  border-radius: 10px;
  box-shadow: 0 4px 14px rgba(13, 148, 136, 0.3);
  transition: transform 0.15s, box-shadow 0.2s;
}
.theme-jiazheng .tip-btn:active {
  transform: scale(0.98);
}
.theme-jiazheng .advantages-section {
  margin-bottom: 20px; background: linear-gradient(165deg, #f0fdf4 0%, #fff 40%, #ecfdf5 100%);
  border: 2px solid #86efac; border-radius: 16px; overflow: hidden;
  box-shadow: 0 10px 32px rgba(22,163,74,0.12);
}
.theme-jiazheng .advantages-head {
  background: linear-gradient(135deg, #22c55e, #15803d); color: #fff; text-align: center;
  padding: 18px 16px 16px; position: relative;
}
.theme-jiazheng .advantages-head::after {
  content: ""; position: absolute; bottom: -1px; left: 0; right: 0; height: 6px;
  background: linear-gradient(90deg, #a7f3d0, #86efac, #a7f3d0);
}
.theme-jiazheng .advantages-head h3 { font-size: clamp(18px,5vw,22px); font-weight: 900; letter-spacing: 0.06em; margin-bottom: 4px; }
.theme-jiazheng .advantages-head p { font-size: 12px; opacity: 0.9; font-weight: 600; }
.theme-jiazheng .advantages-list { padding: 16px 14px 14px; display: flex; flex-direction: column; gap: 12px; }
.theme-jiazheng .adv-item {
  display: flex; gap: 12px; align-items: flex-start;
  background: var(--white); border: 1px solid var(--border); border-radius: 12px; padding: 14px 12px;
}
.theme-jiazheng .adv-icon {
  width: 44px; height: 44px; border-radius: 12px; flex-shrink: 0;
  display: flex; align-items: center; justify-content: center; font-size: 18px;
}
.theme-jiazheng .adv-item:nth-child(1) .adv-icon { background: #fef3c7; color: #b45309; }
.theme-jiazheng .adv-item:nth-child(2) .adv-icon { background: #dbeafe; color: #2563eb; }
.theme-jiazheng .adv-item:nth-child(3) .adv-icon { background: #fce7f3; color: #db2777; }
.theme-jiazheng .adv-item:nth-child(4) .adv-icon { background: #dcfce7; color: #16a34a; }
.theme-jiazheng .adv-title {
  display: flex; align-items: center; gap: 8px; flex-wrap: wrap;
  font-size: clamp(15px,4.2vw,17px); font-weight: 900; color: var(--primary-dark); margin-bottom: 6px;
}
.theme-jiazheng .adv-num {
  font-size: 12px; font-weight: 900; color: #fff; background: var(--primary);
  padding: 2px 8px; border-radius: 100px; flex-shrink: 0;
}
.theme-jiazheng .adv-text { font-size: clamp(13px,3.6vw,14px); font-weight: 500; color: #475569; line-height: 1.75; }
.theme-jiazheng .adv-text strong { font-weight: 800; color: #334155; }
.theme-jiazheng .adv-tags { display: flex; flex-wrap: wrap; gap: 6px; margin-top: 8px; }
.theme-jiazheng .adv-tag {
  font-size: 11px; font-weight: 700; color: var(--primary-dark);
  background: var(--primary-bg); border: 1px solid rgba(22,163,74,0.2);
  padding: 3px 9px; border-radius: 100px;
}
.theme-jiazheng .advantages-foot {
  margin: 0 14px 14px; padding: 14px 12px;
  background: linear-gradient(135deg, #14532d, #166534); border-radius: 10px; text-align: center;
  color: #bbf7d0; font-size: clamp(14px,4vw,16px); font-weight: 900; letter-spacing: 0.08em;
}
.theme-jiazheng .btn-case {
  display: flex; align-items: center; justify-content: center; gap: 10px;
  width: 100%; padding: 16px; margin-top: 8px;
  background: linear-gradient(135deg, var(--primary-dark), var(--primary));
  color: #fff; text-decoration: none; border-radius: 12px; font-size: 17px; font-weight: 700;
  box-shadow: 0 6px 20px rgba(22,163,74,0.35);
}
.theme-jiazheng .tabbar-item.active { color: var(--primary); }
.theme-jiazheng .tabbar-item.active::before { background: var(--primary); }

/* ── 介绍和案例页 ── */
.theme-jiazheng .cases-hero {
  background: linear-gradient(165deg, #4ade80, #16a34a);
  color: #fff;
  padding: 20px 16px 24px;
  text-align: center;
}
.theme-jiazheng .cases-back {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  margin-bottom: 10px;
  font-size: 14px;
  font-weight: 600;
  color: rgba(255, 255, 255, 0.92);
  text-decoration: none;
}
.theme-jiazheng .cases-hero h1 {
  font-size: 22px;
  font-weight: 900;
}
.theme-jiazheng .cases-body {
  padding: 16px 16px 24px;
}
.theme-jiazheng .cases-panel {
  margin-bottom: 16px;
}
.theme-jiazheng .cases-notice {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  margin-bottom: 14px;
  padding: 14px;
  background: linear-gradient(135deg, #f0fdf4, #fff);
  border: 2px solid #4ade80;
  border-radius: 14px;
  box-shadow: 0 6px 20px rgba(22, 163, 74, 0.12);
}
.theme-jiazheng .cases-notice i {
  flex-shrink: 0;
  margin-top: 2px;
  font-size: 16px;
  color: var(--primary);
}
.theme-jiazheng .cases-notice p {
  font-size: clamp(13px, 3.8vw, 15px);
  font-weight: 800;
  color: #15803d;
  line-height: 1.55;
}
.theme-jiazheng .cases-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
}
.theme-jiazheng .cases-item {
  background: var(--white);
  border: 1px solid var(--border);
  border-radius: 12px;
  overflow: hidden;
  box-shadow: var(--shadow);
}
.theme-jiazheng .cases-img {
  aspect-ratio: 9/16;
  position: relative;
  overflow: hidden;
  cursor: pointer;
  background: #f0fdf4;
}
.theme-jiazheng .cases-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top center;
  display: block;
}
.theme-jiazheng .cases-tap {
  position: absolute;
  bottom: 8px;
  right: 8px;
  width: 28px;
  height: 28px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(0, 0, 0, 0.5);
  color: #fff;
  font-size: 11px;
}
.theme-jiazheng .cases-buyout {
  padding-top: 4px;
}
.theme-jiazheng .btn-buyout-intro {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  width: 100%;
  padding: 16px;
  font-size: 17px;
  font-weight: 800;
  color: #fff;
  text-decoration: none;
  background: linear-gradient(135deg, #0d9488, #0f766e);
  border-radius: 12px;
  box-shadow: 0 6px 20px rgba(13, 148, 136, 0.35);
}
.theme-jiazheng .case-lightbox {
  position: fixed;
  inset: 0;
  z-index: 2000;
  background: rgba(15, 23, 42, 0.88);
  display: none;
  align-items: center;
  justify-content: center;
  padding: 20px 16px;
}
.theme-jiazheng .case-lightbox.active {
  display: flex;
}
.theme-jiazheng .case-lightbox-inner {
  max-width: 360px;
  width: 100%;
  text-align: center;
}
.theme-jiazheng .case-lightbox img {
  width: 100%;
  max-height: 72vh;
  object-fit: contain;
  border-radius: 12px;
  background: #fff;
}
.theme-jiazheng .case-lightbox-title {
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  margin-top: 12px;
}
.theme-jiazheng .case-lightbox-close {
  position: absolute;
  top: 16px;
  right: 16px;
  width: 36px;
  height: 36px;
  border: none;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.15);
  color: #fff;
  font-size: 18px;
  cursor: pointer;
}
