/* =========================================================
   大眼汤娃官网 · 全站样式
   品牌色：暖橙（阳光/追光）+ 青绿（健康/清晰）+ 深蓝（专业/信任）
   ========================================================= */

:root {
  --orange: #FF8A3D;
  --orange-deep: #E86F1F;
  --orange-soft: #FFF1E4;
  --teal: #17A89B;
  --teal-deep: #0E857B;
  --teal-soft: #E5F7F4;
  --navy: #2B3A55;
  --navy-soft: #5A6B8C;
  --yellow: #FFC53D;
  --bg: #FFF9F2;
  --card: #FFFFFF;
  --line: #F0E4D6;
  --radius: 18px;
  --shadow: 0 6px 24px rgba(43, 58, 85, 0.08);
  --shadow-hover: 0 10px 32px rgba(43, 58, 85, 0.14);
  --maxw: 1140px;
}

* { margin: 0; padding: 0; box-sizing: border-box; }

html { scroll-behavior: smooth; }

body {
  font-family: "PingFang SC", "Microsoft YaHei", "Hiragino Sans GB", system-ui, -apple-system, sans-serif;
  background: var(--bg);
  color: var(--navy);
  line-height: 1.75;
  font-size: 16px;
}

img { max-width: 100%; display: block; }
a { color: var(--teal-deep); text-decoration: none; }
a:hover { color: var(--orange-deep); }

.wrap { max-width: var(--maxw); margin: 0 auto; padding: 0 24px; }

/* ---------- 顶部导航 ---------- */
.site-header {
  position: sticky; top: 0; z-index: 100;
  background: rgba(255, 255, 255, 0.94);
  backdrop-filter: blur(10px);
  border-bottom: 1px solid var(--line);
}
.nav-bar {
  display: flex; align-items: center; justify-content: space-between;
  height: 68px; gap: 16px;
}
.logo { display: flex; align-items: center; gap: 10px; font-weight: 800; font-size: 20px; color: var(--navy); }
.logo-mark {
  width: 40px; height: 40px; border-radius: 12px;
  background: linear-gradient(135deg, var(--orange), var(--yellow));
  display: flex; align-items: center; justify-content: center;
  color: #fff; font-size: 20px; box-shadow: 0 4px 12px rgba(255, 138, 61, 0.35);
}
.logo small { display: block; font-size: 11px; font-weight: 500; color: var(--navy-soft); line-height: 1.2; }

.nav-links { display: flex; align-items: center; gap: 4px; list-style: none; }
.nav-links a {
  display: block; padding: 8px 11px; border-radius: 10px;
  font-size: 14.5px; font-weight: 600; color: var(--navy);
}
.nav-links a:hover, .nav-links a.active { background: var(--orange-soft); color: var(--orange-deep); }

.nav-cta {
  background: linear-gradient(135deg, var(--orange), var(--orange-deep));
  color: #fff !important; padding: 10px 20px !important; border-radius: 999px;
  box-shadow: 0 4px 14px rgba(255, 138, 61, 0.4);
}
.nav-toggle { display: none; background: none; border: none; font-size: 26px; color: var(--navy); cursor: pointer; }

@media (max-width: 860px) {
  .nav-toggle { display: block; }
  .nav-links {
    display: none; position: absolute; top: 68px; left: 0; right: 0;
    flex-direction: column; align-items: stretch;
    background: #fff; padding: 12px 20px 20px; gap: 2px;
    border-bottom: 1px solid var(--line); box-shadow: var(--shadow);
  }
  .nav-links.open { display: flex; }
}

