/*
 * qiai.cn homepage layout cleanup
 * Scope: presentation only. SEO/GEO text, metadata and JSON-LD stay in HTML.
 */

:root {
    --home-ink: #17261d;
    --home-muted: #5f6f66;
    --home-soft: #f5f7f4;
    --home-paper: #ffffff;
    --home-line: rgba(23, 38, 29, 0.12);
    --home-blue: #245f93;
    --home-green: #164b31;
    --home-gold: #c8a24a;
    --home-shadow: 0 18px 44px rgba(23, 38, 29, 0.08);
    --home-ease: cubic-bezier(0.22, 1, 0.36, 1);
}

html {
    background: var(--home-soft);
}

body.site-page-polish {
    color: var(--home-ink);
    background: #f4f7f5 !important;
    letter-spacing: 0;
}

.container,
.top-bar .container,
.main-header .container,
.hero-content .container,
.corporate-data-band .container,
.ai-strength-section .container,
.stats-section .container,
.customer-search-section .container,
.b2b-proof-section .container,
.brands-showcase-section .container,
.home-image-proof .container,
.home-news-flow .container,
.faq-highlight-section .container,
.seo-content .container,
.cta-section .container,
.main-footer .container {
    width: min(1180px, calc(100% - 48px));
    max-width: 1180px !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
}

.section-header {
    max-width: 760px !important;
    margin: 0 0 34px !important;
    text-align: left !important;
}

.section-subtitle,
.home-news-title-en,
.photo-showcase-eyebrow,
.ai-strength-eyebrow,
.credential-eyebrow {
    color: var(--home-blue) !important;
    font-size: 0.74rem !important;
    font-weight: 850 !important;
    letter-spacing: 0.18em !important;
    text-transform: uppercase;
}

.section-title,
.home-news-title-cn,
.photo-showcase-header h3 {
    color: var(--home-ink) !important;
    font-size: clamp(1.7rem, 2.3vw, 2.26rem) !important;
    line-height: 1.22 !important;
    font-weight: 850 !important;
    letter-spacing: 0 !important;
    text-wrap: balance;
}

.section-desc,
.ai-strength-lead p,
.ai-strength-card p,
.ai-strength-card li,
.home-news-card p,
.seo-resource-body p,
.faq-accordion-grid p {
    color: var(--home-muted) !important;
    line-height: 1.76 !important;
}

.top-bar {
    display: block !important;
    padding: 6px 0 !important;
    background: #f8faf9 !important;
    color: #526159 !important;
    border-bottom: 1px solid rgba(23, 38, 29, 0.08) !important;
    font-size: 12px !important;
}

.top-bar .container {
    display: flex !important;
    justify-content: space-between !important;
    gap: 18px !important;
}

.top-bar-left,
.top-bar-right {
    display: flex !important;
    align-items: center !important;
    gap: 18px !important;
    min-width: 0;
}

.top-bar span,
.top-bar a {
    color: #526159 !important;
}

.main-header {
    top: 0 !important;
    background: rgba(255, 255, 255, 0.98) !important;
    border-bottom: 1px solid var(--home-line) !important;
    box-shadow: 0 10px 26px rgba(23, 38, 29, 0.05) !important;
}

.main-header .container {
    height: 68px !important;
}

.logo a {
    min-width: 230px;
}

.logo a::before {
    width: 40px !important;
    height: 40px !important;
    flex-basis: 40px !important;
}

.logo a span {
    max-width: 210px;
    color: var(--home-ink) !important;
    font-size: 1.02rem !important;
    font-weight: 850 !important;
    line-height: 1.2 !important;
}

.main-nav ul {
    gap: 2px !important;
}

.main-nav > ul > li > a {
    height: 68px !important;
    padding: 0 11px !important;
    color: #27382f !important;
    font-size: 0.9rem !important;
    font-weight: 700 !important;
    white-space: nowrap;
}

.main-nav > ul > li > a::after {
    left: 11px !important;
    right: 11px !important;
    bottom: 0 !important;
    height: 3px !important;
    background: var(--home-blue) !important;
}

.dropdown-menu {
    top: 100% !important;
    width: 220px !important;
    min-width: 220px !important;
    background: #fff !important;
    border: 1px solid var(--home-line) !important;
    box-shadow: var(--home-shadow) !important;
}

.main-nav .dropdown-menu a {
    color: var(--home-ink) !important;
}

.main-nav .dropdown-menu a:hover {
    color: var(--home-blue) !important;
    background: #f4f7f5 !important;
}

.hero {
    height: clamp(560px, 68vh, 680px) !important;
    min-height: 560px !important;
    background: #0d2217 !important;
}

.hero-slide::before {
    background: linear-gradient(90deg, rgba(8, 28, 18, 0.88) 0%, rgba(13, 46, 29, 0.66) 45%, rgba(13, 46, 29, 0.24) 78%, rgba(8, 28, 18, 0.12) 100%) !important;
}

