/* ============================================
   xiaomo.click - Subpage Styles (Unified)
   Dark gradient background, no blocky sections
   /* ── Only key info cards have highlights ── */

/* ── Floating WeChat Hover QR (右下角悬浮) ── */
.wechat-float-hover {
    position: fixed;
    right: 24px;
    bottom: 100px;
    z-index: 1000;
    display: flex;
    align-items: flex-end;
    flex-direction: row-reverse;
    gap: 14px;
}
.wechat-float-hover .wechat-float-icon {
    width: 52px;
    height: 52px;
    border-radius: 50%;
    background: #07C160;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    box-shadow: 0 2px 12px rgba(0,0,0,0.3);
    transition: transform 0.2s ease;
    flex-shrink: 0;
}
.wechat-float-hover:hover .wechat-float-icon {
    transform: scale(1.1);
}
.wechat-float-hover .wechat-float-qr-wrap {
    position: absolute;
    right: calc(100% + 8px);
    bottom: -10px;
    background: #fff;
    border-radius: 12px;
    padding: 14px;
    width: 178px;
    box-sizing: border-box;
    box-shadow: 0 8px 24px rgba(0,0,0,0.4);
    text-align: center;
    opacity: 0;
    visibility: hidden;
    transform: scale(0.9);
    transform-origin: right center;
    transition: all 0.25s cubic-bezier(0.4, 0, 0.2, 1);
}
.wechat-float-hover:hover .wechat-float-qr-wrap {
    opacity: 1;
    visibility: visible;
    transform: scale(1);
}
.wechat-float-hover .wechat-float-qr-wrap img {
    width: 150px;
    height: 150px;
    border-radius: 8px;
    display: block;
}
.wechat-float-hover .wechat-float-qr-wrap p {
    margin: 8px 0 0;
    font-size: 12px;
    color: #333;
    white-space: nowrap;
}

/* ── WeChat QR hover effect ── */
.wechat-hover-wrap {
    position: relative;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    cursor: pointer;
}
.wechat-hover-qr {
    position: absolute;
    left: calc(100% + 12px);
    top: 50%;
    transform: translateY(-50%) scale(0.9);
    opacity: 0;
    visibility: hidden;
    transition: all 0.25s cubic-bezier(0.4, 0, 0.2, 1);
    z-index: 100;
    border-radius: 8px;
    box-shadow: 0 8px 24px rgba(0,0,0,0.4);
    width: 140px !important;
    height: 140px !important;
    max-width: none !important;
}
.wechat-hover-wrap:hover .wechat-hover-qr {
    opacity: 1;
    visibility: visible;
    transform: translateY(-50%) scale(1);
}

/* Footer WeChat hover */
.wechat-hover-wrap-footer {
    position: relative;
    display: inline-block;
    cursor: pointer;
}
.wechat-hover-wrap-footer .wechat-hover-qr {
    position: absolute;
    left: calc(100% + 10px);
    top: 50%;
    transform: translateY(-50%) scale(0.9);
    opacity: 0;
    visibility: hidden;
    transition: all 0.25s cubic-bezier(0.4, 0, 0.2, 1);
    z-index: 100;
    border-radius: 8px;
    box-shadow: 0 8px 24px rgba(0,0,0,0.4);
    width: 120px !important;
    height: 120px !important;
    max-width: none !important;
}
.wechat-hover-wrap-footer:hover .wechat-hover-qr {
    opacity: 1;
    visibility: visible;
    transform: translateY(-50%) scale(1);
}

/* ============================================ */

/* ── Dark gradient page background ── */
body {
    background: linear-gradient(160deg, #c7c8cdA0A0A 0%, #1C1C1C 50%, #0D0D0D 100%) !important;
    color: #333333 !important;
    background-attachment: fixed !important;
}

/* ── Fix white article container ── */
.ast-article-single,
article.page {
    background: transparent !important;
    box-shadow: none !important;
    border: none !important;
}

/* ── Content area ── properly centered ── */
.entry-content:not(.page-id-1602) {
    max-width: 100% !important;
    padding: 0 2.6em !important;
    margin: 0 !important;
    box-sizing: border-box !important;
}

/* ── About Us page: textured gradient content area ── */
.page-id-1601 .entry-content:not(.page-id-1602) {
    background: transparent !important;
}

/* Other pages keep transparent */
.page-id-1602 .entry-content,
body:not(.page-template-template-home):not(.page-id-1601) .entry-content {
    background: transparent !important;
}

/* Center content blocks in the viewport */
#primary {
    width: 100% !important;
    max-width: 100% !important;
}

.site-content .ast-container {
    width: 100% !important;
    max-width: 100% !important;
}

body:not(.page-template-template-home) article.page {
    max-width: 100% !important;
    margin: 0 auto !important;
    padding: 0 !important;
}

/* Cover block breaks out to be full-width */
.wp-block-cover.alignfull {
    max-width: none !important;
    width: 100vw !important;
    margin-left: calc(-50vw + 50%) !important;
}

/* ── Header/Nav: Orange background ── */
.ast-primary-header-bar,
.main-header-bar,
.site-header {
    background: #FFFFFF !important;
    border-bottom: none !important;
}

