/* 越南新娘相亲网 - 百变模板样式表 | 类名前缀: zebade */

:root {
  --zebadeprimary: #c41e3a;
  --zebadeprimary-dark: #9a1830;
  --zebadesecondary: #1a5f4a;
  --zebadeaccent: #d4a853;
  --zebadetext: #2c2c2c;
  --zebadetext-light: #5a5a5a;
  --zebadebg: #faf8f5;
  --zebadewhite: #ffffff;
  --zebadeborder: #e8e4df;
  --zebadeshadow: 0 4px 24px rgba(0, 0, 0, 0.08);
  --zebaderadius: 12px;
  --zebademax-width: 1200px;
  --zebadefont: "Microsoft YaHei", "PingFang SC", "Hiragino Sans GB", sans-serif;
}

*,
*::before,
*::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

html {
  scroll-behavior: smooth;
  font-size: 16px;
  overflow-x: hidden;
}

body.zebadebody {
  font-family: var(--zebadefont);
  color: var(--zebadetext);
  background: var(--zebadebg);
  line-height: 1.7;
  -webkit-text-size-adjust: 100%;
  overflow-x: hidden;
}

.zebadecontainer {
  width: 100%;
  max-width: var(--zebademax-width);
  margin: 0 auto;
  padding-left: max(16px, env(safe-area-inset-left, 0px));
  padding-right: max(16px, env(safe-area-inset-right, 0px));
}

img {
  max-width: 100%;
  height: auto;
}

/* ========== 顶部栏 ========== */
.zebadetopbar {
  background: var(--zebadesecondary);
  color: var(--zebadewhite);
  font-size: 0.85rem;
  padding: 8px 0;
}

.zebadetopbar-inner {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  gap: 8px;
}

.zebadetopbar-item {
  display: flex;
  align-items: center;
  gap: 6px;
}

/* ========== 头部导航 ========== */
.zebadeheader {
  background: var(--zebadewhite);
  box-shadow: var(--zebadeshadow);
  position: sticky;
  top: 0;
  z-index: 1000;
}

.zebadeheader-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding: 12px max(16px, env(safe-area-inset-right, 0px)) 12px max(16px, env(safe-area-inset-left, 0px));
  max-width: var(--zebademax-width);
  margin: 0 auto;
  width: 100%;
  min-width: 0;
}

.zebadelogo {
  display: flex;
  align-items: center;
  gap: 12px;
  text-decoration: none;
  color: var(--zebadetext);
  min-width: 0;
  flex-shrink: 1;
}

.zebadelogo-icon {
  width: 48px;
  height: 48px;
  background: linear-gradient(135deg, var(--zebadeprimary), var(--zebadeaccent));
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--zebadewhite);
  font-weight: bold;
  font-size: 1.1rem;
}

.zebadelogo-text {
  display: flex;
  flex-direction: column;
  min-width: 0;
}

.zebadelogo-title {
  font-size: 1.25rem;
  font-weight: 700;
  color: var(--zebadeprimary);
  line-height: 1.3;
}

.zebadelogo-sub {
  font-size: 0.75rem;
  color: var(--zebadetext-light);
}

.zebadenav-toggle {
  display: none;
  flex-direction: column;
  gap: 5px;
  background: none;
  border: none;
  cursor: pointer;
  padding: 10px;
  flex-shrink: 0;
  position: relative;
  z-index: 1002;
  -webkit-tap-highlight-color: transparent;
}

.zebadenav-toggle span {
  display: block;
  width: 26px;
  height: 3px;
  background: var(--zebadeprimary);
  border-radius: 2px;
  transition: transform 0.3s, opacity 0.3s;
}

.zebadenav {
  display: flex;
  align-items: center;
  gap: 4px;
}

.zebadenav-list {
  display: flex;
  list-style: none;
  gap: 4px;
}

.zebadenav-link {
  display: block;
  padding: 10px 16px;
  color: var(--zebadetext);
  text-decoration: none;
  font-size: 0.95rem;
  border-radius: 8px;
  transition: background 0.2s, color 0.2s;
}

.zebadenav-link:hover,
.zebadenav-link.zebadeactive {
  background: rgba(196, 30, 58, 0.1);
  color: var(--zebadeprimary);
}