.hero-content .container {
    grid-template-columns: minmax(0, 760px) !important;
}

.hero-text {
    max-width: 760px !important;
}

.hero-company {
    max-width: 760px !important;
    margin-bottom: 16px !important;
    font-size: clamp(2.7rem, 4.55vw, 4.35rem) !important;
    line-height: 1.06 !important;
    font-weight: 900 !important;
    white-space: normal !important;
    text-wrap: balance;
}

.hero-title {
    max-width: 700px !important;
    margin-bottom: 16px !important;
    font-size: clamp(1.28rem, 1.75vw, 1.72rem) !important;
    line-height: 1.42 !important;
}

.hero-desc {
    max-width: 640px !important;
    margin-bottom: 20px !important;
    font-size: 1rem !important;
}

.hero-proof-row {
    display: flex !important;
    flex-wrap: wrap !important;
    gap: 8px !important;
    margin-bottom: 26px !important;
}

.hero-proof {
    display: inline-flex !important;
    align-items: center !important;
    gap: 6px !important;
    min-height: 38px !important;
    padding: 8px 12px !important;
    border: 1px solid rgba(255, 255, 255, 0.2) !important;
    border-radius: 4px !important;
    background: rgba(255, 255, 255, 0.1) !important;
}

.hero-proof + .hero-proof::before {
    display: none !important;
}

.hero-proof strong {
    color: #f0d278 !important;
    font-size: 0.94rem !important;
}

.hero-proof span {
    color: rgba(255, 255, 255, 0.78) !important;
    font-size: 0.82rem !important;
}

.hero-buttons {
    display: flex !important;
    flex-wrap: wrap !important;
    gap: 12px !important;
}

.btn,
.hero-buttons .btn,
.cta-buttons .btn {
    min-height: 46px;
    border-radius: 4px !important;
    padding: 13px 22px !important;
    font-size: 0.94rem !important;
    font-weight: 800 !important;
}

.hero-dots {
    bottom: 32px !important;
}

.hero-dots .dot {
    width: 30px !important;
    height: 3px !important;
}

.corporate-data-band {
    padding: 46px 0 58px !important;
    background: #f6f9f8 !important;
}

.corporate-data-head {
    display: block !important;
    padding: 0 0 20px !important;
}

.corporate-data-head h2 {
    max-width: 760px !important;
    margin-top: 8px !important;
    text-align: left !important;
    font-size: clamp(1.5rem, 2.2vw, 2.15rem) !important;
}

.corporate-data-grid {
    display: grid !important;
    grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
    min-height: 160px !important;
    border: 1px solid var(--home-line) !important;
    border-radius: 6px !important;
    background: #fff !important;
    box-shadow: none !important;
}

.corporate-data-item {
    padding: 26px 24px !important;
}

.corporate-data-value {
    color: var(--home-blue) !important;
    font-size: clamp(2.35rem, 3.4vw, 3.25rem) !important;
    font-variant-numeric: tabular-nums;
}

.corporate-data-label {
    color: var(--home-ink) !important;
    font-size: 0.98rem !important;
}

.corporate-data-note {
    color: var(--home-muted) !important;
}

.ai-strength-section {
    padding: 70px 0 76px !important;
    background: #fff !important;
}

.ai-strength-wrap {
    display: grid !important;
    grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr) !important;
    gap: 18px !important;
    max-width: 1180px !important;
}

.ai-strength-lead,
.ai-strength-card,
.ai-strength-panel {
    border: 1px solid var(--home-line) !important;
    border-radius: 6px !important;
    background: #fff !important;
    box-shadow: none !important;
}

.ai-strength-lead {
    padding: 30px !important;
}

.ai-strength-lead h2 {
    margin-bottom: 16px !important;
    color: var(--home-ink) !important;
    font-size: clamp(1.65rem, 2.4vw, 2.3rem) !important;
    line-height: 1.22 !important;
}

.ai-strength-tags {
    gap: 8px !important;
    margin-top: 22px !important;
}

.ai-strength-tags span,
.home-proof-tags span {
    border-radius: 4px !important;
    background: #f6f9f8 !important;
    color: var(--home-green) !important;
    font-size: 0.83rem !important;
}

.ai-strength-grid {
    display: grid !important;
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: 14px !important;
}

.ai-strength-card {
    padding: 22px !important;
}

.ai-strength-card h3 {
    color: var(--home-green) !important;
    font-size: 1.04rem !important;
}

.ai-strength-panel {
    grid-column: 1 / -1 !important;
    padding: 22px !important;
}

.ai-scenario-grid {
    display: grid !important;
    grid-template-columns: repeat(6, minmax(0, 1fr)) !important;
    gap: 8px !important;
}