.ast-primary-header-bar .main-header-menu .menu-link,
.site-header .main-header-menu .menu-link {
    color: #1A1A2E !important;
}

.ast-primary-header-bar .main-header-menu .menu-link:hover,
.site-header .main-header-menu .menu-link:hover {
    color: #333333 !important;
}

/* ── Fix gap between header and cover ── */
#primary,
.content-area.primary {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
}

.ast-article-single,
article.page {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
}

.site-content {
    padding-top: 0 !important;
}

/* ── Push content below fixed header ── */
body:not(.page-template-template-home),
body.page-template-template-products {
    padding-top: 64px;
    width: 100vw !important;
    max-width: 100% !important;
}

/* ── Kill any extra spacing pushing page content down ── */
article.page > .entry-content:not(.page-id-1602) {
    margin-top: 0 !important;
    padding-top: 0 !important;
}

body:not(.page-template-template-home) .site-content .ast-container {
    margin-top: 0 !important;
    padding-top: 0 !important;
}

body:not(.page-template-template-home) #primary {
    margin-top: 0 !important;
    padding-top: 0 !important;
}

.site-content .ast-builder-grid-row {
    margin-top: 0 !important;
    padding-top: 0 !important;
}

.entry-header {
    margin: 0 !important;
    padding: 0 !important;
    height: 0 !important;
    min-height: 0 !important;
    line-height: 0 !important;
    font-size: 0 !important;
    overflow: hidden !important;
}

/* ── Cover block flush with nav ── */
body:not(.page-template-template-home) .wp-block-cover {
    margin-top: 0 !important;
}

/* ── Page title ── */
.page .entry-title,
.single .entry-title,
.ast-normal-title,
.entry-header h1.entry-title {
}

/* ── Section groups ── NO background blocks, just spacing */
.wp-block-group {
    max-width: 1200px !important;
    margin: 0 auto !important;
}

/* Remove section background blocks */
.wp-block-group.has-background {
    background: transparent !important;
    border-radius: 0 !important;
    padding: 60px 0 !important;
}

/* ── Separator - remove visual line ── */
.wp-block-separator {
    height: 0 !important;
    border: none !important;
    margin: 0 !important;
    opacity: 0 !important;
}

/* ── All headings centered ── */
.entry-content:not(.page-id-1602) h3, .entry-content:not(.page-id-1602) h4 { text-align: left !important; }
.entry-content:not(.page-id-1602) h2 { text-align: left !important; }



 !important;
    font-size: 24px !important;
    font-weight: 600 !important;
    margin-bottom: 16px !important;
}

.entry-content:not(.page-id-1602) h4 {
    color: #1A1A2E !important;
    font-size: 18px !important;
    font-weight: 600 !important;
}

/* ── Text ── */
.entry-content:not(.page-id-1602) p {
    color: #555555 !important;
    font-size: 16px !important;
    line-height: 1.8 !important;
    text-align: center !important;
}

.entry-content:not(.page-id-1602) p.has-text-color {
    color: inherit !important;
    text-align: inherit !important;
}

/* ── Links ── */
.entry-content:not(.page-id-1602) a {
    color: #2E7D32 !important;
    text-decoration: none !important;
    transition: color 0.25s ease !important;
}

.entry-content:not(.page-id-1602) a:hover {
    color: #1A1A2E !important;
}

/* ── Buttons ── */
.wp-block-buttons .wp-block-button__link {
    background: #2E7D32 !important;
    color: #1A1A2E !important;
    border-radius: 50px !important;
    padding: 12px 28px !important;
    font-size: 14px !important;
    font-weight: 600 !important;
    border: none !important;
    transition: all 0.3s ease !important;
    text-decoration: none !important;
    display: inline-block !important;
}

.wp-block-buttons .wp-block-button__link:hover {
    background: #245F29 !important;
    transform: translateY(-2px) !important;
}

/* ── Columns (glass cards — key info highlights) ── */
.entry-content:not(.page-id-1602) .wp-block-columns {
    gap: 24px !important;
}

.entry-content:not(.page-id-1602) .wp-block-column {
    background: rgba(255,255,255,0.85) !important;
    border: 1px solid rgba(255, 255, 255, 0.08) !important;
    border-radius: 12px !important;
    padding: 32px 24px !important;
    text-align: center !important;
    backdrop-filter: blur(4px) !important;
    -webkit-backdrop-filter: blur(4px) !important;
}

/* ── Contact page: Form card (right column) ── */
.page-id-1602 .entry-content .wp-block-column:last-child {
    background: rgba(255,255,255,0.85) !important;
    backdrop-filter: blur(8px) !important;
    -webkit-backdrop-filter: blur(8px) !important;
    flex-basis: 100% !important;
    max-width: 640px !important;
    margin: 0 auto !important;
}

/* ── Contact page: Left info column ── */
.page-id-1602 .entry-content .wp-block-column:first-child {
    background: transparent !important;
    border: none !important;
    padding-left: 0 !important;
    padding-top: 0 !important;
    text-align: left !important;
    backdrop-filter: none !important;
    -webkit-backdrop-filter: none !important;
    flex-basis: 100% !important;
    max-width: 640px !important;
    margin: 0 auto 40px auto !important;
}