.zebadebtn {
  display: inline-block;
  padding: 12px 28px;
  background: var(--zebadeprimary);
  color: var(--zebadewhite);
  text-decoration: none;
  border-radius: 8px;
  font-weight: 600;
  font-size: 0.95rem;
  border: none;
  cursor: pointer;
  transition: background 0.2s, transform 0.2s;
  text-align: center;
}

.zebadebtn:hover {
  background: var(--zebadeprimary-dark);
  transform: translateY(-1px);
}

.zebadebtn-outline {
  background: transparent;
  color: var(--zebadeprimary);
  border: 2px solid var(--zebadeprimary);
}

.zebadebtn-outline:hover {
  background: var(--zebadeprimary);
  color: var(--zebadewhite);
}

.zebadebtn-accent {
  background: var(--zebadeaccent);
  color: var(--zebadetext);
}

.zebadebtn-accent:hover {
  background: #c49a3f;
}

/* ========== 主视觉区 ========== */
.zebadehero {
  position: relative;
  min-height: 520px;
  display: flex;
  align-items: center;
  background: linear-gradient(135deg, #1a5f4a 0%, #2d8a6e 40%, #c41e3a 100%);
  overflow: hidden;
}

.zebadehero::before {
  content: "";
  position: absolute;
  inset: 0;
  background: url("data:image/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 60 60' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg fill='%23ffffff' fill-opacity='0.05'%3E%3Cpath d='M36 34v-4h-2v4h-4v2h4v4h2v-4h4v-2h-4zm0-30V0h-2v4h-4v2h4v4h2V6h4V4h-4zM6 34v-4H4v4H0v2h4v4h2v-4h4v-2H6zM6 4V0H4v4H0v2h4v4h2V6h4V4H6z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
  opacity: 0.6;
}

.zebadehero-inner {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(0, 0.95fr);
  gap: clamp(24px, 4vw, 48px);
  align-items: center;
  padding: clamp(40px, 6vw, 72px) max(16px, env(safe-area-inset-right, 0px)) clamp(40px, 6vw, 72px) max(16px, env(safe-area-inset-left, 0px));
  max-width: var(--zebademax-width);
  margin: 0 auto;
  width: 100%;
}

.zebadehero-content {
  color: var(--zebadewhite);
}

.zebadehero-badge {
  display: inline-block;
  background: rgba(255, 255, 255, 0.2);
  padding: 6px 16px;
  border-radius: 20px;
  font-size: 0.85rem;
  margin-bottom: 16px;
  backdrop-filter: blur(4px);
}

.zebadehero-title {
  font-size: clamp(1.65rem, 3.5vw, 2.5rem);
  font-weight: 800;
  line-height: 1.25;
  margin-bottom: 16px;
  word-break: break-word;
}

.zebadehero-title span {
  color: var(--zebadeaccent);
}

.zebadehero-desc {
  font-size: clamp(0.95rem, 1.8vw, 1.05rem);
  opacity: 0.95;
  margin-bottom: 28px;
  max-width: 520px;
}

.zebadehero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

/* 横幅右侧主图 */
.zebadehero-visual {
  position: relative;
  width: 100%;
  max-width: 520px;
  margin-left: auto;
}

.zebadehero-figure {
  position: relative;
  margin: 0;
  padding: 0;
  border-radius: var(--zebaderadius);
  overflow: hidden;
  box-shadow: 0 12px 40px rgba(0, 0, 0, 0.25);
  border: 3px solid rgba(255, 255, 255, 0.35);
  background: rgba(255, 255, 255, 0.95);
  line-height: 0;
}

.zebadehero-image {
  display: block;
  width: 100%;
  aspect-ratio: 640 / 427;
  object-fit: cover;
  object-position: center top;
}

/* ========== 广告位 ========== */
.zebadead {
  text-align: center;
  padding: 12px 0;
  overflow: hidden;
}

.zebadead-top {
  background: var(--zebadewhite);
  border-bottom: 1px solid var(--zebadeborder);
}

.zebadead-footer {
  margin-top: 24px;
  padding-top: 20px;
  border-top: 1px solid #333;
}

/* ========== 友情链接 ========== */
.zebadeflinks {
  margin-top: 28px;
  padding-top: 24px;
  border-top: 1px solid #333;
}

.zebadeflinks-list {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 20px;
  list-style: none;
  margin-top: 12px;
}

.zebadeflinks-list a {
  color: #aaa;
  text-decoration: none;
  font-size: 0.88rem;
  transition: color 0.2s;
}

.zebadeflinks-list a:hover {
  color: var(--zebadeaccent);
}

.zebadefooter-bottom a {
  color: var(--zebadeaccent);
  text-decoration: none;
}

.zebadefooter-bottom a:hover {
  text-decoration: underline;
}

/* ========== 关键词条 ========== */
.zebadekeywords {
  background: var(--zebadewhite);
  border-bottom: 1px solid var(--zebadeborder);
  padding: 16px 0;
}

.zebadekeywords-inner {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px 16px;
}

.zebadekeyword-tag {
  font-size: 0.8rem;
  color: var(--zebadetext-light);
  padding: 6px 14px;
  background: var(--zebadebg);
  border-radius: 20px;
  border: 1px solid var(--zebadeborder);
  line-height: 1.6;
  word-break: break-word;
}

/* ========== 通用区块 ========== */
.zebadesection {
  padding: 72px 0;
}

.zebadesection-alt {
  background: var(--zebadewhite);
}

.zebadesection-header {
  text-align: center;
  max-width: 720px;
  margin: 0 auto 48px;
}

.zebadesection-label {
  display: inline-block;
  color: var(--zebadeprimary);
  font-size: 0.85rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 2px;
  margin-bottom: 8px;
}

.zebadesection-title {
  font-size: clamp(1.35rem, 3vw, 2rem);
  font-weight: 800;
  color: var(--zebadetext);
  margin-bottom: 12px;
  line-height: 1.3;
  word-break: break-word;
}

.zebadesection-desc {
  color: var(--zebadetext-light);
  font-size: 1rem;
}

/* ========== 服务特色 ========== */
.zebadefeatures-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}

.zebadefeature-card {
  background: var(--zebadewhite);
  border-radius: var(--zebaderadius);
  padding: 32px 24px;
  box-shadow: var(--zebadeshadow);
  border: 1px solid var(--zebadeborder);
  transition: transform 0.3s, box-shadow 0.3s;
  text-align: center;
}

.zebadefeature-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.12);
}

