/* ===== 365建站器模板 · 官网风格（墨绿 + 琥珀） ===== */
:root {
    --jz-primary: #1a5c56;
    --jz-primary-dark: #0e3d38;
    --jz-primary-light: #2a7a72;
    --jz-accent: #c9922e;
    --jz-accent-hover: #a67824;
    --jz-bg: #ecefe9;
    --jz-surface: #ffffff;
    --jz-text: #1c2826;
    --jz-text-muted: #5a6b68;
    --jz-border: #cdd5d2;
    --jz-radius: 8px;
    --jz-radius-lg: 14px;
    --jz-header-h: 68px;
    --jz-container: 1160px;
    --jz-shadow: 0 2px 12px rgba(14, 61, 56, 0.06);
    --jz-shadow-md: 0 6px 24px rgba(14, 61, 56, 0.08);
}

*, *::before, *::after {
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
}

body.zb1aa6body {
    margin: 0;
    font-family: "PingFang SC", "Microsoft YaHei", "Segoe UI", sans-serif;
    font-size: 15px;
    line-height: 1.65;
    color: var(--jz-text);
    background: var(--jz-bg);
    min-height: 100vh;
    overflow-x: hidden;
}

img {
    max-width: 100%;
    height: auto;
    display: block;
}

a {
    color: var(--jz-primary);
}

.zb1aa6container {
    width: 100%;
    max-width: var(--jz-container);
    margin: 0 auto;
    padding: 0 20px;
}

/* ----- 顶栏 ----- */
.zb1aa6header {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1000;
    background: var(--jz-primary-dark);
    border-bottom: 2px solid var(--jz-accent);
}

.zb1aa6navbar {
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: var(--jz-header-h);
    max-width: var(--jz-container);
    margin: 0 auto;
    padding: 0 20px;
}

.zb1aa6nav-logo {
    display: flex;
    align-items: center;
    gap: 10px;
    flex-shrink: 0;
}

.zb1aa6nav-logo-link {
    display: flex;
    align-items: center;
    gap: 10px;
    text-decoration: none;
}

.zb1aa6logo-mark {
    width: 32px;
    height: 32px;
    background: linear-gradient(135deg, var(--jz-accent) 0%, #e8c06a 100%);
    clip-path: polygon(50% 0%, 100% 25%, 100% 75%, 50% 100%, 0% 75%, 0% 25%);
}

.zb1aa6nav-title {
    font-size: 1.05rem;
    font-weight: 700;
    color: #fff;
    letter-spacing: 0.5px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 200px;
}

.zb1aa6nav-menu {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 4px 12px;
    justify-content: flex-end;
}

.zb1aa6nav-link {
    font-size: 0.88rem;
    font-weight: 600;
    color: rgba(255, 255, 255, 0.88);
    text-decoration: none;
    padding: 6px 10px;
    border-radius: 4px;
    cursor: pointer;
    transition: color 0.2s, background 0.2s;
    white-space: nowrap;
}

.zb1aa6nav-menu a.zb1aa6nav-link {
    text-decoration: none;
}

.zb1aa6nav-link:hover {
    color: #fff;
    background: rgba(255, 255, 255, 0.1);
}

.zb1aa6nav-link.zb1aa6this,
a.zb1aa6nav-link.zb1aa6this {
    color: var(--jz-primary-dark);
    background: var(--jz-accent);
}

.zb1aa6nav-hamburger {
    display: none;
    flex-direction: column;
    justify-content: center;
    gap: 5px;
    width: 40px;
    height: 40px;
    padding: 8px;
    border: none;
    background: transparent;
    cursor: pointer;
}

.zb1aa6nav-hamburger span {
    display: block;
    width: 22px;
    height: 2px;
    background: var(--jz-accent);
    border-radius: 1px;
}

/* ----- 主内容区 ----- */
.zb1aa6main {
    padding-top: var(--jz-header-h);
}

.zb1aa6body-inner .zb1aa6main-inner {
    padding-top: var(--jz-header-h);
}

.zb1aa6section {
    padding: 56px 0;
}

.zb1aa6section-alt {
    background: var(--jz-surface);
    border-top: 1px solid var(--jz-border);
    border-bottom: 1px solid var(--jz-border);
}

.zb1aa6section-head {
    margin-bottom: 32px;
    max-width: 720px;
}

.zb1aa6section-title {
    font-size: 1.65rem;
    font-weight: 800;
    color: var(--jz-primary-dark);
    margin: 0 0 10px 0;
    padding-left: 14px;
    border-left: 4px solid var(--jz-accent);
    line-height: 1.3;
}

.zb1aa6section-sub,
.zb1aa6about-lead {
    margin: 0;
    color: var(--jz-text-muted);
    font-size: 0.95rem;
    line-height: 1.7;
}

.zb1aa6about-lead {
    max-width: 800px;
    margin-bottom: 28px;
}

/* ----- 首屏 ----- */
.zb1aa6hero {
    background: var(--jz-surface);
    border-bottom: 1px solid var(--jz-border);
}

.zb1aa6hero-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 40px;
    align-items: center;
    padding-top: 48px;
    padding-bottom: 40px;
}