/* Stack contact page columns vertically */
.page-id-1602 .entry-content .wp-block-columns {
    flex-direction: column !important;
    align-items: center !important;
}

.page-id-1602 .entry-content .wp-block-column:first-child p {
    text-align: left !important;
    color: #555555 !important;
}

.page-id-1602 .wp-block-group strong {
    color: #1A1A2E !important;
}

/* ── Contact Form 7 ── */
.wpcf7-form {
    background: transparent !important;
}

.wpcf7-form label {
    color: #444444 !important;
    font-size: 14px !important;
    font-weight: 500 !important;
    display: block !important;
    margin-bottom: 6px !important;
}

.wpcf7-form input,
.wpcf7-form textarea {
    width: 100% !important;
    background: #FFFFFF !important;
    border: 1px solid rgba(255, 255, 255, 0.1) !important;
    border-radius: 8px !important;
    padding: 12px 16px !important;
    color: #222222 !important;
    font-size: 15px !important;
    transition: border-color 0.25s ease !important;
    outline: none !important;
    box-sizing: border-box !important;
}

.wpcf7-form input:focus,
.wpcf7-form textarea:focus {
    border-color: #2E7D32 !important;
}

.wpcf7-form textarea {
    min-height: 120px !important;
    resize: vertical !important;
}

.wpcf7-form input[type="submit"],
.wpcf7-submit {
    background: #2E7D32 !important;
    color: #FFFFFF !important;
    border: none !important;
    border-radius: 50px !important;
    padding: 12px 32px !important;
    font-size: 15px !important;
    font-weight: 600 !important;
    cursor: pointer !important;
    transition: all 0.3s ease !important;
    width: auto !important;
    display: block !important;
    margin: 0 auto !important;
}

/* Center submit button wrapper */
.wpcf7-form p:last-of-type {
    text-align: center !important;
}

.wpcf7-form input[type="submit"]:hover,
.wpcf7-submit:hover {
    background: #245F29 !important;
    transform: translateY(-2px) !important;
}

/* ── Footer ── with thin brand separator */
.site-footer {
    border-top: 1px solid rgba(0, 0, 0, 0.06) !important;
    background-color: #3A3D42 !important;
}

/* ── Products page ── */
.page-template-template-products body {
    background: linear-gradient(160deg, #c7c8cdA0A0A 0%, #1C1C1C 50%, #0D0D0D 100%) !important;
    background-attachment: fixed !important;
}

.page-template-template-products .ast-article-single {
    background: transparent !important;
    box-shadow: none !important;
    border: none !important;
}

.page-template-template-products .entry-content {
    margin: 0 !important;
    padding: 0 !important;
}

/* ── Universal sub-page hero banner (300px) ── */
.page-hero {
    position: relative;
    width: 100vw !important;
    height: 300px;
    background-size: cover;
    background-position: center;
    display: block !important;
    flex: none !important;
    clear: both !important;
    margin-left: calc(-50vw + 50%) !important;
    overflow: hidden;
}

.page-hero-overlay {
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.55);
    z-index: 1;
}

.page-hero-content {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 2;
    text-align: center;
    width: 100%;
    padding: 0 20px;
    box-sizing: border-box;
}

.page-hero-content h1 {
    color: #1A1A2E !important;
    font-size: 38px !important;
    font-weight: 700 !important;
    margin: 0 0 10px 0 !important;
    letter-spacing: -0.5px;
}

.page-hero-content p {
    color: #444444 !important;
    font-size: 16px !important;
    margin: 0 !important;
}

/* ── All sub-page cover blocks → 300px ── */
body:not(.page-template-template-home) .wp-block-cover {
    min-height: 300px !important;
}/* === Cover block: 图片完整显示(不被裁) === */
body:not(.page-template-template-home):not(.page-id-1602) .wp-block-cover.alignfull,
body:not(.page-template-template-home):not(.page-id-1602) .wp-block-cover{
    min-height:auto!important;
    aspect-ratio:3/2!important;
    max-height:560px!important;
    overflow:hidden;
}
body:not(.page-template-template-home):not(.page-id-1602) .wp-block-cover[style*="min-height"]{
    min-height:auto!important;
}
body:not(.page-template-template-home):not(.page-id-1602) .wp-block-cover__image-background,
body:not(.page-template-template-home):not(.page-id-1602) .wp-block-cover__background-image{
    position:absolute!important;
    inset:0!important;
    width:100%!important;
    height:100%!important;
    object-fit:cover!important;
    object-position:center!important;
}
@media (max-width:768px){
    body:not(.page-template-template-home):not(.page-id-1602) .wp-block-cover.alignfull{
        aspect-ratio:16/10!important;
    }
}


/* ── Mobile ── */
@media (max-width: 768px) {
    .wp-block-cover {
        min-height: 250px !important;
    }
    .wp-block-cover h1,
    .wp-block-cover h2 {
        font-size: 28px !important;
    }
    .entry-content:not(.page-id-1602) h2 {
        font-size: 28px !important;
    }
    .entry-content:not(.page-id-1602) .wp-block-columns {
        flex-direction: column !important;
    }
    .wp-block-group.has-background {
        padding: 40px 0 !important;
    }
}

/* ============================================
   Scroll-to-Top — Orange Circular Border
   ============================================ */