.ai-scenario-grid span {
    min-height: 42px;
    display: flex !important;
    align-items: center;
    justify-content: center;
    border-radius: 4px !important;
    background: #f6f9f8 !important;
    color: var(--home-green) !important;
    line-height: 1.35;
}

.stats-section {
    padding: 70px 0 78px !important;
    background: #f6f9f8 !important;
}

.stats-grid {
    display: grid !important;
    grid-template-columns: repeat(5, minmax(0, 1fr)) !important;
    gap: 0 !important;
    border: 1px solid var(--home-line) !important;
    border-radius: 6px !important;
    background: #fff !important;
    overflow: hidden;
}

.stat-item {
    min-height: 132px;
    padding: 28px 18px !important;
    border-right: 1px solid var(--home-line) !important;
}

.stat-item:last-child {
    border-right: 0 !important;
}

.stat-number,
.stat-unit {
    color: var(--home-blue) !important;
    font-variant-numeric: tabular-nums;
}

.factory-quick-panel {
    display: grid !important;
    grid-template-columns: 1fr !important;
    max-width: 1180px !important;
    margin-top: 24px !important;
    border: 1px solid var(--home-line) !important;
    border-radius: 6px !important;
    background: #fff !important;
    box-shadow: none !important;
}

.factory-quick-panel > div:first-child {
    grid-column: 1 / -1 !important;
    padding: 18px 24px !important;
    border-bottom: 1px solid var(--home-line) !important;
    background: #fff !important;
}

.factory-quick-panel figure {
    grid-column: 1 / -1 !important;
    border-right: 0 !important;
    border-bottom: 1px solid var(--home-line) !important;
}

.factory-quick-panel figure img {
    height: clamp(260px, 32vw, 390px) !important;
    min-height: 260px !important;
    max-height: 390px !important;
    object-fit: cover !important;
}

.factory-more-details {
    grid-column: 1 / -1 !important;
    display: block !important;
    background: #fff !important;
}

.factory-more-details summary {
    display: block !important;
    padding: 16px 24px !important;
    border-top: 0 !important;
    color: var(--home-green) !important;
    font-weight: 850 !important;
    cursor: pointer;
}

.customer-search-section,
.b2b-proof-section,
.brands-showcase-section,
.home-news-flow,
.faq-highlight-section {
    padding: 78px 0 !important;
}

.customer-search-section {
    background: #fff !important;
}

.customer-search-section .container > div:last-child {
    display: grid !important;
    grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
    gap: 12px !important;
    max-width: 1180px !important;
    margin: 0 auto !important;
    background: transparent !important;
    border: 0 !important;
}

.customer-search-section a[style],
.link-card {
    min-height: 128px !important;
    padding: 22px !important;
    border: 1px solid var(--home-line) !important;
    border-radius: 6px !important;
    background: #f9fbfa !important;
    box-shadow: none !important;
}

.customer-search-section a[style] strong {
    color: var(--home-ink) !important;
    line-height: 1.4 !important;
}

.customer-search-section a[style] span {
    display: block !important;
    color: var(--home-muted) !important;
}

.customer-search-section a[style]::after {
    color: var(--home-blue) !important;
}

.customer-search-section a[style]:hover,
.link-card:hover,
.home-news-card:hover,
.hot-product-card:hover {
    transform: translateY(-3px) !important;
    border-color: rgba(36, 95, 147, 0.26) !important;
    box-shadow: 0 18px 36px rgba(23, 38, 29, 0.08) !important;
}

.b2b-proof-section {
    background: #f6f9f8 !important;
}

.b2b-proof-grid {
    display: grid !important;
    grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
    gap: 12px !important;
    max-width: 1180px !important;
    border: 0 !important;
    background: transparent !important;
}

.b2b-proof-grid > div {
    min-height: 132px !important;
    padding: 22px !important;
    border: 1px solid var(--home-line) !important;
    border-radius: 6px !important;
    background: #fff !important;
}

.b2b-proof-grid h3 {
    margin-bottom: 8px !important;
    color: var(--home-green) !important;
    font-size: 1.05rem !important;
}

.b2b-proof-grid p {
    display: block !important;
    color: var(--home-muted) !important;
    font-size: 0.9rem !important;
}

