/* ============================================================
   pewdo_home.css  v12  —  广州八个六防水维修 首页精装版
   在旧 style.css/responsive.css/enhancements.css 之后加载覆盖
   设计语言：深蓝杂志底 + 品牌红橙渐变 + 白卡圆角 + 光晕装饰
   ============================================================ */

/* ---------- 全局基调 ---------- */
html, body {
  scroll-behavior: smooth !important;
}
body {
  background: #f4f6fb !important;
  font-family: "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", "Helvetica Neue", Arial, sans-serif !important;
  color: #2c2c3e !important;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}
.container { max-width: 1140px; }

/* ---------- 顶部信息条 ---------- */
.top-bar {
  background: linear-gradient(90deg, #1b1f3a 0%, #262a4e 55%, #1b1f3a 100%) !important;
  border-bottom: 2px solid #e63946 !important;
  color: #cfd2e6 !important;
  font-size: 13px;
}
.top-bar a { color: #ffd8a0 !important; }

/* ---------- 主导航 ---------- */
.main-header {
  background: rgba(255, 255, 255, 0.92) !important;
  backdrop-filter: blur(12px) saturate(160%);
  -webkit-backdrop-filter: blur(12px) saturate(160%);
  box-shadow: 0 6px 24px rgba(20, 24, 58, 0.08) !important;
  border-bottom: 1px solid rgba(230, 57, 70, 0.10) !important;
  position: sticky; top: 0; z-index: 100;
}
.main-header .logo img, .main-header img.logo { 
  filter: drop-shadow(0 2px 6px rgba(230, 57, 70, 0.25)); 
}
.main-header .nav a, .main-header .menu a, .main-header nav a {
  color: #33334d !important;
  font-weight: 600 !important;
  letter-spacing: 0.3px;
  padding: 8px 14px; border-radius: 8px;
  transition: all .25s ease;
}
.main-header .nav a:hover, .main-header .menu a:hover {
  color: #e63946 !important;
  background: rgba(230, 57, 70, 0.08);
}

/* ---------- Hero 首屏 ---------- */
.hero {
  position: relative;
  background:
    radial-gradient(ellipse 60% 55% at 15% 12%, rgba(255, 122, 89, .28), transparent 60%),
    radial-gradient(ellipse 55% 50% at 88% 85%, rgba(230, 57, 70, .30), transparent 62%),
    radial-gradient(ellipse 45% 45% at 80% 10%, rgba(255, 199, 89, .18), transparent 55%),
    linear-gradient(135deg, #141835 0%, #1e2350 45%, #2a2f63 78%, #343a7c 100%) !important;
  overflow: hidden;
  padding-top: 90px !important; padding-bottom: 96px !important;
}
.hero::before {
  content: ""; position: absolute; inset: 0;
  background-image:
    linear-gradient(rgba(255,255,255,.035) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,.035) 1px, transparent 1px);
  background-size: 44px 44px;
  pointer-events: none;
}
.hero h1 {
  font-size: 46px !important;
  font-weight: 800 !important;
  letter-spacing: 2px;
  color: #ffffff !important;
  line-height: 1.3;
  position: relative;
  text-shadow: 0 4px 30px rgba(0, 0, 0, .35);
}
.hero h1::after {
  content: ""; display: block;
  width: 84px; height: 4px; margin: 18px 0 0;
  border-radius: 99px;
  background: linear-gradient(90deg, #ff7846, #e63946);
  box-shadow: 0 2px 12px rgba(255, 120, 70, .6);
}
.hero-subtitle {
  color: #cdd2ef !important;
  font-size: 17px !important;
  letter-spacing: 1px;
  font-weight: 400;
}
.hero-cta .btn-primary {
  background: linear-gradient(135deg, #ff7846 0%, #e63946 100%) !important;
  border: none !important;
  border-radius: 999px !important;
  padding: 14px 34px !important;
  font-weight: 700 !important; font-size: 16px !important;
  color: #fff !important;
  box-shadow: 0 10px 28px rgba(230, 57, 70, .42) !important;
  transition: transform .25s ease, box-shadow .25s ease;
}
.hero-cta .btn-primary:hover {
  transform: translateY(-2px);
  box-shadow: 0 16px 36px rgba(230, 57, 70, .5) !important;
}
.hero-cta .btn-outline {
  border: 2px solid rgba(255, 255, 255, .75) !important;
  color: #ffffff !important;
  border-radius: 999px !important;
  padding: 13px 32px !important;
  font-weight: 600 !important;
  background: rgba(255, 255, 255, .06);
  backdrop-filter: blur(4px);
  transition: all .25s ease;
}
.hero-cta .btn-outline:hover {
  background: rgba(255, 255, 255, .16);
  border-color: #fff !important;
}
.hero-stats {
  display: flex; gap: 14px;
  margin-top: 42px; flex-wrap: wrap;
}
.stat-item {
  background: rgba(255, 255, 255, .10);
  border: 1px solid rgba(255, 255, 255, .16);
  border-radius: 16px;
  padding: 16px 26px;
  backdrop-filter: blur(8px);
  text-align: center;
  min-width: 110px;
  transition: transform .25s ease, background .25s ease;
}
.stat-item:hover { transform: translateY(-3px); background: rgba(255,255,255,.16); }
.stat-number {
  display: block;
  font-size: 24px !important; font-weight: 800 !important;
  color: #ffd8a0 !important;
  letter-spacing: .5px;
}
.stat-label {
  display: block; margin-top: 4px;
  color: #c7cdf0 !important; font-size: 13px !important;
}

/* ---------- 章节标题 ---------- */
.section-title {
  position: relative;
  font-size: 30px !important;
  font-weight: 800 !important;
  color: #1d2146 !important;
  letter-spacing: 1px;
  margin-bottom: 26px !important;
  line-height: 1.4;
}
.section-title::before {
  content: ""; display: inline-block; vertical-align: middle;
  width: 10px; height: 30px; margin-right: 14px;
  border-radius: 99px;
  background: linear-gradient(180deg, #ff7846, #e63946);
  box-shadow: 0 3px 10px rgba(230, 57, 70, .35);
}
.section-subtitle {
  color: #8b8fa8 !important;
  font-size: 15px !important;
  letter-spacing: 2px;
  margin-bottom: 44px !important;
}

/* ---------- 服务卡片 ---------- */
.services { padding: 72px 0 !important; background: transparent !important; }
.services-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.service-card {
  background: #ffffff !important;
  border: 1px solid #eef0f8 !important;
  border-radius: 20px !important;
  padding: 32px 26px !important;
  box-shadow: 0 8px 28px rgba(28, 33, 77, .07) !important;
  transition: transform .3s ease, box-shadow .3s ease, border-color .3s ease;
  position: relative; overflow: hidden;
}
.service-card::before {
  content: ""; position: absolute; left: 0; top: 0;
  width: 100%; height: 4px;
  background: linear-gradient(90deg, #ff7846, #e63946);
  transform: scaleX(0); transform-origin: left;
  transition: transform .35s ease;
}
.service-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 18px 44px rgba(28, 33, 77, .14) !important;
  border-color: rgba(230, 57, 70, .35) !important;
}
.service-card:hover::before { transform: scaleX(1); }
.service-icon {
  width: 62px; height: 62px;
  border-radius: 18px;
  background: linear-gradient(135deg, #fff1ec, #ffe3da) !important;
  display: inline-flex; align-items: center; justify-content: center;
  margin-bottom: 18px;
  box-shadow: inset 0 -3px 8px rgba(230, 57, 70, .08);
}
.service-icon img { width: 34px; height: 34px; object-fit: contain; }
.service-card h3, .service-card h4 {
  font-size: 18px !important; font-weight: 700 !important;
  color: #1d2146 !important; margin-bottom: 10px !important;
}
.service-card p { color: #6d7189 !important; font-size: 14px !important; line-height: 1.9 !important; }

/* ---------- 为什么选我们 ---------- */
.why-us { padding: 66px 0 !important; }
.why-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.why-item {
  background: #ffffff !important;
  border-radius: 18px !important;
  padding: 26px 24px !important;
  border-left: 5px solid;
  border-image: linear-gradient(180deg, #ff7846, #e63946) 1 !important;
  box-shadow: 0 8px 26px rgba(28, 33, 77, .07) !important;
  transition: transform .3s ease, box-shadow .3s ease;
}
.why-item:hover { transform: translateY(-4px); box-shadow: 0 14px 36px rgba(28, 33, 77, .12) !important; }
.why-number {
  font-size: 26px !important; font-weight: 800 !important;
  background: linear-gradient(135deg, #ff7846, #e63946);
  -webkit-background-clip: text; background-clip: text;
  -webkit-text-fill-color: transparent;
  display: block; margin-bottom: 8px;
}

/* ---------- 服务区域 ---------- */
.areas { padding: 60px 0 !important; }
.areas-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; }
.area-card {
  background: #ffffff !important;
  border: 1px solid #eef0f8 !important;
  border-radius: 14px !important;
  padding: 16px 18px !important;
  text-align: center;
  font-weight: 600 !important;
  color: #3c4060 !important;
  box-shadow: 0 4px 16px rgba(28, 33, 77, .05) !important;
  transition: all .25s ease;
}
.area-card:hover {
  border-color: rgba(230, 57, 70, .4) !important;
  color: #e63946 !important;
  transform: translateY(-3px);
  box-shadow: 0 10px 26px rgba(230, 57, 70, .12) !important;
}

/* ---------- 施工案例 ---------- */
.cases { padding: 66px 0 !important; }
.cases-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.case-card {
  background: #ffffff !important;
  border-radius: 18px !important;
  overflow: hidden;
  border: 1px solid #eef0f8;
  box-shadow: 0 8px 26px rgba(28, 33, 77, .07) !important;
  transition: transform .3s ease, box-shadow .3s ease;
}
.case-card:hover { transform: translateY(-5px); box-shadow: 0 16px 40px rgba(28, 33, 77, .13) !important; }
.case-image { height: 200px; overflow: hidden; }
.case-image img { width: 100%; height: 100%; object-fit: cover; transition: transform .5s ease; }
.case-card:hover .case-image img { transform: scale(1.06); }
.case-info { padding: 20px 22px 24px; }
.case-tag {
  display: inline-block;
  background: linear-gradient(135deg, #ff7846, #e63946);
  color: #fff !important;
  font-size: 12px !important;
  padding: 3px 12px; border-radius: 99px;
  margin-bottom: 10px;
}

/* ---------- 新闻/知识卡片 ---------- */
.news { padding: 66px 0 !important; }
.news-grid, .news-list { display: grid; grid-template-columns: repeat(2, 1fr); gap: 20px; }
.news-card {
  background: #ffffff !important;
  border-radius: 18px !important;
  padding: 22px 24px !important;
  border: 1px solid #eef0f8 !important;
  box-shadow: 0 6px 22px rgba(28, 33, 77, .06) !important;
  transition: transform .3s ease, box-shadow .3s ease, border-color .3s ease;
}
.news-card:hover {
  transform: translateY(-4px);
  border-color: rgba(230, 57, 70, .35) !important;
  box-shadow: 0 14px 34px rgba(28, 33, 77, .12) !important;
}
.news-meta { color: #a0a4bc !important; font-size: 12px !important; letter-spacing: .5px; }
.news-content { color: #5d6180 !important; font-size: 14px !important; line-height: 1.9 !important; }
.news-card h3, .news-card h4, .news-card .news-title {
  color: #1d2146 !important; font-weight: 700 !important;
  font-size: 16px !important; margin-bottom: 8px !important;
}
.news-card a { color: #1d2146 !important; }
.news-card a:hover { color: #e63946 !important; }

/* ---------- GEO 文章卡片 ---------- */
.geo-card {
  background: #ffffff !important;
  border: 1px solid #eef0f8 !important;
  border-radius: 16px !important;
  padding: 20px 22px !important;
  box-shadow: 0 6px 20px rgba(28, 33, 77, .06) !important;
  transition: transform .3s ease, box-shadow .3s ease, border-color .3s ease;
  position: relative;
}
.geo-card:hover {
  transform: translateY(-4px);
  border-color: rgba(230, 57, 70, .35) !important;
  box-shadow: 0 14px 32px rgba(28, 33, 77, .12) !important;
}
.geo-card h4 { margin: 0 0 10px !important; }
.geo-card h4 a {
  color: #1d2146 !important;
  text-decoration: none !important;
  font-weight: 700 !important;
  line-height: 1.55;
  transition: color .2s ease;
}
.geo-card h4 a:hover { color: #e63946 !important; }
.geo-card p { color: #61658a !important; font-size: 13px !important; line-height: 1.75 !important; }
.geo-card span {
  display: inline-block !important;
  margin-top: 10px !important;
  padding: 3px 12px !important;
  background: rgba(230, 57, 70, .08) !important;
  color: #e63946 !important;
  font-size: 12px !important;
  border-radius: 99px !important;
  font-weight: 600;
}

/* ---------- 客户评价 ---------- */
.testimonial-card {
  background: #ffffff !important;
  border-radius: 18px !important;
  padding: 24px !important;
  border: 1px solid #eef0f8 !important;
  box-shadow: 0 6px 22px rgba(28, 33, 77, .06) !important;
}
.testimonial-stars { color: #ffb703 !important; font-size: 15px !important; letter-spacing: 2px; }
.testimonial-author { font-weight: 700 !important; color: #1d2146 !important; }

/* ---------- 服务流程 ---------- */
.process-step {
  background: #ffffff !important;
  border-radius: 16px !important;
  padding: 22px !important;
  border-top: 4px solid;
  border-image: linear-gradient(90deg, #ff7846, #e63946) 1 !important;
  box-shadow: 0 6px 20px rgba(28, 33, 77, .06) !important;
}
.process-step-title { font-weight: 700 !important; color: #1d2146 !important; font-size: 16px !important; }
.process-step-desc { color: #65698c !important; font-size: 13px !important; line-height: 1.8 !important; }

/* ---------- 关于我们正文区 ---------- */
.about-service {
  background: #ffffff !important;
  border-radius: 24px !important;
  margin: 20px auto !important;
  max-width: 1140px !important;
  box-shadow: 0 10px 34px rgba(28, 33, 77, .08) !important;
  border: 1px solid #eef0f8 !important;
}
.about-service p, .about-service div {
  font-size: 15px !important;
  color: #4d5172 !important;
  line-height: 2.1 !important;
}

/* ---------- 页脚 ---------- */
.main-footer {
  background: linear-gradient(160deg, #141835 0%, #1e2348 100%) !important;
  border-top: 3px solid #e63946 !important;
  color: #b9bedd !important;
}
.main-footer h3, .main-footer h4, .main-footer .footer-col h4 {
  color: #ffffff !important;
  letter-spacing: 1px;
}
.main-footer a { color: #b9bedd !important; transition: color .2s ease; }
.main-footer a:hover { color: #ffd8a0 !important; }
.footer-bottom { border-top: 1px solid rgba(255, 255, 255, .10) !important; color: #8d93b8 !important; }

/* ---------- 移动端 768px ---------- */
@media (max-width: 768px) {
  .hero { padding-top: 64px !important; padding-bottom: 66px !important; }
  .hero h1 { font-size: 30px !important; letter-spacing: 1px; }
  .hero-subtitle { font-size: 15px !important; line-height: 1.8; }
  .hero-cta { display: flex; flex-direction: column; gap: 12px; align-items: stretch; max-width: 320px; margin: 0 auto; }
  .hero-cta .btn { text-align: center; }
  .hero-stats { justify-content: center; }
  .stat-item { min-width: 92px; padding: 12px 16px; }
  .stat-number { font-size: 20px !important; }
  .section-title { font-size: 22px !important; }
  .services-grid, .why-grid, .cases-grid, .news-grid { grid-template-columns: 1fr !important; gap: 16px; }
  .areas-grid { grid-template-columns: repeat(2, 1fr) !important; gap: 12px; }
  .services, .why-us, .cases, .news, .areas { padding: 44px 0 !important; }
  .service-card { padding: 24px 20px !important; }
  .case-image { height: 180px; }
  .geo-card { padding: 16px 18px !important; }
  .geo-card h4 a { font-size: 15px; }
  .main-header { backdrop-filter: none; }
}

/* ---------- 移动端 380px ---------- */
@media (max-width: 380px) {
  .hero h1 { font-size: 26px !important; }
  .hero-subtitle { font-size: 14px !important; }
  .area-card { padding: 12px 10px !important; font-size: 13px !important; }
  .stat-item { min-width: 84px; }
}

/* ============================================================
   v12b 补齐：知识库/问答区、浮动按钮、移动导航抽屉、联系区、流程、对比
   ============================================================ */

/* ---------- 知识库区块标题（覆盖内联样式） ---------- */
.geo-knowledge-hub { padding: 60px 0 10px !important; }
.geo-knowledge-hub h3 {
  font-size: 20px !important;
  color: #1d2146 !important;
  font-weight: 800 !important;
  border-left: 4px solid #e63946 !important;
  padding-left: 14px !important;
  letter-spacing: .5px;
  position: relative;
  letter-spacing: 1px;
}
.geo-knowledge-hub p {
  color: #7d81a0 !important;
  font-size: 14px !important;
  line-height: 1.9 !important;
}
/* geo-card 内问答列表（覆盖内联 #333） */
.geo-card ul { margin: 6px 0 0 !important; padding: 0 !important; list-style: none !important; }
.geo-card ul li { line-height: 2.1 !important; }
.geo-card ul li a {
  color: #4a4e70 !important;
  text-decoration: none !important;
  font-size: 13.5px !important;
  display: block;
  transition: color .2s ease, padding-left .2s ease;
}
.geo-card ul li a::before {
  content: "•";
  color: #e63946;
  margin-right: 7px;
  font-weight: 800;
}
.geo-card ul li a:hover { color: #e63946 !important; padding-left: 4px; }
/* 查看全部按钮（内联样式覆盖） */
.geo-knowledge-hub a[href="/geo/"],
.geo-knowledge-hub a[href="/qa/"] {
  display: inline-block !important;
  padding: 12px 30px !important;
  background: linear-gradient(135deg, #ff7846, #e63946) !important;
  color: #fff !important;
  border-radius: 999px !important;
  font-weight: 700 !important;
  box-shadow: 0 8px 22px rgba(230, 57, 70, .35) !important;
  transition: transform .25s ease, box-shadow .25s ease;
  font-size: 15px !important;
  letter-spacing: 1px;
}
.geo-knowledge-hub a[href="/geo/"]:hover,
.geo-knowledge-hub a[href="/qa/"]:hover {
  transform: translateY(-2px);
  box-shadow: 0 12px 30px rgba(230, 57, 70, .45) !important;
}

/* ---------- 面包屑 ---------- */
.geo-knowledge-hub nav[aria-label="breadcrumb"] {
  background: #ffffff !important;
  border: 1px solid #eef0f8 !important;
  border-radius: 14px !important;
  padding: 14px 18px !important;
  box-shadow: 0 4px 16px rgba(28, 33, 77, .05) !important;
  margin-top: 30px !important;
}
.geo-knowledge-hub nav[aria-label="breadcrumb"] a { color: #e63946 !important; font-weight: 600; }
.geo-knowledge-hub nav[aria-label="breadcrumb"] li { color: #8b8fa8 !important; }

/* ---------- 服务流程 ---------- */
.process-section { padding: 66px 0 !important; }
.process-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; }
.process-step {
  background: #ffffff !important;
  border-radius: 18px !important;
  border: 1px solid #eef0f8 !important;
  border-top: 4px solid transparent !important;
  border-image: linear-gradient(90deg, #ff7846, #e63946) 1 !important;
  padding: 24px 20px !important;
  box-shadow: 0 8px 26px rgba(28, 33, 77, .07) !important;
  transition: transform .3s ease, box-shadow .3s ease;
  position: relative;
}
.process-step:hover { transform: translateY(-4px); box-shadow: 0 14px 36px rgba(28, 33, 77, .12) !important; }
.process-step-title {
  font-size: 16px !important; font-weight: 700 !important;
  color: #1d2146 !important; margin-bottom: 8px !important;
}
.process-step-desc { color: #61658a !important; font-size: 13px !important; line-height: 1.85 !important; }

/* ---------- 客户评价 ---------- */
.testimonials { padding: 66px 0 !important; }
.testimonials-slider { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.testimonial-card { background: #ffffff !important; border-radius: 18px !important; border: 1px solid #eef0f8 !important; padding: 26px !important; box-shadow: 0 8px 24px rgba(28, 33, 77, .07) !important; }
.testimonial-stars { color: #ffb703 !important; font-size: 16px !important; letter-spacing: 3px; margin-bottom: 10px; }
.testimonial-author { color: #1d2146 !important; font-weight: 700 !important; font-size: 14px !important; }

/* ---------- 联系区 ---------- */
.contact { padding: 66px 0 !important; }
.contact-wrapper {
  background: #ffffff !important;
  border: 1px solid #eef0f8 !important;
  border-radius: 22px !important;
  padding: 40px !important;
  box-shadow: 0 12px 38px rgba(28, 33, 77, .09) !important;
  display: grid; grid-template-columns: 1fr 1fr; gap: 40px;
}
.contact-info .contact-item { display: flex; align-items: flex-start; gap: 12px; margin-bottom: 20px; }
.contact-icon {
  width: 44px; height: 44px; flex-shrink: 0;
  border-radius: 13px;
  background: linear-gradient(135deg, #fff1ec, #ffe3da) !important;
  display: inline-flex; align-items: center; justify-content: center;
  color: #e63946; font-size: 18px;
}
.contact-item h4, .contact-item strong { color: #1d2146 !important; margin: 0 0 4px !important; }
.contact-item p { color: #5d6180 !important; font-size: 14px !important; line-height: 1.8 !important; }
.contact-phone { color: #e63946 !important; font-weight: 800 !important; font-size: 20px !important; text-decoration: none !important; }
.contact-form-wrap {
  background: #f8f9fd !important;
  border-radius: 18px !important;
  padding: 28px !important;
  border: 1px solid #eef0f8 !important;
}
.contact-form-wrap input, .contact-form-wrap textarea, .contact-form input, .contact-form textarea {
  border: 1px solid #dfe3f0 !important;
  border-radius: 10px !important;
  padding: 12px 14px !important;
  font-size: 14px !important;
  width: 100%; margin-bottom: 14px;
  transition: border-color .2s ease, box-shadow .2s ease;
}
.contact-form-wrap input:focus, .contact-form-wrap textarea:focus,
.contact-form input:focus, .contact-form textarea:focus {
  border-color: #e63946 !important;
  box-shadow: 0 0 0 3px rgba(230, 57, 70, .12) !important;
  outline: none;
}
.contact-form-wrap button, .contact-form button {
  background: linear-gradient(135deg, #ff7846, #e63946) !important;
  border: none !important; color: #fff !important;
  border-radius: 999px !important; padding: 13px 30px !important;
  font-weight: 700 !important; cursor: pointer;
  box-shadow: 0 8px 20px rgba(230, 57, 70, .3) !important;
}

/* ---------- 对比表 ---------- */
.comparison-section { padding: 60px 0 !important; }
.comparison-table-wrap {
  background: #ffffff !important;
  border: 1px solid #eef0f8 !important;
  border-radius: 18px !important;
  padding: 24px !important;
  overflow-x: auto;
  box-shadow: 0 8px 26px rgba(28, 33, 77, .07) !important;
}
.comparison-table-wrap table { border-collapse: collapse; width: 100%; }
.comparison-table-wrap th, .comparison-table-wrap td { padding: 12px 16px !important; border-bottom: 1px solid #eef0f8 !important; font-size: 14px !important; }
.comparison-table-wrap th { background: linear-gradient(135deg, #1d2146, #2a2f63) !important; color: #fff !important; font-weight: 700 !important; }
.comparison-table-wrap tr:nth-child(even) td { background: #f8f9fd !important; }
.comparison-hint { color: #8b8fa8 !important; font-size: 13px !important; margin-top: 10px !important; }

/* ---------- 浮动电话按钮 ---------- */
.floating-call .float-btn {
  display: flex; align-items: center; gap: 8px;
  background: linear-gradient(135deg, #ff7846, #e63946) !important;
  border-radius: 999px !important;
  padding: 12px 22px !important;
  color: #fff !important;
  text-decoration: none !important;
  box-shadow: 0 10px 30px rgba(230, 57, 70, .45) !important;
  font-weight: 700 !important;
  transition: transform .25s ease, box-shadow .25s ease;
}
.floating-call .float-btn:hover { transform: translateY(-2px) scale(1.03); }
.float-icon { font-size: 18px; }
.float-text { font-size: 14px !important; letter-spacing: .5px; }

/* ---------- 一键拨号底栏 ---------- */
.sticky-dial-bar { display: none !important; }
.dial-btn {
  display: flex; align-items: center; justify-content: center; gap: 10px;
  background: linear-gradient(135deg, #ff7846, #e63946) !important;
  color: #fff !important;
  padding: 15px !important;
  font-weight: 800 !important; font-size: 17px !important;
  text-decoration: none !important;
  letter-spacing: 2px;
  box-shadow: 0 -4px 20px rgba(230, 57, 70, .35);
}
.dial-btn:hover { opacity: .95; }

/* ---------- 移动底部导航 ---------- */
.mobile-nav {
  position: fixed; left: 0; right: 0; bottom: 0; z-index: 999;
  display: flex; justify-content: space-around;
  background: rgba(255, 255, 255, .96) !important;
  backdrop-filter: blur(14px) saturate(160%);
  -webkit-backdrop-filter: blur(14px) saturate(160%);
  border-top: 1px solid rgba(28, 33, 77, .08) !important;
  box-shadow: 0 -8px 26px rgba(28, 33, 77, .08) !important;
  padding: 8px 6px calc(8px + env(safe-area-inset-bottom));
}
.mn-item {
  display: flex; flex-direction: column; align-items: center; justify-content: center;
  gap: 3px; padding: 6px 14px; min-width: 60px;
  color: #8b8fa8 !important;
  text-decoration: none !important;
  border-radius: 14px;
  transition: all .2s ease;
}
.mn-item:hover, .mn-item.active { color: #e63946 !important; background: rgba(230, 57, 70, .07); }
.mn-icon { width: 22px; height: 22px; }
.mn-label { font-size: 10.5px !important; font-weight: 600; }

/* ---------- 汉堡按钮 ---------- */
.hamburger {
  background: rgba(28, 33, 77, .07) !important;
  border: none !important; border-radius: 12px !important;
  width: 42px; height: 42px;
  display: inline-flex; align-items: center; justify-content: center;
  cursor: pointer;
}
.hamburger::before, .hamburger span::before, .hamburger span::after { background: #1d2146 !important; }

/* ---------- 抽屉菜单 ---------- */
.mobile-drawer {
  position: fixed; top: 0; right: -85%; width: 82%; max-width: 340px; height: 100%;
  background: linear-gradient(165deg, #1d2146 0%, #2a2f63 100%) !important;
  z-index: 1000;
  padding: 30px 26px;
  transition: right .32s cubic-bezier(.4, 0, .2, 1);
  box-shadow: -20px 0 60px rgba(0, 0, 0, .3);
  overflow-y: auto;
}
.mobile-drawer.open { right: 0; }
.drawer-menu { list-style: none; margin: 0; padding: 0; }
.drawer-menu li a {
  display: block;
  color: #d6d9f0 !important;
  font-size: 17px !important;
  font-weight: 600;
  padding: 15px 12px;
  text-decoration: none !important;
  border-bottom: 1px solid rgba(255, 255, 255, .08) !important;
  transition: all .2s ease;
}
.drawer-menu li a:hover { color: #ffd8a0 !important; padding-left: 18px; background: rgba(255, 255, 255, .06); border-radius: 10px; }
.drawer-contact {
  margin-top: 28px; padding: 18px;
  background: rgba(255, 255, 255, .08) !important;
  border: 1px solid rgba(255, 255, 255, .14) !important;
  border-radius: 16px !important;
}
.drawer-contact p { color: #a9aed8 !important; font-size: 13px !important; margin: 0 0 8px !important; }
.drawer-tel {
  color: #ffd8a0 !important; font-size: 22px !important; font-weight: 800 !important;
  text-decoration: none !important; letter-spacing: 1px;
}
.drawer-overlay {
  position: fixed; inset: 0; background: rgba(13, 15, 32, .62) !important;
  backdrop-filter: blur(3px); z-index: 999;
}

/* ---------- 紧急电话 / 顶端条 ---------- */
.emergency-call {
  display: inline-flex; align-items: center; gap: 6px;
  color: #ffd8a0 !important; font-weight: 700 !important;
  text-decoration: none !important;
}
.header-cta a {
  background: linear-gradient(135deg, #ff7846, #e63946) !important;
  color: #fff !important; border-radius: 999px !important;
  padding: 9px 20px !important; font-weight: 700 !important;
  text-decoration: none !important; font-size: 14px !important;
  box-shadow: 0 6px 18px rgba(230, 57, 70, .35) !important;
  transition: transform .2s ease;
}
.header-cta a:hover { transform: translateY(-1px); }

/* ---------- 顶端小圆点 / 回到顶部 ---------- */
.pulse-dot { color: #e63946; }
.scroll-top {
  background: linear-gradient(135deg, #1d2146, #2a2f63) !important;
  color: #fff !important; border: none; border-radius: 12px;
  box-shadow: 0 8px 22px rgba(20, 24, 58, .3);
}

/* ---------- FAQ 区块 ---------- */
.faq-section { padding: 66px 0 !important; }
.faq-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.faq-section .faq-grid > div {
  background: #ffffff !important;
  border: 1px solid #eef0f8 !important;
  border-radius: 16px !important;
  padding: 24px 22px !important;
  box-shadow: 0 6px 22px rgba(28, 33, 77, .06) !important;
  transition: transform .3s ease, box-shadow .3s ease, border-color .3s ease;
}
.faq-section .faq-grid > div:hover {
  transform: translateY(-4px);
  border-color: rgba(230, 57, 70, .3) !important;
  box-shadow: 0 14px 34px rgba(28, 33, 77, .12) !important;
}
.faq-section h3 {
  font-size: 17px !important; font-weight: 700 !important;
  color: #1d2146 !important; margin: 0 0 10px !important;
  position: relative; padding-left: 14px;
}
.faq-section h3::before {
  content: ""; position: absolute; left: 0; top: 3px; bottom: 3px;
  width: 4px; border-radius: 99px;
  background: linear-gradient(180deg, #ff7846, #e63946);
}
.faq-section h4 {
  font-size: 16px !important; font-weight: 700 !important;
  color: #1d2146 !important; margin: 10px 0 8px !important;
}
.faq-bottom-title {
  font-size: 20px !important; font-weight: 800 !important;
  color: #1d2146 !important; letter-spacing: 1px;
  margin: 0 0 14px !important;
  position: relative; padding-left: 14px;
}
.faq-bottom-title::before {
  content: ""; position: absolute; left: 0; top: 2px; bottom: 2px;
  width: 5px; border-radius: 99px;
  background: linear-gradient(180deg, #ff7846, #e63946);
}
.faq-section .container > div[style*="border-top"] { border-top-color: #e4e7f2 !important; }
.faq-section .container > div[style*="border-top"] > div {
  background: #ffffff !important;
  border: 1px solid #eef0f8 !important;
  border-radius: 14px !important;
  padding: 18px 20px !important;
  margin-bottom: 12px !important;
  box-shadow: 0 4px 16px rgba(28, 33, 77, .05) !important;
  transition: transform .25s ease, box-shadow .25s ease;
}
.faq-section .container > div[style*="border-top"] > div:hover {
  transform: translateX(4px);
  box-shadow: 0 8px 24px rgba(28, 33, 77, .1) !important;
}

/* ---------- 底部宣传语与链接 ---------- */
.faq-section .container > p { color: #555a7e !important; font-size: 15px !important; line-height: 2 !important; letter-spacing: .3px; }
.faq-section .container > p strong { color: #e63946 !important; }
.faq-section .container > p:last-of-type a {
  display: inline-block !important;
  color: #e63946 !important;
  font-weight: 700 !important;
  text-decoration: none !important;
  padding: 4px 8px; border-radius: 8px;
  transition: background .2s ease;
}
.faq-section .container > p:last-of-type a:hover { background: rgba(230, 57, 70, .08); }

/* ---------- geo-card h4 标题（覆盖内联 #020080） ---------- */
.geo-card h4 {
  color: #1d2146 !important;
  font-size: 15.5px !important;
  font-weight: 700 !important;
  margin: 0 0 10px !important;
}

/* ---------- 移动端适配补充 ---------- */
@media (max-width: 768px) {
  .faq-grid { grid-template-columns: 1fr !important; gap: 14px; }
  .contact-wrapper { grid-template-columns: 1fr !important; padding: 26px !important; gap: 24px; }
  .geo-knowledge-hub { padding: 40px 0 0 !important; }
  .floating-call { display: none !important; }  /* 移动端用底栏替代 */
  .sticky-dial-bar { display: block !important; position: fixed; left: 0; right: 0; bottom: 62px; z-index: 998; }
  /* 底部导航与底栏避免遮挡内容 */
  .geo-knowledge-hub { padding-bottom: 140px !important; }
}
@media (min-width: 769px) {
  .mobile-nav, .mobile-drawer, .drawer-overlay, .sticky-dial-bar, .hamburger { display: none !important; }
  .floating-call { position: fixed; right: 26px; bottom: 30px; z-index: 999; }
}
/* ========== v12d 精致化补充 ========== */

/* ---- 移动端 header：logo slogan 与电话按钮重叠修复 ---- */
@media (max-width: 767px) {
  .main-header .container { padding: 12px 16px !important; min-height: 62px; }
  .logo .logo-text { font-size: 21px !important; }
  .logo p { display: none !important; }           /* 隐藏 slogan，避免与电话按钮重叠截断 */
  .logo { margin: 0; }
  .header-cta { margin: 0 0 0 auto !important; }
  .header-cta .btn-call { font-size: 14px !important; padding: 10px 16px !important; }
}

/* ---- 客户评价卡片：装饰引号 + 作者徽章 ---- */
.testimonial-card { position: relative !important; overflow: hidden; }
.testimonial-card::before {
  content: "\201C";
  position: absolute; top: 6px; right: 20px;
  font-family: Georgia, serif;
  font-size: 88px; line-height: 1;
  color: rgba(230, 57, 70, .10);
  font-weight: 700; z-index: 0;
  pointer-events: none;
}
.testimonial-card p { position: relative; z-index: 1; font-size: 14px !important; line-height: 1.85 !important; color: #5c6085 !important; min-height: 66px; }
.testimonial-author {
  display: inline-flex !important; align-items: center !important;
  gap: 8px; margin-top: 14px;
  padding: 6px 14px 6px 6px;
  background: linear-gradient(135deg, #fff5f1, #fdeeea);
  border-radius: 99px !important;
  font-size: 13px !important; color: #1d2146 !important;
  box-shadow: 0 2px 8px rgba(230, 57, 70, .08);
}
.testimonial-author::before {
  content: "F464";
  width: 26px; height: 26px; line-height: 26px;
  text-align: center; border-radius: 50%;
  background: linear-gradient(135deg, #ff7846, #e63946);
  color: #fff; font-size: 14px; flex: 0 0 26px;
}

/* ---- 施工流程卡：序号徽章（渐变圆角数字） ---- */
.process-grid { counter-reset: step; }
.process-step { counter-increment: step; position: relative !important; padding-top: 22px !important; }
.process-step-title { display: flex; align-items: center; gap: 10px; }
.process-step-title::before {
  content: counter(step, decimal-leading-zero);
  flex: 0 0 32px; width: 32px; height: 32px; line-height: 32px;
  text-align: center; border-radius: 10px;
  background: linear-gradient(135deg, #ff7846, #e63946);
  color: #fff; font-size: 14px; font-weight: 800;
  font-family: 'Arial', sans-serif;
  box-shadow: 0 4px 12px rgba(230, 57, 70, .28);
  margin: 0;
}

/* ---- 区域卡防变淡 ---- */
.area-card { opacity: 1 !important; }

/* ---- FAQ 标题横条装饰 ---- */
.faq-section .section-title::after,
.faq-section .section-title { position: relative; }
.faq-grid > div h3 { position: relative; padding-left: 14px; }
.faq-grid > div h3::before {
  content: ""; position: absolute; left: 0; top: 50%; transform: translateY(-50%);
  width: 4px; height: 16px; border-radius: 99px;
  background: linear-gradient(180deg, #ff7846, #e63946);
}

/* ---- 联系区图标色板统一 ---- */
.contact-item .contact-icon {
  background: linear-gradient(135deg, #fff5f1, #fdeeea) !important;
  color: #e63946 !important;
  border-radius: 12px;
}

/* ========== v12e 移动端栅格修复 ========== */
@media (max-width: 768px) {
  .testimonials-slider { grid-template-columns: 1fr !important; gap: 14px; }
  .process-grid { grid-template-columns: 1fr !important; gap: 12px; }
  .process-step { padding: 18px 16px !important; }
  .process-step::before { display: none; }   /* 移动端标题内嵌序号徽章即可 */
  .testimonial-card p { min-height: 0 !important; }
  .testimonial-card { padding: 20px 18px !important; }
  .testimonial-card::before { font-size: 64px !important; right: 14px !important; }
  .contact-item { padding: 12px 4px !important; }
}