.zebadefeature-icon {
  width: 64px;
  height: 64px;
  margin: 0 auto 20px;
  background: linear-gradient(135deg, rgba(196, 30, 58, 0.1), rgba(26, 95, 74, 0.1));
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.8rem;
}

.zebadefeature-title {
  font-size: 1.15rem;
  font-weight: 700;
  margin-bottom: 10px;
  color: var(--zebadesecondary);
}

.zebadefeature-text {
  font-size: 0.9rem;
  color: var(--zebadetext-light);
}

/* ========== 关于我们 ========== */
.zebadeabout-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 48px;
  align-items: center;
}

.zebadeabout-visual {
  position: relative;
  min-height: 360px;
  background: linear-gradient(160deg, var(--zebadesecondary), var(--zebadeprimary));
  border-radius: var(--zebaderadius);
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}

.zebadeabout-visual::after {
  content: "跨国婚恋";
  font-size: 3rem;
  font-weight: 800;
  color: rgba(255, 255, 255, 0.15);
  letter-spacing: 8px;
}

.zebadeabout-content h3 {
  font-size: 1.5rem;
  color: var(--zebadeprimary);
  margin-bottom: 16px;
}

.zebadeabout-content p {
  margin-bottom: 16px;
  color: var(--zebadetext-light);
}

.zebadeabout-list {
  list-style: none;
  margin: 20px 0;
}

.zebadeabout-list li {
  padding: 8px 0 8px 28px;
  position: relative;
  color: var(--zebadetext);
}

.zebadeabout-list li::before {
  content: "✓";
  position: absolute;
  left: 0;
  color: var(--zebadesecondary);
  font-weight: bold;
}

/* ========== 服务流程 ========== */
.zebadeprocess-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
  counter-reset: zebadestep;
}

.zebadeprocess-item {
  text-align: center;
  padding: 28px 16px;
  background: var(--zebadebg);
  border-radius: var(--zebaderadius);
  border: 1px solid var(--zebadeborder);
  position: relative;
}

.zebadeprocess-num {
  width: 48px;
  height: 48px;
  background: var(--zebadeprimary);
  color: var(--zebadewhite);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 800;
  font-size: 1.2rem;
  margin: 0 auto 16px;
}

.zebadeprocess-title {
  font-weight: 700;
  margin-bottom: 8px;
  font-size: 1rem;
}