.zb1aa6hero-tag {
    display: inline-block;
    margin: 0 0 12px 0;
    padding: 4px 12px;
    font-size: 0.78rem;
    font-weight: 700;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: var(--jz-primary);
    background: rgba(26, 92, 86, 0.1);
    border-radius: 4px;
}

.zb1aa6hero-title {
    font-size: clamp(1.5rem, 3.5vw, 2.1rem);
    font-weight: 800;
    color: var(--jz-primary-dark);
    margin: 0 0 14px 0;
    line-height: 1.35;
}

.zb1aa6hero-desc {
    font-size: 1rem;
    color: var(--jz-text-muted);
    margin: 0 0 12px 0;
}

.zb1aa6hero-lead {
    font-size: 0.92rem;
    color: var(--jz-text);
    margin: 0 0 22px 0;
    line-height: 1.75;
}

.zb1aa6hero-media {
    display: flex;
    justify-content: center;
    align-items: center;
}

.zb1aa6hero-img {
    width: 100%;
    max-width: 420px;
    border-radius: var(--jz-radius-lg);
    border: 1px solid var(--jz-border);
    box-shadow: var(--jz-shadow-md);
}

.zb1aa6hero-stats {
    background: var(--jz-primary-dark);
    padding: 20px 0;
}

.zb1aa6stats-row {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 16px;
    text-align: center;
}

.zb1aa6stat {
    color: #fff;
    padding: 8px;
}

.zb1aa6stat strong {
    display: block;
    font-size: 1.35rem;
    color: var(--jz-accent);
    margin-bottom: 4px;
}

.zb1aa6stat span {
    font-size: 0.82rem;
    opacity: 0.85;
}

.zb1aa6btn {
    display: inline-block;
    padding: 12px 28px;
    font-size: 0.95rem;
    font-weight: 700;
    text-decoration: none;
    border-radius: var(--jz-radius);
    border: none;
    cursor: pointer;
    transition: background 0.2s, transform 0.15s;
}

.zb1aa6btn-primary {
    background: var(--jz-accent);
    color: var(--jz-primary-dark);
}

.zb1aa6btn-primary:hover {
    background: var(--jz-accent-hover);
    color: #fff;
}

/* ----- 平台优势 ----- */
.zb1aa6feat-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
}

.zb1aa6feat {
    background: var(--jz-surface);
    border: 1px solid var(--jz-border);
    border-radius: var(--jz-radius);
    padding: 22px 24px;
    box-shadow: var(--jz-shadow);
}

.zb1aa6feat h3 {
    margin: 0 0 10px 0;
    font-size: 1.05rem;
    color: var(--jz-primary);
}

