* {
    box-sizing: border-box;
}

/* PC premium custom outdoor refresh: visual-only layer, keeps content and mobile layout unchanged. */
@media (min-width: 981px) {
    :root {
        --pc-ink: #102033;
        --pc-ink-soft: #2f4357;
        --pc-muted: #6b7a8a;
        --pc-bg: #f4f7f2;
        --pc-surface: #ffffff;
        --pc-line: rgba(27, 58, 74, 0.12);
        --pc-line-strong: rgba(15, 95, 74, 0.22);
        --pc-green: #0f8f68;
        --pc-green-deep: #075f4a;
        --pc-sage: #dfeadd;
        --pc-earth: #b98a52;
        --pc-sand: #f3eadb;
        --pc-shadow-sm: 0 12px 32px rgba(16, 32, 51, 0.07);
        --pc-shadow-md: 0 22px 58px rgba(16, 32, 51, 0.11);
        --pc-shadow-lg: 0 34px 90px rgba(16, 32, 51, 0.16);
    }

    body {
        color: var(--pc-ink);
        background:
            radial-gradient(circle at 9% 2%, rgba(15, 143, 104, 0.11), transparent 28%),
            radial-gradient(circle at 88% 6%, rgba(185, 138, 82, 0.12), transparent 24%),
            linear-gradient(180deg, #fbfaf6 0%, var(--pc-bg) 44%, #f8faf5 100%);
    }

body:not(.is-home-hero) .home-header {
        position: sticky;
        top: 0;
        z-index: 50;
        background: rgba(253, 252, 247, 0.82);
        border-bottom: 1px solid rgba(27, 58, 74, 0.08);
        box-shadow: 0 18px 50px rgba(16, 32, 51, 0.08);
        backdrop-filter: saturate(150%) blur(18px);
    }

    .home-nav {
        min-height: 78px;
    }

    .home-brand {
        padding: 8px 0;
    }

    .home-brand-logo {
        max-height: 46px;
        filter: drop-shadow(0 10px 22px rgba(16, 32, 51, 0.08));
    }

    .home-menu {
        gap: 8px;
        padding: 8px;
        border: 1px solid rgba(27, 58, 74, 0.08);
        border-radius: 999px;
        background: rgba(255, 255, 255, 0.66);
        box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.8);
    }

    .home-menu a {
        min-height: 38px;
        padding: 0 18px;
        border-radius: 999px;
        color: var(--pc-ink-soft);
        line-height: 38px;
        font-weight: 800;
        letter-spacing: 0.01em;
    }

    .home-menu a:hover,
    .home-menu a.active {
        color: var(--pc-green-deep);
    }

    .home-service {
        padding-left: 18px;
        border-left: 1px solid rgba(27, 58, 74, 0.1);
    }

    .home-service span {
        color: var(--pc-muted);
        letter-spacing: 0.08em;
    }

    .home-service a {
        color: var(--pc-green-deep);
        font-weight: 900;
    }

    .home-phone,
    .tb-section-title > a,
    .tb-plan-grid a,
    .tb-project-detail-actions button,
    .tb-project-detail-card button,
    .plan-form__submit,
    .consult-form button,
    .tb-project-empty button,
    .footer-cta {
        border: 0;
        color: #fff;
        background: linear-gradient(135deg, var(--pc-green-deep) 0%, var(--pc-green) 58%, #18b988 100%);
        box-shadow: 0 18px 38px rgba(15, 143, 104, 0.24), inset 0 1px 0 rgba(255, 255, 255, 0.24);
        transition: transform 0.2s ease, box-shadow 0.2s ease, filter 0.2s ease;
    }

    .home-phone:hover,
    .tb-section-title > a:hover,
    .tb-plan-grid a:hover,
    .tb-project-detail-actions button:hover,
    .tb-project-detail-card button:hover,
    .plan-form__submit:hover,
    .consult-form button:hover,
    .tb-project-empty button:hover,
    .footer-cta:hover {
        color: #fff;
        filter: saturate(1.06);
        transform: translateY(-2px);
        box-shadow: 0 24px 48px rgba(15, 143, 104, 0.3), inset 0 1px 0 rgba(255, 255, 255, 0.3);
    }

    .tb-hero-full {
        padding: 0;
        background: transparent;
    }

    .tb-hero-slider {
        width: 100%;
        margin: 0;
        border-radius: 0;
        overflow: hidden;
        box-shadow: none;
    }

    .tb-hero-banner:after,
    .hot-theme-hero:after,
    .venue-base-hero:after,
    .tb-project-hero:after,
    .tb-project-detail-hero:after,
    .page-hero:after {
        background: transparent;
    }

    .tb-hero-banner > div,
    .hot-theme-hero .tb-wrap,
    .venue-base-hero .tb-wrap,
    .tb-project-hero .tb-wrap,
    .tb-project-detail-head {
        position: relative;
        z-index: 2;
    }

    .tb-hero-banner span,
    .hot-theme-hero span,
    .venue-base-hero span,
    .tb-project-hero span,
    .tb-project-detail-label,
    .tb-about-intro span,
    .tb-contact-panel span,
    .hot-theme-intro span,
    .venue-base-intro span,
    .tb-project-card span,
    .plan-modal__head span,
    .tb-final-cta span {
        border-color: rgba(15, 143, 104, 0.18);
        color: var(--pc-green-deep);
        background: rgba(223, 234, 221, 0.72);
        box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.66);
    }

    .tb-hero-banner h1,
    .hot-theme-hero h1,
    .venue-base-hero h1,
    .tb-project-hero h1,
    .tb-project-detail-head h1,
    .page-hero h1 {
        max-width: 820px;
        letter-spacing: -0.045em;
        text-shadow: 0 18px 42px rgba(0, 0, 0, 0.24);
    }

    .tb-hero-banner p,
    .hot-theme-hero p,
    .venue-base-hero p,
    .tb-project-hero p,
    .tb-project-detail-head p,
    .page-hero p {
        max-width: 680px;
        color: rgba(255, 255, 255, 0.86);
        line-height: 1.85;
    }

    .tb-hero-thumbs {
        right: 42px;
        bottom: 34px;
        padding: 10px;
        border-radius: 22px;
        background: rgba(255, 255, 255, 0.72);
        border: 1px solid rgba(255, 255, 255, 0.56);
        box-shadow: 0 22px 54px rgba(5, 22, 32, 0.18);
        backdrop-filter: blur(14px);
    }

    .tb-hero-thumbs button {
        border-radius: 16px;
        overflow: hidden;
        opacity: 0.72;
    }

    .tb-hero-thumbs button.active,
    .tb-hero-thumbs button:hover {
        opacity: 1;
        border-color: rgba(15, 143, 104, 0.56);
        box-shadow: 0 12px 26px rgba(15, 95, 74, 0.24);
        transform: translateY(-2px);
    }

    .tb-wrap,
    .home-wrap {
        width: min(1200px, calc(100% - 56px));
    }

    .tb-guide,
    .tb-product-section,
    .tb-project-list,
    .tb-super-list,
    .hot-theme-section,
    .venue-base-section,
    .tb-project-detail-section,
    .tb-about-intro {
        position: relative;
        background: transparent;
    }

    .tb-product-section::before,
    .hot-theme-section::before,
    .venue-base-section::before,
    .tb-project-list::before,
    .tb-super-list::before {
        content: "";
        position: absolute;
        inset: 0;
        z-index: -1;
        pointer-events: none;
        background:
            radial-gradient(circle at 10% 20%, rgba(223, 234, 221, 0.62), transparent 26%),
            radial-gradient(circle at 92% 4%, rgba(243, 234, 219, 0.72), transparent 24%);
    }

    .tb-section-title,
    .tb-filter-head {
        align-items: flex-end;
        margin-bottom: 30px;
    }

    .tb-section-title h2,
    .tb-filter-head h2,
    .hot-theme-menu h2,
    .venue-city-menu h2,
    .tb-about-intro h2,
    .tb-contact-panel h2,
    .tb-project-detail-card h3,
    .tb-super-detail-hero h1 {
        color: var(--pc-ink);
        letter-spacing: -0.035em;
    }

    .tb-section-title h2::after,
    .tb-filter-head h2::after,
    .hot-theme-menu h2::after,
    .venue-city-menu h2::after {
        content: "";
        display: block;
        width: 54px;
        height: 4px;
        margin-top: 12px;
        border-radius: 999px;
        background: linear-gradient(90deg, var(--pc-green), var(--pc-earth));
    }

    .tb-section-title p,
    .tb-filter-head span,
    .hot-theme-menu p,
    .venue-city-menu p,
    .tb-about-intro p,
    .tb-contact-panel p,
    .tb-project-detail-card p,
    .tb-super-card-body h2 + div,
    .tb-super-card-meta,
    .venue-region-head p,
    .venue-region-note {
        color: var(--pc-muted);
    }

    .tb-guide-grid article,
    .tb-product-card,
    .tb-case-grid a,
    .tb-project-card,
    .tb-filter-panel,
    .tb-super-filter,
    .tb-super-card,
    .hot-theme-menu,
    .hot-theme-card,
    .venue-city-menu,
    .venue-base-card article,
    .venue-region-card,
    .tb-project-detail-content,
    .tb-project-detail-card,
    .tb-contact-card,
    .tb-super-detail-left,
    .tb-super-side-card,
    .plan-modal__dialog,
    .consult-panel,
    .tb-stats-row div,
    .tb-client-logos div,
    .tb-advantage-grid article {
        border: 1px solid var(--pc-line);
        background: rgba(255, 255, 255, 0.9);
        box-shadow: var(--pc-shadow-sm);
        backdrop-filter: blur(10px);
    }

    .tb-product-card,
    .tb-case-grid a,
    .tb-project-card,
    .tb-super-card,
    .hot-theme-card,
    .venue-base-card article,
    .venue-region-card,
    .tb-project-detail-card,
    .tb-contact-card {
        border-radius: 26px;
        overflow: hidden;
        transition: transform 0.24s ease, box-shadow 0.24s ease, border-color 0.24s ease;
    }

    .tb-product-card:hover,
    .tb-case-grid a:hover,
    .tb-project-card:hover,
    .tb-super-card:hover,
    .hot-theme-card:hover,
    .venue-base-card:hover article,
    .venue-region-card:hover,
    .tb-project-detail-card:hover {
        border-color: var(--pc-line-strong);
        transform: translateY(-7px);
        box-shadow: var(--pc-shadow-md);
    }

    .tb-product-card img,
    .tb-case-grid img,
    .tb-project-card img,
    .hot-theme-card img,
    .venue-base-card img,
    .tb-super-card-img img,
    .tb-project-detail-head img,
    .venue-detail-hero img,
    .tb-about-grid img {
        filter: saturate(0.98) contrast(1.03);
        transition: transform 0.42s ease, filter 0.42s ease;
    }

    .tb-product-card:hover img,
    .tb-case-grid a:hover img,
    .tb-project-card:hover img,
    .hot-theme-card:hover img,
    .venue-base-card:hover img,
    .tb-super-card:hover .tb-super-card-img img {
        transform: scale(1.045);
        filter: saturate(1.04) contrast(1.04);
    }

    .tb-product-card div,
    .tb-project-card div,
    .tb-super-card-body,
    .hot-theme-card-body,
    .venue-base-card article > div {
        background: linear-gradient(180deg, rgba(255, 255, 255, 0.96), rgba(250, 250, 246, 0.98));
    }

    .tb-product-card h3,
    .tb-case-grid h3,
    .tb-project-card h3,
    .tb-super-card-body h2,
    .hot-theme-card h3,
    .venue-base-card h3 {
        color: var(--pc-ink);
        letter-spacing: -0.025em;
    }

    .tb-card-meta,
    .tb-project-card strong,
    .hot-theme-card strong,
    .venue-base-card strong,
    .tb-super-card-price strong,
    .tb-super-meta-grid strong,
    .tb-super-side-card strong,
    .tb-stats-row strong {
        color: var(--pc-green-deep);
    }

    .tb-filter-row a,
    .tb-super-filter-row a,
    .venue-base-hot a,
    .hot-theme-tab,
    .venue-city-tab,
    .tb-super-anchor a,
    .tb-super-card-tags span,
    .hot-theme-tags span,
    .tb-super-detail-tags span,
    .hot-detail-tags span,
    .venue-region-tags a {
        color: var(--pc-ink-soft);
        border-color: rgba(27, 58, 74, 0.1);
        background: rgba(255, 255, 255, 0.72);
        box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.7);
    }

    .tb-filter-row a:hover,
    .tb-filter-row a.active,
    .tb-super-filter-row a:hover,
    .tb-super-filter-row a.active,
    .venue-base-hot a:hover,
    .hot-theme-tab:hover,
    .hot-theme-tab.active,
    .venue-city-tab:hover,
    .venue-city-tab.active,
    .tb-super-anchor a:hover,
    .venue-region-tags a:hover {
        color: #fff;
        border-color: transparent;
        background: linear-gradient(135deg, var(--pc-green-deep), var(--pc-green));
        box-shadow: 0 12px 26px rgba(15, 143, 104, 0.18);
    }

    .tb-super-filter,
    .tb-filter-panel {
        padding: 28px;
        border-radius: 30px;
        background:
            linear-gradient(180deg, rgba(255, 255, 255, 0.94), rgba(250, 250, 246, 0.9)),
            radial-gradient(circle at 100% 0, rgba(223, 234, 221, 0.8), transparent 32%);
    }

    .hot-theme-intro,
    .venue-base-intro {
        border-radius: 30px;
        background:
            linear-gradient(90deg, rgba(8, 31, 42, 0.9), rgba(8, 56, 45, 0.58)),
            var(--theme-cover, var(--city-cover));
        background-position: center;
        background-size: cover;
        box-shadow: var(--pc-shadow-lg);
    }

    .venue-base-intro {
        background:
            linear-gradient(90deg, rgba(8, 31, 42, 0.9), rgba(8, 56, 45, 0.58)),
            var(--city-cover);
        background-position: center;
        background-size: cover;
    }

    .hot-theme-intro span,
    .venue-base-intro span {
        color: #e8fff6;
        border-color: rgba(255, 255, 255, 0.22);
        background: rgba(15, 143, 104, 0.28);
    }

    .hot-theme-intro h2,
    .venue-base-intro h2,
    .hot-theme-intro p,
    .venue-base-intro p {
        color: #fff;
    }

    .tb-plan-cta,
    .tb-final-cta {
        background:
            radial-gradient(circle at 16% 18%, rgba(15, 143, 104, 0.24), transparent 28%),
            radial-gradient(circle at 86% 18%, rgba(185, 138, 82, 0.18), transparent 26%),
            linear-gradient(135deg, #071622 0%, #0d2a32 48%, #063f34 100%);
    }

    .tb-plan-grid {
        border-radius: 34px;
        border: 1px solid rgba(255, 255, 255, 0.14);
        background: rgba(255, 255, 255, 0.07);
        box-shadow: 0 34px 90px rgba(0, 0, 0, 0.28);
        backdrop-filter: blur(12px);
    }

    .tb-plan-grid img {
        border-radius: 26px;
        box-shadow: 0 22px 50px rgba(0, 0, 0, 0.22);
    }

    .tb-project-detail-content,
    .tb-super-detail-left {
        border-radius: 30px;
        padding: 34px;
        line-height: 1.86;
    }

    .tb-project-detail-card,
    .tb-super-side-card {
        border-radius: 26px;
        background:
            linear-gradient(180deg, rgba(255, 255, 255, 0.96), rgba(250, 250, 246, 0.96)),
            radial-gradient(circle at 100% 0, rgba(223, 234, 221, 0.8), transparent 40%);
    }

    .hot-detail-rich-text img,
    .tb-project-detail-content img,
    .tb-super-raw img {
        margin: 24px auto;
        border-radius: 24px;
        box-shadow: 0 18px 42px rgba(16, 32, 51, 0.12);
    }

    .plan-modal {
        background: rgba(5, 17, 29, 0.66);
        backdrop-filter: blur(10px);
    }

    .plan-modal__dialog {
        border-radius: 30px;
        background:
            linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(250, 250, 246, 0.98));
        box-shadow: 0 38px 100px rgba(5, 17, 29, 0.32);
    }

    .plan-form select,
    .plan-form input,
    .plan-form textarea,
    .consult-input {
        border-color: rgba(27, 58, 74, 0.14);
        background: rgba(255, 255, 255, 0.82);
    }

    .plan-form select:focus,
    .plan-form input:focus,
    .plan-form textarea:focus,
    .consult-input:focus {
        border-color: rgba(15, 143, 104, 0.62);
        box-shadow: 0 0 0 5px rgba(15, 143, 104, 0.12);
    }

    .consult-float-button {
        background: linear-gradient(135deg, #071622, var(--pc-green-deep));
        box-shadow: 0 24px 58px rgba(16, 32, 51, 0.26), 0 12px 28px rgba(15, 143, 104, 0.18);
    }

    .home-footer {
        position: relative;
        overflow: hidden;
        background:
            radial-gradient(circle at 12% 0%, rgba(15, 143, 104, 0.2), transparent 28%),
            radial-gradient(circle at 84% 18%, rgba(185, 138, 82, 0.18), transparent 28%),
            linear-gradient(145deg, #07111f 0%, #102033 48%, #073d33 100%);
    }

    .home-footer::before {
        content: "";
        position: absolute;
        inset: 0;
        pointer-events: none;
        background-image: linear-gradient(rgba(255, 255, 255, 0.045) 1px, transparent 1px), linear-gradient(90deg, rgba(255, 255, 255, 0.045) 1px, transparent 1px);
        background-size: 42px 42px;
        mask-image: linear-gradient(180deg, rgba(0, 0, 0, 0.48), transparent 72%);
    }

    .footer-top,
    .footer-bottom {
        position: relative;
        z-index: 1;
    }
}

/* Custom service-site skin: visual polish only, no structural template changes. */
:root {
    --brand-ink: #0d1b2a;
    --brand-ink-soft: #24364b;
    --brand-muted: #667085;
    --brand-line: #dfe7ef;
    --brand-line-soft: #edf2f7;
    --brand-bg: #f4f7fb;
    --brand-surface: #ffffff;
    --brand-surface-tint: #f8fbfd;
    --brand-green: #0fa979;
    --brand-green-dark: #087a5c;
    --brand-orange: #f27a2a;
    --brand-gold: #f3b14a;
    --brand-blue: #1c7ed6;
    --brand-shadow-sm: 0 10px 28px rgba(13, 27, 42, 0.07);
    --brand-shadow-md: 0 18px 48px rgba(13, 27, 42, 0.1);
    --brand-shadow-lg: 0 28px 72px rgba(13, 27, 42, 0.14);
}

body {
    color: var(--brand-ink);
    background:
        radial-gradient(circle at 18% 0%, rgba(15, 169, 121, 0.08), transparent 28%),
        linear-gradient(180deg, #f7fafc 0%, var(--brand-bg) 42%, #f8fafc 100%);
    text-rendering: optimizeLegibility;
}

a,
button,
input,
select,
textarea {
    -webkit-tap-highlight-color: transparent;
}

body:not(.is-home-hero) .home-header {
    background: rgba(255, 255, 255, 0.92);
    border-bottom: 1px solid rgba(223, 231, 239, 0.88);
    box-shadow: 0 14px 38px rgba(13, 27, 42, 0.06);
    backdrop-filter: saturate(140%) blur(14px);
}

.home-brand-logo {
    filter: drop-shadow(0 8px 16px rgba(13, 27, 42, 0.06));
}

.home-menu a {
    color: var(--brand-ink-soft);
    font-weight: 700;
    transition: color 0.2s ease, background-color 0.2s ease, box-shadow 0.2s ease;
}

.home-menu a:hover,
.home-menu a.active {
    color: var(--brand-green-dark);
}

.home-service {
    color: var(--brand-muted);
}

.home-service a {
    color: var(--brand-ink);
}

.home-phone,
.footer-cta,
.tb-section-title > a,
.tb-project-detail-actions button,
.tb-project-detail-card button,
.tb-plan-grid a,
.plan-form__submit,
.consult-form button,
.tb-mobile-consult-online,
.mobile-bottom-bar__cta,
.tb-project-empty button {
    color: #fff;
    background: linear-gradient(135deg, var(--brand-green-dark), var(--brand-green));
    border-color: transparent;
    box-shadow: 0 14px 30px rgba(15, 169, 121, 0.22);
}

.home-phone:hover,
.footer-cta:hover,
.tb-section-title > a:hover,
.tb-project-detail-actions button:hover,
.tb-project-detail-card button:hover,
.tb-plan-grid a:hover,
.plan-form__submit:hover,
.consult-form button:hover,
.mobile-bottom-bar__cta:hover,
.tb-project-empty button:hover {
    color: #fff;
    background: linear-gradient(135deg, #086f55, #0fa979);
    box-shadow: 0 18px 38px rgba(15, 169, 121, 0.28);
}

.tb-hero-banner:after,
.page-hero:after,
.hot-theme-hero:after,
.venue-base-hero:after,
.tb-project-hero:after,
.tb-project-detail-hero:after {
    background: transparent;
}

.tb-hero-banner span,
.page-hero span,
.hot-theme-hero span,
.venue-base-hero span,
.tb-project-hero span,
.tb-project-detail-label,
.tb-about-intro span,
.tb-contact-panel span,
.plan-modal__head span,
.hot-theme-intro span,
.venue-base-intro span,
.tb-project-card span {
    color: var(--brand-green-dark);
    background: rgba(15, 169, 121, 0.1);
    border: 1px solid rgba(15, 169, 121, 0.16);
    letter-spacing: 0.04em;
}

.tb-hero-banner h1,
.page-hero h1,
.hot-theme-hero h1,
.venue-base-hero h1,
.tb-project-hero h1,
.tb-project-detail-head h1 {
    letter-spacing: 0;
    text-shadow: 0 12px 28px rgba(0, 0, 0, 0.18);
}

.tb-hero-banner p,
.page-hero p,
.hot-theme-hero p,
.venue-base-hero p,
.tb-project-hero p,
.tb-project-detail-head p {
    color: rgba(255, 255, 255, 0.86);
}

.tb-hero-thumbs {
    background: rgba(255, 255, 255, 0.88);
    border: 1px solid rgba(223, 231, 239, 0.82);
    box-shadow: var(--brand-shadow-md);
    backdrop-filter: blur(12px);
}

.tb-hero-thumbs button {
    border-color: transparent;
    background: #fff;
    box-shadow: none;
}

.tb-hero-thumbs button.active,
.tb-hero-thumbs button:hover {
    border-color: rgba(15, 169, 121, 0.62);
    box-shadow: 0 10px 22px rgba(15, 169, 121, 0.16);
}

.tb-guide,
.tb-product-section,
.tb-project-list,
.tb-super-list,
.hot-theme-section,
.venue-base-section,
.tb-project-detail-section,
.tb-about-intro {
    background: transparent;
}

.tb-white-section,
.tb-clients,
.tb-contact-panel {
    background: linear-gradient(180deg, #fff 0%, #f8fbfd 100%);
}

.tb-section-title h2,
.tb-filter-head h2,
.hot-theme-menu h2,
.venue-city-menu h2,
.tb-about-intro h2,
.tb-contact-panel h2,
.tb-project-detail-card h3,
.tb-super-detail-hero h1 {
    color: var(--brand-ink);
    letter-spacing: 0;
}

.tb-section-title p,
.tb-filter-head span,
.hot-theme-menu p,
.venue-city-menu p,
.tb-about-intro p,
.tb-contact-panel p,
.tb-project-detail-card p,
.tb-super-card-body h2 + div,
.tb-super-card-meta {
    color: var(--brand-muted);
}

.tb-guide-grid article,
.tb-product-card,
.tb-case-grid a,
.tb-project-card,
.tb-filter-panel,
.tb-super-filter,
.tb-super-card,
.hot-theme-menu,
.hot-theme-card,
.venue-city-menu,
.venue-base-card article,
.tb-project-detail-content,
.tb-project-detail-card,
.tb-contact-card,
.tb-super-detail-left,
.tb-super-side-card,
.plan-modal__dialog,
.consult-panel {
    background: rgba(255, 255, 255, 0.96);
    border: 1px solid rgba(223, 231, 239, 0.9);
    box-shadow: var(--brand-shadow-sm);
}

.tb-product-card,
.tb-case-grid a,
.tb-project-card,
.tb-super-card,
.hot-theme-card,
.venue-base-card article,
.tb-project-detail-card,
.tb-contact-card,
.consult-panel,
.plan-modal__dialog {
    transition: transform 0.22s ease, box-shadow 0.22s ease, border-color 0.22s ease;
}

.tb-product-card:hover,
.tb-case-grid a:hover,
.tb-project-card:hover,
.tb-super-card:hover,
.hot-theme-card:hover,
.venue-base-card:hover article,
.tb-project-detail-card:hover {
    border-color: rgba(15, 169, 121, 0.28);
    box-shadow: var(--brand-shadow-md);
}

.tb-product-card h3,
.tb-case-grid h3,
.tb-project-card h3,
.tb-super-card-body h2,
.hot-theme-card h3,
.venue-base-card h3 {
    color: var(--brand-ink);
}

.tb-product-card p,
.tb-case-grid p,
.tb-project-card p,
.hot-theme-card p,
.venue-base-card p {
    color: var(--brand-muted);
}

.tb-card-meta,
.tb-project-card strong,
.hot-theme-card strong,
.venue-base-card strong,
.tb-super-card-price strong {
    color: var(--brand-green-dark);
}

.tb-product-card img,
.tb-case-grid img,
.tb-project-card img,
.hot-theme-card img,
.venue-base-card img,
.tb-super-card-img img,
.tb-project-detail-head img,
.tb-about-grid img {
    filter: saturate(0.96) contrast(1.02);
}

.tb-plan-cta {
    background:
        linear-gradient(135deg, rgba(13, 27, 42, 0.94), rgba(21, 52, 70, 0.94)),
        radial-gradient(circle at 72% 10%, rgba(15, 169, 121, 0.22), transparent 32%);
    color: #fff;
}

.tb-plan-grid {
    min-height: 0;
    padding: 0;
    border: 0;
    border-radius: 0;
    background: transparent;
    box-shadow: none;
    backdrop-filter: none;
    -webkit-backdrop-filter: none;
}

.tb-plan-grid:before,
.tb-plan-grid:after,
.tb-plan-grid > img,
.tb-plan-grid .tb-plan-desc-default,
.tb-plan-grid .tb-plan-desc-pc,
.tb-plan-grid .tb-plan-slogan {
    display: none;
}

.tb-plan-grid > div {
    max-width: 760px;
    margin: 0 auto;
    text-align: center;
}

.tb-plan-grid h2,
.tb-plan-slogan {
    color: #fff;
}

.tb-plan-grid h2 {
    margin-bottom: 28px;
}

.tb-plan-grid p {
    color: rgba(255, 255, 255, 0.78);
}

.tb-plan-grid {
    min-height: 0;
    padding: 0;
    border: 0;
    border-radius: 0;
    background: transparent;
    box-shadow: none;
    backdrop-filter: none;
    -webkit-backdrop-filter: none;
}

.tb-plan-grid:before,
.tb-plan-grid:after,
.tb-plan-grid > img,
.tb-plan-grid .tb-plan-desc-default,
.tb-plan-grid .tb-plan-desc-pc,
.tb-plan-grid .tb-plan-slogan {
    display: none;
}

.tb-plan-grid > div {
    max-width: 760px;
    margin: 0 auto;
    text-align: center;
}

.tb-plan-grid h2 {
    margin-bottom: 28px;
}

.tb-plan-grid a {
    margin-top: 0;
}

.tb-stats-row div,
.tb-client-logos div,
.tb-advantage-grid article {
    background: rgba(255, 255, 255, 0.94);
    border: 1px solid rgba(223, 231, 239, 0.88);
    box-shadow: var(--brand-shadow-sm);
}

.tb-stats-row strong {
    color: var(--brand-green-dark);
}

.tb-stats-row span,
.tb-advantage-grid p {
    color: var(--brand-muted);
}

.tb-filter-row a,
.tb-super-filter-row a,
.venue-base-hot a,
.hot-theme-tab,
.venue-city-tab,
.tb-super-anchor a,
.tb-super-card-tags span,
.hot-theme-tags span,
.tb-super-detail-tags span {
    color: var(--brand-ink-soft);
    background: #f7fafc;
    border: 1px solid rgba(223, 231, 239, 0.95);
    box-shadow: none;
}

.tb-filter-row a:hover,
.tb-filter-row a.active,
.tb-super-filter-row a:hover,
.tb-super-filter-row a.active,
.venue-base-hot a:hover,
.hot-theme-tab:hover,
.hot-theme-tab.active,
.venue-city-tab:hover,
.venue-city-tab.active,
.tb-super-anchor a:hover,
.tb-super-card-tags span,
.hot-theme-tags span,
.tb-super-detail-tags span {
    color: var(--brand-green-dark);
    background: rgba(15, 169, 121, 0.1);
    border-color: rgba(15, 169, 121, 0.24);
}

.hot-theme-intro {
    background:
        linear-gradient(90deg, rgba(13, 27, 42, 0.9), rgba(13, 27, 42, 0.5)),
        var(--theme-cover);
    background-position: center;
    background-size: cover;
    border: 1px solid rgba(255, 255, 255, 0.12);
    box-shadow: var(--brand-shadow-lg);
}

.venue-base-intro {
    background:
        linear-gradient(90deg, rgba(13, 27, 42, 0.9), rgba(13, 27, 42, 0.5)),
        var(--city-cover);
    background-position: center;
    background-size: cover;
    border: 1px solid rgba(255, 255, 255, 0.12);
    box-shadow: var(--brand-shadow-lg);
}

.hot-theme-intro span,
.venue-base-intro span {
    color: #d8fff1;
    background: rgba(15, 169, 121, 0.24);
    border-color: rgba(255, 255, 255, 0.18);
}

.hot-theme-intro h2,
.venue-base-intro h2,
.hot-theme-intro p,
.venue-base-intro p {
    color: #fff;
}

.tb-super-detail,
.tb-project-detail-page,
.venue-base-page,
.tb-project-page,
.tb-super-page {
    background:
        radial-gradient(circle at 82% 3%, rgba(242, 122, 42, 0.08), transparent 28%),
        linear-gradient(180deg, #f6f9fc 0%, #f8fafc 100%);
}

.tb-super-detail-hero,
.tb-project-detail-hero,
.tb-project-hero,
.venue-base-hero,
.hot-theme-hero,
.page-hero {
    background-color: var(--brand-ink);
}

.tb-super-meta-grid div {
    background: linear-gradient(180deg, #fff 0%, #f8fbfd 100%);
    border-color: var(--brand-line-soft);
}

.tb-super-meta-grid span,
.tb-super-side-card span {
    color: var(--brand-muted);
}

.tb-super-meta-grid strong,
.tb-super-side-card strong {
    color: var(--brand-green-dark);
}

.tb-super-meta-grid strong.orange,
.tb-super-meta-grid strong.red {
    color: var(--brand-orange);
}

.tb-super-side-card a {
    color: #fff;
    background: linear-gradient(135deg, var(--brand-orange), var(--brand-green));
    box-shadow: 0 16px 34px rgba(242, 122, 42, 0.22);
}

.tb-super-raw,
.tb-project-detail-content {
    color: var(--brand-ink-soft);
}

.tb-super-raw h1,
.tb-super-raw h2,
.tb-super-raw h3,
.tb-project-detail-content h1,
.tb-project-detail-content h2,
.tb-project-detail-content h3,
.tb-project-detail-content h4 {
    color: var(--brand-ink);
}

.tb-super-raw p,
.tb-super-raw li,
.tb-project-detail-content p,
.tb-project-detail-content li {
    color: var(--brand-ink-soft);
}

.tb-super-raw img,
.tb-project-detail-content img {
    box-shadow: var(--brand-shadow-sm);
}

.plan-modal {
    background: rgba(7, 18, 29, 0.62);
    backdrop-filter: blur(6px);
}

.plan-modal__dialog {
    border-radius: 18px;
}

.plan-modal__close,
.consult-close {
    color: var(--brand-muted);
    background: #f4f7fb;
}

.plan-modal__head h2,
.consult-panel-head strong {
    color: var(--brand-ink);
}

.plan-form select,
.plan-form input,
.plan-form textarea,
.consult-input {
    color: var(--brand-ink);
    background: #fbfdff;
    border-color: var(--brand-line);
}

.plan-form select:focus,
.plan-form input:focus,
.plan-form textarea:focus,
.consult-input:focus {
    border-color: rgba(15, 169, 121, 0.62);
    box-shadow: 0 0 0 4px rgba(15, 169, 121, 0.12);
}

.consult-float-button {
    background: linear-gradient(135deg, var(--brand-ink), var(--brand-green-dark));
    box-shadow: 0 18px 46px rgba(13, 27, 42, 0.24), 0 12px 28px rgba(15, 169, 121, 0.18);
}

.consult-float-button::before {
    background: var(--brand-orange);
}

.consult-float-button::after {
    background: rgba(15, 169, 121, 0.18);
}

.mobile-bottom-bar {
    background: #111;
    border-top: 1px solid rgba(255, 255, 255, 0.18);
    box-shadow: 0 -14px 34px rgba(0, 0, 0, 0.3);
    backdrop-filter: blur(12px);
}

.mobile-bottom-bar__item {
    color: #fff;
}

.home-footer {
    background:
        linear-gradient(145deg, #0d1b2a 0%, #12293a 58%, #103829 100%);
    color: rgba(255, 255, 255, 0.74);
}

.home-footer h3,
.footer-hotline strong {
    color: #fff;
}

.home-footer a:hover {
    color: #d9fff2;
}

.footer-bottom {
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    background: rgba(0, 0, 0, 0.14);
}

@media (max-width: 980px) {
    body:not(.is-home-hero) .home-header {
        background: rgba(255, 255, 255, 0.96);
    }

    .home-menu a:hover,
    .home-menu a.active {
        box-shadow: none;
    }

    .tb-section-title h2,
    .tb-mobile-scroll-products .tb-section-title h2,
    .tb-mobile-scroll-cases .tb-section-title h2 {
        color: var(--brand-ink);
    }

    .tb-mobile-scroll-products .tb-section-title h2::before,
    .tb-mobile-scroll-cases .tb-section-title h2::before {
        background: linear-gradient(180deg, var(--brand-green), var(--brand-orange));
    }

    .tb-mobile-scroll-products .tb-section-title > a,
    .tb-mobile-scroll-cases .tb-section-title > a {
        color: var(--brand-green-dark);
        border-color: rgba(15, 169, 121, 0.28);
        background: rgba(15, 169, 121, 0.08);
    }
}

@media (max-width: 640px) {
    body {
        background: #f6f9fc;
    }

.tb-hero-banner:after,
    .page-hero:after,
    .hot-theme-hero:after,
    .venue-base-hero:after,
    .tb-project-hero:after,
    .tb-project-detail-hero:after {
        background: transparent;
    }

    .tb-product-card,
    .tb-case-grid a,
    .tb-project-card,
    .tb-super-card,
    .hot-theme-card,
    .venue-base-card article,
    .tb-filter-panel,
    .tb-super-filter,
    .tb-project-detail-content,
    .tb-project-detail-card,
    .plan-modal__dialog,
    .consult-panel {
        box-shadow: 0 8px 22px rgba(13, 27, 42, 0.07);
    }

    .consult-widget {
        right: 14px;
        bottom: 82px;
    }
}

/* Final requested overrides. Keep last so repeated legacy rules cannot override them. */
.home-city-switch {
    position: relative;
    z-index: 90;
    flex: 0 0 auto;
    margin-left: 14px;
}

.home-city-current {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 7px;
    height: 36px;
    padding: 0 14px;
    border: 1px solid rgba(15, 169, 121, 0.2);
    border-radius: 999px;
    color: var(--brand-green-dark);
    background: rgba(255, 255, 255, 0.78);
    box-shadow: 0 8px 22px rgba(13, 27, 42, 0.06);
    font: inherit;
    font-size: 14px;
    font-weight: 800;
    line-height: 1;
    white-space: nowrap;
    cursor: pointer;
}

.home-city-current i {
    width: 0;
    height: 0;
    border-top: 5px solid currentColor;
    border-right: 4px solid transparent;
    border-left: 4px solid transparent;
    opacity: 0.72;
}

.home-city-panel {
    position: absolute;
    top: calc(100% + 10px);
    left: 0;
    min-width: 124px;
    padding: 8px;
    border: 1px solid rgba(223, 231, 239, 0.92);
    border-radius: 16px;
    background: rgba(255, 255, 255, 0.98);
    box-shadow: 0 18px 46px rgba(13, 27, 42, 0.14);
    opacity: 0;
    visibility: hidden;
    transform: translateY(8px);
    transition: opacity 0.18s ease, visibility 0.18s ease, transform 0.18s ease;
}

.home-city-switch:hover .home-city-panel,
.home-city-switch:focus-within .home-city-panel {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

.home-city-panel a {
    display: block;
    padding: 9px 12px;
    border-radius: 10px;
    color: var(--brand-ink-soft);
    font-size: 14px;
    font-weight: 800;
    line-height: 1.2;
    text-decoration: none;
    white-space: nowrap;
}

.home-city-panel a:hover,
.home-city-panel a.active {
    color: #fff;
    background: linear-gradient(135deg, var(--brand-green-dark), var(--brand-green));
}

@media (max-width: 1100px) {
    .home-city-switch {
        margin-left: auto;
    }
}

@media (max-width: 700px) {
    .home-city-current {
        height: 32px;
        padding: 0 10px;
        font-size: 13px;
    }

    .home-city-panel {
        right: 0;
        left: auto;
    }
}

.tb-hero-thumbs {
    position: absolute !important;
    left: 50% !important;
    right: auto !important;
    bottom: 28px !important;
    z-index: 4;
    display: flex !important;
    align-items: center;
    justify-content: center;
    gap: 10px;
    width: auto;
    padding: 0 !important;
    border: 0 !important;
    border-radius: 0 !important;
    background: transparent !important;
    box-shadow: none !important;
    backdrop-filter: none !important;
    transform: translateX(-50%) !important;
}

.tb-hero-thumbs button {
    width: 10px !important;
    height: 10px !important;
    min-width: 0 !important;
    padding: 0 !important;
    border: 0 !important;
    border-radius: 999px !important;
    background: rgba(255, 255, 255, 0.62) !important;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.18) !important;
    opacity: 1 !important;
    overflow: hidden;
    transform: none !important;
}

.tb-hero-thumbs button img {
    display: none !important;
}

.tb-hero-thumbs button.active,
.tb-hero-thumbs button:hover {
    width: 28px !important;
    background: #fff !important;
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.22) !important;
}

@media (min-width: 981px) {
    .home-menu {
        padding: 0;
        border: 0;
        border-radius: 0;
        background: transparent;
        box-shadow: none;
    }
}

/* PC final premium custom outdoor refresh. Kept at EOF so it overrides legacy desktop rules only. */
@media (min-width: 981px) {
    body {
        color: var(--pc-ink);
        background:
            radial-gradient(circle at 9% 2%, rgba(15, 143, 104, 0.11), transparent 28%),
            radial-gradient(circle at 88% 6%, rgba(185, 138, 82, 0.12), transparent 24%),
            linear-gradient(180deg, #fbfaf6 0%, var(--pc-bg) 44%, #f8faf5 100%);
    }

body:not(.is-home-hero) .home-header {
        position: sticky;
        top: 0;
        z-index: 50;
        background: rgba(253, 252, 247, 0.82);
        border-bottom: 1px solid rgba(27, 58, 74, 0.08);
        box-shadow: 0 18px 50px rgba(16, 32, 51, 0.08);
        backdrop-filter: saturate(150%) blur(18px);
    }

    .home-nav {
        min-height: 78px;
    }

    .home-menu {
        gap: 8px;
        padding: 8px;
        border: 1px solid rgba(27, 58, 74, 0.08);
        border-radius: 999px;
        background: rgba(255, 255, 255, 0.66);
        box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.8);
    }

    .home-menu a {
        min-height: 38px;
        padding: 0 18px;
        border-radius: 999px;
        color: var(--pc-ink-soft);
        line-height: 38px;
        font-weight: 800;
        letter-spacing: 0.01em;
    }

    .home-menu a:hover,
    .home-menu a.active {
        color: var(--pc-green-deep);
    }

    .home-service {
        padding-left: 18px;
        border-left: 1px solid rgba(27, 58, 74, 0.1);
    }

    .home-service a {
        color: var(--pc-green-deep);
        font-weight: 900;
    }

    .home-phone,
    .tb-section-title > a,
    .tb-plan-grid a,
    .tb-project-detail-actions button,
    .tb-project-detail-card button,
    .plan-form__submit,
    .consult-form button,
    .tb-project-empty button,
    .footer-cta {
        border: 0;
        color: #fff;
        background: linear-gradient(135deg, var(--pc-green-deep) 0%, var(--pc-green) 58%, #18b988 100%);
        box-shadow: 0 18px 38px rgba(15, 143, 104, 0.24), inset 0 1px 0 rgba(255, 255, 255, 0.24);
    }

    .home-phone:hover,
    .tb-section-title > a:hover,
    .tb-plan-grid a:hover,
    .tb-project-detail-actions button:hover,
    .tb-project-detail-card button:hover,
    .plan-form__submit:hover,
    .consult-form button:hover,
    .tb-project-empty button:hover,
    .footer-cta:hover {
        color: #fff;
        filter: saturate(1.06);
        transform: translateY(-2px);
        box-shadow: 0 24px 48px rgba(15, 143, 104, 0.3), inset 0 1px 0 rgba(255, 255, 255, 0.3);
    }

    .tb-hero-full {
        padding: 0;
        background: transparent;
    }

    .tb-hero-slider {
        width: 100%;
        margin: 0;
        border-radius: 0;
        overflow: hidden;
        box-shadow: none;
    }

    .tb-hero-banner:after,
    .hot-theme-hero:after,
    .venue-base-hero:after,
    .tb-project-hero:after,
    .tb-project-detail-hero:after,
    .page-hero:after {
        background: transparent;
    }

    .tb-hero-banner h1,
    .hot-theme-hero h1,
    .venue-base-hero h1,
    .tb-project-hero h1,
    .tb-project-detail-head h1,
    .page-hero h1 {
        max-width: 820px;
        letter-spacing: -0.045em;
        text-shadow: 0 18px 42px rgba(0, 0, 0, 0.24);
    }

    .tb-hero-banner p,
    .hot-theme-hero p,
    .venue-base-hero p,
    .tb-project-hero p,
    .tb-project-detail-head p,
    .page-hero p {
        max-width: 680px;
        color: rgba(255, 255, 255, 0.86);
        line-height: 1.85;
    }

    .tb-hero-thumbs {
        right: 42px;
        bottom: 34px;
        padding: 10px;
        border-radius: 22px;
        background: rgba(255, 255, 255, 0.72);
        border: 1px solid rgba(255, 255, 255, 0.56);
        box-shadow: 0 22px 54px rgba(5, 22, 32, 0.18);
        backdrop-filter: blur(14px);
    }

    .tb-hero-thumbs button {
        border-radius: 16px;
        overflow: hidden;
        opacity: 0.72;
    }

    .tb-hero-thumbs button.active,
    .tb-hero-thumbs button:hover {
        opacity: 1;
        border-color: rgba(15, 143, 104, 0.56);
        box-shadow: 0 12px 26px rgba(15, 95, 74, 0.24);
        transform: translateY(-2px);
    }

    .tb-wrap,
    .home-wrap {
        width: min(1200px, calc(100% - 56px));
    }

    .tb-guide,
    .tb-product-section,
    .tb-project-list,
    .tb-super-list,
    .hot-theme-section,
    .venue-base-section,
    .tb-project-detail-section,
    .tb-about-intro {
        position: relative;
        background: transparent;
    }

    .tb-section-title h2,
    .tb-filter-head h2,
    .hot-theme-menu h2,
    .venue-city-menu h2,
    .tb-about-intro h2,
    .tb-contact-panel h2,
    .tb-project-detail-card h3,
    .tb-super-detail-hero h1 {
        color: var(--pc-ink);
        letter-spacing: -0.035em;
    }

    .tb-section-title h2::after,
    .tb-filter-head h2::after,
    .hot-theme-menu h2::after,
    .venue-city-menu h2::after {
        content: "";
        display: block;
        width: 54px;
        height: 4px;
        margin-top: 12px;
        border-radius: 999px;
        background: linear-gradient(90deg, var(--pc-green), var(--pc-earth));
    }

    .tb-guide-grid article,
    .tb-product-card,
    .tb-case-grid a,
    .tb-project-card,
    .tb-filter-panel,
    .tb-super-filter,
    .tb-super-card,
    .hot-theme-menu,
    .hot-theme-card,
    .venue-city-menu,
    .venue-base-card article,
    .venue-region-card,
    .tb-project-detail-content,
    .tb-project-detail-card,
    .tb-contact-card,
    .tb-super-detail-left,
    .tb-super-side-card,
    .plan-modal__dialog,
    .consult-panel,
    .tb-stats-row div,
    .tb-client-logos div,
    .tb-advantage-grid article {
        border: 1px solid var(--pc-line);
        background: rgba(255, 255, 255, 0.9);
        box-shadow: var(--pc-shadow-sm);
        backdrop-filter: blur(10px);
    }

    .tb-product-card,
    .tb-case-grid a,
    .tb-project-card,
    .tb-super-card,
    .hot-theme-card,
    .venue-base-card article,
    .venue-region-card,
    .tb-project-detail-card,
    .tb-contact-card {
        border-radius: 26px;
        overflow: hidden;
        transition: transform 0.24s ease, box-shadow 0.24s ease, border-color 0.24s ease;
    }

    .tb-product-card:hover,
    .tb-case-grid a:hover,
    .tb-project-card:hover,
    .tb-super-card:hover,
    .hot-theme-card:hover,
    .venue-base-card:hover article,
    .venue-region-card:hover,
    .tb-project-detail-card:hover {
        border-color: var(--pc-line-strong);
        transform: translateY(-7px);
        box-shadow: var(--pc-shadow-md);
    }

    .tb-product-card img,
    .tb-case-grid img,
    .tb-project-card img,
    .hot-theme-card img,
    .venue-base-card img,
    .tb-super-card-img img,
    .tb-project-detail-head img,
    .venue-detail-hero img,
    .tb-about-grid img {
        filter: saturate(0.98) contrast(1.03);
        transition: transform 0.42s ease, filter 0.42s ease;
    }

    .tb-product-card:hover img,
    .tb-case-grid a:hover img,
    .tb-project-card:hover img,
    .hot-theme-card:hover img,
    .venue-base-card:hover img,
    .tb-super-card:hover .tb-super-card-img img {
        transform: scale(1.045);
        filter: saturate(1.04) contrast(1.04);
    }

    .tb-card-meta,
    .tb-project-card strong,
    .hot-theme-card strong,
    .venue-base-card strong,
    .tb-super-card-price strong,
    .tb-super-meta-grid strong,
    .tb-super-side-card strong,
    .tb-stats-row strong {
        color: var(--pc-green-deep);
    }

    .tb-filter-row a,
    .tb-super-filter-row a,
    .venue-base-hot a,
    .hot-theme-tab,
    .venue-city-tab,
    .tb-super-anchor a,
    .tb-super-card-tags span,
    .hot-theme-tags span,
    .tb-super-detail-tags span,
    .hot-detail-tags span,
    .venue-region-tags a {
        color: var(--pc-ink-soft);
        border-color: rgba(27, 58, 74, 0.1);
        background: rgba(255, 255, 255, 0.72);
        box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.7);
    }

    .tb-filter-row a:hover,
    .tb-filter-row a.active,
    .tb-super-filter-row a:hover,
    .tb-super-filter-row a.active,
    .venue-base-hot a:hover,
    .hot-theme-tab:hover,
    .hot-theme-tab.active,
    .venue-city-tab:hover,
    .venue-city-tab.active,
    .tb-super-anchor a:hover,
    .venue-region-tags a:hover {
        color: #fff;
        border-color: transparent;
        background: linear-gradient(135deg, var(--pc-green-deep), var(--pc-green));
        box-shadow: 0 12px 26px rgba(15, 143, 104, 0.18);
    }

    .tb-super-filter,
    .tb-filter-panel {
        padding: 28px;
        border-radius: 30px;
        background:
            linear-gradient(180deg, rgba(255, 255, 255, 0.94), rgba(250, 250, 246, 0.9)),
            radial-gradient(circle at 100% 0, rgba(223, 234, 221, 0.8), transparent 32%);
    }

    .hot-theme-intro,
    .venue-base-intro {
        border-radius: 30px;
        box-shadow: var(--pc-shadow-lg);
    }

    .tb-plan-cta,
    .tb-final-cta {
        background:
            radial-gradient(circle at 16% 18%, rgba(15, 143, 104, 0.24), transparent 28%),
            radial-gradient(circle at 86% 18%, rgba(185, 138, 82, 0.18), transparent 26%),
            linear-gradient(135deg, #071622 0%, #0d2a32 48%, #063f34 100%);
    }

    .tb-plan-grid {
        border-radius: 34px;
        border: 1px solid rgba(255, 255, 255, 0.14);
        background: rgba(255, 255, 255, 0.07);
        box-shadow: 0 34px 90px rgba(0, 0, 0, 0.28);
        backdrop-filter: blur(12px);
    }

    .tb-plan-grid img {
        border-radius: 26px;
        box-shadow: 0 22px 50px rgba(0, 0, 0, 0.22);
    }

    .tb-project-detail-content,
    .tb-super-detail-left {
        border-radius: 30px;
        padding: 34px;
        line-height: 1.86;
    }

    .hot-detail-rich-text img,
    .tb-project-detail-content img,
    .tb-super-raw img {
        margin: 24px auto;
        border-radius: 24px;
        box-shadow: 0 18px 42px rgba(16, 32, 51, 0.12);
    }

    .plan-modal {
        background: rgba(5, 17, 29, 0.66);
        backdrop-filter: blur(10px);
    }

    .plan-modal__dialog {
        border-radius: 30px;
        background: linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(250, 250, 246, 0.98));
        box-shadow: 0 38px 100px rgba(5, 17, 29, 0.32);
    }

    .home-footer {
        position: relative;
        overflow: hidden;
        background:
            radial-gradient(circle at 12% 0%, rgba(15, 143, 104, 0.2), transparent 28%),
            radial-gradient(circle at 84% 18%, rgba(185, 138, 82, 0.18), transparent 28%),
            linear-gradient(145deg, #07111f 0%, #102033 48%, #073d33 100%);
    }

    .home-footer::before {
        content: "";
        position: absolute;
        inset: 0;
        pointer-events: none;
        background-image: linear-gradient(rgba(255, 255, 255, 0.045) 1px, transparent 1px), linear-gradient(90deg, rgba(255, 255, 255, 0.045) 1px, transparent 1px);
        background-size: 42px 42px;
        mask-image: linear-gradient(180deg, rgba(0, 0, 0, 0.48), transparent 72%);
    }

    .footer-top,
    .footer-bottom {
        position: relative;
        z-index: 1;
    }
}

html {
    scroll-behavior: smooth;
}

body {
    margin: 0;
    color: #172033;
    background: #f6f8fb;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "PingFang SC", "Microsoft YaHei", Arial, sans-serif;
}

a {
    color: inherit;
    text-decoration: none;
}

img {
    display: block;
    max-width: 100%;
}

.tb-hero-thumbs {
    display: none;
}

.plan-modal-open {
    overflow: hidden;
}

.plan-modal {
    position: fixed;
    inset: 0;
    z-index: 1000;
    display: none;
    align-items: center;
    justify-content: center;
    padding: 24px;
    background: rgba(15, 23, 42, 0.58);
}

.plan-modal.is-open {
    display: flex;
}

.plan-modal__dialog {
    position: relative;
    width: 500px;
    max-width: 90vw;
    max-height: 92vh;
    overflow-y: auto;
    border-radius: 24px;
    background: #fff;
    box-shadow: 0 30px 90px rgba(15, 23, 42, 0.28);
    padding: 30px;
}

.plan-modal__close {
    position: absolute;
    top: 14px;
    right: 16px;
    width: 34px;
    height: 34px;
    border: 0;
    border-radius: 50%;
    color: #667085;
    background: #f2f4f7;
    font-size: 24px;
    line-height: 1;
    cursor: pointer;
}

.plan-modal__close:hover {
    color: #172033;
    background: #e8edf3;
}

.plan-modal__head {
    padding-right: 30px;
    margin-bottom: 22px;
}

.plan-modal__head span {
    display: inline-flex;
    padding: 6px 12px;
    border-radius: 999px;
    color: #0bad71;
    background: rgba(18, 201, 135, 0.1);
    font-size: 12px;
    font-weight: 800;
    letter-spacing: 0.05em;
}

.plan-modal__head h2 {
    margin: 12px 0 8px;
    color: #101828;
    font-size: 26px;
    line-height: 1.25;
}

.plan-modal__head p {
    margin: 0;
    color: #667085;
    line-height: 1.7;
}

.plan-form__grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 14px;
}

.plan-form label,
.plan-form__full {
    display: block;
}

.plan-form label span,
.plan-form__full span {
    display: block;
    margin-bottom: 7px;
    color: #344054;
    font-size: 14px;
    font-weight: 700;
}

.plan-form__required {
    margin-left: 2px;
    color: #e5484d;
    font-style: normal;
    font-size: 18px;
    line-height: 1;
}

.plan-form select,
.plan-form input,
.plan-form textarea {
    width: 100%;
    border: 1px solid #d8dee8;
    border-radius: 12px;
    outline: none;
    background: #fff;
    color: #172033;
    font: inherit;
    transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

.plan-form select,
.plan-form input {
    height: 44px;
    padding: 0 13px;
}

.plan-form textarea {
    resize: vertical;
    min-height: 92px;
    padding: 12px 13px;
}

.plan-form select:focus,
.plan-form input:focus,
.plan-form textarea:focus {
    border-color: #12c987;
    box-shadow: 0 0 0 4px rgba(18, 201, 135, 0.12);
}

.plan-form__full {
    margin-top: 14px;
}

.plan-form__error {
    min-height: 20px;
    margin: 10px 0 0;
    color: #e5484d;
    font-size: 13px;
}

.plan-form__actions {
    display: flex;
    gap: 12px;
    margin-top: 16px;
}

.plan-form__submit,
.plan-form__cancel {
    height: 46px;
    border: 0;
    border-radius: 999px;
    padding: 0 22px;
    font-weight: 800;
    cursor: pointer;
}

.plan-form__submit {
    flex: 1;
    color: #fff;
    background: #12c987;
    box-shadow: 0 14px 30px rgba(18, 201, 135, 0.26);
}

.plan-form__cancel {
    color: #475467;
    background: #eef2f6;
}

.consult-widget {
    position: fixed;
    right: 28px;
    bottom: 28px;
    z-index: 900;
    font-family: inherit;
}

.consult-float-button {
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    min-width: 168px;
    min-height: 64px;
    border: 0;
    border-radius: 999px;
    padding: 8px 20px 8px 8px;
    color: #fff;
    background: linear-gradient(135deg, #ff9b21 0%, #ff5b2e 46%, #12c987 100%);
    box-shadow: 0 20px 44px rgba(255, 91, 46, 0.3), 0 10px 24px rgba(18, 201, 135, 0.24);
    font-size: 15px;
    font-weight: 800;
    cursor: pointer;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.consult-float-button::before {
    content: "1";
    position: absolute;
    right: 5px;
    top: -5px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 22px;
    height: 22px;
    border: 2px solid #fff;
    border-radius: 50%;
    color: #fff;
    background: #ff2d2d;
    box-shadow: 0 8px 18px rgba(255, 45, 45, 0.34);
    font-size: 12px;
    line-height: 1;
}

.consult-float-button::after {
    content: "";
    position: absolute;
    inset: -7px;
    z-index: -1;
    border-radius: inherit;
    background: rgba(255, 117, 40, 0.18);
    animation: consultPulse 1.8s ease-out infinite;
}

.consult-float-avatar {
    flex: 0 0 auto;
    width: 50px;
    height: 50px;
    border: 3px solid rgba(255, 255, 255, 0.96);
    border-radius: 50%;
    background: #fff;
    box-shadow: 0 8px 18px rgba(0, 0, 0, 0.16);
}

.consult-float-button span {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 3px;
    line-height: 1.1;
}

.consult-float-button strong,
.consult-float-button small {
    display: block;
}

.consult-float-button strong {
    font-size: 17px;
    letter-spacing: 0.02em;
}

.consult-float-button small {
    color: rgba(255, 255, 255, 0.9);
    font-size: 12px;
    font-weight: 700;
}

.consult-float-button:hover {
    transform: translateY(-4px) scale(1.02);
    box-shadow: 0 26px 54px rgba(255, 91, 46, 0.36), 0 14px 30px rgba(18, 201, 135, 0.28);
}

@keyframes consultPulse {
    0% {
        opacity: 0.8;
        transform: scale(0.94);
    }

    100% {
        opacity: 0;
        transform: scale(1.16);
    }
}

.consult-panel {
    position: absolute;
    right: 0;
    bottom: 64px;
    display: none;
    width: 360px;
    overflow: hidden;
    border: 1px solid rgba(23, 32, 51, 0.08);
    border-radius: 22px;
    background: #fff;
    box-shadow: 0 28px 80px rgba(15, 23, 42, 0.22);
}

.consult-widget.is-open .consult-panel {
    display: block;
}

.consult-panel-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 14px;
    padding: 18px 18px 16px;
    color: #fff;
    background: radial-gradient(circle at 12% 18%, rgba(255, 255, 255, 0.28), transparent 28%), linear-gradient(135deg, #ff8a22 0%, #12c987 54%, #0a92dd 100%);
}

.consult-service-avatar {
    flex: 0 0 auto;
    width: 54px;
    height: 54px;
    border: 3px solid rgba(255, 255, 255, 0.9);
    border-radius: 50%;
    background: #fff;
    box-shadow: 0 10px 24px rgba(0, 0, 0, 0.18);
}

.consult-panel-head strong,
.consult-panel-head span {
    display: block;
}

.consult-panel-head strong {
    font-size: 20px;
    line-height: 1.2;
}

.consult-panel-head span {
    margin-top: 6px;
    color: rgba(255, 255, 255, 0.84);
    font-size: 13px;
    line-height: 1.5;
}

.consult-close {
    flex: 0 0 auto;
    width: 30px;
    height: 30px;
    border: 0;
    border-radius: 50%;
    color: #fff;
    background: rgba(255, 255, 255, 0.18);
    font-size: 22px;
    line-height: 1;
    cursor: pointer;
}

.consult-close:hover {
    background: rgba(255, 255, 255, 0.28);
}

.consult-messages {
    height: 300px;
    overflow-y: auto;
    padding: 18px;
    background: #f6f8fb;
}

.consult-message {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 5px;
    margin-bottom: 14px;
}

.consult-message > div {
    max-width: 82%;
    border-radius: 16px 16px 16px 4px;
    padding: 10px 12px;
    color: #172033;
    background: #fff;
    box-shadow: 0 8px 18px rgba(15, 23, 42, 0.06);
    font-size: 14px;
    line-height: 1.6;
    word-break: break-word;
}

.consult-message span {
    color: #98a2b3;
    font-size: 12px;
}

.consult-message-customer {
    align-items: flex-end;
}

.consult-message-customer > div {
    border-radius: 16px 16px 4px 16px;
    color: #fff;
    background: #12c987;
    box-shadow: 0 8px 18px rgba(18, 201, 135, 0.2);
}

.consult-form {
    padding: 14px;
    background: #fff;
}

.consult-input {
    width: 100%;
    min-height: 82px;
    resize: none;
    border: 1px solid #d8dee8;
    border-radius: 14px;
    outline: none;
    padding: 12px;
    color: #172033;
    background: #fff;
    font: inherit;
    line-height: 1.55;
    transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

.consult-input:focus {
    border-color: #12c987;
    box-shadow: 0 0 0 4px rgba(18, 201, 135, 0.12);
}

.consult-form > div {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    margin-top: 10px;
}

.consult-status {
    color: #667085;
    font-size: 12px;
}

.consult-form button[type="submit"] {
    flex: 0 0 auto;
    height: 38px;
    border: 0;
    border-radius: 999px;
    padding: 0 18px;
    color: #fff;
    background: #12c987;
    font-weight: 800;
    cursor: pointer;
}

.consult-form button[type="submit"]:hover {
    background: #0bad71;
}

.home-wrap {
    width: min(1180px, calc(100% - 32px));
    margin: 0 auto;
}

body:not(.is-home-hero) .home-header {
    position: sticky;
    top: 0;
    z-index: 20;
    background: rgba(255, 255, 255, 0.94);
    border-bottom: 1px solid rgba(23, 32, 51, 0.06);
    backdrop-filter: blur(14px);
}

.home-nav {
    height: 72px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 26px;
}

.home-brand img {
    width: 172px;
    height: 172px;
    object-fit: contain;
}

.home-brand {
    display: inline-flex;
    align-items: center;
    gap: 10px;
}

.home-brand-logo-light {
    display: none;
}

.home-brand-logo {
    width: 172px !important;
    height: 172px !important;
    max-width: none;
    max-height: none;
    object-fit: contain;
}

.home-brand-text {
    color: #172033;
    font-size: 24px;
    font-weight: 800;
    letter-spacing: 1px;
}

.home-menu {
    display: flex;
    align-items: center;
    gap: 30px;
    color: #344054;
    font-size: 15px;
}

.home-menu a:hover,
.home-menu a.active {
    color: #13b981;
}

.home-phone,
.home-btn,
.fake-form button {
    border-radius: 999px;
    background: #12c987;
    color: #fff;
    box-shadow: 0 14px 32px rgba(18, 201, 135, 0.28);
}

.home-phone {
    padding: 10px 20px;
    font-weight: 700;
}

.home-hero {
    position: relative;
    overflow: hidden;
    padding: 86px 0 72px;
    background: radial-gradient(circle at 15% 10%, rgba(18, 201, 135, 0.18), transparent 34%), linear-gradient(135deg, #eefbf6 0%, #ffffff 52%, #f3f7ff 100%);
}

.home-hero:after {
    content: "";
    position: absolute;
    right: -130px;
    top: 70px;
    width: 340px;
    height: 340px;
    border-radius: 50%;
    background: rgba(18, 201, 135, 0.1);
}

.hero-grid,
.contact-grid,
.footer-grid {
    display: grid;
    grid-template-columns: minmax(0, 1.05fr) minmax(360px, 0.95fr);
    gap: 56px;
    align-items: center;
}

.hero-copy {
    position: relative;
    z-index: 1;
}

.hero-kicker,
.section-title span,
.contact-copy span {
    display: inline-flex;
    color: #0bad71;
    background: rgba(18, 201, 135, 0.1);
    border: 1px solid rgba(18, 201, 135, 0.16);
    border-radius: 999px;
    padding: 7px 14px;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 0.04em;
}

.hero-copy h1 {
    margin: 22px 0 18px;
    font-size: clamp(44px, 7vw, 76px);
    line-height: 1.03;
    letter-spacing: -0.06em;
}

.hero-copy p,
.section-title p,
.contact-copy p,
.home-footer p {
    color: #667085;
    line-height: 1.8;
}

.hero-copy p {
    max-width: 560px;
    font-size: 18px;
}

.hero-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 14px;
    margin: 32px 0;
}

.home-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 150px;
    height: 48px;
    padding: 0 24px;
    font-weight: 800;
}

.home-btn-light {
    color: #172033;
    background: #fff;
    box-shadow: 0 14px 32px rgba(23, 32, 51, 0.08);
}

.hero-stats {
    display: flex;
    gap: 34px;
}

.hero-stats strong {
    display: block;
    font-size: 28px;
    color: #101828;
}

.hero-stats span {
    color: #667085;
    font-size: 13px;
}

.hero-card {
    position: relative;
    z-index: 1;
    border-radius: 30px;
    padding: 16px;
    background: #fff;
    box-shadow: 0 28px 70px rgba(34, 48, 73, 0.15);
}

.hero-card-main {
    position: relative;
    min-height: 380px;
    overflow: hidden;
    border-radius: 24px;
    background: linear-gradient(140deg, #dcfff2, #f2f6ff);
}

.hero-card-main img {
    width: 100%;
    height: 380px;
    object-fit: cover;
}

.hero-badge {
    position: absolute;
    left: 18px;
    bottom: 18px;
    padding: 10px 14px;
    border-radius: 999px;
    color: #fff;
    background: rgba(16, 24, 40, 0.76);
    font-weight: 800;
}

.hero-card-row {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 10px;
    margin-top: 12px;
}

.hero-card-row div {
    padding: 14px 8px;
    border-radius: 16px;
    text-align: center;
    color: #0f8f61;
    background: #ecfff7;
    font-weight: 800;
}

.home-section {
    padding: 78px 0;
    background: #fff;
}

.home-section.soft {
    background: #f6f8fb;
}

.section-title {
    max-width: 760px;
    margin: 0 auto 36px;
    text-align: center;
}

.section-title h2,
.contact-copy h2 {
    margin: 14px 0 10px;
    font-size: clamp(30px, 4vw, 44px);
    line-height: 1.18;
    letter-spacing: -0.04em;
}

.row-title {
    max-width: none;
    display: grid;
    grid-template-columns: 0.8fr 1fr;
    gap: 28px;
    align-items: end;
    text-align: left;
}

.guide-grid,
.product-grid,
.case-grid,
.client-grid {
    display: grid;
    gap: 22px;
}

.guide-grid {
    grid-template-columns: repeat(4, 1fr);
}

.guide-card,
.product-card,
.case-card,
.client-grid div,
.contact-panel {
    border: 1px solid rgba(23, 32, 51, 0.08);
    background: #fff;
    box-shadow: 0 18px 44px rgba(23, 32, 51, 0.07);
}

.guide-card {
    min-height: 240px;
    padding: 26px;
    border-radius: 24px;
}

.guide-card img {
    width: 68px;
    height: 68px;
    margin-bottom: 26px;
}

.guide-card h3,
.product-body h3,
.case-card h3 {
    margin: 0 0 10px;
    color: #101828;
}

.guide-card p,
.product-body p,
.case-card p {
    margin: 0;
    color: #667085;
    line-height: 1.7;
}

.product-grid,
.case-grid {
    grid-template-columns: repeat(3, 1fr);
}

.product-card,
.case-card {
    overflow: hidden;
    border-radius: 24px;
}

.product-card img,
.case-card img {
    width: 100%;
    height: 220px;
    object-fit: cover;
}

.product-body,
.case-card div {
    padding: 22px;
}

.product-body span {
    display: inline-flex;
    margin-bottom: 12px;
    padding: 5px 10px;
    border-radius: 999px;
    color: #0bad71;
    background: #ecfff7;
    font-size: 12px;
    font-weight: 800;
}

.tb-wrap {
    width: min(1200px, calc(100% - 40px));
    margin: 0 auto;
}

.tb-hero {
    padding: 0;
    background: #f6f8fb;
}

.tb-hero-slider {
    position: relative;
    display: block;
    width: 100%;
    height: 100vh;
}

.tb-hero-viewport {
    position: relative;
    overflow: hidden;
    width: 100%;
    height: 100vh;
    background: transparent;
}

.tb-hero-slides {
    position: relative;
    height: 100vh;
    overflow: hidden;
}

.tb-hero-banner {
    position: absolute;
    inset: 0;
    display: block;
    height: 100vh;
    overflow: hidden;
    color: #fff;
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.72s ease;
}

.tb-hero-banner.active {
    z-index: 1;
    opacity: 1;
    pointer-events: auto;
}

.tb-hero-banner img {
    width: 100%;
    height: 100vh;
    object-fit: cover;
    object-position: center center;
}

.tb-hero-banner > div {
    position: absolute;
    left: max(64px, calc((100vw - 1200px) / 2 + 32px));
    bottom: 120px;
    top: auto;
    z-index: 1;
    width: min(640px, calc(100% - 96px));
    transform: none;
}

.tb-hero-banner span {
    display: inline-flex;
    margin-bottom: 16px;
    padding: 8px 14px;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.18);
    font-weight: 800;
}

.tb-hero-banner h1 {
    margin: 0 0 16px;
    font-size: clamp(40px, 5.3vw, 68px);
    line-height: 1.1;
    letter-spacing: -0.045em;
}

.tb-hero-banner p {
    margin: 0;
    color: rgba(255, 255, 255, 0.86);
    font-size: 18px;
    line-height: 1.85;
}

.tb-slider-btn {
    display: none;
    position: absolute;
    top: 50%;
    z-index: 3;
    width: 44px;
    height: 44px;
    border: 0;
    border-radius: 50%;
    color: #fff;
    background: rgba(16, 24, 40, 0.48);
    font-size: 34px;
    line-height: 1;
    cursor: pointer;
    transform: translateY(-50%);
    transition: background 0.2s ease, transform 0.2s ease;
}

.tb-slider-btn:hover {
    background: rgba(18, 201, 135, 0.92);
    transform: translateY(-50%) scale(1.04);
}

.tb-slider-prev {
    left: max(18px, calc((100vw - 1200px) / 2 + 18px));
}

.tb-slider-next {
    right: max(18px, calc((100vw - 1200px) / 2 + 18px));
}

.tb-hero-thumbs {
    position: absolute;
    left: 50%;
    bottom: 28px;
    z-index: 4;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    width: auto;
    margin: 0;
    overflow: visible;
    padding: 8px 12px;
    border-radius: 999px;
    background: rgba(16, 24, 40, 0.28);
    backdrop-filter: blur(10px);
    transform: translateX(-50%);
    scrollbar-width: none;
}

.tb-hero-thumbs::-webkit-scrollbar {
    display: none;
}

.tb-hero-thumbs button {
    flex: 0 0 auto;
    width: 10px;
    height: 10px;
    padding: 0;
    border: 0;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.62);
    box-shadow: none;
    cursor: pointer;
    transition: width 0.2s ease, background 0.2s ease, box-shadow 0.2s ease;
}

.tb-hero-thumbs button.active,
.tb-hero-thumbs button:hover {
    width: 26px;
    border-radius: 999px;
    background: #12c987;
    box-shadow: 0 0 0 4px rgba(18, 201, 135, 0.18);
}

.tb-hero-thumbs img {
    display: none;
}

.tb-guide {
    padding: 36px 0;
    background: #fff;
}

.tb-guide-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 18px;
}

.tb-guide-grid article {
    display: grid;
    grid-template-columns: 58px 1fr;
    grid-template-rows: auto auto;
    column-gap: 16px;
    row-gap: 5px;
    align-items: center;
    min-height: 108px;
    padding: 22px 20px;
    border-radius: 20px;
    background: linear-gradient(135deg, #ffffff 0%, #f4fbf8 100%);
    border: 1px solid rgba(23, 32, 51, 0.06);
}

.tb-home-action-item {
    display: grid;
    grid-template-columns: 58px 1fr;
    grid-template-rows: auto auto;
    column-gap: 16px;
    row-gap: 5px;
    align-items: center;
    min-height: 108px;
    padding: 22px 20px;
    border-radius: 20px;
    color: inherit;
    text-decoration: none;
    background: linear-gradient(135deg, #ffffff 0%, #f4fbf8 100%);
    border: 1px solid rgba(23, 32, 51, 0.06);
}

.tb-guide-grid img,
.tb-home-action-item img {
    grid-row: 1 / span 2;
    width: 58px;
    height: 58px;
    padding: 10px;
    border-radius: 18px;
    background: rgba(18, 201, 135, 0.1);
}

.tb-guide-grid h3,
.tb-home-action-item h3 {
    margin: 0;
    align-self: end;
    color: #101828;
    font-size: 18px;
    line-height: 1.25;
}

.tb-guide-grid p,
.tb-home-action-item p {
    grid-column: 2;
    margin: 0;
    color: #667085;
    font-size: 14px;
    line-height: 1.55;
}

.tb-mobile-actions,
.tb-mobile-consult-actions {
    display: none;
}

.tb-title-mobile {
    display: none;
}

.tb-cases-link-mobile,
.tb-mobile-project-grid {
    display: none;
}

.mobile-bottom-bar {
    display: none;
}

.tb-mobile-bottom-brand {
    display: none;
}

.tb-product-section,
.tb-cases,
.tb-clients {
    padding: 76px 0;
    background: #f6f8fb;
}

.tb-white-section,
.tb-cases {
    background: #fff;
}

.tb-section-title {
    display: flex;
    align-items: end;
    justify-content: space-between;
    gap: 26px;
    margin-bottom: 30px;
}

.tb-section-title h2 {
    margin: 0 0 10px;
    font-size: clamp(30px, 4vw, 46px);
    line-height: 1.18;
    letter-spacing: -0.04em;
}

.tb-section-title p {
    margin: 0;
    color: #667085;
    max-width: 660px;
    line-height: 1.8;
}

.tb-section-title > a,
.tb-plan-grid a {
    flex: 0 0 auto;
    padding: 10px 18px;
    color: #fff;
    border-radius: 999px;
    background: #12c987;
    box-shadow: 0 12px 24px rgba(18, 201, 135, 0.24);
    font-weight: 900;
}

.tb-product-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 24px;
}

.tb-product-card {
    display: flex;
    flex-direction: column;
    overflow: hidden;
    border-radius: 18px;
    color: #172033;
    background: #fff;
    box-shadow: 0 18px 44px rgba(23, 32, 51, 0.08);
}

.tb-white-section .tb-product-card {
    background: #f8fbfa;
}

.tb-product-card img {
    width: 100%;
    height: 190px;
    object-fit: cover;
}

.tb-product-card div {
    display: flex;
    flex: 1;
    flex-direction: column;
    padding: 20px;
}

.tb-product-card h3 {
    margin: 0 0 10px;
    font-size: 18px;
    line-height: 1.45;
    word-break: break-word;
}

.tb-product-card p {
    margin: 0 0 12px;
    color: #667085;
    line-height: 1.65;
    word-break: break-word;
}

.tb-product-card strong,
.tb-card-meta {
    display: block;
    margin-top: auto;
    color: #0bad71;
    line-height: 1.6;
}

.tb-plan-cta {
    padding: 72px 0;
    color: #fff;
    background: linear-gradient(135deg, #101828, #113b34 58%, #0a9c6a);
}

.tb-plan-grid {
    display: grid;
    grid-template-columns: 0.8fr 1.2fr;
    gap: 54px;
    align-items: center;
}

.tb-plan-grid img {
    width: 100%;
    max-height: 320px;
    object-fit: cover;
    border-radius: 24px;
}

.tb-plan-grid h2 {
    margin: 0 0 14px;
    font-size: clamp(34px, 5vw, 56px);
    line-height: 1.12;
    letter-spacing: -0.05em;
}

.tb-plan-grid p {
    margin: 0 0 28px;
    color: rgba(255, 255, 255, 0.76);
    font-size: 18px;
    line-height: 1.9;
}

.tb-plan-desc-pc,
.tb-plan-slogan {
    display: none;
}

@media (min-width: 981px) {
    .tb-plan-cta {
        position: relative;
        overflow: hidden;
        padding: 66px 0 72px;
        color: #1f2937;
        background: radial-gradient(circle at 10% 18%, rgba(255, 255, 255, 0.54), transparent 24%), radial-gradient(circle at 88% 18%, rgba(255, 255, 255, 0.32), transparent 22%), linear-gradient(135deg, #ffd94a 0%, #ffc72c 58%, #ffb721 100%);
        box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.45), 0 22px 44px rgba(246, 177, 22, 0.18);
    }

    .tb-plan-grid {
        position: relative;
        overflow: hidden;
        grid-template-columns: 1fr;
        justify-items: center;
        gap: 0;
        min-height: 292px;
        padding: 0 260px;
        border-radius: 0;
        background: transparent;
        box-shadow: none;
        text-align: center;
    }

    .tb-plan-grid:before,
    .tb-plan-grid:after {
        content: "";
        position: absolute;
        border-radius: 999px;
        background: rgba(255, 255, 255, 0.28);
        pointer-events: none;
    }

    .tb-plan-grid:before {
        right: 46px;
        top: 2px;
        width: 180px;
        height: 180px;
    }

    .tb-plan-grid:after {
        left: 74px;
        bottom: -70px;
        width: 176px;
        height: 176px;
        background: rgba(255, 151, 35, 0.24);
    }

    .tb-plan-grid > img {
        position: absolute;
        left: 0;
        bottom: -18px;
        z-index: 1;
        width: 245px;
        max-height: 220px;
        object-fit: contain;
        border-radius: 0;
        opacity: 0.96;
        filter: drop-shadow(0 18px 24px rgba(113, 72, 0, 0.16));
    }

    .tb-plan-grid > div {
        position: relative;
        z-index: 2;
        display: flex;
        flex-direction: column;
        align-items: center;
        max-width: 760px;
    }

    .tb-plan-grid h2 {
        margin: 0 0 14px;
        color: #172033;
        font-size: 44px;
        line-height: 1.14;
        letter-spacing: -0.035em;
    }

    .tb-plan-grid .tb-plan-desc-default {
        display: none;
    }

    .tb-plan-desc-pc {
        display: block;
        margin: 0 0 10px;
        color: #5c4210;
        font-size: 19px;
        line-height: 1.8;
        font-weight: 700;
    }

    .tb-plan-slogan {
        display: block;
        margin: 0 0 28px;
        color: #172033;
        font-size: 24px;
        line-height: 1.45;
        font-weight: 900;
    }

    .tb-plan-grid a {
        min-width: 220px;
        height: 62px;
        padding: 0 36px;
        border: 2px solid rgba(255, 255, 255, 0.55);
        background: linear-gradient(135deg, #0baa72, #058457);
        box-shadow: 0 18px 34px rgba(5, 132, 87, 0.32);
        font-size: 20px;
        transition: transform 0.2s ease, box-shadow 0.2s ease;
    }

    .tb-plan-grid a:hover {
        transform: translateY(-2px);
        box-shadow: 0 22px 42px rgba(5, 132, 87, 0.4);
    }
}

.tb-case-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 24px;
}

.tb-case-grid a {
    display: flex;
    flex-direction: column;
    overflow: hidden;
    border-radius: 18px;
    background: #f8fbfa;
    box-shadow: 0 14px 34px rgba(23, 32, 51, 0.06);
}

.tb-case-grid img {
    width: 100%;
    height: 176px;
    object-fit: cover;
}

.tb-case-grid a > div {
    flex: 1;
    padding: 18px;
}

.tb-case-grid h3 {
    margin: 0 0 10px;
    font-size: 17px;
    line-height: 1.45;
    word-break: break-word;
}

.tb-case-grid p {
    margin: 0;
    color: #667085;
    line-height: 1.65;
    word-break: break-word;
}

.tb-clients {
    background: #fff;
}

.tb-client-logos {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    gap: 16px;
    margin-bottom: 40px;
}

.tb-client-logos div {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 82px;
    border-radius: 16px;
    border: 1px solid rgba(23, 32, 51, 0.08);
    background: #fff;
    box-shadow: 0 12px 28px rgba(23, 32, 51, 0.05);
}

.tb-client-logos img {
    max-width: 120px;
    max-height: 42px;
    object-fit: contain;
}

.tb-stats-row {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 18px;
    margin-bottom: 56px;
}

.tb-stats-row div {
    padding: 24px;
    border-radius: 18px;
    text-align: center;
    background: #ecfff7;
}

.tb-stats-row strong {
    display: block;
    color: #0bad71;
    font-size: 36px;
    line-height: 1.1;
}

.tb-stats-row span {
    color: #667085;
}

.tb-section-title.compact {
    justify-content: center;
    text-align: center;
}

.tb-advantage-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 18px;
}

.tb-advantage-grid article {
    padding: 24px;
    border-radius: 18px;
    background: #f8fbfa;
    border: 1px solid rgba(23, 32, 51, 0.08);
}

.tb-advantage-grid h3 {
    margin: 0 0 10px;
}

.tb-advantage-grid p {
    margin: 0;
    color: #667085;
    line-height: 1.75;
}

.page-hero {
    padding: 78px 0 62px;
    background: radial-gradient(circle at 15% 10%, rgba(18, 201, 135, 0.18), transparent 34%), linear-gradient(135deg, #eefbf6 0%, #ffffff 58%, #f3f7ff 100%);
}

.page-hero span,
.preview-heading span {
    display: inline-flex;
    color: #0bad71;
    background: rgba(18, 201, 135, 0.1);
    border: 1px solid rgba(18, 201, 135, 0.16);
    border-radius: 999px;
    padding: 7px 14px;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 0.04em;
}

.page-hero h1 {
    margin: 18px 0 12px;
    font-size: clamp(38px, 5vw, 58px);
    line-height: 1.1;
    letter-spacing: -0.05em;
}

.page-hero p {
    max-width: 720px;
    margin: 0;
    color: #667085;
    font-size: 18px;
    line-height: 1.8;
}

.project-aft-layout {
    padding: 22px 0 48px;
    color: rgba(0, 0, 0, 0.87);
    background: #f0f4f7;
    font-family: "Microsoft YaHei", Arial, sans-serif;
}

.project-aft-layout .hidden-title {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
}

.project-aft-layout .container {
    width: 95%;
    max-width: 1280px;
    margin: 0 auto;
}

.project-aft-layout .row {
    margin-left: -0.75rem;
    margin-right: -0.75rem;
    margin-bottom: 1rem;
}

.project-aft-layout .row:after {
    content: "";
    display: table;
    clear: both;
}

.project-aft-layout .col {
    float: left;
    padding: 0 0.75rem;
}

.project-aft-layout .s6 {
    width: 50%;
}

.project-aft-layout .s12 {
    width: 100%;
}

.project-aft-layout .m12 {
    width: 100%;
}

.project-aft-layout .list-block {
    padding: 0.75rem 1rem;
    border-radius: 0.5rem;
    background: #fff;
    box-shadow: 2px 2px 5px #d0d0d0;
}

.project-aft-layout .list-block a {
    color: #444;
}

.project-aft-layout .list-block a:hover {
    color: #1abc9c;
}

.project-aft-layout .panel-heading {
    padding: 0 0.75rem;
}

.project-aft-layout .panel-title {
    margin: 0 0 0.65rem;
    color: #333;
    font-size: 1.2rem;
    line-height: 1.4;
    font-weight: 400;
}

.project-aft-layout .right {
    float: right;
}

.project-aft-layout .more {
    color: #666;
    font-size: 0.9rem;
}

.project-aft-layout .checkbox-inline {
    display: inline-flex;
    align-items: center;
    gap: 0.25rem;
    font-weight: 400;
}

.project-aft-layout .tabs-wrapper {
    width: 100%;
}

.project-aft-layout .tabs-group {
    padding: 0.18rem 0;
}

.project-aft-layout .orderway {
    margin: 0;
    padding: 0;
    list-style: none;
}

.project-aft-layout .orderway li {
    display: inline-block;
    margin: 0.1rem;
    line-height: 1.8;
}

.project-aft-layout .orderway li:first-child {
    color: #333;
}

.project-aft-layout .orderway li a {
    display: inline-block;
    padding: 0.2rem 0.6rem;
    color: #444;
    background: #fff;
    border-radius: 0.5rem;
}

.project-aft-layout .orderway a:hover {
    color: #fff;
    background: #2f4f4f;
}

.project-aft-layout .orderway li.active {
    background: #26a69a;
    border-radius: 0.5rem;
}

.project-aft-layout .orderway li.active a {
    color: #fff;
    border: none;
    background: #26a69a;
}

.project-aft-layout .project-list-row {
    margin-bottom: 0;
}

.project-aft-layout .card {
    position: relative;
    overflow: hidden;
    margin: 0 0 1.5rem;
    background: #fff;
    border-radius: 2px;
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
}

.project-aft-layout .card-image {
    position: relative;
    display: flex;
    align-items: center;
    height: 176px;
    overflow: hidden;
    background: #e7eeee;
}

.project-aft-layout .card-image img {
    display: block;
    width: 100%;
    height: 100%;
    max-width: none;
    object-fit: cover;
}

.project-aft-layout .card-stitle {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    display: block;
    width: 100%;
    padding: 0.6rem 0.5rem;
    text-align: center;
    background: rgba(0, 0, 0, 0.48);
}

.project-aft-layout .card-stitle a {
    color: #fff;
    font-size: 1.1rem;
    font-weight: 700;
    text-shadow: 2px 2px 3px rgba(0, 0, 0, 0.5);
}

.project-aft-layout .des {
    display: flex;
    align-items: center;
    min-height: 122px;
    padding: 0.85rem;
}

.project-aft-layout .des a {
    display: block;
    width: 100%;
    color: #444;
}

.project-aft-layout .valign {
    display: block;
    width: 100%;
}

.project-aft-layout .title {
    color: #333;
    font-size: 1rem;
    line-height: 1.7;
}

.project-aft-layout .truncate {
    display: block;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.project-aft-layout .miaoshu {
    display: -webkit-box;
    min-height: 48px;
    overflow: hidden;
    color: #777;
    font-size: 0.9rem;
    line-height: 1.7;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.project-aft-layout .more-icon {
    color: #999;
    font-weight: 700;
    line-height: 1;
}

.project-aft-layout .center {
    text-align: center;
}

.project-aft-layout .pager {
    text-align: center;
}

.project-aft-layout .pagination {
    display: inline-block;
    margin: 0;
    padding: 0.75rem 1rem;
    border-radius: 0.5rem;
    background-color: #f0f4f7;
    box-shadow: 2px 2px 5px #d0d0d0;
}

.project-aft-layout .pagination li {
    display: inline-block;
    margin: 0.1rem;
}

.project-aft-layout .pagination li a,
.project-aft-layout .pagination li span {
    display: inline-block;
    min-width: auto;
    height: auto;
    padding: 0.2rem 0.6rem;
    color: #444;
    text-align: center;
    border: 1px solid #ccc;
    border-radius: 0.5rem;
    background: #fff;
}

.project-aft-layout .pagination a:hover {
    color: #fff;
    background: #2f4f4f;
}

.project-aft-layout .pagination li.active span,
.project-aft-layout .pagination li.active a {
    color: #fff;
    border-color: #26a69a;
    background: #26a69a;
}

.project-aft-layout .pagination li.disabled span {
    cursor: default;
    color: #999;
    background: #fff;
}

.project-preview .preview-heading {
    display: flex;
    align-items: end;
    justify-content: space-between;
    gap: 24px;
    margin: 0 0 24px;
    padding: 0 0.75rem;
}

.project-preview .preview-heading h2 {
    margin: 12px 0 8px;
    color: #101828;
    font-size: clamp(30px, 4vw, 44px);
    line-height: 1.18;
    letter-spacing: -0.04em;
}

.project-preview .preview-heading p {
    margin: 0;
    color: #667085;
    line-height: 1.8;
}

.project-preview .preview-heading > a {
    flex: 0 0 auto;
    padding: 10px 18px;
    color: #fff;
    border-radius: 999px;
    background: #26a69a;
    box-shadow: 0 10px 22px rgba(38, 166, 154, 0.25);
    font-weight: 800;
}

.client-grid {
    grid-template-columns: repeat(6, 1fr);
}

.client-grid div {
    height: 86px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 18px;
}

.client-grid img {
    max-width: 120px;
    max-height: 42px;
    object-fit: contain;
}

.contact-section {
    padding: 82px 0;
    color: #fff;
    background: linear-gradient(135deg, #101828, #112f2b 56%, #0c8c60);
}

.contact-copy p {
    color: rgba(255, 255, 255, 0.72);
}

.contact-copy img {
    width: 360px;
    margin-top: 24px;
    border-radius: 22px;
}

.contact-panel {
    padding: 24px;
    border-radius: 28px;
    background: rgba(255, 255, 255, 0.98);
}

.fake-form {
    display: grid;
    gap: 14px;
}

.fake-form label {
    display: grid;
    gap: 8px;
    color: #344054;
    font-size: 14px;
    font-weight: 700;
}

.fake-form input,
.fake-form textarea {
    width: 100%;
    border: 1px solid #d0d5dd;
    border-radius: 14px;
    padding: 13px 14px;
    outline: none;
    font: inherit;
}

.fake-form textarea {
    min-height: 96px;
    resize: vertical;
}

.fake-form button {
    height: 48px;
    border: 0;
    font-weight: 900;
    cursor: pointer;
}

.qrcode-row {
    display: flex;
    gap: 18px;
    margin-top: 20px;
}

.qrcode-row div {
    flex: 1;
    color: #344054;
    text-align: center;
    font-weight: 800;
}

.qrcode-row img {
    width: 96px;
    height: 96px;
    margin: 0 auto 8px;
    border-radius: 12px;
    object-fit: cover;
}

.home-footer {
    color: rgba(255, 255, 255, 0.78);
    background: #0b1220;
}

.footer-grid {
    grid-template-columns: 1.4fr 0.6fr 0.9fr;
    align-items: start;
    padding: 44px 0;
}

.footer-logo {
    width: 150px;
    margin-bottom: 16px;
}

.footer-brand-text {
    color: #fff;
    font-size: 26px;
    font-weight: 800;
    letter-spacing: 1px;
}

.footer-brand-logo {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 16px;
}

.footer-brand-logo img {
    width: 160px;
    height: 55px;
    object-fit: cover;
}

.home-footer h3 {
    margin: 0 0 14px;
    color: #fff;
}

.home-footer a {
    display: block;
    margin: 8px 0;
}

.footer-bottom {
    padding: 18px 16px;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    color: rgba(255, 255, 255, 0.58);
    text-align: center;
    font-size: 13px;
}

.footer-bottom a {
    display: inline;
}

@media (max-width: 980px) {
    .tb-wrap {
        width: min(100% - 32px, 760px);
    }

    .home-nav {
        height: auto;
        padding: 14px 0;
        flex-wrap: wrap;
    }

    .home-menu {
        order: 3;
        width: 100%;
        gap: 16px;
        overflow-x: auto;
        padding-bottom: 2px;
    }

    .hero-grid,
    .contact-grid,
    .footer-grid,
    .row-title {
        grid-template-columns: 1fr;
    }

    .project-preview .preview-heading {
        align-items: start;
        flex-direction: column;
    }

    .guide-grid,
    .product-grid,
    .case-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .project-aft-layout .m4 {
        width: 33.33333%;
    }

    .project-aft-layout .l6 {
        width: 50%;
    }

    .client-grid {
        grid-template-columns: repeat(3, 1fr);
    }

    .tb-guide-grid,
    .tb-product-grid,
    .tb-case-grid,
    .tb-client-logos,
    .tb-stats-row {
        grid-template-columns: repeat(2, 1fr);
    }

    .tb-hero {
        padding-bottom: 0;
    }

    .tb-hero-banner > div {
        left: 32px;
        width: min(560px, calc(100% - 64px));
    }

    .tb-hero-banner h1 {
        font-size: clamp(36px, 7vw, 56px);
    }

    .tb-hero-thumbs {
        bottom: 22px;
    }

    .tb-product-section,
    .tb-cases,
    .tb-clients {
        padding: 60px 0;
    }

    .tb-product-card img,
    .tb-case-grid img {
        height: 210px;
    }

    .tb-plan-grid,
    .tb-advantage-grid {
        grid-template-columns: 1fr;
    }

    .tb-plan-grid {
        gap: 30px;
    }

    .tb-section-title {
        align-items: start;
        flex-direction: column;
    }
}

@media (max-width: 640px) {
    .tb-wrap {
        width: calc(100% - 28px);
    }

    .home-hero,
    .home-section,
    .page-hero,
    .contact-section {
        padding: 52px 0;
    }

    .home-phone {
        padding: 8px 14px;
        font-size: 13px;
    }

    .hero-actions,
    .hero-stats,
    .qrcode-row {
        flex-direction: column;
    }

    .home-btn {
        width: 100%;
    }

    .hero-card-main,
    .hero-card-main img {
        min-height: 260px;
        height: 260px;
    }

    .hero-card-row,
    .guide-grid,
    .product-grid,
    .case-grid,
    .client-grid {
        grid-template-columns: 1fr;
    }

    .project-aft-layout .s6,
    .project-aft-layout .m4,
    .project-aft-layout .l3,
    .project-aft-layout .l6 {
        width: 50%;
    }

    .product-card img,
    .case-card img {
        height: 190px;
    }

    .tb-hero-banner,
    .tb-hero-banner img,
    .tb-hero-slides {
        min-height: 420px;
        height: 420px;
    }

    .tb-hero-search {
        display: none;
    }

    .tb-slider-btn {
        display: none;
        width: 36px;
        height: 36px;
        font-size: 28px;
    }

    .tb-hero-banner > div {
        left: 18px;
        right: 18px;
        bottom: 58px;
        top: auto;
        width: auto;
        padding: 18px;
        border-radius: 18px;
        background: rgba(11, 24, 36, 0.54);
        backdrop-filter: blur(6px);
        transform: none;
    }

    .tb-hero-banner span {
        margin-bottom: 10px;
        padding: 6px 10px;
        font-size: 12px;
    }

    .tb-hero-banner h1 {
        margin-bottom: 10px;
        font-size: clamp(28px, 8vw, 38px);
        line-height: 1.18;
        letter-spacing: -0.025em;
    }

    .tb-hero-banner p {
        font-size: 15px;
        line-height: 1.7;
    }

    .tb-guide-grid,
    .tb-product-grid,
    .tb-case-grid,
    .tb-client-logos,
    .tb-stats-row {
        grid-template-columns: 1fr;
    }

    .tb-hero-thumbs button {
        width: 8px;
        height: 8px;
        border-width: 0;
        border-radius: 50%;
    }

    .tb-hero-thumbs button.active,
    .tb-hero-thumbs button:hover {
        width: 22px;
    }

    .tb-hero-thumbs {
        bottom: 18px;
        gap: 8px;
        padding: 7px 10px;
    }

    .tb-hero-thumbs img {
        display: none;
    }

    .tb-guide {
        padding: 16px 0 22px;
    }

    .tb-guide-grid {
        display: none;
    }

    .tb-mobile-actions {
        display: grid;
        grid-template-columns: repeat(4, minmax(0, 1fr));
        gap: 10px;
    }

    .tb-mobile-action {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        gap: 6px;
        min-height: 64px;
        padding: 8px 4px;
        border: 1px solid rgba(18, 201, 135, 0.18);
        border-radius: 12px;
        color: #101828;
        background: #fff;
        box-shadow: 0 8px 20px rgba(15, 23, 42, 0.06);
        font-size: 13px;
        font-weight: 800;
        text-align: center;
        white-space: nowrap;
    }

    .tb-mobile-action-icon {
        position: relative;
        display: block;
        width: 24px;
        height: 24px;
        color: #12c987;
    }

    .tb-mobile-action-icon-team::before {
        content: "";
        position: absolute;
        left: 4px;
        top: 3px;
        width: 6px;
        height: 6px;
        border-radius: 50%;
        background: currentColor;
        box-shadow: 10px 0 0 currentColor;
    }

    .tb-mobile-action-icon-team::after {
        content: "";
        position: absolute;
        left: 2px;
        bottom: 4px;
        width: 20px;
        height: 10px;
        border: 2px solid currentColor;
        border-radius: 999px 999px 7px 7px;
    }

    .tb-mobile-action-icon-case::before {
        content: "";
        position: absolute;
        left: 3px;
        top: 4px;
        width: 18px;
        height: 15px;
        border: 2px solid currentColor;
        border-radius: 5px;
    }

    .tb-mobile-action-icon-case::after {
        content: "";
        position: absolute;
        left: 7px;
        bottom: 7px;
        width: 11px;
        height: 7px;
        border-left: 2px solid currentColor;
        border-bottom: 2px solid currentColor;
        transform: skewX(-22deg);
    }

    .tb-mobile-action-icon-guide::before {
        content: "";
        position: absolute;
        left: 4px;
        top: 3px;
        width: 16px;
        height: 18px;
        border: 2px solid currentColor;
        border-radius: 4px;
    }

    .tb-mobile-action-icon-guide::after {
        content: "";
        position: absolute;
        left: 8px;
        top: 8px;
        width: 8px;
        height: 2px;
        background: currentColor;
        box-shadow: 0 5px 0 currentColor;
    }

    .tb-mobile-action-icon-custom::before {
        content: "";
        position: absolute;
        left: 9px;
        top: 2px;
        width: 7px;
        height: 18px;
        border-radius: 999px;
        background: currentColor;
        transform: rotate(38deg);
    }

    .tb-mobile-action-icon-custom::after {
        content: "";
        position: absolute;
        left: 2px;
        top: 3px;
        width: 6px;
        height: 6px;
        border-radius: 50%;
        background: currentColor;
        box-shadow: 16px 3px 0 -1px currentColor, 4px 15px 0 -1px currentColor;
    }

    .tb-mobile-consult-actions {
        display: grid;
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 10px;
        margin-top: 12px;
    }

    .tb-mobile-consult-btn {
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 8px;
        width: 100%;
        min-height: 58px;
        border: 1px solid rgba(11, 18, 32, 0.28);
        border-radius: 10px;
        color: #fff;
        background: #12c987;
        box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.14), 0 8px 18px rgba(15, 23, 42, 0.08);
        font: inherit;
        text-align: left;
    }

    .tb-mobile-consult-online {
        position: relative;
        overflow: hidden;
        border-color: rgba(255, 142, 36, 0.48);
        background: linear-gradient(135deg, #ff9722 0%, #ff5b2e 42%, #12c987 100%);
        box-shadow: 0 12px 24px rgba(255, 91, 46, 0.2), 0 8px 18px rgba(18, 201, 135, 0.18);
    }

    .tb-mobile-consult-online::after {
        content: "";
        position: absolute;
        inset: 0;
        background: linear-gradient(120deg, transparent 0%, rgba(255, 255, 255, 0.24) 45%, transparent 72%);
        transform: translateX(-120%);
        animation: mobileConsultShine 2.6s ease-in-out infinite;
    }

    .tb-mobile-consult-online > * {
        position: relative;
        z-index: 1;
    }

    .tb-mobile-consult-avatar {
        flex: 0 0 auto;
        width: 38px;
        height: 38px;
        border: 2px solid rgba(255, 255, 255, 0.92);
        border-radius: 50%;
        background: #fff;
        box-shadow: 0 8px 16px rgba(0, 0, 0, 0.16);
    }

    @keyframes mobileConsultShine {
        0%, 42% {
            transform: translateX(-120%);
        }

        78%, 100% {
            transform: translateX(120%);
        }
    }

    .tb-mobile-consult-text {
        display: flex;
        flex-direction: column;
        gap: 2px;
        min-width: 0;
        line-height: 1.1;
    }

    .tb-mobile-consult-text strong {
        font-size: 14px;
        font-weight: 800;
        line-height: 1.1;
    }

    .tb-mobile-consult-text small {
        font-size: 11px;
        font-weight: 700;
        line-height: 1.1;
        opacity: 0.92;
        white-space: nowrap;
    }

    .tb-mobile-consult-icon {
        position: relative;
        flex: 0 0 auto;
        width: 18px;
        height: 18px;
        color: currentColor;
    }

    .tb-mobile-consult-icon-online::before {
        content: "";
        position: absolute;
        left: 1px;
        top: 2px;
        width: 16px;
        height: 12px;
        border: 2px solid currentColor;
        border-radius: 9px;
    }

    .tb-mobile-consult-icon-online::after {
        content: "";
        position: absolute;
        left: 5px;
        bottom: 0;
        width: 6px;
        height: 6px;
        border-left: 2px solid currentColor;
        border-bottom: 2px solid currentColor;
        transform: rotate(-25deg);
    }

    .tb-mobile-consult-icon-phone::before {
        content: none;
    }

    .tb-mobile-consult-icon-phone::after {
        content: none;
    }

    .tb-mobile-consult-icon-phone {
        width: 32px;
        height: 32px;
        margin-left: -6px;
        border-radius: 0;
        background: currentColor;
        box-shadow: none;
        -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2.4' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M5 5.5h14a3 3 0 0 1 3 3v6.5a3 3 0 0 1-3 3H10l-5 3v-3a3 3 0 0 1-3-3V8.5a3 3 0 0 1 3-3Z'/%3E%3Cpath d='M9.2 9.2c.4 3.2 2.4 5.2 5.6 5.6l1.4-1.4 2.3 1.2c.3.2.5.5.4.9-.3 1.1-1.3 1.9-2.5 1.9-5.3 0-9.8-4.5-9.8-9.8 0-1.2.8-2.2 1.9-2.5.4-.1.7.1.9.4l1.2 2.3-1.4 1.4Z'/%3E%3C/svg%3E") center / contain no-repeat;
        mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2.4' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M5 5.5h14a3 3 0 0 1 3 3v6.5a3 3 0 0 1-3 3H10l-5 3v-3a3 3 0 0 1-3-3V8.5a3 3 0 0 1 3-3Z'/%3E%3Cpath d='M9.2 9.2c.4 3.2 2.4 5.2 5.6 5.6l1.4-1.4 2.3 1.2c.3.2.5.5.4.9-.3 1.1-1.3 1.9-2.5 1.9-5.3 0-9.8-4.5-9.8-9.8 0-1.2.8-2.2 1.9-2.5.4-.1.7.1.9.4l1.2 2.3-1.4 1.4Z'/%3E%3C/svg%3E") center / contain no-repeat;
    }

    .tb-mobile-consult-phone {
        position: relative;
        overflow: hidden;
        border-color: rgba(255, 142, 36, 0.48);
        background: linear-gradient(135deg, #ff9722 0%, #ff5b2e 42%, #12c987 100%);
        box-shadow: 0 12px 24px rgba(255, 91, 46, 0.2), 0 8px 18px rgba(18, 201, 135, 0.18);
    }

    .tb-mobile-consult-phone::after {
        content: "";
        position: absolute;
        inset: 0;
        background: linear-gradient(120deg, transparent 0%, rgba(255, 255, 255, 0.24) 45%, transparent 72%);
        transform: translateX(-120%);
        animation: mobileConsultShine 2.6s ease-in-out infinite;
    }

    .tb-mobile-consult-phone > * {
        position: relative;
        z-index: 1;
    }

    .tb-project-preview,
    .tb-plan-cta,
    .tb-final-cta,
    .home-footer,
    .tb-plan-slogan {
        display: none;
    }

    .tb-product-section,
    .tb-cases,
    .tb-clients,
    .tb-plan-cta {
        padding: 44px 0;
    }

    .tb-section-title {
        gap: 14px;
        margin-bottom: 22px;
    }

    .tb-section-title h2 {
        font-size: clamp(28px, 8vw, 36px);
    }

    .tb-section-title > a,
    .tb-plan-grid a {
        width: 100%;
        text-align: center;
    }

    .tb-product-grid,
    .tb-case-grid {
        gap: 18px;
    }

    .tb-mobile-scroll-products .tb-product-grid {
        display: flex;
        gap: 12px;
        overflow-x: auto;
        overflow-y: hidden;
        white-space: nowrap;
        margin: 0 -14px;
        padding: 2px 14px 6px;
        scroll-snap-type: x mandatory;
        -webkit-overflow-scrolling: touch;
    }

    .tb-mobile-scroll-products .tb-product-grid::-webkit-scrollbar {
        display: none;
    }

    .tb-mobile-scroll-products .tb-product-card {
        flex: 0 0 calc((100vw - 40px) / 2);
        border: 1px solid rgba(10, 166, 255, 0.18);
        border-radius: 12px;
        background: linear-gradient(180deg, #fff 0%, #f8fcff 100%);
        box-shadow: 0 8px 18px rgba(15, 23, 42, 0.08), 0 0 0 1px rgba(18, 201, 135, 0.05);
        scroll-snap-align: start;
        white-space: normal;
    }

    .tb-mobile-scroll-products .tb-section-title {
        flex-direction: row;
        align-items: flex-start;
        justify-content: space-between;
        gap: 10px;
        margin-bottom: 14px;
    }

    .tb-mobile-scroll-products .tb-section-title > div {
        min-width: 0;
    }

    .tb-mobile-scroll-products .tb-section-title h2 {
        position: relative;
        margin-bottom: 4px;
        padding-left: 9px;
        color: #0b1220;
        font-size: 18px;
        font-weight: 700;
        letter-spacing: 0;
    }

    .tb-mobile-scroll-products .tb-section-title h2::before {
        content: "";
        position: absolute;
        left: 0;
        top: 4px;
        width: 3px;
        height: 16px;
        border-radius: 999px;
        background: linear-gradient(180deg, #12c987, #0aa6ff);
    }

    .tb-mobile-scroll-products .tb-section-title p {
        color: #111827;
        font-size: 12px;
        font-weight: 500;
        line-height: 1.5;
    }

    .tb-mobile-scroll-products .tb-section-title > a {
        flex: 0 0 auto;
        width: auto;
        height: 24px;
        min-width: 0;
        padding: 0 10px;
        border: 1px solid #111;
        border-radius: 999px;
        color: #111;
        background: transparent;
        box-shadow: none;
        font-size: 11px;
        font-weight: 700;
        line-height: 24px;
        text-align: right;
        white-space: nowrap;
    }

    .tb-mobile-scroll-products .tb-product-card img {
        height: 100px;
        border-bottom: 1px solid rgba(15, 23, 42, 0.06);
        object-fit: cover;
    }

    .tb-mobile-scroll-products .tb-product-card div {
        padding: 8px 10px 9px;
    }

    .tb-mobile-scroll-products .tb-product-card h3 {
        margin-bottom: 5px;
        font-size: 14px;
        line-height: 1.35;
    }

    .tb-mobile-scroll-products .tb-product-card p {
        margin-bottom: 6px;
        font-size: 12px;
        line-height: 1.45;
    }

    .tb-mobile-scroll-products .tb-product-card strong,
    .tb-mobile-scroll-products .tb-card-meta {
        display: inline-flex;
        align-items: center;
        width: fit-content;
        margin-top: auto;
        padding: 3px 7px;
        border: 1px solid rgba(18, 201, 135, 0.28);
        border-radius: 999px;
        color: #058457;
        background: rgba(18, 201, 135, 0.1);
        font-size: 12px;
        font-weight: 800;
        line-height: 1.2;
        white-space: nowrap;
    }

    .tb-mobile-scroll-products .tb-card-meta::before {
        content: "";
        width: 5px;
        height: 5px;
        margin-right: 5px;
        border-radius: 50%;
        background: currentColor;
    }

    .tb-mobile-scroll-products .tb-product-card button,
    .tb-mobile-scroll-products .tb-product-card .btn,
    .tb-mobile-scroll-products .tb-product-card [class*="button"] {
        padding: 4px 8px;
        font-size: 11px;
    }

    .tb-mobile-scroll-cases .tb-section-title {
        flex-direction: row;
        align-items: flex-start;
        justify-content: space-between;
        gap: 10px;
        margin-bottom: 14px;
    }

    .tb-mobile-scroll-cases .tb-section-title > div {
        min-width: 0;
    }

    .tb-mobile-scroll-cases .tb-title-default {
        display: none;
    }

    .tb-mobile-scroll-cases .tb-title-mobile {
        display: inline;
    }

    .tb-mobile-scroll-cases .tb-cases-link-default,
    .tb-mobile-scroll-cases .tb-case-grid {
        display: none;
    }

    .tb-mobile-scroll-cases .tb-cases-link-mobile {
        display: block;
    }

    .tb-mobile-scroll-cases .tb-section-title h2 {
        position: relative;
        margin-bottom: 4px;
        padding-left: 9px;
        color: #0b1220;
        font-size: 18px;
        font-weight: 700;
        letter-spacing: 0;
    }

    .tb-mobile-scroll-cases .tb-section-title h2::before {
        content: "";
        position: absolute;
        left: 0;
        top: 4px;
        width: 3px;
        height: 16px;
        border-radius: 999px;
        background: linear-gradient(180deg, #12c987, #0aa6ff);
    }

    .tb-mobile-scroll-cases .tb-section-title p {
        color: #111827;
        font-size: 12px;
        font-weight: 500;
        line-height: 1.35;
    }

    .tb-mobile-scroll-cases .tb-section-title > a {
        flex: 0 0 auto;
        width: auto;
        height: 24px;
        min-width: 0;
        padding: 0 10px;
        border: 1px solid #111;
        border-radius: 999px;
        color: #111;
        background: transparent;
        box-shadow: none;
        font-size: 11px;
        font-weight: 700;
        line-height: 24px;
        text-align: right;
        white-space: nowrap;
    }

    .tb-mobile-scroll-cases .tb-case-grid {
        display: flex;
        gap: 12px;
        overflow-x: auto;
        overflow-y: hidden;
        white-space: nowrap;
        margin: 0 -14px;
        padding: 2px 14px 6px;
        scroll-snap-type: x mandatory;
        -webkit-overflow-scrolling: touch;
    }

    .tb-mobile-scroll-cases .tb-mobile-project-grid {
        display: flex;
        gap: 12px;
        overflow-x: auto;
        overflow-y: hidden;
        white-space: nowrap;
        margin: 0 -14px;
        padding: 2px 14px 6px;
        scroll-snap-type: x mandatory;
        -webkit-overflow-scrolling: touch;
    }

    .tb-mobile-scroll-cases .tb-case-grid::-webkit-scrollbar {
        display: none;
    }

    .tb-mobile-scroll-cases .tb-mobile-project-grid::-webkit-scrollbar {
        display: none;
    }

    .tb-mobile-scroll-cases .tb-case-grid a {
        flex: 0 0 calc((100vw - 40px) / 2);
        border: 1px solid rgba(10, 166, 255, 0.18);
        border-radius: 12px;
        background: linear-gradient(180deg, #fff 0%, #f8fcff 100%);
        box-shadow: 0 8px 18px rgba(15, 23, 42, 0.08), 0 0 0 1px rgba(18, 201, 135, 0.05);
        scroll-snap-align: start;
        white-space: normal;
    }

    .tb-mobile-scroll-cases .tb-mobile-project-grid .tb-project-card {
        flex: 0 0 calc((100vw - 40px) / 2);
        border: 1px solid rgba(10, 166, 255, 0.18);
        border-radius: 12px;
        background: linear-gradient(180deg, #fff 0%, #f8fcff 100%);
        box-shadow: 0 8px 18px rgba(15, 23, 42, 0.08), 0 0 0 1px rgba(18, 201, 135, 0.05);
        scroll-snap-align: start;
        white-space: normal;
    }

    .tb-mobile-scroll-cases .tb-case-grid img {
        height: 100px;
        border-bottom: 1px solid rgba(15, 23, 42, 0.06);
        object-fit: cover;
    }

    .tb-mobile-scroll-cases .tb-mobile-project-grid .tb-project-card img {
        height: 100px;
        border-bottom: 1px solid rgba(15, 23, 42, 0.06);
        object-fit: cover;
    }

    .tb-mobile-scroll-cases .tb-case-grid a > div {
        padding: 8px 10px 9px;
    }

    .tb-mobile-scroll-cases .tb-mobile-project-grid .tb-project-card div {
        padding: 8px 10px 9px;
    }

    .tb-mobile-scroll-cases .tb-mobile-project-grid .tb-project-card span {
        margin-bottom: 5px;
        padding: 3px 7px;
        font-size: 10px;
    }

    .tb-mobile-scroll-cases .tb-case-grid h3 {
        margin-bottom: 5px;
        font-size: 14px;
        line-height: 1.35;
    }

    .tb-mobile-scroll-cases .tb-mobile-project-grid .tb-project-card h3 {
        margin-bottom: 5px;
        font-size: 14px;
        line-height: 1.35;
    }

    .tb-mobile-scroll-cases .tb-case-grid p {
        color: #111827;
        font-size: 12px;
        font-weight: 500;
        line-height: 1.45;
    }

    .tb-mobile-scroll-cases .tb-mobile-project-grid .tb-project-card p {
        color: #111827;
        font-size: 12px;
        font-weight: 500;
        line-height: 1.45;
    }

    .tb-mobile-scroll-cases .tb-case-grid {
        display: none;
    }

    .tb-mobile-scroll-cases .tb-mobile-project-grid {
        display: flex;
    }

    .tb-product-card {
        border-radius: 16px;
    }

    .tb-product-card img,
    .tb-case-grid img {
        height: 210px;
    }

    .tb-product-card div,
    .tb-case-grid a > div {
        padding: 18px;
    }

    .tb-product-card h3,
    .tb-case-grid h3 {
        font-size: 18px;
    }

    .tb-plan-grid h2 {
        font-size: clamp(30px, 9vw, 42px);
    }

    .tb-plan-grid p {
        font-size: 16px;
    }

    .tb-client-logos {
        grid-template-columns: repeat(2, 1fr);
        gap: 12px;
    }

    .tb-client-logos div {
        height: 72px;
    }

    .tb-stats-row {
        grid-template-columns: repeat(2, 1fr);
        gap: 12px;
        margin-bottom: 38px;
    }

    .tb-stats-row div {
        padding: 18px 12px;
    }

    .tb-stats-row strong {
        font-size: 28px;
    }

    .tb-advantage-grid {
        gap: 14px;
    }

    .tb-advantage-grid article {
        padding: 20px;
    }

    .tb-mobile-bottom-brand {
        display: flex;
        align-items: center;
        justify-content: center;
        width: fit-content;
        margin: 22px auto 12px;
        padding: 7px 14px 8px 18px;
        border: 1px solid rgba(11, 18, 32, 0.28);
        border-radius: 999px;
        color: #0b1220;
        background: rgba(255, 255, 255, 0.42);
        font-family: "STKaiti", "KaiTi", "FangSong", "PingFang SC", "Microsoft YaHei", serif;
        font-size: 18px;
        font-weight: 700;
        letter-spacing: 0.24em;
        line-height: 1;
        opacity: 0.38;
    }

    .tb-guide-grid article,
    .tb-home-action-item {
        grid-template-columns: 52px 1fr;
    }
}

@media (min-width: 993px) {
    .project-aft-layout .l3 {
        width: 25%;
    }

    .project-aft-layout .l6 {
        width: 50%;
    }
}

@media (max-width: 420px) {
    .project-aft-layout .s6,
    .project-aft-layout .m4,
    .project-aft-layout .l3,
    .project-aft-layout .l6 {
        width: 100%;
    }
}

/* Unified SuperTB-style frontend overrides */
body {
    color: #1f2937;
    background: #f4f7fb;
}

.home-wrap,
.tb-wrap {
    width: min(1200px, calc(100% - 40px));
}

body:not(.is-home-hero) .home-header {
    z-index: 50;
    background: rgba(255, 255, 255, 0.96);
    border-bottom: 1px solid rgba(15, 23, 42, 0.08);
    box-shadow: 0 8px 26px rgba(15, 23, 42, 0.04);
}

.home-nav {
    height: 78px;
    gap: 24px;
    min-width: 0;
}

.home-brand img {
    width: 172px;
    height: 172px;
    object-fit: contain;
}

.home-brand-text {
    font-size: 26px;
}

.home-menu {
    flex: 1;
    justify-content: center;
    gap: 32px;
    color: #202939;
    font-size: 16px;
    font-weight: 700;
    white-space: nowrap;
    min-width: 0;
}

.home-menu a {
    position: relative;
    padding: 28px 0;
}

.home-menu a:after {
    content: "";
    position: absolute;
    left: 50%;
    bottom: 18px;
    width: 0;
    height: 3px;
    border-radius: 999px;
    background: #12c987;
    transform: translateX(-50%);
    transition: width 0.2s ease;
}

.home-menu a:hover:after,
.home-menu a.active:after {
    width: 24px;
}

.home-service {
    display: grid;
    gap: 3px;
    color: #667085;
    font-size: 12px;
    line-height: 1.2;
    white-space: nowrap;
}

.home-service a {
    color: #101828;
    font-size: 18px;
    font-weight: 900;
}

.home-phone,
.tb-section-title > a,
.tb-plan-grid a,
.tb-final-cta a,
.footer-cta,
.tb-contact-grid a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 999px;
    background: #12c987;
    color: #fff;
    box-shadow: 0 14px 28px rgba(18, 201, 135, 0.24);
    font-weight: 900;
}

.home-phone {
    flex: 0 0 auto;
    min-width: 132px;
    height: 42px;
    padding: 0 18px;
}

.tb-hero {
    background: #f4f7fb;
}

.tb-hero-viewport {
    border-radius: 0 0 28px 28px;
}

.tb-hero-slides,
.tb-hero-banner {
    min-height: clamp(560px, 48vw, 720px);
}

.tb-hero-banner img {
    height: clamp(560px, 48vw, 720px);
}

.tb-hero-banner:after {
    background: transparent;
}

.tb-hero-banner h1 {
    text-shadow: 0 8px 24px rgba(0, 0, 0, 0.28);
}

.tb-hero-search {
    position: absolute;
    left: 50%;
    bottom: 132px;
    z-index: 5;
    display: grid;
    grid-template-columns: 168px minmax(0, 1fr) 112px;
    align-items: center;
    width: min(760px, calc(100% - 56px));
    height: 60px;
    margin: 0;
    border-radius: 8px;
    background: #fff;
    box-shadow: 0 22px 54px rgba(7, 18, 32, 0.28);
    transform: translateX(-50%);
    overflow: hidden;
}

.tb-hero-search span {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    color: #263241;
    font-size: 18px;
    font-weight: 900;
    white-space: nowrap;
}

.tb-hero-search span:after {
    content: "";
    position: absolute;
    right: 0;
    top: 50%;
    width: 1px;
    height: 28px;
    background: #d5dbe5;
    transform: translateY(-50%);
}

.tb-hero-search input {
    width: 100%;
    height: 60px;
    padding: 0 18px;
    border: 0;
    outline: 0;
    color: #101828;
    font-size: 16px;
    background: transparent;
}

.tb-hero-search input::placeholder {
    color: #98a2b3;
}

.tb-hero-search button {
    display: flex;
    align-items: center;
    justify-content: center;
    width: calc(100% - 12px);
    height: 42px;
    margin-right: 10px;
    border: 0;
    border-radius: 7px;
    color: #fff;
    background: #12c987;
    font-size: 18px;
    font-weight: 900;
    cursor: pointer;
    transition: background 0.2s ease, transform 0.2s ease;
}

.tb-hero-search button:hover {
    color: #fff;
    background: #101828;
    transform: translateY(-1px);
}

@media (max-width: 640px) {
    .tb-hero-banner,
    .tb-hero-banner img,
    .tb-hero-slides {
        min-height: 420px;
        height: 420px;
    }

    .tb-hero-search {
        display: none;
    }
}

.tb-guide-grid article,
.tb-home-action-item,
.tb-product-card,
.tb-case-grid a,
.tb-client-logos div,
.tb-advantage-grid article,
.tb-scene-grid article,
.tb-filter-panel,
.tb-project-card,
.tb-contact-card {
    border: 1px solid rgba(15, 23, 42, 0.07);
    box-shadow: 0 16px 38px rgba(15, 23, 42, 0.07);
}

.tb-guide-grid article {
    position: relative;
    overflow: hidden;
    isolation: isolate;
    transition: transform 0.28s ease, border-color 0.28s ease, box-shadow 0.28s ease, background 0.28s ease, opacity 0.28s ease;
}

.tb-guide-grid article::before {
    content: "";
    position: absolute;
    inset: -45% auto -45% -70%;
    z-index: -1;
    width: 58%;
    transform: skewX(-18deg) translateX(0);
    background: linear-gradient(90deg, rgba(255, 255, 255, 0), rgba(18, 201, 135, 0.18), rgba(242, 203, 5, 0.16), rgba(255, 255, 255, 0));
    opacity: 0;
    pointer-events: none;
}

.tb-guide-grid article::after {
    content: "";
    position: absolute;
    right: 18px;
    bottom: 16px;
    z-index: -1;
    width: 48px;
    height: 48px;
    border-radius: 50%;
    background: rgba(18, 201, 135, 0.11);
    transform: scale(0.45);
    opacity: 0;
    transition: transform 0.28s ease, opacity 0.28s ease;
    pointer-events: none;
}

.tb-guide-grid article > img,
.tb-guide-grid article h3,
.tb-guide-grid article p {
    transition: transform 0.28s ease, color 0.28s ease, background 0.28s ease, box-shadow 0.28s ease;
}

.tb-client-logos div,
.tb-stats-row div,
.tb-advantage-grid article {
    position: relative;
    overflow: hidden;
    isolation: isolate;
    transition: transform 0.28s ease, border-color 0.28s ease, box-shadow 0.28s ease, background 0.28s ease, opacity 0.28s ease;
}

.tb-client-logos div::before,
.tb-stats-row div::before,
.tb-advantage-grid article::before {
    content: "";
    position: absolute;
    inset: -45% auto -45% -70%;
    z-index: -1;
    width: 58%;
    transform: skewX(-18deg) translateX(0);
    background: linear-gradient(90deg, rgba(255, 255, 255, 0), rgba(18, 201, 135, 0.16), rgba(242, 203, 5, 0.13), rgba(255, 255, 255, 0));
    opacity: 0;
    pointer-events: none;
}

.tb-client-logos div::after,
.tb-stats-row div::after,
.tb-advantage-grid article::after {
    content: "";
    position: absolute;
    right: 16px;
    bottom: 14px;
    z-index: -1;
    width: 46px;
    height: 46px;
    border-radius: 50%;
    background: rgba(18, 201, 135, 0.1);
    transform: scale(0.45);
    opacity: 0;
    transition: transform 0.28s ease, opacity 0.28s ease;
    pointer-events: none;
}

.tb-client-logos img,
.tb-stats-row strong,
.tb-stats-row span,
.tb-advantage-grid h3,
.tb-advantage-grid p {
    transition: transform 0.28s ease, color 0.28s ease, filter 0.28s ease;
}

.tb-guide-grid article:nth-child(2)::before {
    background: linear-gradient(90deg, rgba(255, 255, 255, 0), rgba(242, 203, 5, 0.18), rgba(18, 201, 135, 0.16), rgba(255, 255, 255, 0));
}

.tb-guide-grid article:nth-child(3)::before {
    transition-delay: 0.03s;
}

.tb-guide-grid article:nth-child(4)::before {
    transition-delay: 0.06s;
}

@media (hover: hover) and (pointer: fine) {
    .tb-guide-grid:hover article:not(:hover) {
        opacity: 0.72;
        transform: translateY(2px) scale(0.985);
    }

    .tb-client-logos:hover div:not(:hover),
    .tb-stats-row:hover div:not(:hover),
    .tb-advantage-grid:hover article:not(:hover) {
        opacity: 0.72;
        transform: translateY(2px) scale(0.985);
    }

    .tb-guide-grid article:hover {
        transform: translateY(-6px);
        border-color: rgba(18, 201, 135, 0.28);
        background: linear-gradient(135deg, #ffffff 0%, #effdf7 100%);
        box-shadow: 0 24px 54px rgba(15, 23, 42, 0.13), 0 10px 26px rgba(18, 201, 135, 0.12);
    }

    .tb-client-logos div:hover,
    .tb-stats-row div:hover,
    .tb-advantage-grid article:hover {
        transform: translateY(-6px);
        border-color: rgba(18, 201, 135, 0.26);
        background: linear-gradient(135deg, #ffffff 0%, #effdf7 100%);
        box-shadow: 0 24px 54px rgba(15, 23, 42, 0.13), 0 10px 26px rgba(18, 201, 135, 0.12);
    }

    .tb-guide-grid article:hover::before {
        opacity: 1;
        animation: tbGuideShine 0.82s ease forwards;
    }

    .tb-client-logos div:hover::before,
    .tb-stats-row div:hover::before,
    .tb-advantage-grid article:hover::before {
        opacity: 1;
        animation: tbGuideShine 0.82s ease forwards;
    }

    .tb-guide-grid article:hover::after {
        transform: scale(1);
        opacity: 1;
    }

    .tb-client-logos div:hover::after,
    .tb-stats-row div:hover::after,
    .tb-advantage-grid article:hover::after {
        transform: scale(1);
        opacity: 1;
    }

    .tb-guide-grid article:hover > img {
        transform: translateY(-3px) scale(1.08) rotate(-4deg);
        background: rgba(18, 201, 135, 0.16);
        box-shadow: 0 12px 26px rgba(18, 201, 135, 0.18);
    }

    .tb-guide-grid article:hover h3 {
        color: #0bad71;
        transform: translateX(3px);
    }

    .tb-guide-grid article:hover p {
        color: #475467;
        transform: translateX(3px);
    }

    .tb-client-logos div:hover img {
        transform: translateY(-2px) scale(1.06);
        filter: saturate(1.08) contrast(1.04);
    }

    .tb-stats-row div:hover strong {
        color: #0bad71;
        transform: translateY(-2px) scale(1.04);
    }

    .tb-stats-row div:hover span,
    .tb-advantage-grid article:hover h3,
    .tb-advantage-grid article:hover p {
        transform: translateX(3px);
    }

    .tb-advantage-grid article:hover h3 {
        color: #0bad71;
    }

    .tb-advantage-grid article:hover p,
    .tb-stats-row div:hover span {
        color: #475467;
    }
}

@keyframes tbGuideShine {
    from {
        transform: skewX(-18deg) translateX(0);
    }

    to {
        transform: skewX(-18deg) translateX(330%);
    }
}

.tb-product-card,
.tb-case-grid a,
.tb-project-card {
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.tb-product-card:hover,
.tb-case-grid a:hover,
.tb-project-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 22px 48px rgba(15, 23, 42, 0.12);
}

.tb-product-card img {
    height: 204px;
}

.tb-product-card h3,
.tb-case-grid h3,
.tb-project-card h3 {
    color: #101828;
}

.tb-card-meta,
.tb-product-card strong,
.tb-project-card strong {
    color: #0bad71;
}

.page-hero {
    position: relative;
    overflow: hidden;
    padding: 98px 0 82px;
    background: radial-gradient(circle at 15% 10%, rgba(18, 201, 135, 0.18), transparent 34%), linear-gradient(135deg, #eefbf6 0%, #fff 55%, #f1f6ff 100%);
}

.page-hero-image:after {
    content: "";
    position: absolute;
    right: -110px;
    top: 34px;
    width: 300px;
    height: 300px;
    border-radius: 50%;
    background: rgba(18, 201, 135, 0.12);
}

.page-hero .home-wrap {
    position: relative;
    z-index: 1;
}

.page-hero span,
.tb-about-intro span,
.tb-contact-grid span,
.tb-final-cta span {
    display: inline-flex;
    padding: 8px 14px;
    border-radius: 999px;
    color: #0bad71;
    background: rgba(18, 201, 135, 0.1);
    border: 1px solid rgba(18, 201, 135, 0.16);
    font-size: 13px;
    font-weight: 900;
    letter-spacing: 0.04em;
}

.page-hero h1 {
    margin: 18px 0 14px;
    color: #101828;
    font-size: clamp(42px, 6vw, 72px);
}

.tb-scene-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
}

.tb-scene-grid article {
    padding: 26px;
    border-radius: 18px;
    background: #f8fbfa;
}

.tb-scene-grid h3 {
    margin: 0 0 10px;
    color: #101828;
}

.tb-scene-grid p {
    margin: 0;
    color: #667085;
    line-height: 1.75;
}

.tb-about-intro {
    padding: 78px 0;
    background: #fff;
}

.tb-about-grid {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(360px, 0.9fr);
    gap: 54px;
    align-items: center;
}

.tb-about-grid h2,
.tb-contact-grid h2,
.tb-final-cta h2 {
    margin: 16px 0 14px;
    color: #101828;
    font-size: clamp(34px, 5vw, 56px);
    line-height: 1.15;
    letter-spacing: -0.045em;
}

.tb-about-grid p,
.tb-contact-grid p,
.tb-final-cta p {
    color: #667085;
    font-size: 17px;
    line-height: 1.9;
}

.tb-about-grid img {
    width: 100%;
    height: 390px;
    object-fit: cover;
    border-radius: 26px;
    box-shadow: 0 24px 58px rgba(15, 23, 42, 0.14);
}

.tb-contact-panel,
.tb-final-cta {
    padding: 82px 0;
    color: #fff;
    background: linear-gradient(135deg, #101828, #113b34 58%, #0a9c6a);
}

.tb-plan-cta {
    position: relative;
    overflow: hidden;
    background:
        linear-gradient(90deg, rgba(246, 250, 247, 0.94), rgba(246, 250, 247, 0.78) 48%, rgba(246, 250, 247, 0.9)),
        url("/assets/img/home/plan-cta-landscape.jpg") center / cover no-repeat;
}

body.is-home-hero .tb-final-cta,
.tb-final-cta {
    position: relative;
    overflow: hidden;
    background:
        linear-gradient(135deg, rgba(10, 18, 30, 0.86), rgba(12, 57, 49, 0.76) 55%, rgba(9, 104, 76, 0.72)),
        url("/assets/img/home/final-cta-landscape-bg.jpg") center / cover no-repeat;
}

.tb-contact-grid {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(320px, 0.75fr);
    gap: 48px;
    align-items: center;
}

.tb-contact-grid h2,
.tb-final-cta h2 {
    color: #fff;
}

.tb-contact-grid p,
.tb-final-cta p {
    color: rgba(255, 255, 255, 0.74);
}

.tb-contact-grid a,
.tb-final-cta a {
    width: max-content;
    min-width: 160px;
    height: 48px;
    padding: 0 24px;
}

.tb-contact-card {
    padding: 28px;
    border-radius: 24px;
    color: #344054;
    background: rgba(255, 255, 255, 0.98);
}

.tb-contact-card p {
    margin: 0 0 12px;
    color: #344054;
}

.tb-contact-card div {
    display: flex;
    gap: 16px;
    margin-top: 18px;
}

.tb-contact-card img {
    width: 112px;
    height: 112px;
    border-radius: 14px;
    object-fit: cover;
}

.about-page {
    overflow: hidden;
    color: #10251f;
    background: #f4f8f5;
}

.about-page .tb-wrap {
    width: min(1680px, calc(100% - 64px));
    max-width: none;
}

.about-hero {
    position: relative;
    min-height: 680px;
    padding: 132px 0 108px;
    background:
        radial-gradient(circle at 85% 12%, rgba(11, 173, 113, 0.26), transparent 28%),
        radial-gradient(circle at 18% 72%, rgba(65, 137, 255, 0.13), transparent 34%),
        linear-gradient(135deg, #e8f8ef 0%, #ffffff 44%, #e8f2ff 100%);
}

.about-hero:before {
    content: "";
    position: absolute;
    inset: auto -14% -150px 26%;
    height: 310px;
    border-radius: 999px;
    background: linear-gradient(90deg, rgba(11, 173, 113, 0.12), rgba(16, 24, 40, 0.06));
    transform: rotate(-6deg);
}

.about-hero:after {
    content: "";
    position: absolute;
    right: -16vw;
    top: 96px;
    width: 42vw;
    height: 42vw;
    border: 1px solid rgba(11, 173, 113, 0.12);
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.34);
}

.about-hero-grid,
.about-company-grid,
.about-intro-grid,
.about-collab-grid,
.about-contact-grid {
    position: relative;
    z-index: 1;
    display: grid;
    align-items: center;
}

.about-hero-grid {
    grid-template-columns: minmax(0, 1fr) minmax(390px, 0.58fr);
    gap: clamp(54px, 7vw, 128px);
}

.about-hero-copy span,
.about-company-copy span,
.about-intro-copy span,
.about-section-head span,
.about-contact-grid span {
    display: inline-flex;
    align-items: center;
    width: max-content;
    padding: 8px 14px;
    border: 1px solid rgba(11, 173, 113, 0.18);
    border-radius: 999px;
    color: #0bad71;
    background: rgba(11, 173, 113, 0.1);
    font-size: 12px;
    font-weight: 900;
    letter-spacing: 0.09em;
}

.about-hero h1 {
    max-width: 980px;
    margin: 20px 0 22px;
    color: #10251f;
    font-size: clamp(46px, 6vw, 92px);
    line-height: 1.02;
    letter-spacing: -0.055em;
}

.about-hero-copy p {
    max-width: 760px;
    margin: 0;
    color: #52635d;
    font-size: 19px;
    line-height: 1.9;
}

.about-hero-actions {
    display: flex;
    align-items: center;
    gap: 20px;
    margin-top: 34px;
}

.about-hero-actions a,
.about-contact-grid a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 168px;
    height: 50px;
    padding: 0 26px;
    border-radius: 999px;
    color: #fff;
    background: #0bad71;
    font-weight: 900;
    box-shadow: 0 18px 34px rgba(11, 173, 113, 0.24);
}

.about-hero-actions em {
    color: #66766f;
    font-size: 14px;
    font-style: normal;
}

.about-hero-board {
    padding: clamp(28px, 3vw, 42px);
    border: 1px solid rgba(16, 37, 31, 0.08);
    border-radius: 40px;
    background: rgba(255, 255, 255, 0.82);
    box-shadow: 0 34px 92px rgba(16, 37, 31, 0.15);
    backdrop-filter: blur(12px);
}

.about-board-top {
    display: flex;
    justify-content: space-between;
    gap: 18px;
    padding-bottom: 22px;
    border-bottom: 1px solid rgba(16, 37, 31, 0.08);
}

.about-board-top strong {
    color: #10251f;
    letter-spacing: -0.03em;
}

.about-board-top span,
.about-board-note {
    color: #7a8983;
    font-size: 12px;
    font-weight: 800;
    letter-spacing: 0.06em;
}

.about-board-stats {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 16px;
    margin: 24px 0;
}

.about-board-stats div,
.about-stat-strip div {
    border-radius: 22px;
    background: #f4faf7;
}

.about-board-stats div {
    padding: clamp(24px, 2.4vw, 34px);
}

.about-board-stats strong,
.about-stat-strip strong {
    display: block;
    color: #0bad71;
    font-size: clamp(30px, 4vw, 48px);
    line-height: 1;
    letter-spacing: -0.05em;
}

.about-board-stats span,
.about-stat-strip span {
    display: block;
    margin-top: 9px;
    color: #60716b;
    font-size: 14px;
    font-weight: 800;
}

.about-board-note {
    padding: 22px;
    border-radius: 24px;
    color: #fff;
    background: linear-gradient(135deg, #10251f, #0b6e52);
    line-height: 1.7;
}

.about-intro-section,
.about-company-section,
.about-proof-section,
.about-collab-section {
    padding: 104px 0;
}

.about-company-section {
    position: relative;
    background:
        linear-gradient(90deg, #ffffff 0%, #ffffff 58%, #e9f7f0 58%, #e9f7f0 100%);
}

.about-company-section:before {
    content: "ABOUT";
    position: absolute;
    right: -34px;
    top: 24px;
    color: rgba(16, 37, 31, 0.035);
    font-size: clamp(92px, 15vw, 240px);
    font-weight: 900;
    line-height: 1;
    letter-spacing: -0.08em;
}

.about-company-grid {
    grid-template-columns: minmax(0, 1fr) minmax(360px, 0.5fr);
    gap: clamp(48px, 7vw, 120px);
    align-items: start;
}

.about-company-copy {
    max-width: 960px;
}

.about-company-copy h2 {
    margin: 18px 0 18px;
    color: #10251f;
    font-size: clamp(38px, 5vw, 72px);
    line-height: 1.12;
    letter-spacing: -0.05em;
}

.about-company-copy p {
    max-width: 860px;
    margin: 0 0 18px;
    color: #60716b;
    font-size: 17px;
    line-height: 1.9;
}

.about-company-cards {
    display: grid;
    gap: 18px;
    padding: 18px;
    border-radius: 34px;
    background: rgba(255, 255, 255, 0.72);
    box-shadow: 0 24px 72px rgba(16, 37, 31, 0.1);
    backdrop-filter: blur(10px);
}

.about-company-cards article {
    display: grid;
    grid-template-columns: 62px 1fr;
    align-items: center;
    gap: 18px;
    padding: 26px;
    border: 1px solid rgba(16, 37, 31, 0.08);
    border-radius: 24px;
    background: #fff;
}

.about-company-cards strong {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 54px;
    height: 54px;
    border-radius: 18px;
    color: #0bad71;
    background: rgba(11, 173, 113, 0.1);
    font-size: 18px;
}

.about-company-cards span {
    color: #10251f;
    font-size: 18px;
    font-weight: 900;
    letter-spacing: -0.03em;
}

.about-intro-section {
    position: relative;
    background:
        linear-gradient(90deg, #eef7f3 0%, #eef7f3 44%, #f8fbf9 44%, #f8fbf9 100%);
}

.about-intro-grid {
    grid-template-columns: minmax(380px, 0.92fr) minmax(0, 1fr);
    gap: clamp(54px, 7vw, 126px);
}

.about-intro-media {
    position: relative;
}

.about-intro-media img {
    display: block;
    width: 100%;
    height: min(620px, 45vw);
    min-height: 430px;
    border-radius: 42px;
    object-fit: cover;
    box-shadow: 0 34px 90px rgba(16, 24, 40, 0.18);
}

.about-intro-media div {
    position: absolute;
    right: 26px;
    bottom: 26px;
    min-width: 178px;
    padding: 18px 20px;
    border-radius: 22px;
    color: #fff;
    background: rgba(16, 37, 31, 0.9);
}

.about-intro-media strong,
.about-intro-media span {
    display: block;
}

.about-intro-media strong {
    font-size: 13px;
    letter-spacing: 0.12em;
}

.about-intro-media span {
    margin-top: 6px;
    color: rgba(255, 255, 255, 0.72);
}

.about-intro-copy h2,
.about-section-head h2,
.about-contact-grid h2 {
    margin: 18px 0 16px;
    color: #10251f;
    font-size: clamp(38px, 5vw, 72px);
    line-height: 1.12;
    letter-spacing: -0.05em;
}

.about-intro-copy p,
.about-section-head p,
.about-contact-grid p,
.about-capability-grid p,
.about-collab-list p {
    color: #60716b;
    font-size: 17px;
    line-height: 1.86;
}

.about-proof-section {
    position: relative;
    background:
        radial-gradient(circle at 8% 12%, rgba(11, 173, 113, 0.14), transparent 28%),
        #f4f8f5;
}

.about-stat-strip {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
    margin-bottom: 74px;
}

.about-stat-strip div {
    padding: clamp(26px, 2.4vw, 42px);
    border: 1px solid rgba(16, 37, 31, 0.06);
    background: #fff;
}

.about-section-head {
    max-width: 920px;
    margin: 0 auto 34px;
    text-align: center;
}

.about-section-head.align-left {
    margin: 0;
    text-align: left;
}

.about-capability-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 22px;
}

.about-capability-grid article {
    position: relative;
    min-height: 268px;
    padding: clamp(28px, 2.4vw, 40px);
    border: 1px solid rgba(16, 37, 31, 0.07);
    border-radius: 32px;
    background: #fff;
    box-shadow: 0 22px 56px rgba(16, 37, 31, 0.07);
}

.about-capability-grid article:nth-child(2),
.about-capability-grid article:nth-child(5) {
    transform: none;
}

.about-capability-grid article > span {
    color: rgba(11, 173, 113, 0.28);
    font-size: 48px;
    font-weight: 900;
    letter-spacing: -0.08em;
}

.about-capability-grid h3,
.about-collab-list h3 {
    margin: 14px 0 10px;
    color: #10251f;
    font-size: 22px;
    letter-spacing: -0.03em;
}

.about-capability-grid p,
.about-collab-list p {
    margin: 0;
}

.about-collab-section {
    background: #fff;
}

.about-collab-grid {
    grid-template-columns: minmax(320px, 0.58fr) minmax(0, 1fr);
    gap: clamp(48px, 7vw, 118px);
    align-items: start;
}

.about-collab-section .about-section-head span {
    color: #0bad71;
    border-color: rgba(11, 173, 113, 0.18);
    background: rgba(11, 173, 113, 0.1);
}

.about-collab-section .about-section-head h2,
.about-collab-section .about-section-head p {
    color: #10251f;
}

.about-collab-section .about-section-head p {
    color: #60716b;
}

.about-collab-list {
    display: grid;
    gap: 18px;
}

.about-collab-list article {
    display: grid;
    grid-template-columns: 64px 1fr;
    gap: 22px;
    padding: 28px;
    border: 1px solid rgba(16, 37, 31, 0.08);
    border-radius: 30px;
    background: #f6faf7;
    box-shadow: 0 18px 44px rgba(16, 37, 31, 0.06);
}

.about-collab-list strong {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 58px;
    height: 58px;
    border-radius: 18px;
    color: #fff;
    background: #10251f;
    font-size: 18px;
}

.about-collab-list h3 {
    margin-top: 0;
}

.about-contact-section {
    padding: 112px 0;
    color: #fff;
    background:
        linear-gradient(90deg, rgba(16, 37, 31, 0.92) 0%, rgba(16, 37, 31, 0.78) 42%, rgba(16, 62, 50, 0.46) 100%),
        radial-gradient(circle at 78% 14%, rgba(11, 173, 113, 0.42), transparent 30%),
        radial-gradient(circle at 8% 90%, rgba(255, 255, 255, 0.12), transparent 26%),
        url('../img/home/about-contact-bg.jpg') center / cover no-repeat,
        linear-gradient(135deg, #10251f, #103e32 58%, #0b7657);
}

.about-contact-grid {
    grid-template-columns: minmax(0, 760px);
    gap: 0;
}

.about-contact-grid span {
    width: fit-content;
    max-width: 100%;
    color: #d8fff0;
    border-color: rgba(255, 255, 255, 0.28);
    background: rgba(255, 255, 255, 0.12);
    line-height: 1.2;
    white-space: nowrap;
}

.about-contact-grid h2,
.about-contact-grid p {
    color: #fff;
}

.about-contact-grid p {
    max-width: 660px;
    color: rgba(255, 255, 255, 0.74);
}

.about-contact-card {
    padding: clamp(30px, 2.8vw, 44px);
    border: 1px solid rgba(255, 255, 255, 0.18);
    border-radius: 36px;
    color: #10251f;
    background: rgba(255, 255, 255, 0.96);
    box-shadow: 0 24px 60px rgba(0, 0, 0, 0.16);
}

.about-contact-card p {
    display: flex;
    justify-content: space-between;
    gap: 18px;
    margin: 0;
    padding: 16px 0;
    border-bottom: 1px solid rgba(16, 37, 31, 0.08);
    color: #10251f;
}

.about-contact-card p strong {
    color: #60716b;
}

.about-contact-card div {
    display: flex;
    gap: 16px;
    margin-top: 22px;
}

.about-contact-card img {
    width: 112px;
    height: 112px;
    border-radius: 16px;
    object-fit: cover;
}

@media (max-width: 1024px) {
    .about-page .tb-wrap {
        width: min(100% - 40px, 960px);
    }

    .about-hero {
        min-height: auto;
    }

    .about-hero-grid,
    .about-company-grid,
    .about-intro-grid,
    .about-collab-grid,
    .about-contact-grid {
        grid-template-columns: 1fr;
    }

    .about-stat-strip,
    .about-capability-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .about-company-section,
    .about-intro-section,
    .about-collab-section {
        background: #fff;
    }

    .about-intro-section,
    .about-proof-section {
        background: #f6faf7;
    }

    .about-collab-section .about-section-head span {
        color: #0bad71;
        border-color: rgba(11, 173, 113, 0.18);
        background: rgba(11, 173, 113, 0.1);
    }

    .about-collab-section .about-section-head h2 {
        color: #10251f;
    }

    .about-collab-section .about-section-head p {
        color: #60716b;
    }

    .about-capability-grid article:nth-child(2),
    .about-capability-grid article:nth-child(5) {
        transform: none;
    }
}

@media (max-width: 640px) {
    .about-page .tb-wrap {
        width: calc(100% - 32px);
    }

    .about-hero {
        padding: 56px 0 44px;
    }

    .about-hero h1 {
        font-size: clamp(36px, 12vw, 48px);
    }

    .about-hero-actions,
    .about-contact-card div {
        align-items: stretch;
        flex-direction: column;
    }

    .about-hero-actions a,
    .about-contact-grid a {
        width: 100%;
    }

    /* 看板数据：两列紧凑 */
    .about-board-stats {
        grid-template-columns: repeat(2, 1fr);
        gap: 12px;
        margin: 16px 0;
    }

    .about-board-stats div {
        padding: 18px;
    }

    .about-board-stats strong,
    .about-stat-strip strong {
        font-size: 30px;
    }

    .about-board-stats span,
    .about-stat-strip span {
        margin-top: 5px;
        font-size: 12px;
    }

    .about-board-note {
        padding: 16px;
        border-radius: 20px;
    }

    /* 统计数据条：两列，四项由四行变两行 */
    .about-stat-strip {
        grid-template-columns: repeat(2, 1fr);
        gap: 12px;
        margin-bottom: 36px;
    }

    .about-stat-strip div {
        padding: 18px;
    }

    /* 服务优势：两列，六项由六行变三行 */
    .about-capability-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 12px;
    }

    .about-capability-grid article {
        min-height: auto;
        padding: 18px;
        border-radius: 22px;
    }

    .about-capability-grid article > span {
        font-size: 30px;
    }

    .about-capability-grid h3 {
        margin: 6px 0 4px;
        font-size: 17px;
    }

    .about-capability-grid p {
        font-size: 13px;
        line-height: 1.6;
    }

    .about-intro-section,
    .about-company-section,
    .about-proof-section,
    .about-collab-section,
    .about-contact-section {
        padding: 44px 0;
    }

    .about-intro-media img {
        height: 240px;
        min-height: 240px;
        border-radius: 22px;
    }

    /* 介绍区角标：移动端缩小，紧凑贴合右下角 */
    .about-intro-media div {
        right: 10px;
        bottom: 10px;
        min-width: 0;
        padding: 7px 11px;
        border-radius: 12px;
    }

    .about-intro-media strong {
        font-size: 10px;
        letter-spacing: 0.08em;
    }

    .about-intro-media span {
        margin-top: 2px;
        font-size: 11px;
    }

    .about-company-section:before {
        display: none;
    }

    /* 公司亮点：紧凑单列 */
    .about-company-cards {
        grid-template-columns: 1fr;
        gap: 10px;
        padding: 0;
        background: transparent;
        box-shadow: none;
    }

    .about-company-cards article {
        grid-template-columns: 44px 1fr;
        gap: 14px;
        padding: 14px 18px;
        border-radius: 18px;
    }

    .about-company-cards strong {
        width: 44px;
        height: 44px;
        border-radius: 14px;
        font-size: 16px;
    }

    .about-company-cards span {
        font-size: 16px;
    }

    /* 合作流程：恢复横向编号+内容，压缩内边距 */
    .about-collab-list {
        gap: 10px;
    }

    .about-collab-list article {
        grid-template-columns: 46px 1fr;
        gap: 14px;
        padding: 18px;
        border-radius: 22px;
    }

    .about-collab-list strong {
        width: 46px;
        height: 46px;
        border-radius: 14px;
        font-size: 15px;
    }

    .about-collab-list h3 {
        margin: 0 0 4px;
        font-size: 17px;
    }

    .about-collab-list p {
        font-size: 13px;
        line-height: 1.6;
    }

    .about-contact-card p {
        display: block;
    }

    .about-contact-card p strong {
        display: block;
        margin-bottom: 6px;
    }
}

.tb-final-cta {
    text-align: center;
}

.tb-final-cta p {
    max-width: 720px;
    margin: 0 auto 28px;
}

.tb-project-page {
    background: #f4f7fb;
}

.tb-project-hero {
    position: relative;
    overflow: hidden;
    padding: 96px 0 82px;
    color: #fff;
    background: var(--page-hero-image, url("https://www.aftsz.cn/uploads/xiangmu/byq_sl.jpg")) center/cover no-repeat;
}

.tb-project-hero::after {
    content: "";
    display: none;
    position: absolute;
    right: -90px;
    bottom: -140px;
    width: 420px;
    height: 420px;
    border-radius: 50%;
    background: rgba(18, 201, 135, 0.22);
    filter: blur(8px);
}

.tb-project-hero .tb-wrap {
    position: relative;
    z-index: 1;
}

.tb-project-hero span {
    display: inline-flex;
    margin-bottom: 18px;
    padding: 8px 16px;
    border: 1px solid rgba(255, 255, 255, 0.22);
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.14);
    font-size: 13px;
    font-weight: 900;
    letter-spacing: 0.08em;
}

.tb-project-hero h1 {
    max-width: 760px;
    margin: 0 0 18px;
    font-size: clamp(38px, 6vw, 64px);
    line-height: 1.08;
    letter-spacing: -0.05em;
}

.tb-project-hero p {
    max-width: 720px;
    margin: 0;
    color: rgba(255, 255, 255, 0.86);
    font-size: 18px;
    line-height: 1.9;
}

.tb-project-hero-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 14px;
    margin-top: 30px;
}

.tb-project-hero-actions a,
.tb-project-hero-actions button {
    display: inline-flex;
    height: 48px;
    align-items: center;
    justify-content: center;
    border: 0;
    border-radius: 999px;
    padding: 0 24px;
    font: inherit;
    font-weight: 900;
    cursor: pointer;
}

.tb-project-hero-actions a {
    color: #082032;
    background: #ffe15a;
}

.tb-project-hero-actions button {
    color: #fff;
    background: rgba(255, 255, 255, 0.16);
    box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.28);
}

.tb-project-list {
    padding: 58px 0 78px;
    background: #f4f7fb;
}

.tb-breadcrumb {
    display: flex;
    gap: 8px;
    align-items: center;
    margin-bottom: 18px;
    color: #667085;
    font-size: 14px;
}

.tb-breadcrumb a {
    color: #0bad71;
    font-weight: 800;
}

.tb-filter-panel {
    margin-bottom: 42px;
    padding: 28px;
    border-radius: 22px;
    background: #fff;
    box-shadow: 0 18px 48px rgba(15, 23, 42, 0.08);
}

.tb-filter-head {
    display: flex;
    align-items: end;
    justify-content: space-between;
    gap: 20px;
    margin-bottom: 18px;
    padding-bottom: 18px;
    border-bottom: 1px solid rgba(15, 23, 42, 0.08);
}

.tb-filter-head h2 {
    margin: 0;
    color: #101828;
    font-size: 26px;
}

.tb-filter-head span {
    color: #667085;
}

.tb-filter-row {
    display: grid;
    grid-template-columns: 86px 1fr;
    gap: 18px;
    align-items: start;
    padding: 10px 0;
}

.tb-filter-row strong {
    padding-top: 8px;
    color: #101828;
}

.tb-filter-row div {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.tb-filter-row a {
    padding: 8px 14px;
    border-radius: 999px;
    color: #475467;
    background: #f4f7fb;
    font-weight: 800;
}

.tb-filter-row a.active,
.tb-filter-row a:hover {
    color: #fff;
    background: #12c987;
}

.tb-project-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 24px;
}

.tb-project-card {
    display: flex;
    flex-direction: column;
    overflow: hidden;
    border-radius: 18px;
    background: #fff;
    box-shadow: 0 16px 42px rgba(15, 23, 42, 0.08);
    transition: transform 0.22s ease, box-shadow 0.22s ease;
}

.tb-project-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 24px 56px rgba(15, 23, 42, 0.14);
}

.tb-project-card img {
    width: 100%;
    height: 188px;
    object-fit: cover;
}

.tb-project-card div {
    display: flex;
    flex: 1;
    flex-direction: column;
    padding: 20px;
}

.tb-project-card span {
    width: max-content;
    max-width: 100%;
    margin-bottom: 10px;
    padding: 5px 10px;
    overflow: hidden;
    border-radius: 999px;
    color: #0bad71;
    background: #ecfff7;
    font-size: 12px;
    font-weight: 900;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.tb-project-card h3 {
    margin: 0 0 10px;
    font-size: 18px;
    line-height: 1.45;
}

.tb-project-card p {
    display: -webkit-box;
    margin: 0 0 12px;
    overflow: hidden;
    color: #667085;
    line-height: 1.7;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.tb-project-card strong {
    margin-top: auto;
    color: #0bad71;
    font-size: 14px;
    font-weight: 900;
}

.tb-project-empty {
    grid-column: 1 / -1;
    padding: 46px 24px;
    border-radius: 22px;
    background: #fff;
    text-align: center;
    box-shadow: 0 16px 42px rgba(15, 23, 42, 0.08);
}

.tb-project-empty h3 {
    margin: 0 0 10px;
    color: #101828;
    font-size: 24px;
}

.tb-project-empty p {
    margin: 0 0 20px;
    color: #667085;
}

.tb-project-empty button {
    height: 44px;
    border: 0;
    border-radius: 999px;
    padding: 0 22px;
    color: #fff;
    background: #12c987;
    font: inherit;
    font-weight: 900;
    cursor: pointer;
}

.tb-project-detail-page {
    background: #f4f7fb;
}

.tb-project-detail-hero {
    padding: 72px 0 58px;
    color: #fff;
    background: linear-gradient(135deg, #0b1220 0%, #0f766e 100%);
}

.tb-project-detail-head {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 420px;
    gap: 42px;
    align-items: center;
}

.tb-project-detail-breadcrumb {
    margin-bottom: 22px;
    color: rgba(255, 255, 255, 0.74);
}

.tb-project-detail-breadcrumb a {
    color: #ffd43b;
}

.tb-project-detail-label {
    display: inline-flex;
    margin-bottom: 16px;
    padding: 7px 14px;
    border-radius: 999px;
    color: #0b1220;
    background: #ffd43b;
    font-size: 13px;
    font-weight: 900;
    letter-spacing: 0.08em;
}

.tb-project-detail-head h1 {
    margin: 0 0 18px;
    font-size: clamp(34px, 5vw, 56px);
    line-height: 1.14;
    letter-spacing: -0.04em;
}

.tb-project-detail-head p {
    max-width: 760px;
    margin: 0;
    color: rgba(255, 255, 255, 0.84);
    font-size: 17px;
    line-height: 1.9;
}

.tb-project-detail-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 14px;
    margin-top: 28px;
}

.tb-project-detail-actions button,
.tb-project-detail-actions a {
    display: inline-flex;
    height: 46px;
    align-items: center;
    justify-content: center;
    border: 0;
    border-radius: 999px;
    padding: 0 22px;
    font: inherit;
    font-weight: 900;
    cursor: pointer;
}

.tb-project-detail-actions button {
    color: #0b1220;
    background: #ffd43b;
}

.tb-project-detail-actions a {
    color: #fff;
    background: rgba(255, 255, 255, 0.14);
    box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.24);
}

.tb-project-detail-head figure {
    overflow: hidden;
    margin: 0;
    border-radius: 28px;
    box-shadow: 0 24px 70px rgba(0, 0, 0, 0.28);
}

.tb-project-detail-head img {
    width: 100%;
    height: 300px;
    object-fit: cover;
}

.detail-product-page .tb-project-detail-section {
    padding-top: 36px;
}

.detail-product-hero {
    padding: 52px 0 24px;
    color: #101828;
    background: #fff;
}

.detail-product-breadcrumb {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    align-items: center;
    margin-bottom: 18px;
    color: #667085;
    font-size: 14px;
    font-weight: 800;
}

.detail-product-breadcrumb a {
    color: #12a36f;
}

.detail-product-hero h1 {
    max-width: 960px;
    margin: 0 0 18px;
    color: #101828;
    font-size: clamp(30px, 5vw, 48px);
    line-height: 1.22;
    letter-spacing: -0.035em;
}

.detail-product-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.detail-product-tags span {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 34px;
    padding: 7px 14px;
    border-radius: 999px;
    color: #0f8f62;
    background: rgba(18, 201, 135, 0.12);
    font-size: 14px;
    font-weight: 900;
}

.detail-product-gallery {
    padding: 16px 0 24px;
    background: #fff;
}

.detail-product-gallery-main {
    position: relative;
    overflow: hidden;
    border-radius: 0;
    background: #f2f4f7;
    isolation: isolate;
}

.detail-product-gallery-slide {
    position: absolute;
    inset: 0;
    display: block;
    margin: 0;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.45s ease, visibility 0.45s ease;
}

.detail-product-gallery-slide.active {
    position: relative;
    display: block;
    opacity: 1;
    visibility: visible;
}

.detail-product-gallery-slide img {
    display: block;
    width: 100%;
    height: min(58vw, 620px);
    min-height: 360px;
    margin: 0;
    border-radius: 0;
    object-fit: cover;
}

.detail-product-gallery-btn {
    position: absolute;
    top: 50%;
    z-index: 2;
    display: inline-flex;
    width: 52px;
    height: 52px;
    align-items: center;
    justify-content: center;
    border: 0;
    border-radius: 50%;
    color: #fff;
    background: rgba(6, 78, 59, 0.72);
    font-size: 34px;
    line-height: 1;
    transform: translateY(-50%);
    cursor: pointer;
    box-shadow: 0 16px 34px rgba(6, 78, 59, 0.22);
    transition: background 0.2s ease, transform 0.2s ease, box-shadow 0.2s ease;
}

.detail-product-gallery-btn:hover {
    background: rgba(6, 78, 59, 0.95);
    box-shadow: 0 18px 38px rgba(6, 78, 59, 0.3);
    transform: translateY(-50%) scale(1.04);
}

.detail-product-gallery-prev {
    left: 18px;
}

.detail-product-gallery-next {
    right: 18px;
}

.detail-product-gallery-thumbs {
    display: flex;
    justify-content: center;
    gap: 12px;
    margin-top: 16px;
    overflow-x: auto;
    padding-bottom: 4px;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
}

.detail-product-gallery-thumbs::-webkit-scrollbar {
    display: none;
}

.detail-product-gallery-thumbs button {
    flex: 0 0 108px;
    overflow: hidden;
    height: 72px;
    padding: 0;
    border: 2px solid transparent;
    border-radius: 8px;
    background: #f2f4f7;
    cursor: pointer;
    opacity: 0.68;
    transition: border-color 0.2s ease, box-shadow 0.2s ease, opacity 0.2s ease, transform 0.2s ease;
}

.detail-product-gallery-thumbs button.active {
    border-color: #064e3b;
    opacity: 1;
    box-shadow: 0 10px 24px rgba(6, 78, 59, 0.2);
    transform: translateY(-1px);
}

.detail-product-gallery-thumbs img {
    display: block;
    width: 100%;
    height: 100%;
    margin: 0;
    border-radius: 0;
    object-fit: cover;
}

.detail-product-meta {
    padding: 22px 0 0;
    background: linear-gradient(180deg, #fff 0%, #f6fffb 100%);
}

.detail-product-meta-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 14px;
}

.detail-product-meta-grid div {
    position: relative;
    min-height: 96px;
    overflow: hidden;
    padding: 22px 24px 22px 26px;
    border: 1px solid rgba(18, 201, 135, 0.18);
    border-radius: 18px;
    background: linear-gradient(135deg, #ffffff 0%, #f0fff8 100%);
    box-shadow: 0 16px 36px rgba(15, 23, 42, 0.07);
    animation: detailMetaCardIn 0.58s ease both;
    transition: border-color 0.24s ease, box-shadow 0.24s ease, transform 0.24s ease, background 0.24s ease;
}

.detail-product-meta-grid div:nth-child(2) {
    animation-delay: 0.08s;
}

.detail-product-meta-grid div:nth-child(3) {
    animation-delay: 0.16s;
}

.detail-product-meta-grid div:nth-child(4) {
    animation-delay: 0.24s;
}

.detail-product-meta-grid div:hover {
    border-color: rgba(6, 78, 59, 0.34);
    background: linear-gradient(135deg, #ffffff 0%, #e9fff5 100%);
    box-shadow: 0 22px 46px rgba(6, 78, 59, 0.16);
    transform: translateY(-6px);
}

.detail-product-meta-grid div::before {
    content: "";
    position: absolute;
    top: 18px;
    bottom: 18px;
    left: 0;
    width: 5px;
    border-radius: 0 999px 999px 0;
    background: #064e3b;
}

.detail-product-meta-grid div::after {
    content: "";
    position: absolute;
    right: -28px;
    bottom: -34px;
    width: 92px;
    height: 92px;
    border-radius: 50%;
    background: rgba(18, 201, 135, 0.1);
    transition: background 0.24s ease, transform 0.24s ease;
}

.detail-product-meta-grid div:hover::after {
    background: rgba(18, 201, 135, 0.18);
    transform: scale(1.32);
}

.detail-product-meta-grid span {
    position: relative;
    z-index: 1;
    display: block;
    margin-bottom: 8px;
    color: #0f8f62;
    font-size: 13px;
    font-weight: 900;
    letter-spacing: 0.04em;
}

.detail-product-meta-grid strong {
    position: relative;
    z-index: 1;
    display: block;
    color: #101828;
    font-size: 25px;
    font-weight: 950;
    line-height: 1.25;
}

.detail-product-meta-grid small {
    margin-left: 4px;
    color: #101828;
    font-size: 15px;
}

@keyframes detailMetaCardIn {
    from {
        opacity: 0;
        transform: translateY(18px) scale(0.98);
    }

    to {
        opacity: 1;
        transform: translateY(0) scale(1);
    }
}

@media (prefers-reduced-motion: reduce) {
    .detail-product-meta-grid div {
        animation: none;
        transition: none;
    }

    .detail-product-meta-grid div:hover {
        transform: none;
    }

    .detail-product-meta-grid div::after {
        transition: none;
    }
}

.detail-product-subnav {
    position: sticky;
    top: 0;
    z-index: 20;
    padding: 16px 0;
    background: #064e3b;
    backdrop-filter: blur(12px);
    box-shadow: 0 14px 32px rgba(6, 78, 59, 0.22);
}

.detail-product-subnav .tb-wrap {
    display: flex;
    gap: 18px;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
}

.detail-product-subnav .tb-wrap::-webkit-scrollbar {
    display: none;
}

.detail-product-subnav a {
    flex: 0 0 auto;
    display: inline-flex;
    min-height: 46px;
    align-items: center;
    justify-content: center;
    padding: 0 24px;
    border: 1px solid rgba(255, 255, 255, 0.32);
    border-radius: 999px;
    color: #fff;
    background: rgba(255, 255, 255, 0.08);
    font-size: 17px;
    font-weight: 900;
    line-height: 1;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.08);
    transition: color 0.2s ease, border-color 0.2s ease, background 0.2s ease, box-shadow 0.2s ease, transform 0.2s ease;
}

.detail-product-subnav a:hover {
    color: #064e3b;
    border-color: #fff;
    background: #fff;
    box-shadow: 0 12px 28px rgba(0, 0, 0, 0.16);
    transform: translateY(-1px);
}

.tb-project-detail-section {
    padding: 54px 0 82px;
}

.tb-project-detail-layout {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 320px;
    gap: 28px;
    align-items: start;
}

.tb-project-detail-content,
.tb-project-detail-card {
    border-radius: 24px;
    background: #fff;
    box-shadow: 0 18px 48px rgba(15, 23, 42, 0.08);
}

.tb-project-detail-content {
    padding: 38px;
    color: #344054;
    font-size: 16px;
    line-height: 1.9;
}

.detail-product-body {
    display: grid;
    gap: 24px;
}

.detail-product-section-card {
    position: relative;
    overflow: hidden;
    padding: 30px 32px 32px;
    border: 1px solid rgba(18, 201, 135, 0.14);
    border-radius: 22px;
    background: linear-gradient(135deg, #ffffff 0%, #f7fffb 100%);
    box-shadow: 0 18px 42px rgba(15, 23, 42, 0.07);
    scroll-margin-top: 112px;
}

.detail-product-section-card::before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 6px;
    background: linear-gradient(180deg, #064e3b 0%, #12c987 100%);
}

.detail-product-section-card::after {
    content: "";
    position: absolute;
    right: -46px;
    top: -54px;
    width: 140px;
    height: 140px;
    border-radius: 50%;
    background: rgba(18, 201, 135, 0.09);
    pointer-events: none;
}

.detail-product-section-head {
    position: relative;
    z-index: 1;
    display: flex;
    align-items: center;
    gap: 12px;
    margin: 0 0 18px;
}

.detail-product-section-head span {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 42px;
    height: 42px;
    border-radius: 14px;
    background: #064e3b;
    color: #fff;
    font-size: 15px;
    font-weight: 900;
    letter-spacing: 0.02em;
    box-shadow: 0 12px 24px rgba(6, 78, 59, 0.18);
}

.tb-project-detail-content .detail-product-section-head h4 {
    margin: 0;
    color: #101828;
    font-size: 24px;
    font-weight: 900;
    line-height: 1.3;
}

.detail-product-section-body {
    position: relative;
    z-index: 1;
}

.tb-project-detail-content .detail-product-section-body > h5 {
    margin: 22px 0 10px;
    color: #064e3b;
    font-size: 18px;
    font-weight: 900;
}

.tb-project-detail-content .detail-product-section-body > h5:first-child {
    margin-top: 0;
}

.detail-product-split-list {
    display: grid;
    gap: 16px;
}

.detail-product-split-item {
    padding: 20px 22px;
    border: 1px solid rgba(18, 201, 135, 0.16);
    border-radius: 18px;
    background: rgba(255, 255, 255, 0.72);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.88), 0 12px 28px rgba(15, 23, 42, 0.04);
}

.detail-product-split-item h5 {
    display: flex;
    align-items: center;
    gap: 8px;
    margin: 0 0 10px;
    color: #064e3b;
    font-size: 18px;
    font-weight: 900;
    line-height: 1.45;
}

.detail-product-split-item h5::before {
    content: "";
    width: 7px;
    height: 7px;
    border-radius: 999px;
    background: #12c987;
    box-shadow: 0 0 0 5px rgba(18, 201, 135, 0.12);
}

.detail-product-split-item > div > :last-child,
.detail-product-tip-box > div > :last-child {
    margin-bottom: 0;
}

.venue-detail-intro-more {
    margin-top: 18px;
}

.tb-project-detail-content h2 {
    margin: 34px 0 14px;
    color: #101828;
    font-size: 28px;
    line-height: 1.28;
    letter-spacing: -0.025em;
}

.tb-project-detail-content h2:first-child {
    margin-top: 0;
}

.tb-project-detail-content h3,
.tb-project-detail-content h4 {
    margin: 24px 0 12px;
    color: #101828;
}

.tb-project-detail-content p {
    margin: 0 0 16px;
}

.tb-project-detail-content ul,
.tb-project-detail-content ol {
    display: grid;
    gap: 10px;
    margin: 0 0 18px;
    padding-left: 22px;
}

.tb-project-detail-content img {
    width: auto;
    max-width: 100%;
    height: auto;
    margin: 18px auto;
    border-radius: 18px;
}

.tb-project-detail-aside {
    position: sticky;
    top: 92px;
    display: grid;
    gap: 18px;
}

.tb-project-detail-card {
    padding: 24px;
}

.tb-project-detail-card h3 {
    margin: 0 0 10px;
    color: #101828;
    font-size: 22px;
}

.tb-project-detail-card p {
    margin: 0 0 18px;
    color: #667085;
    line-height: 1.7;
}

.tb-project-detail-card button {
    width: 100%;
    height: 44px;
    border: 0;
    border-radius: 999px;
    color: #fff;
    background: #12c987;
    font: inherit;
    font-weight: 900;
    cursor: pointer;
}

.tb-project-related-list {
    display: grid;
    gap: 12px;
}

.tb-project-related-list a {
    display: grid;
    grid-template-columns: 76px 1fr;
    gap: 12px;
    align-items: center;
    color: #344054;
    font-weight: 900;
}

.tb-project-related-list img {
    width: 76px;
    height: 56px;
    border-radius: 10px;
    object-fit: cover;
}

.hot-detail-meta-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 14px;
    margin-bottom: 28px;
}

.hot-detail-meta-item {
    padding: 18px;
    border-radius: 18px;
    background: #f4f7fb;
}

.hot-detail-meta-item span {
    display: block;
    margin-bottom: 8px;
    color: #667085;
    font-size: 13px;
    font-weight: 900;
}

.hot-detail-meta-item strong {
    color: #101828;
    font-size: 18px;
    line-height: 1.45;
}

.hot-detail-meta-item small {
    margin-left: 3px;
    color: #667085;
    font-size: 13px;
}

.hot-detail-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-bottom: 28px;
}

.hot-detail-tags span {
    padding: 7px 13px;
    border-radius: 999px;
    color: #0f766e;
    background: rgba(15, 118, 110, 0.1);
    font-size: 13px;
    font-weight: 900;
}

.hot-detail-rich-text > :first-child {
    margin-top: 0;
}

.hot-detail-side-price strong {
    display: block;
    margin: 8px 0 6px;
    color: #f04438;
    font-size: 30px;
    line-height: 1.2;
}

.hot-detail-side-price small {
    margin-left: 4px;
    color: #667085;
    font-size: 14px;
}

.hot-detail-side-price span {
    display: block;
    color: #98a2b3;
    font-weight: 800;
}

.hot-detail-related-list {
    display: grid;
    gap: 12px;
}

.hot-detail-related-list a {
    display: grid;
    grid-template-columns: 76px 1fr;
    gap: 12px;
    align-items: center;
    color: #344054;
    font-weight: 900;
}

.hot-detail-related-list img {
    width: 76px;
    height: 56px;
    border-radius: 10px;
    object-fit: cover;
}

.hot-detail-related-list small {
    display: block;
    margin-top: 4px;
    color: #98a2b3;
    font-size: 12px;
    font-weight: 800;
    line-height: 1.4;
}

.hot-detail-gallery {
    margin: 28px 0 30px;
}

.hot-detail-gallery h2 {
    margin-top: 0;
}

.hot-detail-gallery-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 14px;
}

.hot-detail-gallery figure {
    overflow: hidden;
    margin: 0;
    border-radius: 18px;
    background: #f2f4f7;
}

.hot-detail-gallery img {
    display: block;
    width: 100%;
    height: 180px;
    margin: 0;
    border-radius: 0;
    object-fit: cover;
}

.hot-detail-intro-item {
    margin: 0 0 28px;
}

.hot-detail-process {
    margin: 34px 0 36px;
}

.hot-detail-process-head {
    margin-bottom: 22px;
}

.hot-detail-process-head span {
    display: inline-flex;
    align-items: center;
    margin-bottom: 8px;
    padding: 5px 12px;
    border-radius: 999px;
    color: #0f8f62;
    background: rgba(18, 201, 135, 0.12);
    font-size: 12px;
    font-weight: 900;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.hot-detail-process-head h4 {
    margin: 0 0 8px;
}

.hot-detail-process-head p {
    max-width: 560px;
    margin: 0;
    color: #667085;
    font-size: 15px;
    line-height: 1.8;
}

.hot-detail-process-list {
    position: relative;
    display: grid;
    gap: 18px;
}

.hot-detail-process-list::before {
    content: "";
    position: absolute;
    top: 20px;
    bottom: 20px;
    left: 102px;
    width: 2px;
    border-radius: 999px;
    background: linear-gradient(180deg, rgba(18, 201, 135, 0.42), rgba(18, 201, 135, 0.08));
}

.hot-detail-process-item {
    position: relative;
    display: grid;
    grid-template-columns: 84px minmax(0, 1fr);
    gap: 36px;
    align-items: start;
}

.hot-detail-process-item::before {
    content: "";
    position: absolute;
    top: 18px;
    left: 96px;
    z-index: 1;
    width: 14px;
    height: 14px;
    border: 4px solid #fff;
    border-radius: 50%;
    background: #12c987;
    box-shadow: 0 0 0 4px rgba(18, 201, 135, 0.16);
}

.hot-detail-process-time {
    position: sticky;
    top: 112px;
    display: inline-flex;
    justify-content: center;
    min-width: 84px;
    padding: 10px 12px;
    border: 1px solid rgba(18, 201, 135, 0.18);
    border-radius: 999px;
    color: #0f8f62;
    background: #f0fff8;
    font-size: 17px;
    font-weight: 950;
    line-height: 1;
    box-shadow: 0 12px 28px rgba(18, 201, 135, 0.12);
}

.hot-detail-process-body {
    grid-column: 2;
    padding: 22px;
    border: 1px solid rgba(16, 24, 40, 0.06);
    border-radius: 20px;
    background: linear-gradient(180deg, #fff, #fbfefd);
    box-shadow: 0 18px 42px rgba(15, 23, 42, 0.07);
}

.hot-detail-process-item.is-no-time .hot-detail-process-body {
    grid-column: 1 / -1;
    margin-left: 120px;
}

.hot-detail-process-body h5 {
    margin: 0 0 10px;
    color: #101828;
    font-size: 20px;
    line-height: 1.35;
}

.hot-detail-process-desc {
    color: #475467;
    font-size: 15px;
    line-height: 1.9;
}

.hot-detail-process-desc > :first-child {
    margin-top: 0;
}

.hot-detail-process-desc > :last-child {
    margin-bottom: 0;
}

.hot-detail-process-images {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
    margin-top: 16px;
}

.hot-detail-process-images img {
    width: 100%;
    height: 220px;
    margin: 0;
    border-radius: 14px;
    object-fit: cover;
}

.detail-product-flow {
    margin: 0;
}

.detail-product-flow > h4 {
    margin: 0 0 22px;
}

.detail-product-flow-list {
    display: grid;
    gap: 30px;
}

.detail-product-flow-item {
    margin: 0;
}

.detail-product-flow-time {
    margin: 0 0 8px;
    color: #101828;
    font-size: 22px;
    font-weight: 800;
    line-height: 1.45;
}

.detail-product-flow-item h5 {
    margin: 0 0 8px;
    color: #101828;
    font-size: 19px;
    font-weight: 800;
    line-height: 1.55;
}

.detail-product-flow-desc {
    margin: 0 0 14px;
    color: #344054;
    font-size: 16px;
    line-height: 1.85;
}

.detail-product-flow-images {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 14px;
}

.detail-product-flow-images img {
    display: block;
    width: 100%;
    max-width: 100%;
    aspect-ratio: 4 / 3;
    height: 100%;
    border-radius: 12px;
    object-fit: cover;
}

.tb-hot-card strong {
    color: #101828;
    line-height: 1.7;
}

.tb-hot-card strong em {
    color: #98a2b3;
    font-style: normal;
    font-weight: 700;
}

.tb-empty {
    padding: 42px 24px;
    border-radius: 18px;
    color: #667085;
    background: #fff;
    text-align: center;
    font-weight: 800;
}

.tb-search-result-head {
    grid-column: 1 / -1;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 18px;
    margin-bottom: 18px;
    padding: 18px 22px;
    border-radius: 18px;
    background: #fff;
    box-shadow: 0 16px 36px rgba(15, 23, 42, 0.07);
}

.tb-search-result-head span {
    display: block;
    margin-bottom: 4px;
    color: #98a2b3;
    font-size: 13px;
    font-weight: 800;
}

.tb-search-result-head strong {
    color: #101828;
    font-size: 22px;
    line-height: 1.3;
}

.tb-search-result-head a {
    flex: 0 0 auto;
    padding: 9px 16px;
    border-radius: 999px;
    color: #12a36f;
    background: rgba(18, 201, 135, 0.12);
    font-size: 14px;
    font-weight: 900;
}

.tb-pager {
    margin-top: 36px;
    text-align: center;
}

.tb-pager ul,
.tb-pager .pagination {
    display: inline-flex;
    flex-wrap: wrap;
    gap: 8px;
    justify-content: center;
    margin: 0;
    padding: 0;
    list-style: none;
}

.tb-pager li a,
.tb-pager li span,
.tb-pager a,
.tb-pager span {
    display: inline-flex;
    min-width: 36px;
    height: 36px;
    align-items: center;
    justify-content: center;
    padding: 0 12px;
    border-radius: 999px;
    color: #475467;
    background: #fff;
    border: 1px solid rgba(15, 23, 42, 0.1);
}

.tb-pager li.active span,
.tb-pager .active a,
.tb-pager a:hover {
    color: #fff;
    background: #12c987;
    border-color: #12c987;
}

.tb-hot-detail {
    padding: 58px 0 82px;
    background: #f4f7fb;
}

.tb-hot-detail-head {
    display: grid;
    grid-template-columns: 1fr auto;
    gap: 24px;
    align-items: end;
    margin-bottom: 28px;
    padding: 34px;
    border-radius: 26px;
    color: #fff;
    background: linear-gradient(135deg, #071b16 0%, #0bad71 100%);
}

.tb-hot-detail-head span {
    color: rgba(255, 255, 255, 0.72);
    font-weight: 900;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.tb-hot-detail-head h1 {
    margin: 10px 0 18px;
    font-size: 36px;
    line-height: 1.32;
}

.tb-hot-detail-head > a,
.tb-hot-consult {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 46px;
    padding: 0 22px;
    border-radius: 999px;
    color: #071b16;
    background: #fff;
    font-weight: 900;
}

.tb-hot-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.tb-hot-tags i {
    padding: 7px 12px;
    border-radius: 999px;
    color: #ecfff7;
    background: rgba(255, 255, 255, 0.16);
    font-style: normal;
    font-weight: 800;
}

.tb-hot-gallery {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 16px;
    margin-bottom: 22px;
}

.tb-hot-gallery img {
    width: 100%;
    height: 230px;
    border-radius: 18px;
    object-fit: cover;
    background: #e4e7ec;
}

.tb-hot-meta {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 16px;
    margin-bottom: 24px;
}

.tb-hot-meta div {
    padding: 22px;
    border-radius: 18px;
    background: #fff;
}

.tb-hot-meta span {
    display: block;
    margin-bottom: 8px;
    color: #667085;
    font-weight: 800;
}

.tb-hot-meta strong {
    color: #101828;
    font-size: 20px;
}

.tb-hot-content {
    display: grid;
    grid-template-columns: 1fr 260px;
    gap: 24px;
    align-items: start;
}

.tb-hot-content article,
.tb-hot-content aside {
    border-radius: 22px;
    background: #fff;
}

.tb-hot-content article {
    padding: 34px;
}

.tb-hot-content article h2 {
    margin: 34px 0 14px;
    color: #101828;
    font-size: 26px;
}

.tb-hot-content article h2:first-child {
    margin-top: 0;
}

.tb-hot-content article h3 {
    margin: 18px 0 10px;
    color: #101828;
}

.tb-hot-content article p,
.tb-rich-text {
    color: #475467;
    font-size: 16px;
    line-height: 1.9;
}

.tb-rich-text img {
    max-width: 100%;
    height: auto;
    margin: 14px 0;
    border-radius: 14px;
}

.tb-hot-content aside {
    position: sticky;
    top: 20px;
    display: flex;
    flex-direction: column;
    gap: 10px;
    padding: 22px;
}

.tb-hot-content aside a:not(.tb-hot-consult) {
    padding: 10px 12px;
    border-radius: 12px;
    color: #475467;
    background: #f4f7fb;
    font-weight: 800;
}

.tb-hot-content aside strong {
    margin-top: 12px;
    color: #f04438;
    font-size: 24px;
}

.tb-hot-content aside span {
    color: #98a2b3;
    font-weight: 700;
}

.tb-hot-content aside .tb-hot-consult {
    margin-top: 8px;
    color: #fff;
    background: #12c987;
}

.tb-super-page {
    background: #f3f4f6;
}

.hot-theme-hero {
    position: relative;
    overflow: hidden;
    padding: 96px 0 82px;
    color: #fff;
    background: var(--page-hero-image, url("/assets/img/home/product-01.jpeg")) center/cover no-repeat;
}

.hot-theme-hero:after {
    content: "";
    display: none;
    position: absolute;
    right: -110px;
    bottom: -160px;
    width: 350px;
    height: 350px;
    border-radius: 50%;
    background: rgba(242, 203, 5, 0.28);
}

.hot-theme-hero .tb-wrap {
    position: relative;
    z-index: 1;
}

.hot-theme-hero span {
    display: inline-flex;
    margin-bottom: 16px;
    padding: 7px 14px;
    border-radius: 999px;
    color: #111827;
    background: #f2cb05;
    font-weight: 900;
}

.hot-theme-hero h1 {
    max-width: 820px;
    margin: 0 0 18px;
    font-size: clamp(38px, 5vw, 64px);
    line-height: 1.12;
    letter-spacing: -0.045em;
}

.hot-theme-hero p {
    max-width: 730px;
    margin: 0;
    color: rgba(255, 255, 255, 0.88);
    font-size: 18px;
    line-height: 1.9;
}

.hot-theme-links a:hover {
    color: #f2cb05;
}

.hot-theme-section {
    display: none;
    padding: 72px 0 42px;
    background: #f3f4f6;
}

.hot-theme-shell {
    display: grid;
    grid-template-columns: 270px minmax(0, 1fr);
    gap: 28px;
    align-items: start;
}

.hot-theme-menu {
    position: sticky;
    top: 96px;
    overflow: hidden;
    padding: 24px;
    border-radius: 24px;
    color: #fff;
    background: #111827;
    box-shadow: 0 18px 48px rgba(15, 23, 42, 0.16);
}

.hot-theme-menu h2 {
    margin: 0 0 10px;
    font-size: 24px;
}

.hot-theme-menu p {
    margin: 0 0 18px;
    color: rgba(255, 255, 255, 0.68);
    font-size: 14px;
    line-height: 1.7;
}

.hot-theme-menu nav {
    display: grid;
    gap: 10px;
}

.hot-theme-tab {
    position: relative;
    width: 100%;
    padding: 14px 16px;
    border: 0;
    border-radius: 16px;
    color: rgba(255, 255, 255, 0.78);
    background: rgba(255, 255, 255, 0.08);
    font: inherit;
    font-weight: 900;
    text-align: left;
    cursor: pointer;
    transition: color 0.2s ease, background 0.2s ease, transform 0.2s ease;
}

.hot-theme-tab:after {
    content: "";
    position: absolute;
    right: 14px;
    top: 50%;
    width: 8px;
    height: 8px;
    border-top: 2px solid currentColor;
    border-right: 2px solid currentColor;
    transform: translateY(-50%) rotate(45deg);
}

.hot-theme-tab:hover,
.hot-theme-tab.active {
    color: #111827;
    background: #f2cb05;
    transform: translateX(4px);
}

.hot-theme-content {
    min-width: 0;
    transition: opacity 0.18s ease, transform 0.18s ease;
}

.hot-theme-content.is-changing {
    opacity: 0;
    transform: translateY(8px);
}

.hot-theme-panel {
    display: grid;
    gap: 22px;
}

.hot-theme-intro {
    position: relative;
    overflow: hidden;
    min-height: 238px;
    padding: 34px;
    border-radius: 28px;
    color: #fff;
    background: linear-gradient(90deg, rgba(17, 24, 39, 0.9), rgba(17, 24, 39, 0.5)), var(--theme-cover) center/cover;
    box-shadow: 0 20px 46px rgba(15, 23, 42, 0.14);
}

.hot-theme-intro > * {
    position: relative;
    z-index: 1;
}

.hot-theme-intro span {
    display: inline-flex;
    margin-bottom: 14px;
    padding: 6px 12px;
    border-radius: 999px;
    color: #111827;
    background: #f2cb05;
    font-size: 13px;
    font-weight: 900;
}

.hot-theme-intro h2 {
    max-width: 680px;
    margin: 0 0 14px;
    font-size: clamp(30px, 4vw, 46px);
    line-height: 1.16;
    letter-spacing: -0.035em;
}

.hot-theme-intro p {
    max-width: 760px;
    margin: 0;
    color: rgba(255, 255, 255, 0.86);
    line-height: 1.9;
}

.hot-theme-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 18px;
}

.hot-theme-card {
    display: grid;
    overflow: hidden;
    border-radius: 18px;
    color: #111827;
    background: #fff;
    border: 1px solid rgba(15, 23, 42, 0.07);
    box-shadow: 0 14px 34px rgba(15, 23, 42, 0.08);
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.hot-theme-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 22px 48px rgba(15, 23, 42, 0.13);
}

.hot-theme-card img {
    width: 100%;
    height: 158px;
    object-fit: cover;
    background: #e5e7eb;
}

.hot-theme-card-body {
    display: flex;
    min-height: 190px;
    flex-direction: column;
    gap: 10px;
    padding: 16px;
}

.hot-theme-card h3 {
    margin: 0;
    color: #111827;
    font-size: 17px;
    line-height: 1.45;
}

.hot-theme-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
}

.hot-theme-tags span {
    padding: 4px 8px;
    border-radius: 999px;
    color: #111827;
    background: rgba(242, 203, 5, 0.2);
    font-size: 12px;
    font-weight: 800;
}

.hot-theme-card p {
    margin: auto 0 0;
    color: #6b7280;
    font-size: 13px;
    font-weight: 800;
}

.hot-theme-card strong {
    color: #ef4444;
    font-size: 22px;
    line-height: 1;
}

.hot-theme-card small {
    margin-left: 3px;
    font-size: 12px;
}

.tb-super-list,
.tb-super-detail {
    padding: 24px 0 48px;
}

.tb-super-shell,
.tb-super-detail-shell {
    width: min(1180px, calc(100% - 40px));
    margin: 0 auto;
}

.tb-super-filter {
    margin-bottom: 18px;
    padding: 18px 22px;
    border-radius: 10px;
    background: #fff;
    box-shadow: 0 8px 24px rgba(15, 23, 42, 0.06);
}

.tb-super-filter-row {
    display: grid;
    grid-template-columns: 86px 1fr;
    gap: 16px;
    align-items: start;
    padding: 8px 0;
}

.tb-super-filter-row strong {
    padding-top: 8px;
    color: #111827;
    font-size: 15px;
}

.tb-super-filter-row div {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}

.tb-super-filter-row a {
    padding: 7px 12px;
    border-radius: 6px;
    color: #515255;
    background: #f9fafb;
    font-size: 14px;
    font-weight: 700;
}

.tb-super-filter-row a.active,
.tb-super-filter-row a:hover {
    color: #111827;
    background: #f2cb05;
}

.tb-super-products {
    display: grid;
    gap: 14px;
}

.tb-super-card {
    display: grid;
    grid-template-columns: 245px 1fr;
    min-height: 185px;
    overflow: hidden;
    border-radius: 8px;
    color: #111827;
    background: #fff;
    box-shadow: 0 10px 24px rgba(15, 23, 42, 0.08);
    transition: box-shadow 0.2s ease, transform 0.2s ease;
}

.tb-super-card:hover {
    transform: translateY(-2px);
    box-shadow: 0 16px 34px rgba(15, 23, 42, 0.12);
}

.tb-super-card-img {
    position: relative;
    min-height: 185px;
    overflow: hidden;
}

.tb-super-card-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.tb-super-card-body {
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 12px;
    padding: 18px 24px;
}

.tb-super-card-body h2 {
    margin: 0;
    color: #111827;
    font-size: 20px;
    line-height: 1.45;
}

.tb-super-card-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}

.tb-super-card-tags span,
.tb-super-detail-tags span {
    padding: 5px 10px;
    border-radius: 999px;
    color: #111827;
    background: #f2cb05;
    font-size: 12px;
    font-weight: 800;
}

.tb-super-card-meta {
    display: flex;
    gap: 0;
    color: #4b5563;
    font-size: 14px;
    font-weight: 800;
}

.tb-super-card-meta span + span:before {
    content: ' / ';
    color: #9ca3af;
}

.tb-super-card-price {
    display: flex;
    align-items: baseline;
    gap: 4px;
}

.tb-super-card-price strong,
.tb-super-side-card strong {
    color: #ef4444;
    font-size: 24px;
    line-height: 1;
}

.tb-super-card-price em,
.tb-super-side-card small {
    color: #ef4444;
    font-style: normal;
    font-size: 13px;
    font-weight: 900;
}

.tb-super-card-price small {
    margin-left: 10px;
    color: #6b7280;
    font-weight: 800;
}

.tb-super-pager {
    margin-top: 22px;
    text-align: center;
}

.tb-super-pager ul,
.tb-super-pager .pagination {
    display: inline-flex;
    gap: 8px;
    padding: 0;
    list-style: none;
}

.tb-super-pager a,
.tb-super-pager span {
    display: inline-flex;
    min-width: 34px;
    height: 34px;
    align-items: center;
    justify-content: center;
    padding: 0 11px;
    border-radius: 6px;
    color: #374151;
    background: #fff;
    border: 1px solid #e5e7eb;
}

.tb-super-pager .active span,
.tb-super-pager a:hover {
    color: #111827;
    background: #f2cb05;
    border-color: #f2cb05;
}

.tb-super-detail-hero {
    margin-bottom: 14px;
    padding: 22px 0 10px;
}

.tb-super-detail-hero h1 {
    margin: 0 0 10px;
    color: #111827;
    font-size: 32px;
    line-height: 1.35;
}

.tb-super-detail-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}

.tb-super-detail-main {
    display: grid;
    grid-template-columns: 780px 1fr;
    gap: 24px;
    align-items: start;
}

.tb-super-detail-left {
    min-width: 0;
}

.tb-super-gallery {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
    margin-bottom: 12px;
}

.tb-super-gallery img {
    width: 100%;
    height: 220px;
    border-radius: 8px;
    object-fit: cover;
    background: #e5e7eb;
}

.tb-super-meta-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    height: 64px;
    margin-bottom: 16px;
    border-radius: 8px;
    overflow: hidden;
    background: #fff;
    box-shadow: 0 8px 24px rgba(15, 23, 42, 0.06);
}

.tb-super-meta-grid div {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
    padding: 0 8px;
    border-right: 1px solid #f3f4f6;
}

.tb-super-meta-grid div:last-child {
    border-right: 0;
}

.tb-super-meta-grid span {
    color: #6b7280;
    font-size: 14px;
    white-space: nowrap;
}

.tb-super-meta-grid strong {
    color: #111827;
    font-size: 14px;
    white-space: nowrap;
}

.tb-super-meta-grid strong.orange {
    padding: 2px 5px;
    border-radius: 4px;
    color: #fff;
    background: #f97316;
}

.tb-super-meta-grid strong.red {
    color: #ef4444;
    font-size: 16px;
}

.tb-super-meta-grid small {
    margin-left: 2px;
    font-size: 12px;
}

.tb-super-anchor {
    position: sticky;
    top: 76px;
    z-index: 10;
    display: flex;
    height: 50px;
    align-items: center;
    margin-bottom: 16px;
    padding: 0 20px;
    border-top: 8px solid #fb923c;
    background: #fff;
    box-shadow: 0 8px 24px rgba(15, 23, 42, 0.06);
}

.tb-super-anchor a {
    padding: 0 14px;
    color: #4b5563;
    font-size: 16px;
    font-weight: 800;
}

.tb-super-anchor a:hover {
    color: #111827;
}

.tb-super-raw > div,
.tb-super-raw [id='highlights'],
.tb-super-raw [id='content'],
.tb-super-raw [id='process'],
.tb-super-raw [id='cost'],
.tb-super-raw [id='tip'] {
    max-width: 100%;
}

.tb-super-raw .w-\[780px\],
.tb-super-raw [class*='w-[780px]'] {
    width: 100% !important;
}

.tb-super-raw img {
    max-width: 100%;
    height: auto !important;
    border-radius: 8px;
}

.tb-super-raw h4 {
    font-size: 20px;
}

.tb-super-detail-side {
    position: sticky;
    top: 88px;
}

.tb-super-side-card {
    display: grid;
    gap: 10px;
    padding: 20px;
    border-radius: 10px;
    background: #fff;
    box-shadow: 0 8px 24px rgba(15, 23, 42, 0.08);
}

.tb-super-side-card span {
    color: #6b7280;
    font-weight: 800;
}

.tb-super-side-card a {
    display: flex;
    height: 42px;
    align-items: center;
    justify-content: center;
    border-radius: 8px;
    color: #111827;
    background: #f2cb05;
    font-weight: 900;
}

.venue-hero p {
    max-width: 720px;
}

.venue-hero-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 14px;
    margin-top: 28px;
}

.venue-hero-actions a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 142px;
    height: 46px;
    padding: 0 20px;
    border-radius: 999px;
    color: #fff;
    background: #12c987;
    box-shadow: 0 14px 32px rgba(18, 201, 135, 0.26);
    font-weight: 900;
}

.venue-hero-actions a + a {
    color: #172033;
    background: #fff;
    box-shadow: 0 14px 32px rgba(23, 32, 51, 0.08);
}

.venue-nav-section {
    padding: 34px 0;
    background: #fff;
}

.venue-nav-card {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 28px;
    padding: 24px 28px;
    border: 1px solid rgba(18, 201, 135, 0.12);
    border-radius: 24px;
    background: linear-gradient(135deg, #f7fffb, #fff);
    box-shadow: 0 18px 44px rgba(23, 32, 51, 0.06);
}

.venue-nav-card strong {
    display: block;
    color: #101828;
    font-size: 20px;
}

.venue-nav-card p {
    margin: 8px 0 0;
    color: #667085;
    line-height: 1.7;
}

.venue-area-nav {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    gap: 10px;
}

.venue-area-nav a {
    padding: 10px 18px;
    border-radius: 999px;
    color: #0bad71;
    background: rgba(18, 201, 135, 0.1);
    border: 1px solid rgba(18, 201, 135, 0.16);
    font-weight: 900;
}

.venue-area-nav a:hover {
    color: #fff;
    background: #12c987;
}

.venue-section {
    padding: 76px 0;
    background: #fff;
}

.venue-section-soft {
    background: #f6f8fb;
}

.venue-category-head {
    margin-bottom: 28px;
    padding: 30px;
    border: 1px solid rgba(18, 201, 135, 0.14);
    border-radius: 26px;
    background: linear-gradient(135deg, rgba(18, 201, 135, 0.1), rgba(255, 255, 255, 0.92));
}

.venue-section-soft .venue-category-head {
    background: #fff;
}

.venue-category-head span {
    display: inline-flex;
    padding: 7px 13px;
    border: 1px solid rgba(18, 201, 135, 0.16);
    border-radius: 999px;
    color: #0bad71;
    background: rgba(18, 201, 135, 0.1);
    font-size: 13px;
    font-weight: 900;
}

.venue-category-head h2 {
    margin: 14px 0 10px;
    color: #101828;
    font-size: clamp(32px, 4vw, 48px);
    line-height: 1.16;
    letter-spacing: -0.04em;
}

.venue-category-head p {
    max-width: 980px;
    margin: 0;
    color: #667085;
    font-size: 17px;
    line-height: 1.9;
}

.venue-category-title {
    align-items: center;
    margin-bottom: 22px;
}

.venue-category-title h3 {
    margin: 0 0 8px;
    color: #101828;
    font-size: 26px;
}

.venue-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 24px;
}

.venue-card a {
    display: flex;
    flex-direction: column;
    height: 100%;
    overflow: hidden;
    border-radius: 22px;
    color: #172033;
    background: #fff;
    box-shadow: 0 18px 44px rgba(23, 32, 51, 0.08);
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.venue-section:not(.venue-section-soft) .venue-card a {
    background: #f8fbfa;
}

.venue-card a:hover {
    transform: translateY(-4px);
    box-shadow: 0 22px 48px rgba(15, 23, 42, 0.12);
}

.venue-card-image {
    position: relative;
    overflow: hidden;
}

.venue-card-image img {
    width: 100%;
    height: 198px;
    object-fit: cover;
    transition: transform 0.3s ease;
}

.venue-card a:hover .venue-card-image img {
    transform: scale(1.04);
}

.venue-card-image span {
    position: absolute;
    top: 14px;
    left: 14px;
    padding: 6px 12px;
    border-radius: 999px;
    color: #fff;
    background: rgba(16, 24, 40, 0.72);
    font-size: 13px;
    font-weight: 900;
}

.venue-card-body {
    display: flex;
    flex: 1;
    flex-direction: column;
    padding: 20px;
}

.venue-card-body small {
    color: #0bad71;
    font-weight: 900;
}

.venue-card-body h3 {
    margin: 8px 0 6px;
    color: #101828;
    font-size: 22px;
    line-height: 1.35;
}

.venue-card-body strong {
    display: block;
    margin-bottom: 10px;
    color: #344054;
    font-size: 14px;
    line-height: 1.55;
}

.venue-card-body p {
    margin: 0 0 18px;
    color: #667085;
    line-height: 1.7;
    word-break: break-word;
}

.venue-card-body em {
    display: inline-flex;
    margin-top: auto;
    color: #0bad71;
    font-style: normal;
    font-weight: 900;
}

.venue-more-card a,
.venue-section:not(.venue-section-soft) .venue-more-card a {
    justify-content: center;
    min-height: 100%;
    color: #fff;
    background: linear-gradient(135deg, #101828, #0c4b3a 58%, #12c987);
}

.venue-more-card-inner {
    display: flex;
    flex: 1;
    flex-direction: column;
    justify-content: center;
    min-height: 100%;
    padding: 30px;
}

.venue-more-card-inner span {
    width: fit-content;
    padding: 7px 12px;
    border-radius: 999px;
    color: #ecfff7;
    background: rgba(255, 255, 255, 0.14);
    font-size: 13px;
    font-weight: 900;
}

.venue-more-card-inner h3 {
    margin: 18px 0 12px;
    color: #fff;
    font-size: 28px;
    line-height: 1.25;
}

.venue-more-card-inner p {
    margin: 0 0 24px;
    color: rgba(255, 255, 255, 0.72);
    line-height: 1.8;
}

.venue-more-card-inner em {
    margin-top: auto;
    color: #fff;
    font-style: normal;
    font-weight: 900;
}

.venue-cta {
    margin-top: 0;
}

.venue-base-page {
    background: #f4f7fb;
}

.venue-base-hero {
    position: relative;
    overflow: hidden;
    padding: 96px 0 82px;
    color: #fff;
    background: var(--venue-hero-cover, url("https://www.aftsz.cn/uploads/jidi/qxw/qxwsl.jpg")) center 35%/cover no-repeat;
}

.venue-base-hero:after {
    content: "";
    display: none;
    position: absolute;
    right: -120px;
    bottom: -160px;
    width: 360px;
    height: 360px;
    border-radius: 50%;
    background: rgba(18, 201, 135, 0.26);
}

.venue-base-hero .tb-wrap {
    position: relative;
    z-index: 1;
}

.venue-base-hero span {
    display: inline-flex;
    margin-bottom: 16px;
    padding: 7px 14px;
    border-radius: 999px;
    color: #101828;
    background: #ffd43b;
    font-weight: 900;
}

.venue-base-hero h1 {
    max-width: 850px;
    margin: 0 0 18px;
    font-size: clamp(38px, 5vw, 64px);
    line-height: 1.12;
    letter-spacing: -0.045em;
}

.venue-base-hero p {
    max-width: 720px;
    margin: 0;
    color: rgba(255, 255, 255, 0.86);
    font-size: 18px;
    line-height: 1.9;
}

.venue-base-hot {
    background: #111827;
}

.venue-base-hot .tb-wrap {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 12px 20px;
    padding: 16px 0;
    color: rgba(255, 255, 255, 0.78);
}

.venue-base-hot strong {
    color: #ffd43b;
}

.venue-base-hot a {
    color: rgba(255, 255, 255, 0.88);
    font-size: 14px;
}

.venue-base-hot a:hover {
    color: #12c987;
}

.venue-base-section {
    padding: 72px 0 82px;
}

.venue-base-shell {
    display: grid;
    gap: 28px;
}

.venue-base-tabs {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    gap: 14px;
    padding: 0 0 6px;
}

.venue-city-menu {
    position: sticky;
    top: 96px;
    overflow: hidden;
    padding: 24px;
    border-radius: 24px;
    color: #fff;
    background: #111827;
    box-shadow: 0 18px 48px rgba(15, 23, 42, 0.16);
}

.venue-city-menu h2 {
    margin: 0 0 10px;
    font-size: 24px;
}

.venue-city-menu p {
    margin: 0 0 18px;
    color: rgba(255, 255, 255, 0.68);
    font-size: 14px;
    line-height: 1.7;
}

.venue-city-menu nav {
    display: grid;
    gap: 10px;
}

.venue-city-tab {
    position: relative;
    min-width: 190px;
    padding: 13px 24px;
    border: 1px solid rgba(18, 201, 135, 0.18);
    border-radius: 999px;
    color: #334155;
    background: #fff;
    font: inherit;
    font-weight: 900;
    text-align: center;
    cursor: pointer;
    box-shadow: 0 12px 30px rgba(15, 23, 42, 0.07);
    transition: color 0.2s ease, background 0.2s ease, border-color 0.2s ease, transform 0.2s ease, box-shadow 0.2s ease;
}

.venue-city-tab:after {
    content: none;
}

.venue-city-tab:hover,
.venue-city-tab.active {
    color: #fff;
    border-color: transparent;
    background: linear-gradient(135deg, #12c987, #0bad71);
    transform: translateY(-2px);
    box-shadow: 0 16px 34px rgba(18, 201, 135, 0.22);
}

.venue-base-content {
    min-width: 0;
    transition: opacity 0.18s ease, transform 0.18s ease;
}

.venue-base-content.is-changing {
    opacity: 0;
    transform: translateY(8px);
}

.venue-base-panel {
    display: none;
    gap: 22px;
}

.venue-base-panel.active {
    display: grid;
}

.venue-base-intro {
    position: relative;
    overflow: hidden;
    min-height: 238px;
    padding: 34px;
    border-radius: 28px;
    color: #fff;
    background: linear-gradient(90deg, rgba(9, 24, 36, 0.88), rgba(9, 24, 36, 0.48)), var(--city-cover) center/cover;
    box-shadow: 0 20px 46px rgba(15, 23, 42, 0.14);
}

.venue-base-panel[data-venue-panel="hunan"] .venue-base-intro {
    background-position: center 35%;
}

.venue-base-intro > * {
    position: relative;
    z-index: 1;
}

.venue-base-intro span {
    display: inline-flex;
    margin-bottom: 14px;
    padding: 6px 12px;
    border-radius: 999px;
    color: #101828;
    background: #12c987;
    font-size: 13px;
    font-weight: 900;
}

.venue-base-intro h2 {
    max-width: 680px;
    margin: 0 0 14px;
    font-size: clamp(30px, 4vw, 46px);
    line-height: 1.16;
    letter-spacing: -0.035em;
}

.venue-base-intro p {
    max-width: 760px;
    margin: 0;
    color: rgba(255, 255, 255, 0.86);
    line-height: 1.9;
}

.venue-base-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 20px;
}

.venue-base-card {
    display: block;
    overflow: hidden;
    border-radius: 20px;
    color: #172033;
    background: #fff;
    border: 1px solid rgba(15, 23, 42, 0.07);
    box-shadow: 0 16px 38px rgba(15, 23, 42, 0.08);
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.venue-base-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 24px 54px rgba(15, 23, 42, 0.14);
}

.venue-base-card article {
    display: flex;
    min-height: 100%;
    flex-direction: column;
}

.venue-base-card img {
    width: 100%;
    height: 180px;
    object-fit: cover;
    background: #e5e7eb;
}

.venue-base-card-body {
    display: flex;
    flex: 1;
    flex-direction: column;
    padding: 18px;
}

.venue-base-card small {
    display: inline-flex;
    align-self: flex-start;
    margin-bottom: 10px;
    padding: 4px 10px;
    border-radius: 999px;
    color: #0bad71;
    background: rgba(18, 201, 135, 0.1);
    font-weight: 900;
}

.venue-base-card h3 {
    margin: 0 0 10px;
    color: #101828;
    font-size: 18px;
    line-height: 1.45;
}

.venue-base-card p {
    margin: 0 0 16px;
    color: #667085;
    line-height: 1.65;
}

.venue-base-card strong {
    margin-top: auto;
    color: #0bad71;
    font-weight: 900;
}

.venue-base-card-more small {
    color: #9a6400;
    background: rgba(255, 212, 59, 0.24);
}

.venue-base-card-more strong {
    color: #9a6400;
}

.venue-region-card {
    display: flex;
    gap: 28px;
    align-items: stretch;
    margin-bottom: 24px;
    padding: 18px;
    border: 1px solid rgba(23, 32, 51, 0.06);
    border-radius: 26px;
    background: #fff;
    box-shadow: 0 18px 46px rgba(34, 48, 73, 0.08);
}

.venue-region-media {
    position: relative;
    display: flex;
    flex: 0 0 200px;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    min-height: 168px;
    overflow: hidden;
    border-radius: 20px;
    color: #fff;
    background: linear-gradient(135deg, #0d47a1, #12c987);
}

.venue-region-media:after {
    content: "";
    position: absolute;
    right: -34px;
    bottom: -44px;
    width: 116px;
    height: 116px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.16);
}

.venue-region-icon {
    position: relative;
    z-index: 1;
    margin-bottom: 12px;
    font-size: 28px;
    line-height: 1;
}

.venue-region-media span {
    position: relative;
    z-index: 1;
    font-size: 20px;
    font-weight: 900;
    letter-spacing: 0.08em;
}

.venue-region-media-dg {
    background: linear-gradient(135deg, #123a69, #10b981);
}

.venue-region-media-hz {
    background: linear-gradient(135deg, #0f766e, #38bdf8);
}

.venue-region-media-gf {
    background: linear-gradient(135deg, #172033, #2f80ed);
}

.venue-region-body {
    display: flex;
    flex: 1;
    flex-direction: column;
    justify-content: space-between;
    min-width: 0;
    padding: 8px 6px 6px 0;
}

.venue-region-head h2 {
    margin: 0 0 10px;
    color: #101828;
    font-size: 28px;
    line-height: 1.25;
    letter-spacing: -0.03em;
}

.venue-region-head p,
.venue-region-note {
    margin: 0;
    color: #667085;
    font-size: 15px;
    line-height: 1.8;
}

.venue-region-note {
    margin-top: 14px;
}

.venue-region-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-top: 24px;
}

.venue-region-tags a {
    display: inline-flex;
    align-items: center;
    min-height: 34px;
    padding: 6px 16px;
    border: 1px solid rgba(18, 201, 135, 0.12);
    border-radius: 16px;
    color: #344054;
    background: #f4f7fb;
    font-size: 14px;
    font-weight: 800;
    transition: color 0.2s ease, background 0.2s ease, border-color 0.2s ease, transform 0.2s ease;
}

.venue-region-tags a:hover {
    border-color: rgba(18, 201, 135, 0.34);
    color: #fff;
    background: #12c987;
    transform: translateY(-2px);
}

.home-footer {
    background: #071120;
}

.footer-top {
    display: grid;
    grid-template-columns: 1.4fr 0.7fr 1fr 0.95fr;
    gap: 38px;
    align-items: start;
    padding: 56px 0 44px;
}

.footer-brand p,
.footer-contact p,
.footer-bottom p {
    margin: 0 0 10px;
    color: rgba(255, 255, 255, 0.68);
    line-height: 1.75;
}

.footer-hotline {
    display: grid;
    gap: 4px;
    margin: 20px 0;
}

.footer-hotline span {
    color: rgba(255, 255, 255, 0.58);
}

.footer-hotline strong {
    color: #fff;
    font-size: 24px;
}

.footer-cta {
    min-width: 132px;
    height: 44px;
    padding: 0 22px;
    line-height: 44px;
    letter-spacing: 0.02em;
    background: linear-gradient(135deg, #12c987 0%, #0aa6ff 100%);
    box-shadow: 0 14px 30px rgba(18, 201, 135, 0.24), inset 0 1px 0 rgba(255, 255, 255, 0.28);
    transition: transform 0.18s ease, box-shadow 0.18s ease, filter 0.18s ease;
}

.home-footer .footer-cta {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-top: 2px;
    vertical-align: middle;
    text-align: center;
    white-space: nowrap;
}

.footer-cta:hover {
    color: #fff;
    filter: saturate(1.08);
    transform: translateY(-2px);
    box-shadow: 0 18px 36px rgba(18, 201, 135, 0.3), inset 0 1px 0 rgba(255, 255, 255, 0.34);
}

.footer-links a,
.footer-bottom a {
    color: rgba(255, 255, 255, 0.7);
}

.footer-links a:hover,
.footer-bottom a:hover {
    color: #12c987;
}

.footer-qrcodes > div {
    display: flex;
    gap: 14px;
}

.footer-qrcodes figure {
    margin: 0;
    color: rgba(255, 255, 255, 0.72);
    text-align: center;
    font-size: 13px;
}

.footer-qrcodes img {
    width: 92px;
    height: 92px;
    margin-bottom: 8px;
    border-radius: 10px;
    object-fit: cover;
}

.footer-bottom {
    padding: 18px 0;
}

.footer-bottom p {
    text-align: center;
    font-size: 13px;
}

.footer-bottom a {
    display: inline;
    margin: 0 8px;
}

@media (max-width: 1100px) {
    .home-nav {
        height: auto;
        padding: 14px 0;
        flex-wrap: wrap;
        gap: 12px 16px;
    }

    .home-menu {
        order: 3;
        justify-content: flex-start;
        width: 100%;
        overflow-x: auto;
        overflow-y: hidden;
        gap: 22px;
        margin: 0 -14px;
        padding: 0 14px 4px;
        -webkit-overflow-scrolling: touch;
        scrollbar-width: none;
    }

    .home-menu::-webkit-scrollbar {
        display: none;
    }

    .home-menu a {
        flex: 0 0 auto;
        padding: 8px 0 12px;
    }

    .home-menu a:after {
        bottom: 3px;
    }

    .tb-product-grid,
    .tb-case-grid,
    .tb-project-grid,
    .tb-scene-grid,
    .venue-grid,
    .venue-aft-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .tb-about-grid,
    .tb-contact-grid,
    .footer-top {
        grid-template-columns: 1fr 1fr;
    }

    .tb-hot-meta,
    .tb-hot-gallery {
        grid-template-columns: repeat(2, 1fr);
    }

    .hot-detail-meta-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .hot-detail-gallery-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .tb-hot-content {
        grid-template-columns: 1fr;
    }

    .tb-hot-content aside {
        position: static;
    }

    .tb-super-detail-main {
        grid-template-columns: 1fr;
    }

    .tb-super-detail-side {
        position: static;
        order: -1;
    }
}

@media (max-width: 700px) {
    .tb-project-detail-hero {
        padding: 56px 0 42px;
    }

    .detail-product-hero {
        padding: 34px 0 18px;
    }

    .detail-product-hero h1 {
        font-size: clamp(28px, 8vw, 38px);
    }

    .detail-product-gallery {
        padding: 10px 0 18px;
    }

    .detail-product-gallery-slide img {
        height: 56vw;
        min-height: 220px;
    }

    .detail-product-gallery-btn {
        width: 40px;
        height: 40px;
        font-size: 28px;
    }

    .detail-product-gallery-prev {
        left: 10px;
    }

    .detail-product-gallery-next {
        right: 10px;
    }

    .detail-product-gallery-thumbs button {
        flex-basis: 68px;
        height: 48px;
        border-width: 2px;
        border-radius: 6px;
    }

    .detail-product-meta-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 10px;
    }

    .detail-product-meta-grid div {
        min-height: 82px;
        padding: 16px;
        border-radius: 14px;
    }

    .detail-product-meta-grid strong {
        font-size: 19px;
    }

    .detail-product-subnav {
        top: 0;
        padding: 10px 0;
    }

    .detail-product-subnav .tb-wrap {
        gap: 10px;
    }

    .detail-product-subnav a {
        min-height: 40px;
        padding: 0 16px;
        font-size: 15px;
    }

    .detail-product-flow-images {
        grid-template-columns: 1fr;
    }

    .tb-project-detail-head,
    .tb-project-detail-layout {
        grid-template-columns: 1fr;
    }

    .tb-project-detail-head {
        gap: 24px;
    }

    .tb-project-detail-head img {
        height: 220px;
    }

    .tb-project-detail-section {
        padding: 28px 0 54px;
    }

    .tb-project-detail-content {
        padding: 24px;
        border-radius: 20px;
        font-size: 15px;
    }

    .detail-product-body {
        gap: 16px;
    }

    .detail-product-section-card {
        padding: 22px 20px 24px;
        border-radius: 18px;
        scroll-margin-top: 88px;
    }

    .detail-product-section-head {
        gap: 10px;
        margin-bottom: 14px;
    }

    .detail-product-section-head span {
        width: 36px;
        height: 36px;
        border-radius: 12px;
        font-size: 13px;
    }

    .detail-product-split-list {
        gap: 12px;
    }

    .detail-product-split-item {
        padding: 16px;
        border-radius: 15px;
    }

    .detail-product-split-item h5 {
        font-size: 16px;
    }

    .tb-project-detail-content .detail-product-section-head h4 {
        font-size: 20px;
    }

    .tb-project-detail-content h2 {
        font-size: 24px;
    }

    .tb-project-detail-aside {
        position: static;
    }

    .hot-detail-meta-grid {
        grid-template-columns: 1fr;
    }

    .hot-detail-gallery-grid {
        grid-template-columns: 1fr;
    }

    .hot-detail-gallery img {
        height: 210px;
    }

    .hot-detail-process {
        margin: 30px 0 32px;
    }

    .hot-detail-process-head {
        margin-bottom: 18px;
    }

    .hot-detail-process-head p {
        font-size: 14px;
    }

    .hot-detail-process-list {
        gap: 16px;
    }

    .hot-detail-process-list::before {
        left: 14px;
        top: 48px;
        bottom: 12px;
    }

    .hot-detail-process-item {
        grid-template-columns: 1fr;
        gap: 10px;
        padding-left: 30px;
    }

    .hot-detail-process-item::before {
        top: 12px;
        left: 7px;
        width: 12px;
        height: 12px;
        border-width: 3px;
    }

    .hot-detail-process-time {
        position: static;
        justify-self: start;
        min-width: 0;
        padding: 8px 11px;
        font-size: 15px;
    }

    .hot-detail-process-body,
    .hot-detail-process-item.is-no-time .hot-detail-process-body {
        grid-column: 1;
        margin-left: 0;
        padding: 18px;
        border-radius: 18px;
    }

    .hot-detail-process-body h5 {
        font-size: 18px;
    }

    .hot-detail-process-desc {
        font-size: 14px;
        line-height: 1.8;
    }

    .hot-detail-process-images {
        grid-template-columns: 1fr;
    }

    .hot-detail-process-images img {
        height: 210px;
    }

    .venue-base-hero {
        padding: 64px 0 58px;
    }

    .tb-project-hero {
        padding: 64px 0 58px;
    }

    .venue-base-hero h1 {
        font-size: clamp(30px, 9vw, 42px);
    }

    .venue-base-hero p {
        font-size: 15px;
        line-height: 1.75;
    }

    .venue-base-hot .tb-wrap {
        gap: 8px 12px;
        padding: 12px 0;
    }

    .venue-base-hot a,
    .venue-base-hot strong {
        font-size: 12px;
    }

    .venue-base-section {
        padding: 34px 0 48px;
    }

    .venue-base-shell {
        gap: 16px;
    }

    .venue-base-tabs {
        justify-content: stretch;
        gap: 8px;
    }

    .venue-city-menu {
        position: static;
        padding: 18px;
        border-radius: 20px;
    }

    .venue-city-menu h2 {
        margin-bottom: 6px;
        font-size: 20px;
    }

    .venue-city-menu p {
        margin-bottom: 14px;
        font-size: 13px;
    }

    .venue-city-menu nav {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 8px;
    }

    .venue-city-tab {
        flex: 1 1 calc(50% - 8px);
        min-width: 0;
        padding: 11px 12px;
        border-radius: 999px;
        font-size: 13px;
        line-height: 1.35;
    }

    .venue-city-tab:hover,
    .venue-city-tab.active {
        transform: none;
    }

    .venue-base-intro {
        min-height: 0;
        padding: 22px;
        border-radius: 22px;
    }

    .venue-base-intro h2 {
        font-size: clamp(26px, 8vw, 34px);
    }

    .venue-base-intro p {
        font-size: 14px;
        line-height: 1.75;
    }

    .venue-base-grid {
        grid-template-columns: 1fr;
        gap: 14px;
    }

    .venue-base-card {
        border-radius: 18px;
    }

    .venue-base-card img {
        height: 190px;
    }

    .venue-base-card-body {
        padding: 16px;
    }

    .venue-base-card h3 {
        font-size: 17px;
    }

    body {
        padding-bottom: calc(82px + env(safe-area-inset-bottom));
    }

    .consult-widget {
        right: 16px;
        bottom: 16px;
    }

    .consult-float-button {
        display: none;
    }

    .consult-panel {
        width: calc(100vw - 32px);
    }

    .consult-messages {
        height: 260px;
    }

    .tb-project-preview,
    .tb-plan-cta,
    .tb-final-cta,
    .home-footer,
    .tb-plan-slogan {
        display: none;
    }

    .tb-mobile-bottom-brand {
        display: flex;
        align-items: center;
        justify-content: center;
        width: fit-content;
        margin: 22px auto 12px;
        padding: 7px 14px 8px 18px;
        border: 1px solid rgba(11, 18, 32, 0.28);
        border-radius: 999px;
        color: #0b1220;
        background: rgba(255, 255, 255, 0.42);
        font-family: "STKaiti", "KaiTi", "FangSong", "PingFang SC", "Microsoft YaHei", serif;
        font-size: 18px;
        font-weight: 700;
        letter-spacing: 0.24em;
        line-height: 1;
        opacity: 0.38;
    }

    .mobile-bottom-bar {
        position: fixed;
        left: 12px;
        right: 12px;
        bottom: calc(10px + env(safe-area-inset-bottom));
        z-index: 950;
        display: grid;
        grid-template-columns: repeat(3, minmax(0, 1fr)) minmax(116px, 1.45fr);
        align-items: center;
        gap: 8px;
        min-height: 62px;
        padding: 8px;
        border-top: 1px solid rgba(255, 255, 255, 0.18);
        border-radius: 20px;
        background: #111;
        box-shadow: 0 12px 34px rgba(0, 0, 0, 0.3);
    }

    .mobile-bottom-bar__item,
    .mobile-bottom-bar__cta {
        min-width: 0;
        border: 0;
        font: inherit;
        text-decoration: none;
    }

    .mobile-bottom-bar__item {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        gap: 4px;
        height: 46px;
        padding: 0;
        color: #fff;
        background: transparent;
        font-size: 12px;
        font-weight: 700;
        line-height: 1;
        text-align: center;
    }

    .mobile-bottom-bar__icon {
        position: relative;
        display: block;
        width: 20px;
        height: 20px;
        color: #fff;
    }

    .mobile-bottom-bar__icon-home::before {
        content: "";
        position: absolute;
        left: 3px;
        top: 7px;
        width: 14px;
        height: 10px;
        border: 2px solid currentColor;
        border-top: 0;
        border-radius: 2px 2px 4px 4px;
    }

    .mobile-bottom-bar__icon-home::after {
        content: "";
        position: absolute;
        left: 4px;
        top: 3px;
        width: 12px;
        height: 12px;
        border-top: 2px solid currentColor;
        border-left: 2px solid currentColor;
        transform: rotate(45deg);
    }

    .mobile-bottom-bar__icon-service::before {
        content: "";
        position: absolute;
        left: 2px;
        top: 4px;
        width: 16px;
        height: 11px;
        border: 2px solid currentColor;
        border-radius: 10px;
    }

    .mobile-bottom-bar__icon-service::after {
        content: "";
        position: absolute;
        left: 6px;
        top: 9px;
        width: 3px;
        height: 3px;
        border-radius: 50%;
        background: currentColor;
        box-shadow: 5px 0 0 currentColor, 10px 0 0 currentColor;
    }

    .mobile-bottom-bar__icon-phone::before {
        content: "";
        position: absolute;
        left: 5px;
        top: 2px;
        width: 10px;
        height: 16px;
        border: 2px solid currentColor;
        border-radius: 6px;
        transform: rotate(-24deg);
    }

    .mobile-bottom-bar__icon-phone::after {
        content: "";
        position: absolute;
        left: 8px;
        top: 4px;
        width: 4px;
        height: 9px;
        border-top: 2px solid #111;
        border-bottom: 2px solid #111;
        transform: rotate(-24deg);
    }

    .mobile-bottom-bar__cta {
        display: flex;
        align-items: center;
        justify-content: center;
        height: 46px;
        border-radius: 14px;
        color: #111;
        background: #ffd232;
        box-shadow: inset 0 -2px 0 rgba(0, 0, 0, 0.1);
        font-size: 15px;
        font-weight: 900;
        text-align: center;
        white-space: nowrap;
    }

    .plan-modal {
        padding: 18px 0;
    }

    .plan-modal__dialog {
        width: 90vw;
        padding: 24px 18px;
        border-radius: 20px;
    }

    .plan-form__grid {
        grid-template-columns: 1fr;
        gap: 12px;
    }

    .plan-form__actions {
        flex-direction: column;
    }

    .plan-form__submit,
    .plan-form__cancel {
        width: 100%;
    }

    .plan-form__submit {
        height: 62px;
        font-size: 17px;
        font-weight: 900;
        letter-spacing: 0.04em;
        box-shadow: 0 16px 34px rgba(18, 201, 135, 0.34);
    }

    .plan-form__cancel {
        height: 40px;
    }

    .home-wrap,
    .tb-wrap {
        width: calc(100% - 28px);
    }

    .home-service {
        display: none;
    }

    .home-phone {
        min-width: 118px;
        height: 38px;
        padding: 0 14px;
        font-size: 13px;
        transform: translateY(-4px);
    }

    .home-nav {
        padding: 2px 0;
    }

    .home-city-switch {
        transform: translateY(-4px);
    }

    .home-brand img {
        width: 78px;
        height: 78px;
        object-fit: contain;
    }

    .home-menu {
        display: none;
    }

    .page-hero {
        padding: 62px 0 52px;
    }

    .tb-product-grid,
    .tb-case-grid,
    .tb-project-grid,
    .tb-scene-grid,
    .venue-grid,
    .venue-aft-grid,
    .tb-about-grid,
    .tb-contact-grid,
    .tb-hot-meta,
    .tb-hot-gallery,
    .footer-top {
        grid-template-columns: 1fr;
    }

    .tb-mobile-scroll-products .tb-product-grid {
        display: flex;
        gap: 12px;
        grid-template-columns: none;
        overflow-x: auto;
        overflow-y: hidden;
        white-space: nowrap;
        margin: 0 -14px;
        padding: 2px 14px 6px;
        scroll-snap-type: x mandatory;
        -webkit-overflow-scrolling: touch;
    }

    .tb-mobile-scroll-products .tb-product-grid::-webkit-scrollbar {
        display: none;
    }

    .tb-mobile-scroll-products .tb-product-card {
        flex: 0 0 calc((100vw - 40px) / 2);
        border: 1px solid rgba(10, 166, 255, 0.18);
        border-radius: 12px;
        background: linear-gradient(180deg, #fff 0%, #f8fcff 100%);
        box-shadow: 0 8px 18px rgba(15, 23, 42, 0.08), 0 0 0 1px rgba(18, 201, 135, 0.05);
        scroll-snap-align: start;
        white-space: normal;
    }

    .tb-mobile-scroll-products .tb-section-title {
        flex-direction: row;
        align-items: flex-start;
        justify-content: space-between;
        gap: 10px;
        margin-bottom: 14px;
    }

    .tb-mobile-scroll-products .tb-section-title > div {
        min-width: 0;
    }

    .tb-mobile-scroll-products .tb-section-title h2 {
        position: relative;
        margin-bottom: 4px;
        padding-left: 9px;
        color: #0b1220;
        font-size: 18px;
        font-weight: 700;
        letter-spacing: 0;
    }

    .tb-mobile-scroll-products .tb-section-title h2::before {
        content: "";
        position: absolute;
        left: 0;
        top: 4px;
        width: 3px;
        height: 16px;
        border-radius: 999px;
        background: linear-gradient(180deg, #12c987, #0aa6ff);
    }

    .tb-mobile-scroll-products .tb-section-title p {
        color: #111827;
        font-size: 12px;
        font-weight: 500;
        line-height: 1.5;
    }

    .tb-mobile-scroll-products .tb-section-title > a {
        flex: 0 0 auto;
        width: auto;
        height: 24px;
        min-width: 0;
        padding: 0 10px;
        border: 1px solid #111;
        border-radius: 999px;
        color: #111;
        background: transparent;
        box-shadow: none;
        font-size: 11px;
        font-weight: 700;
        line-height: 24px;
        text-align: right;
        white-space: nowrap;
    }

    .tb-mobile-scroll-products .tb-product-card img {
        height: 100px;
        border-bottom: 1px solid rgba(15, 23, 42, 0.06);
        object-fit: cover;
    }

    .tb-mobile-scroll-products .tb-product-card div {
        padding: 8px 10px 9px;
    }

    .tb-mobile-scroll-products .tb-product-card h3 {
        margin-bottom: 5px;
        font-size: 14px;
        line-height: 1.35;
    }

    .tb-mobile-scroll-products .tb-product-card p {
        margin-bottom: 6px;
        font-size: 12px;
        line-height: 1.45;
    }

    .tb-mobile-scroll-products .tb-product-card strong,
    .tb-mobile-scroll-products .tb-card-meta {
        display: inline-flex;
        align-items: center;
        width: fit-content;
        margin-top: auto;
        padding: 3px 7px;
        border: 1px solid rgba(18, 201, 135, 0.28);
        border-radius: 999px;
        color: #058457;
        background: rgba(18, 201, 135, 0.1);
        font-size: 12px;
        font-weight: 800;
        line-height: 1.2;
        white-space: nowrap;
    }

    .tb-mobile-scroll-products .tb-card-meta::before {
        content: "";
        width: 5px;
        height: 5px;
        margin-right: 5px;
        border-radius: 50%;
        background: currentColor;
    }

    .tb-mobile-scroll-products .tb-product-card button,
    .tb-mobile-scroll-products .tb-product-card .btn,
    .tb-mobile-scroll-products .tb-product-card [class*="button"] {
        padding: 4px 8px;
        font-size: 11px;
    }

    .tb-mobile-scroll-cases .tb-section-title {
        flex-direction: row;
        align-items: flex-start;
        justify-content: space-between;
        gap: 10px;
        margin-bottom: 14px;
    }

    .tb-mobile-scroll-cases .tb-section-title > div {
        min-width: 0;
    }

    .tb-mobile-scroll-cases .tb-title-default {
        display: none;
    }

    .tb-mobile-scroll-cases .tb-title-mobile {
        display: inline;
    }

    .tb-mobile-scroll-cases .tb-cases-link-default,
    .tb-mobile-scroll-cases .tb-case-grid {
        display: none;
    }

    .tb-mobile-scroll-cases .tb-cases-link-mobile {
        display: block;
    }

    .tb-mobile-scroll-cases .tb-section-title h2 {
        position: relative;
        margin-bottom: 4px;
        padding-left: 9px;
        color: #0b1220;
        font-size: 18px;
        font-weight: 700;
        letter-spacing: 0;
    }

    .tb-mobile-scroll-cases .tb-section-title h2::before {
        content: "";
        position: absolute;
        left: 0;
        top: 4px;
        width: 3px;
        height: 16px;
        border-radius: 999px;
        background: linear-gradient(180deg, #12c987, #0aa6ff);
    }

    .tb-mobile-scroll-cases .tb-section-title p {
        color: #111827;
        font-size: 12px;
        font-weight: 500;
        line-height: 1.35;
    }

    .tb-mobile-scroll-cases .tb-section-title > a {
        flex: 0 0 auto;
        width: auto;
        height: 24px;
        min-width: 0;
        padding: 0 10px;
        border: 1px solid #111;
        border-radius: 999px;
        color: #111;
        background: transparent;
        box-shadow: none;
        font-size: 11px;
        font-weight: 700;
        line-height: 24px;
        text-align: right;
        white-space: nowrap;
    }

    .tb-mobile-scroll-cases .tb-case-grid {
        display: flex;
        gap: 12px;
        grid-template-columns: none;
        overflow-x: auto;
        overflow-y: hidden;
        white-space: nowrap;
        margin: 0 -14px;
        padding: 2px 14px 6px;
        scroll-snap-type: x mandatory;
        -webkit-overflow-scrolling: touch;
    }

    .tb-mobile-scroll-cases .tb-mobile-project-grid {
        display: flex;
        gap: 12px;
        overflow-x: auto;
        overflow-y: hidden;
        white-space: nowrap;
        margin: 0 -14px;
        padding: 2px 14px 6px;
        scroll-snap-type: x mandatory;
        -webkit-overflow-scrolling: touch;
    }

    .tb-mobile-scroll-cases .tb-case-grid::-webkit-scrollbar {
        display: none;
    }

    .tb-mobile-scroll-cases .tb-mobile-project-grid::-webkit-scrollbar {
        display: none;
    }

    .tb-mobile-scroll-cases .tb-case-grid a {
        flex: 0 0 calc((100vw - 40px) / 2);
        border: 1px solid rgba(10, 166, 255, 0.18);
        border-radius: 12px;
        background: linear-gradient(180deg, #fff 0%, #f8fcff 100%);
        box-shadow: 0 8px 18px rgba(15, 23, 42, 0.08), 0 0 0 1px rgba(18, 201, 135, 0.05);
        scroll-snap-align: start;
        white-space: normal;
    }

    .tb-mobile-scroll-cases .tb-mobile-project-grid .tb-project-card {
        flex: 0 0 calc((100vw - 40px) / 2);
        border: 1px solid rgba(10, 166, 255, 0.18);
        border-radius: 12px;
        background: linear-gradient(180deg, #fff 0%, #f8fcff 100%);
        box-shadow: 0 8px 18px rgba(15, 23, 42, 0.08), 0 0 0 1px rgba(18, 201, 135, 0.05);
        scroll-snap-align: start;
        white-space: normal;
    }

    .tb-mobile-scroll-cases .tb-case-grid img {
        height: 100px;
        border-bottom: 1px solid rgba(15, 23, 42, 0.06);
        object-fit: cover;
    }

    .tb-mobile-scroll-cases .tb-mobile-project-grid .tb-project-card img {
        height: 100px;
        border-bottom: 1px solid rgba(15, 23, 42, 0.06);
        object-fit: cover;
    }

    .tb-mobile-scroll-cases .tb-case-grid a > div {
        padding: 8px 10px 9px;
    }

    .tb-mobile-scroll-cases .tb-mobile-project-grid .tb-project-card div {
        padding: 8px 10px 9px;
    }

    .tb-mobile-scroll-cases .tb-mobile-project-grid .tb-project-card span {
        margin-bottom: 5px;
        padding: 3px 7px;
        font-size: 10px;
    }

    .tb-mobile-scroll-cases .tb-case-grid h3 {
        margin-bottom: 5px;
        font-size: 14px;
        line-height: 1.35;
    }

    .tb-mobile-scroll-cases .tb-mobile-project-grid .tb-project-card h3 {
        margin-bottom: 5px;
        font-size: 14px;
        line-height: 1.35;
    }

    .tb-mobile-scroll-cases .tb-case-grid p {
        color: #111827;
        font-size: 12px;
        font-weight: 500;
        line-height: 1.45;
    }

    .tb-mobile-scroll-cases .tb-mobile-project-grid .tb-project-card p {
        color: #111827;
        font-size: 12px;
        font-weight: 500;
        line-height: 1.45;
    }

    .tb-mobile-scroll-cases .tb-case-grid {
        display: none;
    }

    .tb-mobile-scroll-cases .tb-mobile-project-grid {
        display: flex;
    }

    .tb-hot-detail-head {
        grid-template-columns: 1fr;
        padding: 24px;
    }

    .tb-hot-detail-head h1 {
        font-size: 26px;
    }

    .tb-hot-gallery img {
        height: 210px;
    }

    .tb-hot-content article {
        padding: 24px;
    }

    .tb-super-list,
    .tb-super-detail {
        padding: 14px 0 34px;
    }

    .hot-theme-hero {
        padding: 64px 0 58px;
    }

    .hot-theme-hero h1 {
        font-size: clamp(30px, 9vw, 42px);
    }

    .hot-theme-hero p {
        font-size: 15px;
        line-height: 1.75;
    }

    .hot-theme-section {
        padding: 34px 0 26px;
    }

    .hot-theme-shell {
        grid-template-columns: 1fr;
        gap: 16px;
    }

    .hot-theme-menu {
        position: static;
        padding: 18px;
        border-radius: 20px;
    }

    .hot-theme-menu h2 {
        margin-bottom: 6px;
        font-size: 20px;
    }

    .hot-theme-menu p {
        margin-bottom: 14px;
        font-size: 13px;
    }

    .hot-theme-menu nav {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 8px;
    }

    .hot-theme-tab {
        padding: 11px 24px 11px 12px;
        border-radius: 12px;
        font-size: 13px;
        line-height: 1.35;
    }

    .hot-theme-tab:hover,
    .hot-theme-tab.active {
        transform: none;
    }

    .hot-theme-intro {
        min-height: 0;
        padding: 22px;
        border-radius: 22px;
    }

    .hot-theme-intro h2 {
        font-size: clamp(26px, 8vw, 34px);
    }

    .hot-theme-intro p {
        font-size: 14px;
        line-height: 1.75;
    }

    .hot-theme-grid {
        grid-template-columns: 1fr;
        gap: 14px;
    }

    .hot-theme-card {
        border-radius: 18px;
    }

    .hot-theme-card img {
        height: 190px;
    }

    .hot-theme-card-body {
        min-height: 0;
        padding: 16px;
    }

    .hot-theme-card h3 {
        font-size: 17px;
    }

    .tb-super-shell,
    .tb-super-detail-shell {
        width: calc(100% - 24px);
    }

    .tb-super-filter {
        padding: 12px;
        overflow: hidden;
    }

    .tb-super-filter-row {
        grid-template-columns: 1fr;
        gap: 8px;
    }

    .tb-super-filter-row div {
        flex-wrap: nowrap;
        overflow-x: auto;
        padding-bottom: 4px;
    }

    .tb-super-filter-row a {
        flex: 0 0 auto;
        white-space: nowrap;
    }

    .tb-super-card {
        grid-template-columns: 1fr;
    }

    .tb-super-card-img {
        height: 210px;
        min-height: 210px;
    }

    .tb-super-card-body {
        padding: 16px;
    }

    .tb-super-card-body h2 {
        font-size: 17px;
    }

    .tb-super-detail-hero h1 {
        font-size: 23px;
    }

    .tb-super-gallery {
        grid-template-columns: 1fr;
    }

    .tb-super-gallery img {
        height: auto;
        min-height: 220px;
    }

    .tb-super-meta-grid {
        grid-template-columns: repeat(2, 1fr);
        height: auto;
    }

    .tb-super-meta-grid div {
        min-height: 58px;
        border-bottom: 1px solid #f3f4f6;
    }

    .tb-super-anchor {
        position: static;
        overflow-x: auto;
        padding: 0 8px;
    }

    .tb-super-anchor a {
        flex: 0 0 auto;
        padding: 0 10px;
        white-space: nowrap;
        font-size: 14px;
    }

    .tb-super-raw [class*='px-8'] {
        padding-left: 16px !important;
        padding-right: 16px !important;
    }

    .tb-super-raw [class*='px-6'],
    .tb-super-raw [class*='px-4'] {
        padding-left: 14px !important;
        padding-right: 14px !important;
    }

    .tb-super-raw [class*='flex-row'] {
        flex-wrap: wrap;
    }

    .tb-filter-head {
        align-items: start;
        flex-direction: column;
    }

    .tb-filter-row {
        grid-template-columns: 70px minmax(0, 1fr);
        gap: 10px;
        align-items: center;
        padding: 8px 0;
    }

    .tb-filter-row strong {
        padding-top: 0;
        font-size: 13px;
        white-space: nowrap;
    }

    .tb-filter-row div {
        flex-wrap: nowrap;
        gap: 8px;
        overflow-x: auto;
        overflow-y: hidden;
        padding-bottom: 2px;
        white-space: nowrap;
        -webkit-overflow-scrolling: touch;
    }

    .tb-filter-row div::-webkit-scrollbar {
        display: none;
    }

    .tb-filter-row a {
        flex: 0 0 auto;
        padding: 7px 12px;
        font-size: 13px;
    }

    .venue-nav-card {
        align-items: flex-start;
        flex-direction: column;
        padding: 22px;
    }

    .venue-area-nav {
        justify-content: flex-start;
    }

    .venue-card-image img {
        height: 220px;
    }

    .venue-aft-tabs {
        justify-content: flex-start;
        overflow-x: auto;
        flex-wrap: nowrap;
        padding-bottom: 6px;
    }

    .venue-aft-tabs a {
        flex: 0 0 auto;
        min-height: 40px;
        padding: 0 16px;
        font-size: 14px;
    }

    .venue-hot-links .tb-wrap {
        flex-wrap: nowrap;
        overflow-x: auto;
        padding-bottom: 12px;
    }

    .venue-hot-links a,
    .venue-hot-links strong {
        flex: 0 0 auto;
        white-space: nowrap;
    }

    .venue-aft-hero {
        padding: 54px 0 44px;
    }

    .venue-aft-desc {
        padding: 18px;
    }

    .venue-aft-image,
    .venue-aft-more-box {
        min-height: 220px;
        height: 220px;
    }

    .venue-region-card {
        flex-direction: column;
        gap: 18px;
        padding: 14px;
        border-radius: 22px;
    }

    .venue-region-media {
        flex-basis: auto;
        width: 100%;
        min-height: 150px;
    }

    .venue-region-body {
        padding: 0 2px 4px;
    }

    .venue-region-head h2 {
        font-size: 23px;
    }

    .venue-region-tags {
        gap: 10px;
        margin-top: 18px;
    }

    .venue-region-tags a {
        padding: 6px 13px;
        font-size: 13px;
    }

    .tb-about-grid img {
        height: 260px;
    }

    .tb-contact-card div,
    .footer-qrcodes > div {
        flex-wrap: wrap;
    }

    .footer-top {
        gap: 28px;
        padding: 42px 0 34px;
    }
}

/* Final custom skin overrides. Keep layout intact; only refine visual style. */
body {
    color: var(--brand-ink);
    background: linear-gradient(180deg, #f7fafc 0%, #f4f7fb 44%, #f8fafc 100%);
}

body:not(.is-home-hero) .home-header {
    background: rgba(255, 255, 255, 0.94);
    border-bottom: 1px solid rgba(223, 231, 239, 0.9);
    box-shadow: 0 14px 38px rgba(13, 27, 42, 0.06);
    backdrop-filter: saturate(140%) blur(14px);
}

.home-menu a {
    color: var(--brand-ink-soft);
    font-weight: 700;
}

.home-menu a:hover,
.home-menu a.active {
    color: var(--brand-green-dark);
}

.home-phone,
.footer-cta,
.tb-section-title > a,
.tb-project-detail-actions button,
.tb-project-detail-card button,
.tb-plan-grid a,
.plan-form__submit,
.consult-form button,
.mobile-bottom-bar__cta,
.tb-project-empty button {
    color: #fff;
    background: linear-gradient(135deg, var(--brand-green-dark), var(--brand-green));
    border-color: transparent;
    box-shadow: 0 14px 30px rgba(15, 169, 121, 0.22);
}

.home-phone:hover,
.footer-cta:hover,
.tb-section-title > a:hover,
.tb-project-detail-actions button:hover,
.tb-project-detail-card button:hover,
.tb-plan-grid a:hover,
.plan-form__submit:hover,
.consult-form button:hover,
.mobile-bottom-bar__cta:hover,
.tb-project-empty button:hover {
    color: #fff;
    background: linear-gradient(135deg, #086f55, #0fa979);
    box-shadow: 0 18px 38px rgba(15, 169, 121, 0.28);
}

.tb-hero-banner:after,
.page-hero:after,
.hot-theme-hero:after,
.venue-base-hero:after,
.tb-project-hero:after,
.tb-project-detail-hero:after {
    background: transparent;
}

.tb-hero-banner h1,
.page-hero h1,
.hot-theme-hero h1,
.venue-base-hero h1,
.tb-project-hero h1,
.tb-project-detail-head h1 {
    color: #fff;
    letter-spacing: 0;
    text-shadow: 0 12px 28px rgba(0, 0, 0, 0.18);
}

.tb-hero-banner p,
.page-hero p,
.hot-theme-hero p,
.venue-base-hero p,
.tb-project-hero p,
.tb-project-detail-head p {
    color: rgba(255, 255, 255, 0.86);
}

.tb-hero-banner span,
.page-hero span,
.hot-theme-hero span,
.venue-base-hero span,
.tb-project-hero span,
.tb-project-detail-label,
.tb-about-intro span,
.tb-contact-panel span,
.plan-modal__head span,
.tb-project-card span {
    color: var(--brand-green-dark);
    background: rgba(15, 169, 121, 0.1);
    border: 1px solid rgba(15, 169, 121, 0.16);
    letter-spacing: 0.04em;
}

.tb-hero-thumbs,
.tb-guide-grid article,
.tb-product-card,
.tb-case-grid a,
.tb-project-card,
.tb-filter-panel,
.tb-super-filter,
.tb-super-card,
.hot-theme-menu,
.hot-theme-card,
.venue-city-menu,
.venue-base-card article,
.tb-project-detail-content,
.tb-project-detail-card,
.tb-contact-card,
.tb-super-detail-left,
.tb-super-side-card,
.plan-modal__dialog,
.consult-panel,
.tb-stats-row div,
.tb-client-logos div,
.tb-advantage-grid article {
    background: rgba(255, 255, 255, 0.96);
    border: 1px solid rgba(223, 231, 239, 0.9);
    box-shadow: var(--brand-shadow-sm);
}

.tb-product-card,
.tb-case-grid a,
.tb-project-card,
.tb-super-card,
.hot-theme-card,
.venue-base-card article,
.tb-project-detail-card {
    transition: transform 0.22s ease, box-shadow 0.22s ease, border-color 0.22s ease;
}

.tb-product-card:hover,
.tb-case-grid a:hover,
.tb-project-card:hover,
.tb-super-card:hover,
.hot-theme-card:hover,
.venue-base-card:hover article,
.tb-project-detail-card:hover {
    border-color: rgba(15, 169, 121, 0.28);
    box-shadow: var(--brand-shadow-md);
}

.tb-section-title h2,
.tb-filter-head h2,
.hot-theme-menu h2,
.venue-city-menu h2,
.tb-about-intro h2,
.tb-contact-panel h2,
.tb-project-detail-card h3,
.tb-product-card h3,
.tb-case-grid h3,
.tb-project-card h3,
.tb-super-card-body h2,
.hot-theme-card h3,
.venue-base-card h3 {
    color: var(--brand-ink);
    letter-spacing: 0;
}

.tb-section-title p,
.tb-filter-head span,
.hot-theme-menu p,
.venue-city-menu p,
.tb-about-intro p,
.tb-contact-panel p,
.tb-project-detail-card p,
.tb-product-card p,
.tb-case-grid p,
.tb-project-card p,
.hot-theme-card p,
.venue-base-card p,
.tb-super-card-meta,
.tb-stats-row span,
.tb-advantage-grid p {
    color: var(--brand-muted);
}

.tb-card-meta,
.tb-project-card strong,
.hot-theme-card strong,
.venue-base-card strong,
.tb-super-card-price strong,
.tb-stats-row strong {
    color: var(--brand-green-dark);
}

.tb-filter-row a,
.tb-super-filter-row a,
.venue-base-hot a,
.hot-theme-tab,
.venue-city-tab,
.tb-super-anchor a,
.tb-super-card-tags span,
.hot-theme-tags span,
.tb-super-detail-tags span {
    color: var(--brand-ink-soft);
    background: #f7fafc;
    border: 1px solid rgba(223, 231, 239, 0.95);
    box-shadow: none;
}

.tb-filter-row a:hover,
.tb-filter-row a.active,
.tb-super-filter-row a:hover,
.tb-super-filter-row a.active,
.venue-base-hot a:hover,
.hot-theme-tab:hover,
.hot-theme-tab.active,
.venue-city-tab:hover,
.venue-city-tab.active,
.tb-super-anchor a:hover,
.tb-super-card-tags span,
.hot-theme-tags span,
.tb-super-detail-tags span {
    color: var(--brand-green-dark);
    background: rgba(15, 169, 121, 0.1);
    border-color: rgba(15, 169, 121, 0.24);
}

.hot-theme-intro {
    background: linear-gradient(90deg, rgba(13, 27, 42, 0.9), rgba(13, 27, 42, 0.5)), var(--theme-cover);
    background-position: center;
    background-size: cover;
    border: 1px solid rgba(255, 255, 255, 0.12);
    box-shadow: var(--brand-shadow-lg);
}

.venue-base-intro {
    background: linear-gradient(90deg, rgba(13, 27, 42, 0.9), rgba(13, 27, 42, 0.5)), var(--city-cover);
    background-position: center;
    background-size: cover;
    border: 1px solid rgba(255, 255, 255, 0.12);
    box-shadow: var(--brand-shadow-lg);
}

.hot-theme-intro span,
.venue-base-intro span {
    color: #d8fff1;
    background: rgba(15, 169, 121, 0.24);
    border-color: rgba(255, 255, 255, 0.18);
}

.hot-theme-intro h2,
.venue-base-intro h2,
.hot-theme-intro p,
.venue-base-intro p {
    color: #fff;
}

.tb-plan-cta {
    position: relative;
    overflow: hidden;
    background:
        linear-gradient(90deg, rgba(13, 27, 42, 0.78), rgba(21, 52, 70, 0.64) 48%, rgba(13, 27, 42, 0.82)),
        url("/assets/img/home/plan-cta-landscape.jpg") center / cover no-repeat;
    color: #fff;
}

.tb-plan-grid {
    min-height: 0;
    padding: 0;
    border: 0;
    background: transparent;
    box-shadow: none;
}

.tb-plan-grid:before,
.tb-plan-grid:after,
.tb-plan-grid > img,
.tb-plan-grid .tb-plan-desc-default,
.tb-plan-grid .tb-plan-desc-pc,
.tb-plan-grid .tb-plan-slogan {
    display: none;
}

.tb-plan-grid > div {
    max-width: 760px;
    margin: 0 auto;
    text-align: center;
}

.tb-plan-grid h2,
.tb-plan-slogan {
    color: #fff;
}

.tb-plan-grid h2 {
    margin-bottom: 28px;
}

.tb-plan-grid p {
    color: rgba(255, 255, 255, 0.78);
}

.tb-super-detail,
.tb-project-detail-page,
.venue-base-page,
.tb-project-page,
.tb-super-page {
    background: linear-gradient(180deg, #f6f9fc 0%, #f8fafc 100%);
}

.tb-super-meta-grid div {
    background: linear-gradient(180deg, #fff 0%, #f8fbfd 100%);
    border-color: var(--brand-line-soft);
}

.tb-super-meta-grid span,
.tb-super-side-card span,
.tb-super-raw p,
.tb-super-raw li,
.tb-project-detail-content p,
.tb-project-detail-content li {
    color: var(--brand-ink-soft);
}

.tb-super-meta-grid strong,
.tb-super-side-card strong,
.tb-super-raw h1,
.tb-super-raw h2,
.tb-super-raw h3,
.tb-project-detail-content h1,
.tb-project-detail-content h2,
.tb-project-detail-content h3,
.tb-project-detail-content h4 {
    color: var(--brand-ink);
}

.tb-super-meta-grid strong.orange,
.tb-super-meta-grid strong.red {
    color: var(--brand-orange);
}

.tb-super-side-card a,
.consult-float-button {
    color: #fff;
    background: linear-gradient(135deg, var(--brand-ink), var(--brand-green-dark));
    box-shadow: 0 18px 46px rgba(13, 27, 42, 0.24), 0 12px 28px rgba(15, 169, 121, 0.18);
}

.plan-modal {
    background: rgba(7, 18, 29, 0.62);
    backdrop-filter: blur(6px);
}

.plan-modal__dialog {
    border-radius: 18px;
}

.plan-form select,
.plan-form input,
.plan-form textarea,
.consult-input {
    color: var(--brand-ink);
    background: #fbfdff;
    border-color: var(--brand-line);
}

.plan-form select:focus,
.plan-form input:focus,
.plan-form textarea:focus,
.consult-input:focus {
    border-color: rgba(15, 169, 121, 0.62);
    box-shadow: 0 0 0 4px rgba(15, 169, 121, 0.12);
}

.mobile-bottom-bar {
    background: #111;
    border-top: 1px solid rgba(255, 255, 255, 0.18);
    box-shadow: 0 -14px 34px rgba(0, 0, 0, 0.3);
    backdrop-filter: blur(12px);
}

.mobile-bottom-bar__item {
    color: #fff;
}

.home-footer {
    background: linear-gradient(145deg, #0d1b2a 0%, #12293a 58%, #103829 100%);
    color: rgba(255, 255, 255, 0.74);
}

.home-footer h3,
.footer-hotline strong {
    color: #fff;
}

.home-footer a:hover {
    color: #d9fff2;
}

.footer-bottom {
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    background: rgba(0, 0, 0, 0.14);
}

@media (max-width: 980px) {
    body:not(.is-home-hero) .home-header {
        background: rgba(255, 255, 255, 0.96);
    }

    .home-menu a:hover,
    .home-menu a.active {
        box-shadow: none;
    }

    .tb-mobile-scroll-products .tb-section-title h2::before,
    .tb-mobile-scroll-cases .tb-section-title h2::before {
        background: linear-gradient(180deg, var(--brand-green), var(--brand-orange));
    }

    .tb-mobile-scroll-products .tb-section-title > a,
    .tb-mobile-scroll-cases .tb-section-title > a {
        color: var(--brand-green-dark);
        border-color: rgba(15, 169, 121, 0.28);
        background: rgba(15, 169, 121, 0.08);
    }

    .tb-filter-head {
        align-items: start;
        flex-direction: column;
    }

    .tb-filter-row {
        grid-template-columns: 70px minmax(0, 1fr);
        gap: 10px;
        align-items: center;
        padding: 8px 0;
    }

    .tb-filter-row strong {
        padding-top: 0;
        font-size: 13px;
        white-space: nowrap;
    }

    .tb-filter-row div {
        flex-wrap: nowrap;
        gap: 8px;
        overflow-x: auto;
        overflow-y: hidden;
        padding-bottom: 2px;
        white-space: nowrap;
        -webkit-overflow-scrolling: touch;
    }

    .tb-filter-row div::-webkit-scrollbar {
        display: none;
    }

    .tb-filter-row a {
        flex: 0 0 auto;
        padding: 7px 12px;
        font-size: 13px;
    }
}

@media (max-width: 640px) {
    body {
        background: #f6f9fc;
    }

.tb-hero-banner:after,
    .page-hero:after,
    .hot-theme-hero:after,
    .venue-base-hero:after,
    .tb-project-hero:after,
    .tb-project-detail-hero:after {
        background: transparent;
    }

    .consult-widget {
        right: 14px;
        bottom: 82px;
    }
}

/* Final requested overrides. Keep last so repeated legacy rules cannot override them. */
.tb-hero-thumbs {
    position: absolute !important;
    left: 50% !important;
    right: auto !important;
    bottom: 28px !important;
    z-index: 4;
    display: flex !important;
    align-items: center;
    justify-content: center;
    gap: 10px;
    width: auto;
    padding: 0 !important;
    border: 0 !important;
    border-radius: 0 !important;
    background: transparent !important;
    box-shadow: none !important;
    backdrop-filter: none !important;
    transform: translateX(-50%) !important;
}

.tb-hero-thumbs button {
    width: 10px !important;
    height: 10px !important;
    min-width: 0 !important;
    padding: 0 !important;
    border: 0 !important;
    border-radius: 999px !important;
    background: rgba(255, 255, 255, 0.62) !important;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.18) !important;
    opacity: 1 !important;
    overflow: hidden;
    transform: none !important;
}

.tb-hero-thumbs button img {
    display: none !important;
}

.tb-hero-thumbs button.active,
.tb-hero-thumbs button:hover {
    width: 28px !important;
    background: #fff !important;
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.22) !important;
}

@media (min-width: 981px) {
    .home-menu {
        padding: 0 !important;
        border: 0 !important;
        border-radius: 0 !important;
        background: transparent !important;
        box-shadow: none !important;
    }
}

/* Homepage hero billboard and floating process bar. */
.tb-hero {
    position: relative;
    background: #f5f8fb;
}

.tb-hero:after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 2;
    height: 150px;
    background: linear-gradient(180deg, rgba(245, 248, 251, 0), rgba(245, 248, 251, 0.96));
    pointer-events: none;
}

.tb-hero-viewport {
    border-radius: 0;
}

.tb-hero-slides,
.tb-hero-banner {
    min-height: clamp(740px, 56vw, 900px);
}

.tb-hero-banner img {
    height: clamp(740px, 56vw, 900px);
}

.tb-hero-banner:after {
    background: transparent;
}

.tb-hero-banner > div {
    top: auto;
    bottom: 120px;
}

.tb-hero-finder {
    position: absolute;
    inset: 0;
    z-index: 6;
    pointer-events: none;
}

.tb-hero-hotplays {
    position: absolute;
    left: 50%;
    bottom: 260px;
    display: flex;
    align-items: center;
    gap: 10px;
    width: min(760px, calc(100% - 56px));
    margin: 0;
    transform: translateX(-50%);
    pointer-events: auto;
}

.tb-hero-hotplays strong {
    flex: 0 0 auto;
    color: #fff;
    font-size: 16px;
    font-weight: 900;
    text-shadow: 0 2px 10px rgba(0, 0, 0, 0.28);
}

.tb-hero-hotplays a {
    flex: 0 0 auto;
    min-width: 96px;
    height: 32px;
    padding: 0 16px;
    border-radius: 999px;
    color: #263241;
    background: rgba(255, 255, 255, 0.92);
    box-shadow: 0 8px 22px rgba(7, 18, 32, 0.16);
    font-size: 14px;
    font-weight: 800;
    line-height: 32px;
    text-align: center;
    transition: background 0.2s ease, color 0.2s ease, transform 0.2s ease;
}

.tb-hero-hotplays a:hover {
    color: #fff;
    background: #12c987;
    transform: translateY(-1px);
}

.tb-hero-search {
    position: absolute;
    left: 50%;
    bottom: 190px;
    display: grid;
    grid-template-columns: 168px minmax(0, 1fr) 112px;
    align-items: center;
    width: min(760px, calc(100% - 56px));
    height: 60px;
    overflow: hidden;
    border-radius: 6px;
    background: #fff;
    box-shadow: 0 26px 70px rgba(7, 18, 32, 0.32);
    transform: translateX(-50%);
    pointer-events: auto;
}

.tb-hero-thumbs {
    bottom: 118px !important;
    z-index: 6;
}

.tb-guide {
    position: relative;
    z-index: 9;
    margin-top: -72px;
    padding: 0 0 54px;
    background: linear-gradient(180deg, rgba(245, 248, 251, 0) 0%, #fff 72%);
}

.tb-guide-grid {
    width: min(1060px, calc(100% - 40px));
    padding: 24px 28px;
    border: 1px solid rgba(223, 231, 239, 0.95);
    border-radius: 24px;
    background: rgba(255, 255, 255, 0.98);
    box-shadow: 0 28px 72px rgba(13, 27, 42, 0.16);
}

.tb-guide-grid article {
    min-height: 86px;
    padding: 6px 22px;
    border: 0;
    border-radius: 0;
    background: transparent;
    box-shadow: none;
}

.tb-guide-grid article::before,
.tb-guide-grid article::after {
    content: none;
}

.tb-guide-grid article + article {
    border-left: 1px solid rgba(15, 23, 42, 0.08);
}

.tb-guide-grid img {
    width: 52px;
    height: 52px;
    padding: 9px;
    border-radius: 50%;
    background: linear-gradient(135deg, rgba(18, 201, 135, 0.15), rgba(242, 203, 5, 0.12));
}

.tb-guide-grid h3 {
    font-size: 17px;
}

.tb-guide-grid p {
    font-size: 13px;
    line-height: 1.55;
}

@media (hover: hover) and (pointer: fine) {
    .tb-guide-grid:hover article:not(:hover),
    .tb-guide-grid article:hover {
        opacity: 1;
        transform: none;
        border-color: rgba(15, 23, 42, 0.08);
        background: transparent;
        box-shadow: none;
    }

    .tb-guide-grid article:hover > img,
    .tb-guide-grid article:hover h3,
    .tb-guide-grid article:hover p {
        color: inherit;
        transform: none;
    }

    .tb-guide-grid article:hover h3 {
        color: #101828;
    }

    .tb-guide-grid article:hover p {
        color: #667085;
    }

    .tb-guide-grid article:hover > img {
        background: linear-gradient(135deg, rgba(18, 201, 135, 0.15), rgba(242, 203, 5, 0.12));
        box-shadow: none;
    }
}

@media (max-width: 1024px) {
    .tb-hero-slides,
    .tb-hero-banner {
        min-height: 680px;
    }

    .tb-hero-banner img {
        height: 680px;
    }

    .tb-hero-finder {
        inset: 0;
    }

    .tb-hero-hotplays {
        bottom: 232px;
    }

    .tb-hero-search {
        bottom: 162px;
    }

    .tb-hero-thumbs {
        bottom: 96px !important;
    }

    .tb-guide-grid {
        width: min(940px, calc(100% - 36px));
        padding: 20px;
    }

    .tb-guide-grid article {
        padding: 8px 14px;
    }
}

@media (max-width: 640px) {
    .tb-hero:after {
        display: none;
    }

    .tb-hero-slides,
    .tb-hero-banner,
    .tb-hero-banner img {
        min-height: 420px;
        height: 420px;
    }

    .tb-hero-banner > div {
        top: auto;
    }

    .tb-hero-finder {
        display: none;
    }

    .tb-hero-thumbs {
        bottom: 18px !important;
    }

    .tb-guide {
        margin-top: 0;
        padding: 16px 0 22px;
        background: #fff;
    }

    .tb-guide-grid {
        display: none;
    }
}

/* Restored homepage hero mode: carousel sits behind the transparent nav, then nav turns white on scroll. */
body.is-home-hero {
    background: #050c14;
}

body.is-home-hero .home-header {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 30;
    background: transparent;
    border-bottom: 0;
    box-shadow: none;
    backdrop-filter: none;
    -webkit-backdrop-filter: none;
    transition: background-color 0.3s ease, box-shadow 0.3s ease, border-color 0.3s ease, backdrop-filter 0.3s ease;
}

body.is-home-hero .home-header,
body.is-home-hero .home-nav,
body.is-home-hero .home-brand {
    overflow: visible;
}

body.is-home-hero .home-menu {
    border-color: transparent;
    background: transparent;
    box-shadow: none;
}

body.is-home-hero .home-menu a,
body.is-home-hero .home-menu a:hover,
body.is-home-hero .home-menu a.active,
body.is-home-hero .home-service span,
body.is-home-hero .home-service a,
body.is-home-hero .home-city-current span,
body.is-home-hero .home-brand-text {
    color: #fff;
}

body.is-home-hero .home-city-current {
    color: #fff;
    border-color: rgba(255, 255, 255, 0.34);
    background: rgba(255, 255, 255, 0.12);
    box-shadow: 0 12px 30px rgba(0, 0, 0, 0.18);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
}

body.is-home-hero .home-city-current i {
    border-color: rgba(255, 255, 255, 0.7);
}

body.is-home-hero .home-city-current i:after,
body.is-home-hero .home-city-current i:before {
    background: #fff;
}

body.is-home-hero .home-brand-logo {
    width: 172px !important;
    height: 172px !important;
    max-width: none;
    max-height: none;
    object-fit: contain;
}

body.is-home-hero .home-brand-logo-dark {
    display: none;
}

body.is-home-hero .home-brand-logo-light {
    display: block;
}

body.is-home-hero.is-scrolled .home-header {
    background: rgba(255, 255, 255, 0.94);
    border-bottom: 1px solid rgba(23, 32, 51, 0.06);
    box-shadow: 0 6px 22px rgba(15, 22, 32, 0.06);
    backdrop-filter: blur(14px);
    -webkit-backdrop-filter: blur(14px);
}

body.is-home-hero.is-scrolled .home-menu a,
body.is-home-hero.is-scrolled .home-menu a:hover,
body.is-home-hero.is-scrolled .home-menu a.active,
body.is-home-hero.is-scrolled .home-service span,
body.is-home-hero.is-scrolled .home-service a,
body.is-home-hero.is-scrolled .home-city-current span,
body.is-home-hero.is-scrolled .home-brand-text {
    color: #172033;
}

body.is-home-hero.is-scrolled .home-city-current {
    color: #172033;
    border-color: rgba(15, 169, 121, 0.2);
    background: rgba(255, 255, 255, 0.86);
    box-shadow: 0 8px 22px rgba(13, 27, 42, 0.06);
}

body.is-home-hero.is-scrolled .home-city-current i {
    border-color: #667085;
}

body.is-home-hero.is-scrolled .home-city-current i:after,
body.is-home-hero.is-scrolled .home-city-current i:before {
    background: #344054;
}

body.is-home-hero.is-scrolled .home-brand-logo-dark {
    display: block;
}

body.is-home-hero.is-scrolled .home-brand-logo-light {
    display: none;
}

body.is-home-hero.is-scrolled .home-brand-logo {
    width: 172px !important;
    height: 172px !important;
    max-width: none;
    max-height: none;
}

body.is-home-hero .tb-hero,
body.is-home-hero .tb-hero-full,
body.is-home-hero .tb-hero-slider,
body.is-home-hero .tb-hero-viewport,
body.is-home-hero .tb-hero-slides,
body.is-home-hero .tb-hero-banner {
    width: 100%;
    min-height: 100vh;
    min-height: 100svh;
    height: 100vh;
    height: 100svh;
}

body.is-home-hero .tb-hero {
    position: relative;
    overflow: hidden;
    padding: 0;
    background: #050c14;
}

body.is-home-hero .tb-hero:after {
    display: none;
}

body.is-home-hero .tb-hero-slider,
body.is-home-hero .tb-hero-viewport,
body.is-home-hero .tb-hero-slides {
    position: relative;
    overflow: hidden;
    margin: 0;
    border-radius: 0;
    background: transparent;
    box-shadow: none;
}

body.is-home-hero .tb-hero-banner {
    position: absolute;
    inset: 0;
    display: block;
    color: #fff;
}

body.is-home-hero .tb-hero-banner.active {
    z-index: 1;
}

body.is-home-hero .tb-hero-banner img {
    width: 100%;
    min-height: 100vh;
    min-height: 100svh;
    height: 100vh;
    height: 100svh;
    object-fit: cover;
    object-position: center center;
}

body.is-home-hero .tb-hero-banner:after {
    content: "";
    position: absolute;
    inset: 0;
    z-index: 1;
    background:
        linear-gradient(90deg, rgba(2, 8, 14, 0.74) 0%, rgba(2, 8, 14, 0.42) 42%, rgba(2, 8, 14, 0.14) 100%),
        linear-gradient(180deg, rgba(2, 8, 14, 0.48) 0%, rgba(2, 8, 14, 0.04) 38%, rgba(2, 8, 14, 0.66) 100%);
    pointer-events: none;
}

body.is-home-hero .tb-hero-banner > div {
    position: absolute;
    left: max(56px, calc((100vw - 1200px) / 2 + 24px));
    top: auto;
    bottom: clamp(230px, 25vh, 310px);
    z-index: 4;
    width: min(680px, calc(100% - 112px));
    transform: none;
}

body.is-home-hero .tb-hero-banner span {
    border: 1px solid rgba(255, 255, 255, 0.26);
    color: #fff;
    background: rgba(255, 255, 255, 0.14);
    box-shadow: none;
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
}

body.is-home-hero .tb-hero-banner h1 {
    color: #fff;
    text-shadow: 0 16px 40px rgba(0, 0, 0, 0.4);
}

body.is-home-hero .tb-hero-banner p {
    color: rgba(255, 255, 255, 0.9);
    text-shadow: 0 8px 24px rgba(0, 0, 0, 0.32);
}

body.is-home-hero .tb-hero-finder {
    position: absolute;
    inset: 0;
    z-index: 8;
    display: block;
    pointer-events: none;
}

body.is-home-hero .tb-hero-hotplays,
body.is-home-hero .tb-hero-search {
    z-index: 9;
    pointer-events: auto;
}

body.is-home-hero .tb-hero-hotplays {
    bottom: clamp(142px, 16vh, 188px);
}

body.is-home-hero .tb-hero-search {
    bottom: clamp(72px, 8vh, 112px);
    background: rgba(255, 255, 255, 0.94);
    box-shadow: 0 26px 70px rgba(0, 0, 0, 0.34);
    backdrop-filter: blur(14px);
    -webkit-backdrop-filter: blur(14px);
}

body.is-home-hero .tb-slider-btn {
    display: block;
    z-index: 11;
}

body.is-home-hero .tb-hero-thumbs {
    position: absolute;
    right: max(24px, calc((100vw - 1200px) / 2 + 24px));
    bottom: clamp(50px, calc(5vh + 16px), 74px) !important;
    z-index: 12;
}

body.is-home-hero .tb-guide {
    position: relative;
    z-index: 9;
    margin-top: -72px;
    padding: 0 0 54px;
    background: linear-gradient(180deg, rgba(245, 248, 251, 0) 0%, #fff 72%);
}

@media (max-width: 1100px) {
    body.is-home-hero .tb-hero-banner > div {
        left: 32px;
        right: 32px;
        bottom: clamp(214px, 27vh, 280px);
        width: auto;
    }

    body.is-home-hero .tb-hero-hotplays {
        bottom: clamp(140px, 17vh, 178px);
    }

    body.is-home-hero .tb-hero-search {
        bottom: clamp(70px, 9vh, 108px);
    }
}

@media (max-width: 640px) {
    body.is-home-hero .home-brand-logo {
        width: 78px !important;
        height: 78px !important;
    }

    body.is-home-hero.is-scrolled .home-brand-logo {
        width: 78px !important;
        height: 78px !important;
        max-width: none;
        max-height: none;
    }

    body.is-home-hero .tb-hero,
    body.is-home-hero .tb-hero-full,
    body.is-home-hero .tb-hero-slider,
    body.is-home-hero .tb-hero-viewport,
    body.is-home-hero .tb-hero-slides,
    body.is-home-hero .tb-hero-banner,
    body.is-home-hero .tb-hero-banner img {
        min-height: 100vh;
        min-height: 100svh;
        height: 100vh;
        height: 100svh;
    }

    body.is-home-hero .tb-hero-banner > div {
        left: 20px;
        right: 20px;
        bottom: clamp(280px, 38vh, 330px);
        width: auto;
    }

    body.is-home-hero .tb-hero-banner h1 {
        font-size: clamp(28px, 9vw, 38px);
        line-height: 1.14;
    }

    body.is-home-hero .tb-hero-banner p {
        display: -webkit-box;
        overflow: hidden;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
        font-size: 14px;
        line-height: 1.65;
    }

    body.is-home-hero .tb-hero-hotplays {
        left: 20px;
        right: 20px;
        bottom: 168px;
        width: auto;
        overflow-x: auto;
        padding-bottom: 4px;
        transform: none;
        scrollbar-width: none;
    }

    body.is-home-hero .tb-hero-hotplays::-webkit-scrollbar {
        display: none;
    }

    body.is-home-hero .tb-hero-search {
        left: 20px;
        right: 20px;
        bottom: 92px;
        grid-template-columns: 1fr 78px;
        width: auto;
        height: 54px;
        transform: none;
    }

    body.is-home-hero .tb-hero-search span {
        display: none;
    }

    body.is-home-hero .tb-hero-search input {
        height: 54px;
        padding: 0 14px;
        font-size: 14px;
    }

    body.is-home-hero .tb-hero-search button {
        height: 38px;
        margin-right: 8px;
        font-size: 15px;
    }

    body.is-home-hero .tb-slider-btn {
        top: auto;
        bottom: 24px;
        width: 38px;
        height: 38px;
        font-size: 28px;
    }

    body.is-home-hero .tb-slider-prev {
        left: 20px;
    }

    body.is-home-hero .tb-slider-next {
        right: 20px;
    }

    body.is-home-hero .tb-hero-thumbs {
        left: 50%;
        right: auto;
        bottom: 38px !important;
        transform: translateX(-50%);
    }

    body.is-home-hero .tb-guide {
        margin-top: 0;
        padding: 16px 0 22px;
        background: #fff;
    }
}

@media (max-width: 640px) {
    .home-nav {
        height: auto;
        padding: 0;
    }

    .home-brand {
        margin: -11px 0;
    }

    .home-brand-logo,
    .home-brand img,
    body.is-home-hero .home-brand-logo,
    body.is-home-hero.is-scrolled .home-brand-logo {
        width: 110px !important;
        height: 110px !important;
        max-width: none;
        max-height: none;
        object-fit: contain;
    }
}

/* Final cleanup for the middle CTA: keep only title and button over the background image. */
.tb-plan-cta .tb-plan-grid {
    min-height: 0;
    padding: 0;
    border: 0;
    border-radius: 0;
    background: transparent;
    box-shadow: none;
    backdrop-filter: none;
    -webkit-backdrop-filter: none;
}

.tb-plan-cta .tb-plan-grid:before,
.tb-plan-cta .tb-plan-grid:after,
.tb-plan-cta .tb-plan-grid > img,
.tb-plan-cta .tb-plan-grid .tb-plan-desc-default,
.tb-plan-cta .tb-plan-grid .tb-plan-desc-pc,
.tb-plan-cta .tb-plan-grid .tb-plan-slogan {
    display: none;
}

/* About page cards: match the homepage card shine and hover treatment. */
.about-board-stats div,
.about-company-cards article,
.about-stat-strip div,
.about-capability-grid article,
.about-collab-list article {
    position: relative;
    overflow: hidden;
    isolation: isolate;
    transition: transform 0.28s ease, border-color 0.28s ease, box-shadow 0.28s ease, background 0.28s ease, opacity 0.28s ease;
}

.about-board-stats div,
.about-company-cards article,
.about-stat-strip div {
    border: 1px solid rgba(223, 231, 239, 0.88);
    background: rgba(255, 255, 255, 0.94);
    box-shadow: var(--brand-shadow-sm);
}

.about-board-stats div::before,
.about-company-cards article::before,
.about-stat-strip div::before,
.about-capability-grid article::before,
.about-collab-list article::before {
    content: "";
    position: absolute;
    inset: -45% auto -45% -70%;
    z-index: -1;
    width: 58%;
    transform: skewX(-18deg) translateX(0);
    background: linear-gradient(90deg, rgba(255, 255, 255, 0), rgba(18, 201, 135, 0.16), rgba(242, 203, 5, 0.13), rgba(255, 255, 255, 0));
    opacity: 0;
    pointer-events: none;
}

.about-board-stats div::after,
.about-company-cards article::after,
.about-stat-strip div::after,
.about-capability-grid article::after,
.about-collab-list article::after {
    content: "";
    position: absolute;
    right: 16px;
    bottom: 14px;
    z-index: -1;
    width: 46px;
    height: 46px;
    border-radius: 50%;
    background: rgba(18, 201, 135, 0.1);
    transform: scale(0.45);
    opacity: 0;
    transition: transform 0.28s ease, opacity 0.28s ease;
    pointer-events: none;
}

.about-board-stats strong,
.about-board-stats span,
.about-company-cards strong,
.about-company-cards span,
.about-stat-strip strong,
.about-stat-strip span,
.about-capability-grid article > span,
.about-capability-grid h3,
.about-capability-grid p,
.about-collab-list strong,
.about-collab-list h3,
.about-collab-list p {
    transition: transform 0.28s ease, color 0.28s ease, background 0.28s ease, box-shadow 0.28s ease;
}

@media (hover: hover) and (pointer: fine) {
    .about-board-stats:hover div:not(:hover),
    .about-company-cards:hover article:not(:hover),
    .about-stat-strip:hover div:not(:hover),
    .about-capability-grid:hover article:not(:hover),
    .about-collab-list:hover article:not(:hover) {
        opacity: 0.72;
        transform: translateY(2px) scale(0.985);
    }

    .about-board-stats div:hover,
    .about-company-cards article:hover,
    .about-stat-strip div:hover,
    .about-capability-grid article:hover,
    .about-collab-list article:hover {
        border-color: rgba(18, 201, 135, 0.26);
        background: linear-gradient(135deg, #ffffff 0%, #effdf7 100%);
        box-shadow: 0 24px 54px rgba(15, 23, 42, 0.13), 0 10px 26px rgba(18, 201, 135, 0.12);
        transform: translateY(-6px);
    }

    .about-board-stats div:hover::before,
    .about-company-cards article:hover::before,
    .about-stat-strip div:hover::before,
    .about-capability-grid article:hover::before,
    .about-collab-list article:hover::before {
        opacity: 1;
        animation: tbGuideShine 0.82s ease forwards;
    }

    .about-board-stats div:hover::after,
    .about-company-cards article:hover::after,
    .about-stat-strip div:hover::after,
    .about-capability-grid article:hover::after,
    .about-collab-list article:hover::after {
        opacity: 1;
        transform: scale(1);
    }

    .about-board-stats div:hover strong,
    .about-stat-strip div:hover strong {
        color: #0bad71;
        transform: translateY(-2px) scale(1.04);
    }

    .about-company-cards article:hover strong,
    .about-collab-list article:hover strong {
        transform: translateY(-2px) scale(1.06) rotate(-4deg);
        background: rgba(18, 201, 135, 0.16);
        box-shadow: 0 12px 26px rgba(18, 201, 135, 0.18);
    }

    .about-capability-grid article:hover > span {
        color: rgba(11, 173, 113, 0.42);
        transform: translateY(-2px) scale(1.04);
    }

    .about-board-stats div:hover span,
    .about-company-cards article:hover span,
    .about-stat-strip div:hover span,
    .about-capability-grid article:hover h3,
    .about-capability-grid article:hover p,
    .about-collab-list article:hover h3,
    .about-collab-list article:hover p {
        transform: translateX(3px);
    }

    .about-company-cards article:hover span,
    .about-capability-grid article:hover h3,
    .about-collab-list article:hover h3 {
        color: #0bad71;
    }

    .about-board-stats div:hover span,
    .about-stat-strip div:hover span,
    .about-capability-grid article:hover p,
    .about-collab-list article:hover p {
        color: #475467;
    }
}

@media (prefers-reduced-motion: reduce) {
    .about-board-stats div,
    .about-company-cards article,
    .about-stat-strip div,
    .about-capability-grid article,
    .about-collab-list article,
    .about-board-stats strong,
    .about-board-stats span,
    .about-company-cards strong,
    .about-company-cards span,
    .about-stat-strip strong,
    .about-stat-strip span,
    .about-capability-grid article > span,
    .about-capability-grid h3,
    .about-capability-grid p,
    .about-collab-list strong,
    .about-collab-list h3,
    .about-collab-list p {
        transition: none;
    }
}

/* Keep the three navigation landing heroes visually consistent. */
.hot-theme-hero,
.venue-base-hero,
.tb-project-hero {
    display: flex;
    align-items: center;
    min-height: 360px;
    padding: 0;
}

.hot-theme-hero .tb-wrap,
.venue-base-hero .tb-wrap,
.tb-project-hero .tb-wrap {
    width: 100%;
    padding-left: 48px;
}

@media (max-width: 640px) {
    .hot-theme-hero,
    .venue-base-hero,
    .tb-project-hero {
        min-height: 300px;
        padding: 0;
    }

    .hot-theme-hero .tb-wrap,
    .venue-base-hero .tb-wrap,
    .tb-project-hero .tb-wrap {
        padding-left: 20px;
    }
}

/* Mobile homepage planner/designer cards: show one clean column with three aligned cards. */
@media (max-width: 640px) {
    .tb-advantage .tb-section-title.compact {
        margin-bottom: 16px;
        text-align: left;
    }

    .tb-advantage .tb-section-title.compact h2 {
        font-size: 26px;
        line-height: 1.25;
    }

    .tb-advantage .tb-section-title.compact p {
        font-size: 14px;
        line-height: 1.65;
    }

    .tb-advantage-grid {
        display: grid;
        grid-template-columns: 1fr;
        gap: 12px;
    }

    .tb-advantage-grid article:nth-child(n+4) {
        display: none;
    }

    .tb-advantage-grid article {
        display: flex;
        flex-direction: column;
        justify-content: center;
        min-height: 118px;
        padding: 18px 18px 18px 20px;
        border: 1px solid rgba(15, 169, 121, 0.16);
        border-radius: 18px;
        background: linear-gradient(135deg, #ffffff 0%, #f2fff9 100%);
        box-shadow: 0 14px 30px rgba(15, 23, 42, 0.08);
    }

    .tb-advantage-grid h3 {
        margin-bottom: 8px;
        color: #101828;
        font-size: 17px;
        line-height: 1.35;
    }

    .tb-advantage-grid p {
        color: #5f6b7a;
        font-size: 13px;
        line-height: 1.65;
    }
}

/* Mobile nav final alignment: keep homepage hero transparent, unify inner pages with scrolled homepage. */
@media (max-width: 640px) {
    .home-header {
        min-height: 64px;
    }

    .home-nav {
        flex-wrap: nowrap;
        gap: 8px;
        height: 64px;
        min-height: 64px;
        padding: 0;
    }

    .home-brand {
        flex: 0 0 auto;
        margin: -10px 0;
    }

    .home-brand-logo,
    .home-brand img,
    body.is-home-hero .home-brand-logo,
    body.is-home-hero.is-scrolled .home-brand-logo {
        width: 110px !important;
        height: 110px !important;
        max-width: none;
        max-height: none;
        object-fit: contain;
    }

    .home-city-switch {
        margin-left: auto;
        transform: none;
    }

    .home-city-current {
        height: 32px;
        padding: 0 10px;
        font-size: 13px;
    }

    .home-phone {
        min-width: 104px;
        height: 34px;
        padding: 0 12px;
        font-size: 13px;
        line-height: 34px;
        transform: none;
    }

    body.is-home-hero .home-header {
        background: transparent;
        border-bottom: 0;
        box-shadow: none;
        backdrop-filter: none;
        -webkit-backdrop-filter: none;
    }

    body.is-home-hero.is-scrolled .home-header,
    body:not(.is-home-hero) .home-header {
        background: rgba(255, 255, 255, 0.94);
        border-bottom: 1px solid rgba(23, 32, 51, 0.06);
        box-shadow: 0 6px 22px rgba(15, 22, 32, 0.06);
        backdrop-filter: blur(14px);
        -webkit-backdrop-filter: blur(14px);
    }
}