.zebadeprocess-text {
  font-size: 0.85rem;
  color: var(--zebadetext-light);
}

/* ========== 服务项目 ========== */
.zebadeservices-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 24px;
}

.zebadeservice-card {
  display: flex;
  gap: 20px;
  background: var(--zebadewhite);
  padding: 28px;
  border-radius: var(--zebaderadius);
  border: 1px solid var(--zebadeborder);
  transition: border-color 0.2s;
}

.zebadeservice-card:hover {
  border-color: var(--zebadeprimary);
}

.zebadeservice-num {
  flex-shrink: 0;
  width: 56px;
  height: 56px;
  background: var(--zebadesecondary);
  color: var(--zebadewhite);
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.4rem;
  font-weight: 800;
}

.zebadeservice-title {
  font-size: 1.1rem;
  font-weight: 700;
  margin-bottom: 8px;
}

.zebadeservice-text {
  font-size: 0.9rem;
  color: var(--zebadetext-light);
}

/* ========== 优势对比 ========== */
.zebadeadvantages {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}

.zebadeadvantage-item {
  padding: 24px;
  background: linear-gradient(180deg, var(--zebadewhite), var(--zebadebg));
  border-radius: var(--zebaderadius);
  border-left: 4px solid var(--zebadeprimary);
}

.zebadeadvantage-title {
  font-weight: 700;
  margin-bottom: 8px;
  color: var(--zebadesecondary);
}

/* ========== 常见问题 ========== */
.zebadefaq-list {
  max-width: 800px;
  margin: 0 auto;
}

.zebadefaq-item {
  background: var(--zebadewhite);
  border: 1px solid var(--zebadeborder);
  border-radius: var(--zebaderadius);
  margin-bottom: 12px;
  overflow: hidden;
}

.zebadefaq-question {
  padding: 18px 24px;
  font-weight: 700;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 12px;
  background: var(--zebadebg);
}

.zebadefaq-question::after {
  content: "+";
  font-size: 1.4rem;
  color: var(--zebadeprimary);
  flex-shrink: 0;
}

.zebadefaq-answer {
  padding: 0 24px 18px;
  color: var(--zebadetext-light);
  font-size: 0.95rem;
}

/* ========== 页脚 ========== */
.zebadefooter {
  background: #1a1a1a;
  color: #aaa;
  padding: 48px 0 24px;
}

.zebadefooter-grid {
  display: grid;
  grid-template-columns: 2fr 1fr 1fr 1fr;
  gap: 32px;
  margin-bottom: 32px;
}

.zebadefooter-brand {
  color: var(--zebadewhite);
}

.zebadefooter-brand .zebadelogo-title {
  color: var(--zebadeaccent);
  margin-bottom: 12px;
}

.zebadefooter-desc {
  font-size: 0.9rem;
  line-height: 1.8;
}

.zebadefooter-title {
  color: var(--zebadewhite);
  font-size: 1rem;
  font-weight: 700;
  margin-bottom: 16px;
}

.zebadefooter-links {
  list-style: none;
}

.zebadefooter-links li {
  margin-bottom: 8px;
}

.zebadefooter-links a {
  color: #aaa;
  text-decoration: none;
  font-size: 0.9rem;
  transition: color 0.2s;
}

.zebadefooter-links a:hover {
  color: var(--zebadeaccent);
}

.zebadefooter-bottom {
  border-top: 1px solid #333;
  padding-top: 24px;
  text-align: center;
  font-size: 0.85rem;
}

.zebadefooter-keywords {
  margin-top: 12px;
  font-size: 0.75rem;
  color: #666;
  line-height: 1.8;
  word-break: break-word;
  overflow-wrap: anywhere;
}

/* ========== 面包屑 ========== */
.zebadebreadcrumb {
  padding: 12px 0;
  font-size: 0.85rem;
  color: var(--zebadetext-light);
  background: var(--zebadewhite);
  border-bottom: 1px solid var(--zebadeborder);
}

.zebadebreadcrumb a {
  color: var(--zebadeprimary);
  text-decoration: none;
}

.zebadebreadcrumb span {
  margin: 0 8px;
  color: var(--zebadeborder);
}

/* ========== 文章摘要区 ========== */
.zebadearticle-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}