.b2b-proof-section .container > div[style*="linear-gradient"] {
    max-width: 1180px !important;
    margin-top: 22px !important;
    border-radius: 6px !important;
    padding: 28px 30px !important;
    background: linear-gradient(135deg, #173524 0%, #245f93 100%) !important;
}

.b2b-proof-section + section {
    padding: 0 0 76px !important;
    background: #f6f9f8 !important;
}

.b2b-proof-section + section .container > div > div {
    display: grid !important;
    grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
    gap: 12px !important;
}

.b2b-proof-section + section .link-card {
    min-height: 152px !important;
    border-radius: 6px !important;
}

.brands-showcase-section {
    background: #fff !important;
}

.brands-showcase-section .container > div[style*="flex-wrap"] {
    justify-content: flex-start !important;
    max-width: 1180px !important;
    margin: 0 auto 26px !important;
}

.brands-showcase-section .container > div[style*="flex-wrap"] span {
    border-radius: 4px !important;
    background: #f6f9f8 !important;
    color: var(--home-green) !important;
}

.hot-products-grid {
    display: grid !important;
    grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
    gap: 12px !important;
    max-width: 1180px !important;
    margin: 0 auto !important;
    background: transparent !important;
    border: 0 !important;
}

.hot-product-card {
    display: grid !important;
    grid-template-rows: 220px 1fr;
    min-height: 390px;
    border: 1px solid var(--home-line) !important;
    border-radius: 6px !important;
    background: #fff !important;
    overflow: hidden;
    box-shadow: none !important;
}

.hot-product-image {
    height: 220px !important;
    overflow: hidden;
}

.hot-product-image img {
    width: 100% !important;
    height: 100% !important;
    min-height: 0 !important;
    object-fit: cover !important;
}

.hot-product-content {
    min-height: 0 !important;
    padding: 22px !important;
    align-items: flex-start !important;
    text-align: left !important;
}

.hot-product-content h3 {
    width: 100%;
    justify-content: flex-start !important;
    text-align: left !important;
}

.hot-product-content h3 img {
    margin-left: 0 !important;
    margin-right: 0 !important;
    border-radius: 4px !important;
    box-shadow: none !important;
}

.hot-product-content p {
    display: block !important;
    margin-top: 8px !important;
    color: var(--home-muted) !important;
}

.hot-product-link {
    margin-top: auto !important;
    color: var(--home-blue) !important;
}

.photo-showcase-section {
    width: auto !important;
    margin: 72px 0 0 !important;
    padding: 72px 0 78px !important;
    background: #f6f9f8 !important;
    border: 1px solid var(--home-line) !important;
    border-left: 0 !important;
    border-right: 0 !important;
}

.photo-showcase-inner {
    width: min(1180px, calc(100% - 48px)) !important;
    max-width: 1180px !important;
    padding: 0 !important;
}

.photo-showcase-header {
    margin-bottom: 28px !important;
}

.photo-showcase-header p {
    display: block !important;
}

.photo-showcase-grid.two-column {
    grid-template-columns: minmax(0, 1.2fr) minmax(320px, 0.8fr) !important;
    gap: 14px !important;
}

.photo-showcase-card {
    border-radius: 6px !important;
}

.photo-showcase-feature img {
    min-height: 500px !important;
}

.photo-showcase-side img {
    height: 243px !important;
}

.home-image-proof {
    padding: 72px 0 !important;
    background: #fff !important;
}

.home-partners-proof {
    background: #f6f9f8 !important;
}

.home-image-proof-frame {
    width: min(1180px, calc(100% - 48px)) !important;
    max-width: 1180px !important;
    padding: 0 !important;
}

.home-image-proof img {
    border-radius: 6px !important;
    border: 1px solid var(--home-line) !important;
    box-shadow: none !important;
}

.home-honors-proof .container {
    max-width: 1180px !important;
    margin-top: 22px !important;
    padding: 26px !important;
    border: 1px solid var(--home-line) !important;
    border-left: 4px solid var(--home-gold) !important;
    border-radius: 6px !important;
    background: #f9fbfa !important;
}

.home-proof-stats {
    display: grid !important;
    grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
    gap: 10px !important;
}

.home-proof-stat {
    border-radius: 6px !important;
    background: #fff !important;
}

.home-news-flow {
    background: #f6f9f8 !important;
}

.home-news-head {
    display: grid !important;
    grid-template-columns: minmax(0, 1fr) auto !important;
    gap: 24px !important;
    margin-bottom: 34px !important;
    padding-bottom: 18px !important;
    border-bottom: 1px solid var(--home-line) !important;
}

.home-news-title-en {
    margin: 0 0 8px !important;
}

.home-news-grid {
    display: grid !important;
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
    gap: 14px !important;
}

.home-news-card {
    display: grid !important;
    grid-template-rows: 180px auto 1fr auto;
    min-height: 388px;
    padding: 0 !important;
    border: 1px solid var(--home-line) !important;
    border-radius: 6px !important;
    background: #fff !important;
    overflow: hidden;
    box-shadow: none !important;
}

.home-news-cover,
.home-news-cover img {
    height: 180px !important;
    border-radius: 0 !important;
}

.home-news-cover img {
    width: 100% !important;
    object-fit: cover !important;
}

.home-news-card h3 {
    min-height: 66px;
    margin: 0 !important;
    padding: 18px 18px 8px !important;
    color: var(--home-ink) !important;
    font-size: 1.03rem !important;
    line-height: 1.42 !important;
}

.home-news-card p {
    display: block !important;
    margin: 0 !important;
    padding: 0 18px 16px !important;
    font-size: 0.9rem !important;
}

.home-news-meta {
    margin: 0 !important;
    padding: 12px 18px !important;
    border-top: 1px solid var(--home-line) !important;
}

.home-news-more {
    margin-top: 28px !important;
}

.home-news-more a,
.photo-showcase-link,
.link-card::after {
    border-radius: 4px !important;
}

.faq-highlight-section {
    background: #fff !important;
}

.faq-accordion-grid {
    display: grid !important;
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
    gap: 12px !important;
    max-width: 1180px !important;
}

.faq-accordion-grid details {
    border: 1px solid var(--home-line) !important;
    border-radius: 6px !important;
    background: #f9fbfa !important;
}

.faq-accordion-grid summary {
    padding: 18px !important;
}

.seo-content {
    padding: 32px 0 !important;
    background: #f6f9f8 !important;
}

.seo-resource-details {
    border-radius: 6px !important;
    box-shadow: none !important;
}

.seo-resource-details > summary {
    padding: 20px 24px !important;
}

.seo-resource-body {
    padding: 0 24px 24px !important;
}

.seo-keyword-links p {
    margin: 0;
}

.cta-section {
    min-height: 320px !important;
    padding: 78px 0 !important;
}

.cta-content h2 {
    max-width: 760px;
    margin: 0 auto 14px !important;
    font-size: clamp(1.8rem, 3vw, 2.55rem) !important;
    line-height: 1.24 !important;
}

.cta-content p {
    color: rgba(255, 255, 255, 0.86) !important;
}

.main-footer {
    padding-top: 72px !important;
}

.floating-actions.qiai-side-tools {
    right: 18px !important;
    width: 78px !important;
    border-radius: 6px !important;
    overflow: hidden;
}

.floating-qrcode {
    display: none !important;
}

.qiai-side-tools a,
.qiai-side-tools button {
    width: 76px !important;
    height: 68px !important;
}

/* SEO/GEO information architecture cleanup: presentation only, content unchanged. */
.corporate-data-band,
.ai-strength-section,
.home-honors-proof,
.seo-content {
    isolation: isolate;
}

.corporate-data-band {
    padding: 54px 0 64px !important;
    background:
        linear-gradient(180deg, #ffffff 0%, #f7faf8 100%) !important;
    border-bottom: 1px solid rgba(23, 38, 29, 0.1);
}

.corporate-data-head {
    max-width: 1180px;
    margin: 0 auto 22px !important;
    padding: 0 !important;
}

.corporate-data-head span,
.ai-strength-eyebrow,
.seo-resource-details > summary span {
    display: inline-flex !important;
    align-items: center;
    gap: 8px;
    margin-bottom: 10px;
    color: var(--home-blue) !important;
    font-size: 0.72rem !important;
    font-weight: 900 !important;
    letter-spacing: 0.16em !important;
}

.corporate-data-head span::before,
.ai-strength-eyebrow::before,
.seo-resource-details > summary span::before {
    content: "";
    width: 22px;
    height: 1px;
    background: currentColor;
}

.corporate-data-head h2 {
    margin: 0 !important;
    color: var(--home-ink) !important;
    font-size: clamp(1.58rem, 2.3vw, 2.2rem) !important;
}

.corporate-data-grid {
    min-height: 142px !important;
    border-radius: 8px !important;
    background: #fff !important;
    box-shadow: 0 16px 44px rgba(23, 38, 29, 0.05) !important;
}

.corporate-data-item {
    position: relative;
    padding: 24px 26px !important;
}

.corporate-data-item::after {
    content: "";
    position: absolute;
    left: 26px;
    right: 26px;
    bottom: 0;
    height: 3px;
    background: linear-gradient(90deg, rgba(36, 95, 147, 0.7), rgba(22, 75, 49, 0.35));
    opacity: 0;
    transition: opacity 240ms var(--home-ease);
}

.corporate-data-item:hover::after {
    opacity: 1;
}

.corporate-data-value,
.home-proof-stat strong {
    color: var(--home-green) !important;
}

.ai-strength-section {
    padding: 74px 0 80px !important;
    background:
        linear-gradient(180deg, #f7faf8 0%, #ffffff 100%) !important;
}

.ai-strength-wrap {
    grid-template-columns: minmax(0, 1.08fr) minmax(0, 0.92fr) !important;
    gap: 16px !important;
    align-items: stretch;
}

.ai-strength-lead {
    display: flex;
    flex-direction: column;
    min-height: 100%;
    padding: 34px !important;
    border-radius: 8px !important;
    background:
        linear-gradient(180deg, #ffffff 0%, #fbfcfb 100%) !important;
}

.ai-strength-lead h2 {
    max-width: 520px;
    margin-bottom: 18px !important;
}

.ai-strength-lead p {
    max-width: 620px;
    font-size: 0.98rem !important;
}

.ai-strength-tags {
    margin-top: auto !important;
    padding-top: 24px;
}

.ai-strength-tags span,
.home-proof-tags span,
.ai-scenario-grid span,
.seo-keyword-links a,
.seo-keyword-links span {
    border-radius: 999px !important;
    border: 1px solid rgba(22, 75, 49, 0.12) !important;
    background: #f7faf8 !important;
    color: var(--home-green) !important;
}

.ai-strength-grid {
    gap: 12px !important;
}

.ai-strength-card {
    min-height: 172px;
    padding: 24px !important;
    border-radius: 8px !important;
    background: #fff !important;
}

.ai-strength-card h3 {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 12px !important;
}

.ai-strength-card h3::before {
    content: "";
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: var(--home-gold);
    box-shadow: 0 0 0 4px rgba(200, 162, 74, 0.12);
}

.ai-strength-panel {
    margin-top: 0;
    padding: 24px !important;
    border-radius: 8px !important;
    background: #fbfcfb !important;
}

.ai-strength-panel h3,
.home-honors-proof h2 {
    color: var(--home-ink) !important;
    font-size: 1.16rem !important;
    line-height: 1.35 !important;
}

.ai-scenario-grid {
    grid-template-columns: repeat(6, minmax(0, 1fr)) !important;
    gap: 8px !important;
}

.ai-scenario-grid span {
    min-height: 38px !important;
    padding: 8px 10px !important;
    font-size: 0.84rem !important;
}

.home-honors-proof {
    padding: 68px 0 74px !important;
    background: #ffffff !important;
}

.home-honors-proof::before {
    opacity: 0.58;
}

.home-honors-proof .container {
    display: grid;
    grid-template-columns: minmax(0, 0.95fr) minmax(300px, 1.05fr);
    gap: 20px;
    max-width: 1180px !important;
    margin-top: 18px !important;
    padding: 26px !important;
    border-radius: 8px !important;
    border: 1px solid rgba(23, 38, 29, 0.1) !important;
    border-left: 4px solid var(--home-gold) !important;
    background: #f8faf8 !important;
}

.home-honors-proof h2 {
    grid-column: 1 / -1;
    margin-bottom: 0 !important;
}

.home-proof-tags {
    align-content: start;
    margin-top: 0 !important;
}

.home-proof-stats {
    margin-top: 0 !important;
}

.home-proof-stat {
    padding: 16px !important;
    border-radius: 8px !important;
}

.homepage-details {
    grid-column: 1 / -1;
    margin-top: 0 !important;
    padding-top: 16px !important;
}

.homepage-details summary {
    display: inline-flex;
    align-items: center;
}

.seo-content {
    padding: 44px 0 52px !important;
    background:
        linear-gradient(180deg, #f8faf8 0%, #eef4f1 100%) !important;
    border-top: 1px solid rgba(23, 38, 29, 0.1) !important;
}

.seo-resource-details {
    border-radius: 8px !important;
    border: 1px solid rgba(23, 38, 29, 0.11) !important;
    background: #fff !important;
    box-shadow: 0 18px 46px rgba(23, 38, 29, 0.06) !important;
}

.seo-resource-details > summary {
    grid-template-columns: minmax(140px, auto) minmax(0, 1fr) auto !important;
    padding: 22px 26px !important;
    border-bottom: 0 !important;
}

.seo-resource-details > summary strong {
    color: var(--home-ink) !important;
    font-size: 1.15rem !important;
    line-height: 1.35 !important;
}

.seo-resource-details > summary em {
    padding: 8px 12px;
    border-radius: 999px;
    background: #f7faf8;
    border: 1px solid rgba(22, 75, 49, 0.12);
    color: var(--home-green) !important;
    font-size: 0.82rem;
}

.seo-resource-body {
    padding: 0 26px 26px !important;
}

.seo-resource-body > div:first-child {
    display: grid !important;
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
    gap: 14px !important;
    color: var(--home-muted) !important;
}

.seo-resource-body > div:first-child > div {
    min-height: 250px;
    padding: 22px;
    border: 1px solid rgba(23, 38, 29, 0.09);
    border-radius: 8px;
    background: #fbfcfb;
}

.seo-resource-body h3 {
    margin-bottom: 12px !important;
    color: var(--home-green) !important;
    font-size: 1.05rem !important;
}

.seo-resource-body a {
    color: var(--home-blue) !important;
    font-weight: 700;
}

.seo-keyword-links {
    margin-top: 18px !important;
    padding-top: 18px !important;
    border-top: 1px solid rgba(23, 38, 29, 0.1) !important;
}

.seo-keyword-links p {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    line-height: 1.3 !important;
}

.seo-keyword-links a,
.seo-keyword-links span {
    display: inline-flex;
    align-items: center;
    min-height: 30px;
    margin: 0 !important;
    padding: 6px 10px;
    color: var(--home-muted) !important;
    font-size: 12px;
    text-decoration: none !important;
}

@media (max-width: 1100px) {
    .home-honors-proof .container,
    .seo-resource-body > div:first-child {
        grid-template-columns: 1fr !important;
    }

    .seo-resource-details > summary {
        grid-template-columns: 1fr !important;
        gap: 10px !important;
    }
}

/* Focused cleanup for the visible AI/GEO factory-strength panel. */
.ai-strength-wrap {
    display: grid !important;
    grid-template-columns: minmax(380px, 0.84fr) minmax(0, 1.16fr) !important;
    gap: 0 !important;
    overflow: hidden;
    border: 1px solid rgba(23, 38, 29, 0.11);
    border-radius: 8px;
    background: #fff;
    box-shadow: 0 18px 46px rgba(23, 38, 29, 0.05);
}

.ai-strength-lead,
.ai-strength-card,
.ai-strength-panel {
    border: 0 !important;
    border-radius: 0 !important;
    box-shadow: none !important;
}

.ai-strength-lead {
    grid-row: 1 / span 2;
    padding: 40px 38px !important;
    border-right: 1px solid rgba(23, 38, 29, 0.1) !important;
    background: linear-gradient(180deg, #ffffff 0%, #f8fbf9 100%) !important;
}

.ai-strength-lead h2 {
    max-width: 500px;
    margin-bottom: 18px !important;
    font-size: clamp(2rem, 2.6vw, 2.65rem) !important;
    line-height: 1.14 !important;
}

.ai-strength-lead p {
    max-width: 520px;
    color: #5f6f66 !important;
    font-size: 0.96rem !important;
    line-height: 1.88 !important;
}

.ai-strength-tags {
    display: grid !important;
    grid-template-columns: 1fr !important;
    gap: 8px !important;
    margin-top: 24px !important;
    padding-top: 22px !important;
    border-top: 1px solid rgba(23, 38, 29, 0.1);
}

.ai-strength-tags span {
    display: flex !important;
    align-items: center;
    min-height: 36px;
    padding: 8px 12px !important;
    border-radius: 6px !important;
    background: #ffffff !important;
    font-size: 0.82rem !important;
    line-height: 1.35 !important;
    text-align: left !important;
}

.ai-strength-grid {
    display: grid !important;
    grid-template-columns: 1fr !important;
    gap: 0 !important;
    background: #fff;
}

.ai-strength-card {
    display: grid;
    grid-template-columns: 118px minmax(0, 1fr);
    gap: 22px;
    align-items: start;
    min-height: 0 !important;
    padding: 22px 30px !important;
    border-bottom: 1px solid rgba(23, 38, 29, 0.1) !important;
    background: #fff !important;
}

.ai-strength-card:nth-child(4) {
    border-bottom: 0 !important;
}

.ai-strength-card h3 {
    align-items: flex-start;
    margin: 0 !important;
    color: var(--home-green) !important;
    font-size: 1rem !important;
    line-height: 1.45 !important;
}

.ai-strength-card h3::before {
    margin-top: 0.45em;
    flex: 0 0 7px;
    width: 7px;
    height: 7px;
}

.ai-strength-card p,
.ai-strength-card ul {
    margin: 0 !important;
}

.ai-strength-card p,
.ai-strength-card li {
    color: #5f6f66 !important;
    font-size: 0.91rem !important;
    line-height: 1.72 !important;
}

.ai-strength-card ul {
    padding-left: 0 !important;
    list-style: none !important;
}

.ai-strength-card li + li {
    margin-top: 4px;
}

.ai-strength-panel {
    grid-column: 2 !important;
    padding: 22px 30px 26px !important;
    border-top: 1px solid rgba(23, 38, 29, 0.1) !important;
    background: #f8fbf9 !important;
}

.ai-strength-panel h3 {
    margin: 0 0 13px !important;
    font-size: 1.04rem !important;
}

.ai-scenario-grid {
    display: grid !important;
    grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
    gap: 8px !important;
}

.ai-scenario-grid span {
    min-height: 38px !important;
    padding: 8px 10px !important;
    border-radius: 6px !important;
    background: #fff !important;
    color: var(--home-green) !important;
    font-size: 0.83rem !important;
    font-weight: 800 !important;
}

@media (max-width: 1100px) {
    .ai-strength-wrap {
        grid-template-columns: 1fr !important;
    }

    .ai-strength-lead {
        grid-row: auto;
        border-right: 0 !important;
        border-bottom: 1px solid rgba(23, 38, 29, 0.1) !important;
    }

    .ai-strength-panel {
        grid-column: 1 !important;
    }

    .ai-scenario-grid {
        grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
    }
}

@media (max-width: 1280px) {
    .main-nav > ul > li > a {
        padding: 0 8px !important;
        font-size: 0.86rem !important;
    }

    .logo a {
        min-width: 210px;
    }

    .floating-actions.qiai-side-tools {
        display: none !important;
    }
}

@media (max-width: 1100px) {
    .main-nav {
        display: none !important;
    }

    .mobile-menu-toggle {
        display: inline-flex !important;
        align-items: center;
        justify-content: center;
    }

    .ai-strength-wrap,
    .factory-quick-panel,
    .photo-showcase-grid.two-column {
        grid-template-columns: 1fr !important;
    }

    .factory-quick-panel figure {
        border-right: 0 !important;
        border-bottom: 1px solid var(--home-line) !important;
    }

    .customer-search-section .container > div:last-child,
    .b2b-proof-grid,
    .hot-products-grid,
    .home-news-grid,
    .faq-accordion-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    }

    .ai-scenario-grid {
        grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
    }
}

@media (max-width: 768px) {
    .container,
    .top-bar .container,
    .main-header .container,
    .hero-content .container,
    .corporate-data-band .container,
    .ai-strength-section .container,
    .stats-section .container,
    .customer-search-section .container,
    .b2b-proof-section .container,
    .brands-showcase-section .container,
    .home-image-proof .container,
    .home-news-flow .container,
    .faq-highlight-section .container,
    .seo-content .container,
    .cta-section .container,
    .main-footer .container,
    .photo-showcase-inner,
    .home-image-proof-frame {
        width: min(100% - 32px, 1180px) !important;
    }

    .main-header .container {
        height: 62px !important;
    }

    .logo a {
        min-width: 0;
    }

    .top-bar {
        display: none !important;
    }

    .logo a span {
        max-width: 230px !important;
        font-size: 0.94rem !important;
    }

    .hero {
        min-height: 620px !important;
        height: auto !important;
    }

    .hero-content {
        padding: 76px 0 86px !important;
    }

    .hero-company {
        font-size: clamp(2rem, 9vw, 2.7rem) !important;
        max-width: 100% !important;
        word-break: keep-all;
        overflow-wrap: break-word;
    }

    .hero-title {
        font-size: 1.08rem !important;
        max-width: 100% !important;
        word-break: keep-all;
        overflow-wrap: break-word;
    }

    .hero-desc {
        max-width: 100% !important;
        font-size: 0.92rem !important;
    }

    .hero-proof {
        width: 100%;
        justify-content: flex-start;
        flex-wrap: wrap;
    }

    .hero-buttons .btn {
        width: 100%;
    }

    .corporate-data-band,
    .ai-strength-section,
    .stats-section,
    .customer-search-section,
    .b2b-proof-section,
    .brands-showcase-section,
    .home-news-flow,
    .faq-highlight-section {
        padding: 56px 0 !important;
    }

    .corporate-data-head {
        grid-template-columns: 1fr !important;
    }

    .corporate-data-head h2 {
        text-align: left !important;
    }

    .corporate-data-grid,
    .stats-grid,
    .customer-search-section .container > div:last-child,
    .b2b-proof-grid,
    .b2b-proof-section + section .container > div > div,
    .hot-products-grid,
    .home-news-grid,
    .faq-accordion-grid,
    .ai-strength-grid {
        grid-template-columns: 1fr !important;
    }

    .corporate-data-item,
    .stat-item {
        border-right: 0 !important;
        border-bottom: 1px solid var(--home-line) !important;
    }

    .corporate-data-item:last-child,
    .stat-item:last-child {
        border-bottom: 0 !important;
    }

    .ai-scenario-grid,
    .home-proof-stats {
        grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    }

    .factory-quick-panel figure img {
        min-height: 250px !important;
    }

    .home-news-head {
        grid-template-columns: 1fr !important;
    }

    .home-news-tabs {
        display: flex !important;
        overflow-x: auto;
        padding-bottom: 4px;
    }

    .photo-showcase-header {
        display: block !important;
    }

    .photo-showcase-link {
        margin-top: 18px !important;
    }

    .photo-showcase-feature img,
    .photo-showcase-side img {
        min-height: 0 !important;
        height: 250px !important;
    }

    .home-honors-proof .container {
        padding: 22px !important;
    }

    .seo-resource-details > summary {
        grid-template-columns: 1fr !important;
    }

    .cta-buttons {
        flex-direction: column;
        align-items: stretch;
    }

    .qiai-side-tools a,
    .qiai-side-tools button {
        width: 44px !important;
        height: 44px !important;
    }
}