#ast-scroll-top {
    display: none !important;
}
#custom-scroll-top:hover {
    opacity: 0.7 !important;
    transform: translateY(-3px) !important;
    border-color: #245F29 !important;
    color: #245F29 !important;
}

/* footer contact 电话图标变白 */
.footer-contact-item:nth-child(2) .contact-icon img { filter: brightness(0) invert(1); }

.wechat-hover-qr, .wechat-float-qr-wrap img{object-fit:contain !important;aspect-ratio:1/1 !important;}

.wechat-float-qr-wrap{width:170px !important;height:196px !important;align-items:center !important;justify-content:center !important;flex-direction:column !important;}
.wechat-float-qr-wrap img{width:140px !important;height:140px !important;object-fit:contain !important;aspect-ratio:1/1 !important;}

/* FAQ accordion */
.page-id-1935 .entry-content h2{font-family:Outfit,Poppins,sans-serif;font-size:32px;font-weight:700;color:#1A1A2E;margin:0 0 12px;}
.page-id-1935 .faq-intro{color:#555;margin-bottom:28px;}
.faq-wrap{max-width:800px;margin:0 auto;}
.faq-item{transition:box-shadow .25s ease,border-color .25s ease;}
.faq-item summary{transition:background .25s ease,color .25s ease;}
.faq-ans{max-height:0;opacity:0;overflow:hidden;transition:max-height .35s ease,opacity .35s ease,padding .35s ease;padding:0 20px;}
.faq-item[open] .faq-ans{max-height:300px;opacity:1;padding-top:16px;padding-bottom:16px;}

.faq-item{border:1px solid rgba(0,0,0,0.08);border-radius:12px;background:#fff;margin-bottom:12px;overflow:hidden;}
.faq-item summary{cursor:pointer;padding:18px 20px;font-size:16px;font-weight:600;color:#1A1A2E;position:relative;list-style:none;padding-right:40px;transition:background .2s;}
.faq-item summary::-webkit-details-marker{display:none;}
.faq-item summary::after{content:"+";position:absolute;right:18px;top:14px;font-size:20px;color:#2E7D32;transition:transform .2s;}
.faq-item[open] summary{background:#2E7D32;color:#fff;}
.faq-item[open] summary::after{content:"-";transform:rotate(180deg);}
.faq-item[open] summary::after{content:"\2013";color:#fff;}
.faq-ans{padding:16px 20px;color:#444;font-size:15px;line-height:1.7;border-top:1px solid rgba(0,0,0,0.05);}
.faq-ans p{margin:0;}

/* Page hero banner (FAQ + Blog) */
.page-id-1935 .entry-header, .page-id-1936 .entry-header{
  width:100vw !important; max-width:100vw !important;
  margin-left:calc(50% - 50vw) !important; margin-right:0 !important;
  background: url('https://xiaomo.click/wp-content/uploads/2026/06/scene-fastcharge.jpg') center/cover no-repeat !important;
  padding:100px 20px !important; text-align:center !important; margin-bottom:48px !important;
  position:relative !important; min-height:220px !important; display:flex !important;
  align-items:center !important; justify-content:center !important; box-sizing:border-box !important;
}
.page-id-1935 .entry-header::before, .page-id-1936 .entry-header::before{
  content:""; position:absolute; inset:0; background:rgba(0,0,0,0.35);
}
.page-id-1935 .entry-title, .page-id-1936 .entry-title{
  position:relative; z-index:1; color:#ffffff; font-family:Outfit,Poppins,sans-serif;
  font-size:44px; font-weight:600; letter-spacing:0; margin:0;
}
.blog-list-wrap,.blog-list-wrap.ast-container{max-width:1400px!important;width:100%!important;margin-left:auto!important;margin-right:auto!important}
.blog-post-grid{display:flex;flex-direction:column;gap:20px;margin:32px 0 60px}
.blog-post-card{display:flex;gap:28px;background:#fff;border:1px solid #e8e9ec;border-radius:14px;overflow:hidden;padding:20px;transition:box-shadow .2s}
.blog-post-card:hover{box-shadow:0 10px 28px rgba(0,0,0,.08)}
.blog-card-img{flex:0 0 280px;height:200px;overflow:hidden;border-radius:10px;background:#f2f3f5;display:flex;align-items:center;justify-content:center}
.blog-card-img img{width:100%;height:100%;object-fit:cover}
.blog-card-body{display:flex;flex-direction:column;justify-content:center;flex:1}
.blog-post-title{font-size:20px;line-height:1.4;margin:0 0 10px}
.blog-post-title a{color:#16181d;text-decoration:none}
.blog-post-title a:hover{color:#2E7D32}
.blog-post-excerpt{color:#555;font-size:15px;line-height:1.7;margin-bottom:14px}
.blog-read-more{display:inline-block;color:#2E7D32;font-weight:600;font-size:14px;text-decoration:none}
.blog-read-more:hover{color:#245F29}
.blog-intro{margin-bottom:8px}
@media(max-width:640px){.blog-post-card{flex-direction:column}.blog-card-img{flex:0 0 auto}}
/* ===== Blog 单篇（窄栏阅读） ===== */
body:not(.page-id-1602).ast-single-post .ast-article-single{max-width:1400px!important;margin:0 auto!important;padding:2.2em 2.6em 2em!important;background:#fff!important;border-radius:16px!important;box-shadow:0 4px 20px rgba(0,0,0,.04)!important}
body:not(.page-id-1602).ast-single-post .ast-breadcrumbs{padding:1em 0;font-size:13px;color:#8a8f98}
body:not(.page-id-1602).ast-single-post .ast-breadcrumbs a{color:#2E7D32;text-decoration:none}
body:not(.page-id-1602).ast-single-post .ast-breadcrumbs a:hover{color:#245F29;text-decoration:underline}
body:not(.page-id-1602).ast-single-post .entry-header{margin-bottom:1.6em}
body:not(.page-id-1602).ast-single-post .entry-title{font-size:36px;line-height:1.2;color:#16181d;margin:.2em 0 .35em;font-weight:700;letter-spacing:-.01em}
body:not(.page-id-1602).ast-single-post .entry-meta{color:#8a8f98;font-size:14px;margin-bottom:.4em}
body:not(.page-id-1602).ast-single-post .entry-meta a{color:#8a8f98;text-decoration:none}
body:not(.page-id-1602).ast-single-post .entry-meta a:hover{color:#2E7D32}
body:not(.page-id-1602).ast-single-post .post-featured-hero{margin:-2.2em -2.4em 1.8em;border-radius:16px 16px 0 0;overflow:hidden}
body:not(.page-id-1602).ast-single-post .post-featured-hero img{width:100%;height:auto;display:block}
body:not(.page-id-1602).ast-single-post .entry-content{font-family:-apple-system,BlinkMacSystemFont,'Segoe UI',Roboto,'Helvetica Neue',Arial,sans-serif}
body:not(.page-id-1602).ast-single-post .entry-content h2{font-size:22px;color:#16181d;margin:2em 0 .6em;font-weight:700;padding-bottom:.4em;border-bottom:1px solid #eef0f2}
body:not(.page-id-1602).ast-single-post .entry-content h2::after{content:none}
body:not(.page-id-1602).ast-single-post .entry-content h3{font-size:18px;color:#1f2937;margin:1.6em 0 .5em;font-weight:600}
body:not(.page-id-1602).ast-single-post .entry-content p{font-size:17px!important;line-height:1.85;color:#3f4348;margin:0 0 1.3em}
body:not(.page-id-1602).ast-single-post .entry-content ul,body:not(.page-id-1602).ast-single-post .entry-content ol{margin:0 0 1.4em 0;padding-left:1.4em;font-size:17px;line-height:1.85;color:#3f4348}
body:not(.page-id-1602).ast-single-post .entry-content li{margin-bottom:.55em;padding-left:.3em}
body:not(.page-id-1602).ast-single-post .entry-content li::marker{color:#2E7D32}
body:not(.page-id-1602).ast-single-post .entry-content blockquote{margin:1.6em 0;padding:.8em 1.2em;border-left:3px solid #2E7D32;background:#f7f9f7;color:#4a4f55;font-style:italic;border-radius:0 8px 8px 0}
body:not(.page-id-1602).ast-single-post .entry-content img{border-radius:10px;margin:1.6em 0;max-width:100%;height:auto}
body:not(.page-id-1602).ast-single-post .entry-content a{color:#2E7D32;text-decoration:none;border-bottom:1px solid rgba(46,125,50,.3)}
body:not(.page-id-1602).ast-single-post .entry-content a:hover{color:#245F29;border-bottom-color:#245F29}
body:not(.page-id-1602).ast-single-post .entry-content strong{color:#16181d;font-weight:600}
body:not(.page-id-1602).ast-single-post .entry-content code{background:#f2f4f6;padding:.15em .4em;border-radius:4px;font-size:.9em;color:#d6336c;font-family:'SF Mono',Consolas,Monaco,monospace}
/* ===== Single Post 段落左对齐 ===== */
body:not(.page-id-1602).ast-single-post .entry-content p,
body:not(.page-id-1602).ast-single-post .entry-content li,
body:not(.page-id-1602).ast-single-post .entry-content blockquote{text-align:left!important}




/* ===== Single Post 评论区对齐 1400 ===== */
body:not(.page-id-1602).ast-single-post .comments-area{max-width:1400px!important;margin:0 auto!important;padding:0 2.6em!important;background:#fff;border-radius:0 0 16px 16px;box-shadow:0 4px 20px rgba(0,0,0,.04)}
body:not(.page-id-1602).ast-single-post #respond{max-width:1400px!important;margin:0 auto}
@media(max-width:760px){body:not(.page-id-1602).ast-single-post .ast-article-single{padding:1.4em 1.2em;border-radius:10px}body:not(.page-id-1602).ast-single-post .entry-title{font-size:26px}body:not(.page-id-1602).ast-single-post .entry-content p,body:not(.page-id-1602).ast-single-post .entry-content ul,body:not(.page-id-1602).ast-single-post .entry-content ol{font-size:16px}body:not(.page-id-1602).ast-single-post .post-featured-hero{margin:-1.4em -1.2em 1.4em;border-radius:10px 10px 0 0}}

/* ===== About Us 页 ===== */
.about-page{background:linear-gradient(180deg,#ffffff 0%,#e3e6ea 100%);color:#1a1a2e;overflow-x:hidden;width:100vw;margin-left:calc(50% - 50vw);margin-right:calc(50% - 50vw)}
.about-wrap{max-width:1400px;margin:0 auto;padding:0 24px}
.about-center-title{text-align:center;font-size:32px;color:#16181d;margin:0 0 40px;font-weight:700}
/* Hero */
.about-hero{background-size:cover;background-position:center;padding:110px 0;text-align:center}
.about-hero h1{color:#fff;font-size:46px;font-weight:700;margin:0 0 16px}
.about-hero-sub{color:rgba(255,255,255,.85);font-size:18px;max-width:720px;margin:0 auto}
/* Story 图文 */
.about-story{padding:70px 0 50px}
.about-hero-img{position:relative;border-radius:16px;overflow:hidden}
.about-hero-img>img{width:100%;height:auto;max-height:640px;object-fit:cover;display:block;border-radius:16px}
.about-values{position:absolute;left:0;right:0;bottom:0;display:grid;grid-template-columns:repeat(3,1fr);gap:20px;padding:24px;background:linear-gradient(180deg,transparent,rgba(0,0,0,.55))}
.about-value{background:rgba(255,255,255,.94);border-radius:12px;padding:20px 22px;transition:transform .25s,box-shadow .25s}
.about-value:hover{transform:translateY(-4px);box-shadow:0 12px 28px rgba(0,0,0,.18)}
.about-value h3{color:#2E7D32;font-size:18px;margin:0 0 8px}
.about-value p{color:#555;margin:0;line-height:1.7;font-size:14px}
.about-story-text{margin-top:40px;max-width:1400px;text-align:center}
.about-story-text h2{font-size:34px;color:#16181d;margin:0 0 8px}
.about-kicker{color:#2E7D32;font-weight:600;margin:0 0 20px}
.about-story-text>p{color:#4a4f55;line-height:1.8;font-size:16px;margin-bottom:16px;text-align:left}
/* 滚动图墙 */
.about-marquee-section{padding:20px 0 60px;overflow:hidden}
.about-marquee{overflow:hidden;max-width:1400px;margin:0 auto;display:grid;gap:20px}
.about-marquee-track{display:flex;gap:20px;width:max-content;animation:about-scroll 18s ease-in-out infinite alternate}
.about-marquee-track.about-marquee-rev{animation-direction:alternate-reverse}
.about-marquee-track:hover{animation-play-state:paused}
.about-marquee-item{flex:0 0 auto;width:320px;height:220px;border-radius:14px;overflow:hidden}
.about-marquee-item img{width:100%;height:100%;object-fit:cover;transition:transform .35s ease}
.about-marquee-item:hover img{transform:scale(1.12)}
@keyframes about-scroll{from{transform:translateX(0)}to{transform:translateX(-280px)}}

/* Certifications */
.about-certs{padding:70px 0;background:linear-gradient(180deg,#ffffff 0%,#e6e8eb 100%)}
.about-cert-logos{display:flex;justify-content:center;align-items:center;gap:56px;margin-bottom:48px;flex-wrap:wrap}
.about-cert-logo{display:flex;align-items:center}
.about-cert-slider{display:flex;align-items:center;gap:16px;max-width:1400px;margin:0 auto}
.cert-arrow{flex:0 0 auto;background:none;border:none;cursor:pointer;padding:8px;display:flex;align-items:center;opacity:.6;transition:opacity .2s}
.cert-arrow:hover{opacity:1}
.about-cert-marquee{overflow:hidden;flex:1}
.about-cert-track{display:flex;gap:28px;width:max-content;transition:transform .4s ease}
.about-cert-item{flex:0 0 auto;width:280px;border-radius:12px;overflow:visible;background:#fff;box-shadow:0 6px 20px rgba(0,0,0,.10)}
.about-cert-item img{width:100%;height:auto;display:block;border-radius:12px;-webkit-box-reflect:below 10px linear-gradient(transparent 68%,rgba(0,0,0,.18))}
@media(max-width:768px){.about-hero h1{font-size:34px}.about-cert-logos{gap:20px;flex-wrap:nowrap}.about-cert-logo svg{width:56px;height:56px}.about-hero-img>img{height:auto}.about-values{position:static;display:flex;overflow-x:auto;gap:12px;padding:16px 0;background:none;scroll-snap-type:x mandatory}.about-value{flex:0 0 78%;scroll-snap-align:center}.about-marquee-item{width:240px;height:170px}.about-cert-item{width:200px}}

/* ===== 隐藏 single-post 前后篇导航 ===== */
body:not(.page-id-1602).ast-single-post nav.navigation.post-navigation{display:none!important}




/* ===== CTA 文字清晰度修复 ===== */
body:not(.page-id-1602).ast-single-post .post-cta{background:linear-gradient(135deg,rgba(10,15,13,.7) 0%,rgba(10,15,13,.55) 100%),url(https://xiaomo.click/wp-content/uploads/2026/08/cta-bg.jpg) center/cover no-repeat;padding:3em 2.6em;border-radius:16px;text-align:center;margin:2.6em 0 0;box-shadow:0 12px 36px rgba(0,0,0,.35);position:relative;overflow:hidden}
body:not(.page-id-1602).ast-single-post .post-cta>*{position:relative;z-index:1}
100%{transform:translate(3%,-3%) rotate(-2deg)}}
50%{opacity:1;transform:translateY(-6px)}}
body:not(.page-id-1602).ast-single-post .post-cta h3{color:#fff!important;font-size:22px!important;font-weight:700!important;margin:0 0 .6em!important;letter-spacing:.005em;text-align:center!important;text-shadow:0 2px 12px rgba(0,0,0,.4)}
body:not(.page-id-1602).ast-single-post .post-cta p{color:#fff!important;font-size:17px!important;line-height:1.7;margin:0 auto 1.4em!important;max-width:680px;text-align:center!important;text-shadow:0 1px 8px rgba(0,0,0,.3)}
body:not(.page-id-1602).ast-single-post .post-cta .post-cta-btn{background:#fff!important;color:#16181d!important;padding:.9em 2.4em!important;border-radius:10px!important;font-weight:700!important;font-size:16px!important;display:inline-block!important;text-decoration:none!important;transition:transform .2s,box-shadow .2s,background .2s;letter-spacing:.02em}
body:not(.page-id-1602).ast-single-post .post-cta .post-cta-btn:hover{background:#f1f5f1!important;transform:translateY(-2px);box-shadow:0 6px 16px rgba(0,0,0,.18)}

/* ===== Comments 区单独成模块 ===== */
body:not(.page-id-1602).ast-single-post .comments-area{background:#fff;padding:2em 2.6em 2.4em!important;border-radius:16px;border-top:none!important;margin:2.4em auto 2.4em!important;box-shadow:0 2px 10px rgba(0,0,0,.04)}
body:not(.page-id-1602).ast-single-post .comments-area h3.comments-title,
body:not(.page-id-1602).ast-single-post #reply-title{font-size:22px!important;font-weight:700;color:#16181d;margin:0 0 .6em!important}
body:not(.page-id-1602).ast-single-post .comments-area label{color:#16181d;font-weight:600;font-size:14px}
body:not(.page-id-1602).ast-single-post .comments-area input[type=text],
body:not(.page-id-1602).ast-single-post .comments-area input[type=email],
body:not(.page-id-1602).ast-single-post .comments-area input[type=url],
body:not(.page-id-1602).ast-single-post .comments-area textarea{border:1px solid #d8dce0!important;border-radius:8px!important;padding:.7em .9em!important;font-size:15px;transition:border-color .2s,box-shadow .2s}
body:not(.page-id-1602).ast-single-post .comments-area input:focus,
body:not(.page-id-1602).ast-single-post .comments-area textarea:focus{border-color:#2E7D32!important;box-shadow:0 0 0 3px rgba(46,125,50,.12)!important;outline:none}
body:not(.page-id-1602).ast-single-post .comments-area .form-submit{margin-top:1em}
body:not(.page-id-1602).ast-single-post .comments-area input[type=submit]{background:#2E7D32!important;color:#fff!important;border:none!important;padding:.85em 2em!important;border-radius:10px!important;font-size:15px!important;font-weight:600!important;cursor:pointer;transition:background .2s}
body:not(.page-id-1602).ast-single-post .comments-area input[type=submit]:hover{background:#245F29!important}

/* ===== 移动端微调 ===== */
@media(max-width:760px){
body:not(.page-id-1602).ast-single-post .blog-faq{padding:1.4em 1.2em}
body:not(.page-id-1602).ast-single-post .blog-faq h2{font-size:18px!important}
body:not(.page-id-1602).ast-single-post .blog-faq .faq-item{padding:.9em 0 .9em 1.4em}
body:not(.page-id-1602).ast-single-post .blog-faq .faq-q{font-size:15.5px}
body:not(.page-id-1602).ast-single-post .blog-faq .faq-a{font-size:14.5px}
body:not(.page-id-1602).ast-single-post .post-cta{padding:1.8em 1.4em;border-radius:10px}
body:not(.page-id-1602).ast-single-post .post-cta h3{font-size:20px!important}
body:not(.page-id-1602).ast-single-post .comments-area{padding:1.4em 1.2em 1.8em!important}
}


/* ===== FAQ 卡片重排版 ===== */
body:not(.page-id-1602).ast-single-post .blog-faq{background:#2d3140;border:1px solid #e8e9ec;border-radius:14px;padding:1.8em 2em 2em;margin:2.4em 0 .5em;box-shadow:0 2px 10px rgba(0,0,0,.03)}
body:not(.page-id-1602).ast-single-post .blog-faq h2{margin:0 0 1em!important;padding:0 0 .6em!important;font-size:22px!important;font-weight:700!important;color:#fff!important;border-bottom:2px solid #4ade80!important;text-align:left!important;letter-spacing:.005em}

/* 问题项：上下 padding 一致 + 左 border 强调 */
body:not(.page-id-1602).ast-single-post .blog-faq .faq-item{padding:14px 16px;border-bottom:1px solid rgba(255,255,255,.12);position:relative;transition:background .2s}
body:not(.page-id-1602).ast-single-post .blog-faq .faq-item:last-child{border-bottom:none;padding-bottom:6px}
body:not(.page-id-1602).ast-single-post .blog-faq .faq-item:hover{background:#eef2ee;border-radius:8px}

/* Q 圈：基线对齐 + 居中 */
body:not(.page-id-1602).ast-single-post .blog-faq .faq-item::before{content:"Q";position:absolute;left:16px;top:14px;width:26px;height:26px;background:#2E7D32;color:#fff;border-radius:50%;font-size:12px;font-weight:700;display:flex;align-items:center;justify-content:center;line-height:1;font-family:-apple-system,sans-serif}

/* 问题文字：和 Q 圈右边缘 + 10px，垂直居中 */
body:not(.page-id-1602).ast-single-post .blog-faq .faq-q{font-weight:700;color:#16181d;margin:0;font-size:17px;line-height:1.5;padding:5px 16px 5px 52px;display:flex;align-items:center;min-height:26px}

/* 回答：左缩进 52px（对齐问句），上下 padding 拉开呼吸 */
body:not(.page-id-1602).ast-single-post .blog-faq .faq-a{color:#1a1a1a;font-size:15.5px;line-height:1.78;margin:0;padding:0 16px 6px 52px;text-align:left!important}

.post-cta h3,.wp-block-post-content>.post-cta h3{color:#fff!important;text-align:center!important}
.post-cta p,.wp-block-post-content>.post-cta p{color:#fff!important;text-align:center!important}

body:not(.page-id-1602).ast-single-post .entry-title{font-size:26px!important;line-height:1.25!important}
body:not(.page-id-1602).ast-single-post .post-featured-hero,.post-featured-hero img{height:320px!important;object-fit:cover!important}

body:not(.page-id-1602).ast-single-post .entry-title{font-size:22px!important;line-height:1.25!important}
body:not(.page-id-1602).ast-single-post .ast-single-post-featured-section img,body:not(.page-id-1602).ast-single-post .post-featured-hero img,body:not(.page-id-1602).ast-single-post .wp-post-image{height:280px!important;object-fit:cover!important}

.entry-content:not(.page-id-1602) img[src*="blog-post-"]{height:280px!important;object-fit:cover!important}

body:not(.page-id-1602).ast-single-post .entry-content img:not(.hero-cover-1938-img){max-width:800px!important;width:100%!important;height:auto!important;max-height:360px!important;object-fit:contain!important;display:block;margin:1.4em auto;border-radius:12px;background:#fff}
body:not(.page-id-1602).ast-single-post .entry-content figure.blog-figure-hero img{max-height:440px!important;width:auto!important;max-width:100%!important}
body:not(.page-id-1602).ast-single-post .entry-content div.blog-figure-grid{display:grid!important;grid-template-columns:1fr 1fr!important;gap:18px!important;margin:1.4em 0!important}
body:not(.page-id-1602).ast-single-post .entry-content div.blog-figure-grid figure{margin:0!important}
body:not(.page-id-1602).ast-single-post .entry-content div.blog-figure-grid img{width:100%!important;height:320px!important;object-fit:cover!important;border-radius:12px!important;background:#fff;margin:0!important}
@media (max-width:768px){body:not(.page-id-1602).ast-single-post .entry-content div.blog-figure-grid{grid-template-columns:1fr!important}}
body:not(.page-id-1602).ast-single-post .entry-title{font-size:22px!important;line-height:1.3!important}

body:not(.page-id-1602).ast-single-post .entry-content h1{font-size:35px!important;line-height:1.35!important;margin:0 0 1em!important}
body .blog-post-card .blog-card-img img,.blog-post-card .blog-card-img img{display:block;width:auto!important;max-width:100%!important;height:auto!important;max-height:180px!important;object-fit:contain!important;margin:0 auto!important;padding:6px;box-sizing:border-box}


/* === 1938 hero cover: 完整图片显示 === */
.wp-block-cover.hero-cover-1938,
.wp-block-cover.hero-cover-1938[style] {
    min-height:auto!important;
    aspect-ratio:3/2!important;
    max-height:560px!important;
    overflow:hidden;
    position:relative;
}
.wp-block-cover.hero-cover-1938 .wp-block-cover__image-background {
    position:absolute!important;
    inset:0!important;
    width:100%!important;
    height:100%!important;
    object-fit:cover!important;
    object-position:center!important;
    aspect-ratio:3/2!important;
}
@media (max-width:768px) {
    .wp-block-cover.hero-cover-1938,
    .wp-block-cover.hero-cover-1938[style] {
        aspect-ratio:16/10!important;
    }
}



.hero-cover-1938-inner {
    position: relative;
    width: 100%;
    aspect-ratio: 3/2;
    overflow: hidden;
    max-height: 560px;
    border-radius: 12px;
}
.hero-cover-1938-figure { margin: 0; width: 100%; height: 100%; }
.hero-cover-1938-img {
    width: 100%;
    height: auto;
    display: block;
    border-radius: 12px;
}
.wp-block-group.hero-cover-1938-wrap > .hero-cover-1938-inner {
    display: block !important;
}
.hero-cover-1938-img {
    display: block !important;
    width: 100% !important;
    height: 100% !important;
    object-fit: cover !important;
    object-position: center !important;
}
@media (max-width: 768px) {
    .hero-cover-1938-inner {
        aspect-ratio: 16/10 !important;
    }
}