.zebadearticle-card {
  background: var(--zebadewhite);
  border-radius: var(--zebaderadius);
  overflow: hidden;
  border: 1px solid var(--zebadeborder);
  transition: box-shadow 0.3s;
}

.zebadearticle-card:hover {
  box-shadow: var(--zebadeshadow);
}

.zebadearticle-thumb {
  height: 160px;
  background: linear-gradient(135deg, var(--zebadesecondary), var(--zebadeprimary));
  display: flex;
  align-items: center;
  justify-content: center;
  color: rgba(255, 255, 255, 0.3);
  font-size: 2.5rem;
}

.zebadearticle-body {
  padding: 20px;
}

.zebadearticle-meta {
  font-size: 0.8rem;
  color: var(--zebadetext-light);
  margin-bottom: 8px;
}

.zebadearticle-title {
  font-size: 1.05rem;
  font-weight: 700;
  margin-bottom: 10px;
  line-height: 1.4;
}

.zebadearticle-excerpt {
  font-size: 0.88rem;
  color: var(--zebadetext-light);
}

/* ========== 移动端导航（纯CSS，无脚本） ========== */
.zebademenu-checkbox {
  position: absolute;
  width: 0;
  height: 0;
  opacity: 0;
  pointer-events: none;
}

.zebadenav-overlay {
  display: none;
}

#zebademenuCheck:checked ~ .zebadenav-toggle span:nth-child(1) {
  transform: rotate(45deg) translate(5px, 6px);
}

#zebademenuCheck:checked ~ .zebadenav-toggle span:nth-child(2) {
  opacity: 0;
}

#zebademenuCheck:checked ~ .zebadenav-toggle span:nth-child(3) {
  transform: rotate(-45deg) translate(5px, -6px);
}

/* ========== 响应式 - 大屏 PC ========== */
@media (min-width: 1280px) {
  .zebadehero-visual {
    max-width: 560px;
  }

  .zebadenav-link {
    padding: 10px 18px;
  }
}

/* ========== 响应式 - 中等 PC / 小笔记本 ========== */
@media (max-width: 1199px) and (min-width: 992px) {
  .zebadenav-link {
    padding: 10px 12px;
    font-size: 0.9rem;
  }

  .zebadelogo-title {
    font-size: 1.1rem;
  }

  .zebadefeatures-grid {
    gap: 20px;
  }
}

/* ========== 响应式 - 平板 ========== */
@media (max-width: 991px) {
  .zebadenav-toggle {
    display: flex;
  }

  .zebadenav-overlay {
    display: block;
    position: fixed;
    inset: 0;
    background: rgba(0, 0, 0, 0.45);
    z-index: 998;
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.3s;
  }

  .zebadenav {
    position: fixed;
    top: 0;
    right: -100%;
    width: min(300px, 85vw);
    max-width: 100%;
    height: 100vh;
    height: 100dvh;
    background: var(--zebadewhite);
    flex-direction: column;
    align-items: stretch;
    padding: max(72px, env(safe-area-inset-top, 0px) + 56px) 20px max(24px, env(safe-area-inset-bottom, 0px));
    box-shadow: -4px 0 24px rgba(0, 0, 0, 0.15);
    transition: right 0.3s ease;
    z-index: 999;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
  }

  #zebademenuCheck:checked ~ .zebadenav-overlay {
    opacity: 1;
    pointer-events: auto;
  }

  #zebademenuCheck:checked ~ .zebadenav {
    right: 0;
  }

  .zebadenav-list {
    flex-direction: column;
    width: 100%;
    gap: 0;
  }

  .zebadenav-link {
    padding: 16px 12px;
    min-height: 48px;
    display: flex;
    align-items: center;
    border-bottom: 1px solid var(--zebadeborder);
    font-size: 1rem;
  }

  .zebadehero-inner {
    grid-template-columns: 1fr;
    text-align: center;
  }

  .zebadehero-content {
    order: 1;
  }

  .zebadehero-visual {
    order: 2;
    max-width: min(520px, 100%);
    margin-left: auto;
    margin-right: auto;
    width: 100%;
  }

  .zebadehero-desc {
    margin-left: auto;
    margin-right: auto;
  }

  .zebadehero-actions {
    justify-content: center;
  }

  .zebadefeatures-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .zebadeprocess-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .zebadefooter-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .zebadearticle-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .zebadeabout-grid {
    grid-template-columns: 1fr;
  }

  .zebadeabout-content {
    order: 1;
  }

  .zebadeabout-visual {
    order: 2;
    min-height: 240px;
  }

}