/* ---------- Hero ---------- */
.hero {
  background:
    radial-gradient(720px 320px at 85% -10%, rgba(255, 197, 61, 0.28), transparent 70%),
    radial-gradient(640px 360px at 8% 110%, rgba(23, 168, 155, 0.16), transparent 70%),
    linear-gradient(180deg, #FFF4E6 0%, var(--bg) 100%);
  padding: 72px 0 64px;
}
.hero-grid { display: grid; grid-template-columns: 1.15fr 0.85fr; gap: 48px; align-items: center; }
.hero h1 { font-size: 40px; line-height: 1.3; font-weight: 800; letter-spacing: 0.5px; }
.hero h1 .hl { color: var(--orange-deep); }
.hero .sub { margin: 18px 0 8px; font-size: 19px; color: var(--navy-soft); }
.hero .slogan-line { font-size: 17px; font-weight: 700; color: var(--teal-deep); margin-bottom: 26px; }
.hero-actions { display: flex; gap: 14px; flex-wrap: wrap; margin-top: 8px; }

.btn {
  display: inline-flex; align-items: center; gap: 8px;
  padding: 13px 28px; border-radius: 999px; font-size: 16px; font-weight: 700;
  border: none; cursor: pointer; transition: 0.2s;
}
.btn-primary { background: linear-gradient(135deg, var(--orange), var(--orange-deep)); color: #fff; box-shadow: 0 6px 18px rgba(255, 138, 61, 0.4); }
.btn-primary:hover { transform: translateY(-2px); box-shadow: 0 10px 24px rgba(255, 138, 61, 0.5); }
.btn-ghost { background: #fff; color: var(--navy); border: 1.5px solid var(--line); }
.btn-ghost:hover { border-color: var(--teal); color: var(--teal-deep); }
.btn-teal { background: linear-gradient(135deg, var(--teal), var(--teal-deep)); color: #fff; box-shadow: 0 6px 18px rgba(23, 168, 155, 0.35); }
.btn-teal:hover { transform: translateY(-2px); }

.hero-visual { position: relative; }
.hero-card {
  background: var(--card); border-radius: 24px; padding: 30px 28px;
  box-shadow: var(--shadow-hover); border: 1px solid var(--line); position: relative; overflow: hidden;
}
.hero-card::before {
  content: ""; position: absolute; top: -40px; right: -40px;
  width: 130px; height: 130px; border-radius: 50%;
  background: radial-gradient(circle, rgba(255, 197, 61, 0.5), transparent 70%);
}
.hero-card h3 { font-size: 17px; margin-bottom: 14px; color: var(--orange-deep); }
.scene-tags { display: flex; flex-direction: column; gap: 12px; }
.scene-tag {
  display: flex; align-items: center; gap: 12px; padding: 12px 16px;
  background: var(--teal-soft); border-radius: 14px; font-weight: 700; font-size: 15px;
}
.scene-tag:nth-child(2) { background: var(--orange-soft); }
.scene-tag:nth-child(3) { background: #FFF8DE; }
.scene-tag .ico { font-size: 24px; }
.scene-tag small { display: block; font-weight: 500; color: var(--navy-soft); font-size: 12.5px; }

/* ---------- 通用区块 ---------- */
.section { padding: 72px 0; }
.section.alt { background: #fff; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.section-head { text-align: center; max-width: 720px; margin: 0 auto 44px; }
.section-head .kicker {
  display: inline-block; padding: 5px 16px; border-radius: 999px;
  background: var(--teal-soft); color: var(--teal-deep); font-size: 13.5px; font-weight: 700; margin-bottom: 14px;
}
.section-head h2 { font-size: 30px; font-weight: 800; }
.section-head p { color: var(--navy-soft); margin-top: 12px; font-size: 16px; }

.grid-3 { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.grid-2 { display: grid; grid-template-columns: repeat(2, 1fr); gap: 24px; }
@media (max-width: 900px) { .grid-3, .grid-2 { grid-template-columns: 1fr; } .hero-grid { grid-template-columns: 1fr; } }

.card {
  background: var(--card); border-radius: var(--radius); padding: 28px 26px;
  border: 1px solid var(--line); box-shadow: var(--shadow);
  transition: 0.25s;
}
.card:hover { box-shadow: var(--shadow-hover); transform: translateY(-4px); }
.card .ico {
  width: 52px; height: 52px; border-radius: 14px; font-size: 26px;
  display: flex; align-items: center; justify-content: center; margin-bottom: 16px;
  background: var(--orange-soft);
}
.card h3 { font-size: 19px; margin-bottom: 10px; }
.card p { color: var(--navy-soft); font-size: 14.5px; }
.card ul { margin: 10px 0 0 18px; color: var(--navy-soft); font-size: 14.5px; }
.card ul li { margin: 4px 0; }

/* ---------- 数字条 ---------- */
.stats-band {
  background: linear-gradient(120deg, var(--navy) 0%, #3D5075 100%);
  color: #fff; border-radius: 24px; padding: 36px 40px;
  display: grid; grid-template-columns: repeat(4, 1fr); gap: 20px; text-align: center;
}
.stats-band .num { font-size: 34px; font-weight: 800; color: var(--yellow); }
.stats-band .lab { font-size: 14px; color: rgba(255, 255, 255, 0.85); margin-top: 4px; }
@media (max-width: 900px) { .stats-band { grid-template-columns: repeat(2, 1fr); } }

/* ---------- 时间线（公司动态） ---------- */
.timeline { position: relative; max-width: 820px; margin: 0 auto; padding-left: 34px; }
.timeline::before {
  content: ""; position: absolute; left: 10px; top: 8px; bottom: 8px;
  width: 3px; border-radius: 3px; background: linear-gradient(var(--orange), var(--teal));
}
.tl-item { position: relative; padding: 0 0 34px 18px; }
.tl-item::before {
  content: ""; position: absolute; left: -31px; top: 7px;
  width: 15px; height: 15px; border-radius: 50%;
  background: #fff; border: 4px solid var(--orange);
}
.tl-item.tl-teal::before { border-color: var(--teal); }
.tl-date {
  display: inline-block; padding: 3px 12px; border-radius: 999px;
  background: var(--orange-soft); color: var(--orange-deep);
  font-size: 13px; font-weight: 700; margin-bottom: 8px;
}
.tl-item.tl-teal .tl-date { background: var(--teal-soft); color: var(--teal-deep); }
.tl-item h3 { font-size: 18px; margin-bottom: 6px; }
.tl-item p { color: var(--navy-soft); font-size: 15px; }
.tl-tag { display: inline-block; margin-left: 8px; padding: 2px 10px; border-radius: 999px; font-size: 12px; font-weight: 700; background: #FFF3D6; color: #B07A00; vertical-align: 2px; }

/* ---------- FAQ ---------- */
.faq-list { max-width: 860px; margin: 0 auto; }
.faq-item {
  background: var(--card); border: 1px solid var(--line); border-radius: 14px;
  margin-bottom: 14px; overflow: hidden; box-shadow: var(--shadow);
}
.faq-q {
  width: 100%; display: flex; justify-content: space-between; align-items: center; gap: 14px;
  padding: 18px 22px; background: none; border: none; cursor: pointer;
  font-size: 16.5px; font-weight: 700; color: var(--navy); text-align: left; font-family: inherit;
}
.faq-q .arr { font-size: 13px; color: var(--orange-deep); transition: 0.25s; flex: none; }
.faq-item.open .faq-q .arr { transform: rotate(90deg); }
.faq-a { max-height: 0; overflow: hidden; transition: max-height 0.3s ease; }
.faq-a-inner { padding: 0 22px 18px; color: var(--navy-soft); font-size: 15px; }
.faq-cat { margin: 40px 0 18px; display: flex; align-items: center; gap: 10px; }
.faq-cat h3 { font-size: 20px; }
.faq-cat .bar { width: 6px; height: 22px; border-radius: 3px; background: var(--orange); }

/* ---------- 表单 ---------- */
.form-card { max-width: 760px; margin: 0 auto; }
.form-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
.form-grid .full { grid-column: 1 / -1; }
@media (max-width: 640px) { .form-grid { grid-template-columns: 1fr; } }
.field label { display: block; font-size: 14px; font-weight: 700; margin-bottom: 6px; }
.field label .req { color: #E0552B; }
.field input, .field select, .field textarea {
  width: 100%; padding: 12px 14px; border: 1.5px solid var(--line); border-radius: 12px;
  font-size: 15px; font-family: inherit; background: #FFFDF9; color: var(--navy);
  transition: border-color 0.2s;
}
.field input:focus, .field select:focus, .field textarea:focus { outline: none; border-color: var(--teal); }
.field textarea { min-height: 110px; resize: vertical; }
.form-note { font-size: 13px; color: var(--navy-soft); margin-top: 14px; }
.form-success {
  display: none; text-align: center; padding: 40px 24px;
  background: var(--teal-soft); border-radius: 16px; margin-top: 8px;
}
.form-success .big { font-size: 44px; }
.form-success h3 { color: var(--teal-deep); margin: 10px 0 6px; }

/* ---------- 门店卡片 ---------- */
.store-card { display: flex; gap: 16px; align-items: flex-start; }
.store-card .pin {
  flex: none; width: 46px; height: 46px; border-radius: 13px;
  background: var(--teal-soft); display: flex; align-items: center; justify-content: center; font-size: 22px;
}
.store-card h3 { font-size: 17px; margin-bottom: 4px; }
.store-card p { font-size: 14px; color: var(--navy-soft); }
.store-card .area {
  display: inline-block; padding: 2px 10px; border-radius: 999px;
  background: var(--orange-soft); color: var(--orange-deep); font-size: 12px; font-weight: 700; margin-bottom: 6px;
}

/* ---------- 免责/边界提示 ---------- */
.disclaimer {
  max-width: 900px; margin: 40px auto 0; padding: 18px 22px;
  background: #FFF6E8; border: 1px dashed #E8C88F; border-radius: 14px;
  font-size: 13.5px; color: #8A6A3B;
}

/* ---------- 页脚 ---------- */
.site-footer { background: var(--navy); color: rgba(255, 255, 255, 0.85); padding: 56px 0 28px; margin-top: 80px; }
.footer-grid { display: grid; grid-template-columns: 1.4fr 1fr 1fr 1fr; gap: 36px; }
@media (max-width: 900px) { .footer-grid { grid-template-columns: 1fr 1fr; } }
.site-footer h4 { color: #fff; font-size: 16px; margin-bottom: 14px; }
.site-footer a { color: rgba(255, 255, 255, 0.8); font-size: 14px; display: block; margin-bottom: 9px; }
.site-footer a:hover { color: var(--yellow); }
.site-footer p { font-size: 14px; }
.footer-brand { display: flex; align-items: center; gap: 10px; margin-bottom: 14px; color: #fff; font-weight: 800; font-size: 19px; }
.footer-bottom {
  border-top: 1px solid rgba(255, 255, 255, 0.14); margin-top: 36px; padding-top: 22px;
  font-size: 13px; color: rgba(255, 255, 255, 0.55); text-align: center;
}

/* ---------- 页面小标题横幅 ---------- */
.page-hero {
  background: linear-gradient(120deg, #FFF3E2 0%, var(--bg) 80%);
  padding: 52px 0 44px; border-bottom: 1px solid var(--line);
}
.page-hero h1 { font-size: 32px; font-weight: 800; }
.page-hero p { color: var(--navy-soft); margin-top: 10px; max-width: 760px; }

/* ---------- 表格 ---------- */
.table-wrap { overflow-x: auto; }
table.spec { width: 100%; border-collapse: collapse; background: #fff; border-radius: 14px; overflow: hidden; box-shadow: var(--shadow); }
table.spec th { background: var(--navy); color: #fff; padding: 12px 16px; font-size: 14.5px; text-align: left; }
table.spec td { padding: 12px 16px; border-bottom: 1px solid var(--line); font-size: 14.5px; color: var(--navy-soft); }
table.spec tr:last-child td { border-bottom: none; }
table.spec td:first-child { color: var(--navy); font-weight: 700; white-space: nowrap; }

/* ---------- 团队 ---------- */
.team-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
@media (max-width: 900px) { .team-grid { grid-template-columns: 1fr; } }
.team-card { text-align: center; }
.team-card .avatar {
  width: 84px; height: 84px; border-radius: 50%; margin: 0 auto 14px;
  display: flex; align-items: center; justify-content: center; font-size: 36px;
  background: linear-gradient(135deg, var(--teal-soft), var(--orange-soft));
}
.team-card .role { color: var(--orange-deep); font-size: 13.5px; font-weight: 700; }

/* ---------- 面包屑 ---------- */
.crumb { font-size: 13.5px; color: var(--navy-soft); padding-top: 18px; }
.crumb a { color: var(--navy-soft); }

/* ---------- 客群双入口（家长 / 加盟商分流） ---------- */
.split-entrance { display: grid; grid-template-columns: 1fr 1fr; gap: 26px; margin-top: 44px; }
@media (max-width: 800px) { .split-entrance { grid-template-columns: 1fr; } }
.split-card {
  position: relative; border-radius: 22px; padding: 32px 30px; overflow: hidden;
  border: 1px solid var(--line); transition: 0.25s; background: var(--card);
}
.split-card:hover { transform: translateY(-4px); box-shadow: var(--shadow-hover); }
.split-card.parent { background: linear-gradient(135deg, #FFF3E2 0%, #fff 85%); border-top: 4px solid var(--orange); }
.split-card.partner { background: linear-gradient(135deg, #E5F7F4 0%, #fff 85%); border-top: 4px solid var(--teal); }
.split-card .who {
  display: inline-block; padding: 4px 14px; border-radius: 999px; font-size: 13px; font-weight: 700;
}
.split-card.parent .who { background: var(--orange); color: #fff; }
.split-card.partner .who { background: var(--teal); color: #fff; }
.split-card h3 { font-size: 22px; margin: 14px 0 8px; }
.split-card p { color: var(--navy-soft); font-size: 15px; }
.split-card .go { display: inline-flex; align-items: center; gap: 6px; margin-top: 18px; font-weight: 800; font-size: 16px; }
.split-card.parent .go { color: var(--orange-deep); }
.split-card.partner .go { color: var(--teal-deep); }
.split-card .deco {
  position: absolute; right: -26px; bottom: -26px; width: 120px; height: 120px;
  border-radius: 50%; opacity: 0.12; font-size: 84px; line-height: 120px; text-align: center;
}

/* ---------- 信任徽章条 ---------- */
.trust-strip {
  display: flex; gap: 14px; flex-wrap: wrap; justify-content: center;
  padding: 22px 18px; background: #fff; border: 1px solid var(--line);
  border-radius: 999px; box-shadow: var(--shadow);
}
.trust-badge {
  display: inline-flex; align-items: center; gap: 8px;
  font-size: 14px; font-weight: 700; color: var(--navy); white-space: nowrap;
}
.trust-badge .tick {
  width: 22px; height: 22px; border-radius: 50%; background: var(--teal); color: #fff;
  font-size: 12px; display: inline-flex; align-items: center; justify-content: center; flex: none;
}
@media (max-width: 700px) { .trust-strip { border-radius: 18px; } }

/* ---------- 服务流程步骤 ---------- */
.process-steps { display: grid; grid-template-columns: repeat(4, 1fr); gap: 20px; counter-reset: step; }
@media (max-width: 900px) { .process-steps { grid-template-columns: 1fr 1fr; } }
.p-step {
  position: relative; background: var(--card); border: 1px solid var(--line);
  border-radius: var(--radius); padding: 26px 22px; box-shadow: var(--shadow);
}
.p-step::before {
  counter-increment: step; content: "0" counter(step);
  font-size: 34px; font-weight: 800; color: var(--orange);
  display: block; margin-bottom: 10px; letter-spacing: 1px;
}
.p-step h3 { font-size: 17px; margin-bottom: 8px; }
.p-step p { font-size: 14px; color: var(--navy-soft); }
.p-step:not(:last-child)::after {
  content: "→"; position: absolute; right: -16px; top: 40px;
  color: var(--orange); font-weight: 800; font-size: 20px;
}
@media (max-width: 900px) { .p-step::after { display: none; } }

/* ---------- 品牌 IP 卡 ---------- */
.ip-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 24px; }
@media (max-width: 800px) { .ip-grid { grid-template-columns: 1fr; } }
.ip-card {
  border-radius: 22px; padding: 32px 30px; color: #fff; position: relative; overflow: hidden;
}
.ip-card.mom { background: linear-gradient(135deg, #E86F1F 0%, #FFB25E 100%); }
.ip-card.kid { background: linear-gradient(135deg, #0E857B 0%, #3BC9B8 100%); }
.ip-card .ip-name { font-size: 24px; font-weight: 800; margin-bottom: 8px; }
.ip-card .ip-en { font-size: 13px; opacity: 0.85; letter-spacing: 2px; text-transform: uppercase; }
.ip-card p { margin-top: 12px; font-size: 15px; opacity: 0.96; }
.ip-card .big-ico { position: absolute; right: 20px; bottom: 12px; font-size: 76px; opacity: 0.25; }

/* ---------- 加盟页专属 ---------- */
.pain-vs { display: grid; grid-template-columns: 1fr 1fr; gap: 24px; }
@media (max-width: 800px) { .pain-vs { grid-template-columns: 1fr; } }
.vs-col { border-radius: var(--radius); padding: 26px 24px; }
.vs-col.bad { background: #FDF0EC; border: 1px solid #F2CDBE; }
.vs-col.good { background: var(--teal-soft); border: 1px solid #BFE8E2; }
.vs-col h3 { font-size: 18px; margin-bottom: 12px; }
.vs-col.bad h3 { color: #C04A1E; }
.vs-col.good h3 { color: var(--teal-deep); }
.vs-col ul { margin-left: 18px; font-size: 14.5px; color: var(--navy-soft); }
.vs-col li { margin: 7px 0; }

.sys-list { display: grid; grid-template-columns: repeat(5, 1fr); gap: 14px; }
@media (max-width: 900px) { .sys-list { grid-template-columns: repeat(2, 1fr); } }
.sys-item {
  background: #fff; border: 1px solid var(--line); border-radius: 14px;
  padding: 18px 12px; text-align: center; box-shadow: var(--shadow);
}
.sys-item .ico { font-size: 28px; }
.sys-item h4 { font-size: 15px; margin-top: 8px; }

/* ---------- 顶部公告条 ---------- */
.top-bar {
  background: linear-gradient(90deg, var(--navy) 0%, #3D5075 100%);
  color: rgba(255, 255, 255, 0.92); font-size: 13px;
}
.top-bar-inner { display: flex; justify-content: space-between; align-items: center; gap: 12px; padding: 7px 24px; }
.top-bar a { color: var(--yellow); font-weight: 700; }
.top-bar a:hover { color: #fff; }
@media (max-width: 700px) { .top-bar-inner span { display: none; } .top-bar-inner { justify-content: center; } }

/* ---------- 右下角悬浮微信咨询 ---------- */
.wx-float { position: fixed; right: 22px; bottom: 26px; z-index: 200; }
.wx-float-btn {
  width: 62px; height: 62px; border-radius: 50%; border: none; cursor: pointer;
  background: linear-gradient(135deg, #07C160, #05A350); color: #fff;
  font-size: 20px; line-height: 1.15; box-shadow: 0 8px 22px rgba(7, 193, 96, 0.45);
  display: flex; flex-direction: column; align-items: center; justify-content: center;
  transition: 0.2s;
}
.wx-float-btn span { font-size: 11px; font-weight: 700; }
.wx-float-btn:hover { transform: translateY(-3px) scale(1.04); }
.wx-float-card {
  position: absolute; right: 74px; bottom: 0; width: 230px;
  background: #fff; border-radius: 16px; padding: 16px; text-align: center;
  box-shadow: 0 12px 36px rgba(43, 58, 85, 0.22); border: 1px solid var(--line);
  opacity: 0; visibility: hidden; transform: translateX(10px); transition: 0.25s;
}
.wx-float-card.open { opacity: 1; visibility: visible; transform: translateX(0); }
.wx-float-card img { width: 100%; border-radius: 10px; }
.wx-float-tel {
  display: inline-block; margin-top: 10px; font-size: 13px; font-weight: 700;
  color: var(--orange-deep);
}

/* ---------- 官宣文章卡 ---------- */
.article-card h3 { font-size: 19px; }
.article-cat {
  display: inline-block; padding: 3px 12px; border-radius: 999px; font-size: 12.5px; font-weight: 700;
}
.article-cat.cat-orange { background: var(--orange-soft); color: var(--orange-deep); }
.article-cat.cat-teal { background: var(--teal-soft); color: var(--teal-deep); }
.article-cat.cat-yellow { background: #FFF3D6; color: #B07A00; }
.article-cat.cat-navy { background: #EAEEF6; color: var(--navy); }

/* ---------- 深蓝 CTA 横幅 ---------- */
.cta-band {
  background: linear-gradient(120deg, var(--navy) 0%, #3D5075 70%, #4A6190 100%);
  border-radius: 24px; padding: 52px 40px; text-align: center; color: #fff;
  position: relative; overflow: hidden;
}
.cta-band::before {
  content: ""; position: absolute; top: -60px; right: -60px; width: 220px; height: 220px;
  border-radius: 50%; background: radial-gradient(circle, rgba(255, 197, 61, 0.35), transparent 70%);
}
.cta-band h2 { font-size: 27px; }
.cta-band p { color: rgba(255, 255, 255, 0.85); margin: 12px 0 26px; }

/* ---------- 十二大功能分区网格 ---------- */
.zone-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 14px; }
@media (max-width: 900px) { .zone-grid { grid-template-columns: repeat(2, 1fr); } }
.zone-item {
  background: #fff; border: 1px solid var(--line); border-radius: 14px; padding: 16px 12px;
  text-align: center; box-shadow: var(--shadow); transition: 0.2s;
}
.zone-item:hover { transform: translateY(-3px); box-shadow: var(--shadow-hover); }
.zone-item .ico { font-size: 26px; }
.zone-item h4 { font-size: 14.5px; margin-top: 8px; }

/* ---------- 产品中心 ---------- */
.product-card { padding: 0; overflow: hidden; }
.product-card .p-img {
  height: 150px; display: flex; align-items: center; justify-content: center;
  background: linear-gradient(135deg, var(--orange-soft), var(--teal-soft));
  font-size: 62px; position: relative;
}
.product-card .p-img img { width: 100%; height: 100%; object-fit: cover; }
.product-card .p-body { padding: 20px 22px 24px; }
.product-card h3 { font-size: 18px; margin: 10px 0 8px; }
.product-card p { font-size: 14px; color: var(--navy-soft); }
.p-meta { display: flex; gap: 8px; flex-wrap: wrap; }
.p-cat {
  display: inline-block; padding: 3px 12px; border-radius: 999px; font-size: 12.5px; font-weight: 700;
  background: var(--teal-soft); color: var(--teal-deep);
}
.p-tag {
  display: inline-block; padding: 3px 12px; border-radius: 999px; font-size: 12.5px; font-weight: 700;
  background: var(--orange-soft); color: var(--orange-deep);
}
.product-filters { display: flex; gap: 10px; flex-wrap: wrap; justify-content: center; margin-bottom: 30px; }
.pf-chip {
  padding: 8px 20px; border-radius: 999px; border: 1.5px solid var(--line);
  background: #fff; font-size: 14px; font-weight: 700; color: var(--navy); cursor: pointer;
  transition: 0.2s; font-family: inherit;
}
.pf-chip.active, .pf-chip:hover { background: var(--teal); border-color: var(--teal); color: #fff; }

/* ---------- 品牌吉祥物（嵌入 logo 方块，不改变原有布局） ---------- */
.logo-mark-img { width: 30px; height: 30px; display: block; border-radius: 8px; }

/* 品牌形象展示台（关于页） */
.brand-stage {
  margin-top: 40px; padding: 44px 36px 36px; text-align: center;
  background: linear-gradient(160deg, #FFF9F0 0%, #FFF3E2 55%, #E5F7F4 100%);
  border-radius: 22px; border: 1px solid rgba(255, 138, 61, 0.14);
}
.brand-stage img { display: block; margin: 0 auto; height: 250px; width: auto;
  filter: drop-shadow(0 12px 26px rgba(20, 40, 80, 0.12)); }
.brand-stage .stage-slogan { font-size: 21px; font-weight: 800; color: var(--navy); margin-top: 18px; letter-spacing: 2px; }
.brand-stage .stage-note { font-size: 13px; color: var(--navy-soft); margin-top: 8px; }
@media (max-width: 640px) { .brand-stage img { height: 185px; } .brand-stage .stage-slogan { font-size: 18px; } }
