:root{
  --brand:#d7263d;
  --brand-2:#b8122b;
  --text-dark:#2b1b1f;
  --text-gray:#7a6469;
  --bg-soft:#fff6f7;
  --border:#f1d8dd;
}
body{
  margin:0;
  color:var(--text-dark);
  background:#fff;
  font-family:"Microsoft YaHei","PingFang SC",sans-serif;
  font-size:15px;
  line-height:1.65;
}
h1,h2,h3,h4,h5,h6{color:var(--text-dark);letter-spacing:.2px;}
h2{font-size:28px;font-weight:700;}
h5{font-size:16px;font-weight:700;}
p{margin-bottom:.75rem;}
.muted{color:#6a7892;}
.bg-soft{background:#f7faff;}
.page-section{padding:46px 0;}
.page-section.tight{padding:38px 0;}
.container .row.g-4{--bs-gutter-y:1.25rem;}
.container .row.g-3{--bs-gutter-y:1rem;}
.btn{
  border-radius:10px;
  font-weight:600;
  min-height:40px;
  padding:.5rem .95rem;
}
.btn-sm{min-height:34px;}
.btn-primary{
  background:var(--brand);
  border-color:var(--brand);
}
.btn-primary:hover,
.btn-primary:focus{
  background:var(--brand-2);
  border-color:var(--brand-2);
}
.btn-outline-primary{
  color:var(--brand);
  border-color:#ef9aa6;
}
.btn-outline-primary:hover,
.btn-outline-primary:focus{
  color:#fff;
  background:var(--brand);
  border-color:var(--brand);
}
.top-bar{
  background:#8f1022;
  color:#ffe9ed;
  font-size:13px;
  padding:8px 0;
}
.top-links a{
  color:#ffe9ed;
  margin-left:16px;
  text-decoration:none;
}
.main-nav{
  background:#fff;
  box-shadow:0 2px 14px rgba(215,38,61,.08);
}
.navbar-brand{
  font-weight:700;
  color:var(--brand);
}
.navbar .nav-link{
  color:#5c3c43;
  font-weight:500;
  margin:0 8px;
}
.navbar .nav-link.active,
.navbar .nav-link:hover{color:var(--brand);}
.hero{
  background:linear-gradient(135deg,#fff6f7 0%,#ffecee 48%,#fff9fa 100%);
  padding:84px 0 42px;
}
.hero h1{font-size:44px;font-weight:700;margin-bottom:14px;}
.hero p{color:var(--text-gray);margin-bottom:30px;}
.search-box{
  background:#fff;
  border-radius:12px;
  padding:8px;
  box-shadow:0 10px 26px rgba(215,38,61,.14);
}
.search-box .form-control{
  border:0;
  box-shadow:none;
  padding:12px 14px;
}
.search-box .btn{
  border-radius:10px;
  padding:12px 22px;
  background:var(--brand);
  border-color:var(--brand);
}
.hero-actions{display:flex;align-items:center;gap:14px;margin-top:16px;}
.hero-actions .btn{border-radius:10px;padding:11px 20px;font-weight:600;}
.hero-actions .btn-outline-primary{border-color:#ef9aa6;color:var(--brand);}
.service-card{
  border:1px solid #f5e1e5;
  border-radius:12px;
  padding:22px 18px;
  height:100%;
  transition:.2s ease;
  background:#fff;
}
.service-card:hover{
  transform:translateY(-4px);
  box-shadow:0 8px 24px rgba(215,38,61,.12);
}
.service-card .mdi{font-size:30px;color:var(--brand);}
.quick-services{margin-top:34px;}
.quick-link{
  background:#fff;
  border:1px solid #f0d7dd;
  border-radius:10px;
  padding:14px 16px;
  display:flex;
  align-items:center;
  gap:10px;
  text-decoration:none;
  color:#6a434a;
  font-weight:600;
  transition:all .2s ease;
}
.quick-link i{font-size:20px;color:var(--brand);}
.quick-link:hover{
  transform:translateY(-2px);
  box-shadow:0 8px 18px rgba(215,38,61,.12);
  color:var(--brand);
}
.section-title{text-align:center;margin-bottom:28px;}
.section-title h2{font-size:32px;font-weight:700;margin-bottom:10px;}
.section-title p{color:var(--text-gray);margin:0;}
.templates{padding:70px 0;}
.template-item{
  background:var(--bg-soft);
  border-radius:12px;
  padding:16px;
  text-align:center;
  font-weight:600;
  color:#7a333f;
  margin-bottom:16px;
}
.news{background:#fff7f8;padding:70px 0;}
.news-item{
  background:#fff;
  border-radius:12px;
  padding:22px;
  border:1px solid #f3dfe3;
  height:100%;
}
.news-item h5{font-size:18px;margin-bottom:10px;}
.news-item p{color:var(--text-gray);margin:0;}
.news-item .date{font-size:13px;color:#8190ac;}
.news-item a{color:inherit;text-decoration:none;}
.news-item a:hover{color:var(--brand);}
.site-footer{background:#7d0f20;color:#ffdce2;padding:48px 0 24px;}
.site-footer h6{color:#fff;margin-bottom:14px;font-size:15px;}
.site-footer a{
  display:block;
  text-decoration:none;
  color:#ffdce2;
  margin-bottom:8px;
  font-size:14px;
}
.copyright{
  border-top:1px solid rgba(255,255,255,.22);
  margin-top:22px;
  padding-top:16px;
  font-size:13px;
  line-height:1.9;
}
.copyright a{display:inline;color:#ffdce2;text-decoration:none;margin:0;}
.page-hero{padding:70px 0;background:linear-gradient(135deg,#fff6f7,#ffecee);}
.page-hero h1{font-size:38px;font-weight:700;}
.page-hero p{max-width:860px;margin-left:auto;margin-right:auto;}
.hero-card{
  border:1px solid #f0d6db;
  border-radius:12px;
  background:#fff;
  padding:16px;
  box-shadow:0 8px 20px rgba(215,38,61,.08);
}
.hero-card h6{font-size:14px;font-weight:700;margin-bottom:6px;color:#7d2b37;}
.hero-card p{font-size:13px;color:var(--text-gray);margin:0;line-height:1.6;}
.section-head{margin-bottom:18px;}
.section-head h2{margin-bottom:6px;}
.section-head p{margin:0;color:var(--text-gray);}
.section-head p{max-width:720px;}
.cardx{
  border:1px solid var(--border);
  border-radius:12px;
  padding:18px 18px;
  height:100%;
  background:#fff;
}
.cardx:hover{box-shadow:0 8px 20px rgba(215,38,61,.10);}
.cardx p{margin-bottom:.5rem;}
.cardx ul{padding-left:1.1rem;margin-bottom:0;}
.price{font-size:28px;color:var(--brand);font-weight:800;letter-spacing:.3px;}
.price small{font-size:13px;color:#6b7b98;font-weight:500;}
.icon-30{font-size:30px;color:var(--brand);}
.search-box.max-760{max-width:760px;margin-left:auto;margin-right:auto;}
.kpi{
  display:flex;align-items:center;justify-content:space-between;
  padding:10px 12px;border-radius:10px;background:#fff4f6;border:1px solid #f3d8dd;
  font-size:13px;color:#7a4a53;margin-bottom:8px;
  min-height:44px;
}
.kpi strong{font-size:18px;color:var(--brand);}
.chip{
  display:inline-block;padding:4px 10px;border-radius:20px;
  font-size:12px;background:#ffecef;color:#8f1c2d;margin:0 6px 6px 0;
}
.plan-card{
  position:relative;
  border:1px solid #f1d9de;
  border-radius:14px;
  background:linear-gradient(180deg,#ffffff 0%,#fff9fa 100%);
  padding:18px;
  height:100%;
  display:flex;
  flex-direction:column;
}
.plan-card.hot{
  border-color:#ef9aa6;
  box-shadow:0 10px 24px rgba(215,38,61,.16);
}
.plan-badge{
  position:absolute;top:10px;right:10px;
  padding:3px 8px;border-radius:999px;
  font-size:12px;background:var(--brand);color:#fff;
}
.plan-spec{
  list-style:none;padding:0;margin:10px 0 0;
}
.plan-spec li{
  padding:6px 0;
  border-bottom:1px dashed #f2dce1;
  color:#6d5a5f;
  font-size:14px;
}
.plan-spec li:last-child{border-bottom:0;}
.grid-4-compact .row{--bs-gutter-y:.9rem;}
.plan-card .price{margin-top:auto;}
.plan-card .btn{margin-top:10px;align-self:flex-start;}
.adv-card{
  border:1px solid #f0d6db;
  border-radius:12px;
  background:#fff;
  padding:16px;
  height:100%;
}
.adv-card h5{margin-bottom:6px;}
.map{
  min-height:320px;
  background:#fff1f3;
  border:1px dashed #e8b6bf;
  border-radius:12px;
  display:flex;
  align-items:center;
  justify-content:center;
  color:#9b3f4d;
}
@media (max-width: 992px){
  .hero h1{font-size:34px;}
  .top-links{display:none;}
  .hero-actions{flex-wrap:wrap;}
  .hero-actions .btn{width:100%;}
  .page-hero{padding:54px 0;}
  .page-hero h1{font-size:30px;}
  h2{font-size:24px;}
  .price{font-size:24px;}
  .plan-card{padding:16px;}
  .plan-spec li{font-size:13px;padding:5px 0;}
  .kpi strong{font-size:16px;}
}
@media (max-width: 576px){
  .page-section{padding:34px 0;}
  .page-hero{padding:42px 0;}
  .page-hero h1{font-size:26px;}
  .btn{width:100%;}
  .btn + .btn{margin-top:8px;}
  .price{font-size:22px;}
}