.zb1aa6feat p {
    margin: 0;
    font-size: 0.9rem;
    color: var(--jz-text-muted);
    line-height: 1.7;
}

/* ----- 核心业务 ----- */
.zb1aa6service-layout {
    display: grid;
    grid-template-columns: 1.2fr 0.8fr;
    gap: 32px;
    align-items: start;
}

.zb1aa6service-list {
    list-style: none;
    margin: 0;
    padding: 0;
}

.zb1aa6service-item {
    padding: 18px 0;
    border-bottom: 1px solid var(--jz-border);
}

.zb1aa6service-item:first-child {
    padding-top: 0;
}

.zb1aa6service-item:last-child {
    border-bottom: none;
    padding-bottom: 0;
}

.zb1aa6service-item h3 {
    margin: 0 0 8px 0;
    font-size: 1.02rem;
    color: var(--jz-primary-dark);
}

.zb1aa6service-item p {
    margin: 0;
    font-size: 0.9rem;
    color: var(--jz-text-muted);
    line-height: 1.7;
}

.zb1aa6service-aside {
    position: sticky;
    top: calc(var(--jz-header-h) + 20px);
}

.zb1aa6service-img,
.zb1aa6faq-img,
.zb1aa6contact-img {
    width: 100%;
    border-radius: var(--jz-radius-lg);
    border: 1px solid var(--jz-border);
    box-shadow: var(--jz-shadow);
}

/* ----- 行业科普 ----- */
.zb1aa6know-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
}

.zb1aa6know-card {
    background: var(--jz-surface);
    border: 1px solid var(--jz-border);
    border-radius: var(--jz-radius);
    padding: 22px;
}

.zb1aa6know-card h3 {
    margin: 0 0 10px 0;
    font-size: 1rem;
    color: var(--jz-primary);
}

.zb1aa6know-card p {
    margin: 0;
    font-size: 0.88rem;
    color: var(--jz-text-muted);
    line-height: 1.75;
}

/* ----- 安全答疑 ----- */
.zb1aa6faq-layout {
    display: grid;
    grid-template-columns: 1fr 320px;
    gap: 32px;
    align-items: start;
}

.zb1aa6faq-item {
    background: var(--jz-surface);
    border: 1px solid var(--jz-border);
    border-radius: var(--jz-radius);
    margin-bottom: 12px;
    overflow: hidden;
}

.zb1aa6faq-item summary {
    padding: 16px 20px;
    font-weight: 700;
    color: var(--jz-primary-dark);
    cursor: pointer;
    list-style: none;
}

.zb1aa6faq-item summary::-webkit-details-marker {
    display: none;
}

.zb1aa6faq-item p {
    margin: 0;
    padding: 0 20px 16px 20px;
    font-size: 0.9rem;
    color: var(--jz-text-muted);
    line-height: 1.75;
}

.zb1aa6faq-media {
    max-width: 100%;
}

/* ----- 资讯动态 ----- */
.zb1aa6home-articles-grid {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 16px;
}

.zb1aa6home-article-item {
    background: var(--jz-surface);
    border: 1px solid var(--jz-border);
    border-radius: var(--jz-radius);
    overflow: hidden;
    transition: box-shadow 0.2s, border-color 0.2s;
}

.zb1aa6home-article-item:hover {
    border-color: var(--jz-primary-light);
    box-shadow: var(--jz-shadow-md);
}

.zb1aa6home-article-link {
    display: block;
    padding: 12px;
    text-decoration: none;
    color: inherit;
}

.zb1aa6home-article-thumb {
    border-radius: 6px;
    overflow: hidden;
    margin-bottom: 10px;
    background: var(--jz-bg);
    aspect-ratio: 4/3;
}