@media (max-width: 1024px) {
  .zebadehero {
    min-height: auto;
  }

  .zebadesection {
    padding: clamp(48px, 8vw, 72px) 0;
  }

  .zebadesection-header {
    margin-bottom: clamp(32px, 5vw, 48px);
  }
}

/* ========== 响应式 - 手机 ========== */
@media (max-width: 767px) {
  .zebadetopbar {
    font-size: 0.78rem;
    padding: 6px 0;
  }

  .zebadetopbar-inner {
    flex-direction: column;
    justify-content: center;
    text-align: center;
    gap: 4px;
  }

  .zebadelogo {
    min-width: 0;
    max-width: calc(100% - 52px);
  }

  .zebadelogo-title {
    font-size: 1rem;
    line-height: 1.25;
  }

  .zebadebreadcrumb {
    font-size: 0.8rem;
    padding: 10px 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  .zebadehero-inner {
    padding-top: 32px;
    padding-bottom: 36px;
    gap: 28px;
  }

  .zebadehero-badge {
    font-size: 0.78rem;
    padding: 5px 12px;
  }

  .zebadesection {
    padding: 40px 0;
  }

  .zebadesection-header {
    margin-bottom: 28px;
    padding: 0 4px;
  }

  .zebadefeatures-grid,
  .zebadeadvantages,
  .zebadearticle-grid,
  .zebadeservices-grid {
    grid-template-columns: 1fr;
  }

  .zebadeprocess-grid {
    grid-template-columns: 1fr;
  }

  .zebadefooter-grid {
    grid-template-columns: 1fr;
    gap: 24px;
  }

  .zebadefeature-card {
    padding: 24px 20px;
  }

  .zebadeservice-card {
    flex-direction: column;
    align-items: center;
    text-align: center;
    padding: 24px 20px;
  }

  .zebadeabout-visual {
    min-height: 180px;
  }

  .zebadeabout-visual::after {
    font-size: 2rem;
    letter-spacing: 4px;
  }

  .zebadefaq-question {
    padding: 16px;
    font-size: 0.95rem;
    min-height: 48px;
  }

  .zebadefaq-answer {
    padding: 0 16px 16px;
    font-size: 0.9rem;
  }

  .zebadekeyword-tag {
    font-size: 0.72rem;
    padding: 3px 10px;
  }

  .zebadekeywords {
    padding: 12px 0;
  }
}

/* ========== 响应式 - 小屏手机 ========== */
@media (max-width: 479px) {
  .zebadelogo-sub {
    display: none;
  }

  .zebadelogo-icon {
    width: 40px;
    height: 40px;
    font-size: 1rem;
    flex-shrink: 0;
  }

  .zebadeheader-inner {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .zebadehero-actions {
    flex-direction: column;
    width: 100%;
  }

  .zebadehero-actions .zebadebtn {
    width: 100%;
  }

  .zebadebtn {
    padding: 14px 20px;
    min-height: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .zebadetopbar-item {
    font-size: 0.72rem;
  }

  .zebadearticle-thumb {
    height: 140px;
  }

  .zebadefooter {
    padding: 36px 0 20px;
  }

  .zebadefooter-bottom {
    font-size: 0.8rem;
    padding-left: 8px;
    padding-right: 8px;
  }
}

/* ========== 横屏手机优化 ========== */
@media (max-width: 991px) and (max-height: 500px) and (orientation: landscape) {
  .zebadenav {
    padding-top: 56px;
    width: min(260px, 70vw);
  }

  .zebadehero-inner {
    grid-template-columns: 1fr 1fr;
    text-align: left;
    gap: 20px;
    padding: 24px 16px;
  }

  .zebadehero-content {
    order: 0;
  }

  .zebadehero-visual {
    order: 0;
    max-width: 100%;
  }

  .zebadehero-desc {
    margin-left: 0;
    font-size: 0.85rem;
    margin-bottom: 12px;
  }

  .zebadehero-title {
    font-size: 1.25rem;
    margin-bottom: 8px;
  }

  .zebadehero-actions {
    justify-content: flex-start;
  }

  .zebadehero-actions .zebadebtn {
    padding: 8px 16px;
    font-size: 0.85rem;
    width: auto;
    min-height: auto;
  }
}