.zb1aa6home-article-thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.zb1aa6home-article-title {
    font-size: 0.85rem;
    font-weight: 700;
    color: var(--jz-text);
    margin: 0 0 6px 0;
    line-height: 1.4;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.zb1aa6home-article-date {
    font-size: 0.75rem;
    color: var(--jz-text-muted);
}

/* ----- 专业团队 ----- */
.zb1aa6team-row {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
}

.zb1aa6team-card {
    background: var(--jz-surface);
    border: 1px solid var(--jz-border);
    border-radius: var(--jz-radius);
    padding: 22px;
    border-top: 3px solid var(--jz-accent);
}

.zb1aa6team-role {
    display: block;
    font-weight: 800;
    color: var(--jz-primary);
    margin-bottom: 10px;
    font-size: 1rem;
}

.zb1aa6team-card p {
    margin: 0;
    font-size: 0.88rem;
    color: var(--jz-text-muted);
    line-height: 1.65;
}

/* ----- 接单咨询 ----- */
.zb1aa6contact-grid {
    display: grid;
    grid-template-columns: 200px 1fr 220px;
    gap: 28px;
    align-items: start;
}

.zb1aa6contact-media {
    max-width: 200px;
}

.zb1aa6contact-form {
    display: flex;
    flex-direction: column;
    gap: 14px;
}

.zb1aa6form-group {
    display: flex;
    flex-direction: column;
    gap: 6px;
}

.zb1aa6form-label {
    font-size: 0.88rem;
    font-weight: 600;
    color: var(--jz-text);
}

.zb1aa6form-input,
.zb1aa6form-textarea {
    width: 100%;
    padding: 10px 14px;
    border: 1px solid var(--jz-border);
    border-radius: var(--jz-radius);
    font-size: 0.95rem;
    font-family: inherit;
    background: var(--jz-surface);
    transition: border-color 0.2s;
}

.zb1aa6form-input:focus,
.zb1aa6form-textarea:focus {
    outline: none;
    border-color: var(--jz-primary);
}

.zb1aa6form-textarea {
    min-height: 100px;
    resize: vertical;
}

.zb1aa6flow-card {
    background: var(--jz-primary-dark);
    color: #fff;
    border-radius: var(--jz-radius);
    padding: 20px;
    border: 1px solid var(--jz-border);
}

.zb1aa6flow-title {
    margin: 0 0 14px 0;
    font-size: 1rem;
    color: var(--jz-accent);
}

.zb1aa6flow-list {
    margin: 0;
    padding-left: 18px;
    font-size: 0.88rem;
    line-height: 1.9;
    color: rgba(255, 255, 255, 0.9);
}

.zb1aa6cta-bar {
    background: var(--jz-primary);
    color: #fff;
    padding: 18px 0;
    text-align: center;
    font-size: 0.92rem;
}

.zb1aa6cta-inner span {
    opacity: 0.95;
}

/* ----- 页脚 ----- */
.zb1aa6footer {
    background: var(--jz-primary-dark);
    color: rgba(255, 255, 255, 0.8);
    padding: 32px 0;
    font-size: 0.88rem;
}

.zb1aa6footer-text {
    margin: 0 0 8px 0;
}

.zb1aa6footer-links {
    list-style: none;
    margin: 12px 0 0 0;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    gap: 12px 20px;
}

.zb1aa6footer-links a {
    color: var(--jz-accent);
    text-decoration: none;
}

.zb1aa6footer-links a:hover {
    text-decoration: underline;
}

/* ========== 内页（列表 / 内容） ========== */
.zb1aa6inner-wrap {
    display: flex;
    align-items: flex-start;
    gap: 28px;
    max-width: var(--jz-container);
    margin: 0 auto;
    padding: 32px 20px 48px;
}

.zb1aa6inner-content {
    flex: 1 1 0;
    min-width: 0;
}

.zb1aa6sidebar {
    flex: 0 0 280px;
    width: 280px;
    min-width: 0;
}

.zb1aa6page-title {
    font-size: 1.5rem;
    font-weight: 800;
    color: var(--jz-primary-dark);
    margin: 0 0 12px 0;
    padding-left: 14px;
    border-left: 4px solid var(--jz-accent);
}

.zb1aa6breadcrumb {
    font-size: 0.88rem;
    color: var(--jz-text-muted);
    margin-bottom: 20px;
}

.zb1aa6breadcrumb a {
    color: var(--jz-primary);
    text-decoration: none;
}

.zb1aa6list-page,
.zb1aa6article-detail,
.zb1aa6related,
.zb1aa6sidebar-block {
    background: var(--jz-surface);
    border: 1px solid var(--jz-border);
    border-radius: var(--jz-radius-lg);
    padding: 24px;
    margin-bottom: 24px;
    box-shadow: var(--jz-shadow);
}

.zb1aa6article-list {
    list-style: none;
    margin: 0;
    padding: 0;
}

.zb1aa6article-list-item {
    display: flex;
    gap: 20px;
    padding: 20px 0;
    border-bottom: 1px solid var(--jz-border);
}

.zb1aa6article-list-item:last-child {
    border-bottom: none;
    padding-bottom: 0;
}

.zb1aa6article-list-thumb {
    flex: 0 0 180px;
    width: 180px;
    max-width: 40%;
    border-radius: var(--jz-radius);
    overflow: hidden;
    border: 1px solid var(--jz-border);
    background: var(--jz-bg);
}

.zb1aa6article-list-thumb img {
    width: 100%;
    height: 120px;
    object-fit: cover;
}

.zb1aa6article-list-body {
    flex: 1 1 0;
    min-width: 0;
}

.zb1aa6article-list-title {
    font-size: 1.1rem;
    margin: 0 0 8px 0;
}

.zb1aa6article-list-title a {
    color: var(--jz-text);
    text-decoration: none;
}

.zb1aa6article-list-title a:hover {
    color: var(--jz-primary);
}

.zb1aa6article-list-meta {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    font-size: 0.82rem;
    color: var(--jz-text-muted);
    margin-bottom: 8px;
}

.zb1aa6article-list-intro {
    margin: 0;
    font-size: 0.9rem;
    color: var(--jz-text-muted);
    line-height: 1.65;
}

.zb1aa6pagebar {
    margin-top: 8px;
    padding-top: 20px;
    border-top: 1px solid var(--jz-border);
}

.zb1aa6pages-lr {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 12px;
}

.zb1aa6pages-lr .pagelist,
.zb1aa6pages-lr ul {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
    align-items: center;
}

.zb1aa6pages-lr a,
.zb1aa6pages-lr span {
    display: inline-block;
    padding: 6px 12px;
    font-size: 0.88rem;
    border: 1px solid var(--jz-border);
    border-radius: 4px;
    text-decoration: none;
    color: var(--jz-text);
    background: var(--jz-surface);
}

.zb1aa6pages-lr a:hover {
    background: var(--jz-primary);
    color: #fff;
    border-color: var(--jz-primary);
}

.zb1aa6sidebar-block {
    margin-bottom: 0;
    padding: 18px;
}

.zb1aa6sidebar-title {
    font-size: 1rem;
    font-weight: 800;
    color: var(--jz-primary-dark);
    margin: 0 0 14px 0;
    padding-bottom: 10px;
    border-bottom: 2px solid var(--jz-accent);
}

.zb1aa6sidebar-rand-list {
    list-style: none;
    margin: 0;
    padding: 0;
}

.zb1aa6sidebar-rand-item {
    margin-bottom: 12px;
    padding-bottom: 12px;
    border-bottom: 1px dashed var(--jz-border);
}

.zb1aa6sidebar-rand-item:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: none;
}

.zb1aa6sidebar-rand-link {
    display: flex;
    gap: 10px;
    align-items: center;
    text-decoration: none;
}

.zb1aa6sidebar-rand-thumb {
    flex: 0 0 64px;
    width: 64px;
    height: 48px;
    overflow: hidden;
    border-radius: 6px;
    border: 1px solid var(--jz-border);
    background: var(--jz-bg);
}

.zb1aa6sidebar-rand-thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.zb1aa6sidebar-rand-title {
    flex: 1;
    font-size: 0.82rem;
    color: var(--jz-text);
    line-height: 1.45;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.zb1aa6sidebar-rand-link:hover .zb1aa6sidebar-rand-title {
    color: var(--jz-primary);
}

.zb1aa6article-title {
    font-size: 1.55rem;
    font-weight: 800;
    color: var(--jz-primary-dark);
    margin: 0 0 14px 0;
    line-height: 1.4;
    word-break: break-word;
}

.zb1aa6article-meta {
    display: flex;
    flex-wrap: wrap;
    gap: 16px;
    font-size: 0.88rem;
    color: var(--jz-text-muted);
    padding-bottom: 16px;
    margin-bottom: 20px;
    border-bottom: 1px solid var(--jz-border);
}

.zb1aa6article-litpic {
    margin-bottom: 20px;
    text-align: center;
}

.zb1aa6article-litpic img {
    max-width: 100%;
    border-radius: var(--jz-radius);
    border: 1px solid var(--jz-border);
}

.zb1aa6article-body {
    font-size: 1rem;
    line-height: 1.8;
    color: var(--jz-text);
    word-break: break-word;
}

.zb1aa6article-body img {
    max-width: 100%;
    height: auto;
    border-radius: var(--jz-radius);
}

.zb1aa6diyfield {
    margin-top: 20px;
}

.zb1aa6meta-tags {
    list-style: none;
    margin: 20px 0 0;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}

.zb1aa6tagitem a {
    display: inline-block;
    padding: 4px 12px;
    background: rgba(26, 92, 86, 0.1);
    color: var(--jz-primary);
    border-radius: 20px;
    font-size: 0.82rem;
    text-decoration: none;
}

.zb1aa6article-prenext {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 16px;
    margin-top: 24px;
    padding-top: 20px;
    border-top: 1px solid var(--jz-border);
    font-size: 0.9rem;
}

.zb1aa6prenext-item {
    flex: 1 1 45%;
    min-width: 0;
    word-break: break-word;
}

.zb1aa6prenext-item a {
    color: var(--jz-primary);
}

.zb1aa6section-title-sm {
    font-size: 1.2rem;
    border-left: 4px solid var(--jz-accent);
    padding-left: 12px;
    margin: 0 0 16px 0;
}

.zb1aa6related-list {
    list-style: none;
    margin: 0;
    padding: 0;
}

.zb1aa6related-item {
    display: flex;
    gap: 14px;
    padding: 14px 0;
    border-bottom: 1px solid var(--jz-border);
}

.zb1aa6related-item:last-child {
    border-bottom: none;
}

.zb1aa6related-thumb {
    flex: 0 0 90px;
    width: 90px;
    border-radius: 6px;
    overflow: hidden;
    border: 1px solid var(--jz-border);
}

.zb1aa6related-thumb img {
    width: 100%;
    height: 64px;
    object-fit: cover;
}

.zb1aa6related-title {
    font-weight: 700;
    color: var(--jz-text);
    text-decoration: none;
    font-size: 0.95rem;
}

.zb1aa6related-desc {
    margin: 6px 0 0;
    font-size: 0.85rem;
    color: var(--jz-text-muted);
}

.clear {
    clear: both;
}

/* ========== 响应式 ========== */
@media (max-width: 1100px) {
    .zb1aa6hero-grid {
        grid-template-columns: 1fr;
        text-align: center;
    }
    .zb1aa6hero-media {
        order: -1;
    }
    .zb1aa6hero-img {
        max-width: 360px;
        margin: 0 auto;
    }
    .zb1aa6service-layout,
    .zb1aa6faq-layout {
        grid-template-columns: 1fr;
    }
    .zb1aa6service-aside {
        position: static;
        max-width: 400px;
        margin: 0 auto;
    }
    .zb1aa6faq-media {
        max-width: 400px;
        margin: 0 auto;
    }
    .zb1aa6home-articles-grid {
        grid-template-columns: repeat(3, 1fr);
    }
    .zb1aa6contact-grid {
        grid-template-columns: 1fr 1fr;
    }
    .zb1aa6contact-media {
        display: none;
    }
    .zb1aa6inner-wrap {
        flex-direction: column;
    }
    .zb1aa6sidebar {
        flex: none;
        width: 100%;
    }
}

@media (max-width: 900px) {
    .zb1aa6nav-hamburger {
        display: flex;
    }
    .zb1aa6nav-menu {
        display: none;
    }
    .zb1aa6nav-menu.zb1aa6nav-menu-mobile-show {
        display: flex;
        flex-direction: column;
        position: fixed;
        top: var(--jz-header-h);
        left: 0;
        right: 0;
        background: var(--jz-primary-dark);
        padding: 16px 20px 24px;
        gap: 4px;
        max-height: calc(100vh - var(--jz-header-h));
        overflow-y: auto;
        box-shadow: var(--jz-shadow-md);
    }
    .zb1aa6nav-menu.zb1aa6nav-menu-mobile-show .zb1aa6nav-link {
        width: 100%;
        text-align: center;
        padding: 12px;
    }
    .zb1aa6nav-title {
        max-width: 140px;
        font-size: 0.95rem;
    }
    .zb1aa6stats-row {
        grid-template-columns: repeat(2, 1fr);
    }
    .zb1aa6feat-grid,
    .zb1aa6know-grid {
        grid-template-columns: 1fr;
    }
    .zb1aa6team-row {
        grid-template-columns: 1fr;
    }
    .zb1aa6home-articles-grid {
        grid-template-columns: repeat(2, 1fr);
    }
    .zb1aa6contact-grid {
        grid-template-columns: 1fr;
    }
    .zb1aa6flow-card {
        order: 3;
    }
    .zb1aa6article-list-item {
        flex-direction: column;
    }
    .zb1aa6article-list-thumb {
        flex: none;
        width: 100%;
        max-width: 100%;
    }
    .zb1aa6article-list-thumb img {
        height: 160px;
    }
    .zb1aa6pages-lr {
        flex-direction: column;
        align-items: stretch;
    }
    .zb1aa6pages-left,
    .zb1aa6pages-center,
    .zb1aa6pages-right {
        width: 100%;
        justify-content: center;
    }
    .zb1aa6pages-lr .pagelist,
    .zb1aa6pages-lr ul {
        justify-content: center;
    }
}

@media (max-width: 600px) {
    .zb1aa6section {
        padding: 40px 0;
    }
    .zb1aa6container {
        padding: 0 14px;
    }
    .zb1aa6inner-wrap {
        padding: 24px 14px 40px;
    }
    .zb1aa6list-page,
    .zb1aa6article-detail,
    .zb1aa6related,
    .zb1aa6sidebar-block {
        padding: 16px;
    }
    .zb1aa6stats-row {
        grid-template-columns: 1fr 1fr;
        gap: 10px;
    }
    .zb1aa6home-articles-grid {
        grid-template-columns: 1fr;
    }
    .zb1aa6article-prenext {
        flex-direction: column;
    }
    .zb1aa6prenext-item {
        flex: 1 1 100%;
    }
    .zb1aa6related-item {
        flex-direction: column;
    }
    .zb1aa6related-thumb {
        width: 100%;
    }
    .zb1aa6related-thumb img {
        height: 140px;
    }
    .zb1aa6section-title {
        font-size: 1.35rem;
    }
}
