:root {
    --primary: #c7924e;
    --primary-dark: #a8773d;
    --dark: #111827;
    --dark-2: #1f2937;
    --text: #1f2937;
    --muted: #6b7280;
    --light: #f8fafc;
    --line: #e5e7eb;
    --white: #ffffff;
    --shadow: 0 12px 30px rgba(18, 28, 45, 0.08);
    --shadow-lg: 0 24px 60px rgba(18, 28, 45, 0.14);
    --radius: 20px;
}

* {
    box-sizing: border-box;
}

html, body {
    margin: 0;
    padding: 0;
    font-family: "Microsoft YaHei", "PingFang SC", Arial, sans-serif;
    color: var(--text);
    background: #fff;
}

body {
    line-height: 1.7;
}

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

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

.page-progress {
    position: fixed;
    top: 0;
    left: 0;
    height: 3px;
    background: linear-gradient(90deg, var(--primary), var(--primary-dark));
    width: 0;
    z-index: 2000;
}

.site-header {
    position: sticky;
    top: 0;
    z-index: 1100;
    transition: all .25s ease;
}

.site-navbar {
    background: rgba(17, 24, 39, 0.84);
    backdrop-filter: blur(10px);
    padding: 14px 0;
    border-bottom: 1px solid rgba(255,255,255,.06);
}

.site-header.scrolled .site-navbar {
    background: rgba(17, 24, 39, 0.94);
}

.navbar-brand.brand-logo {
    color: #fff;
    font-weight: 700;
    font-size: 1.6rem;
    display: inline-flex;
    flex-direction: column;
    gap: 4px;
}

.brand-tagline {
    font-size: 11px;
    letter-spacing: 2.4px;
    color: rgba(255,255,255,.46);
    font-weight: 600;
}

.navbar-brand.brand-logo:hover,
.brand-cn {
    color: #fff;
}

.site-nav-panel {
    display: flex;
    align-items: center;
    gap: 16px;
    flex-wrap: nowrap;
    width: 100%;
}

.site-nav-list {
    gap: 2px;
    flex-wrap: nowrap;
    flex: 1 1 auto;
    min-width: 0;
}

.site-nav-list > .nav-item,
.site-nav-list > .site-nav-dropdown {
    flex: 0 0 auto;
}

.navbar-dark .navbar-nav .nav-link {
    color: rgba(255,255,255,.88);
    font-weight: 500;
    margin: 0 2px;
    position: relative;
    padding: 12px 10px;
    border-radius: 14px;
    white-space: nowrap;
    font-size: 15px;
}

.navbar-dark .navbar-nav .nav-link::after {
    content: '';
    position: absolute;
    left: 12px;
    right: 12px;
    bottom: 4px;
    height: 2px;
    border-radius: 999px;
    background: linear-gradient(90deg, var(--primary), #f5d19d);
    transform: scaleX(0);
    transform-origin: center;
    transition: transform .22s ease;
}

.navbar-dark .navbar-nav .nav-link:hover,
.navbar-dark .navbar-nav .nav-link:focus,
.navbar-dark .navbar-nav .is-active > .nav-link,
.site-nav-dropdown.is-active > .nav-link {
    color: #fff;
    background: rgba(255,255,255,.05);
}

.navbar-dark .navbar-nav .nav-link:hover::after,
.navbar-dark .navbar-nav .nav-link:focus::after,
.navbar-dark .navbar-nav .is-active > .nav-link::after,
.site-nav-dropdown:hover > .nav-link::after,
.site-nav-dropdown.is-active > .nav-link::after {
    transform: scaleX(1);
}

.site-nav-dropdown {
    position: relative;
}

.site-nav-dropdown .dropdown-toggle::after {
    margin-left: 8px;
    vertical-align: middle;
}

.site-nav-mobile-toggle {
    display: none;
}

.site-nav-dropdown .dropdown-menu {
    margin-top: 10px;
    border: 1px solid rgba(199, 146, 78, 0.18);
    border-radius: 20px;
    padding: 12px;
    min-width: 260px;
    background: rgba(17, 24, 39, 0.96);
    box-shadow: 0 18px 46px rgba(17, 24, 39, 0.26);
}

.dropdown-menu-head {
    padding: 10px 12px 14px;
    border-bottom: 1px solid rgba(255,255,255,.08);
    margin-bottom: 8px;
}

.dropdown-menu-head span {
    display: block;
    color: rgba(255,255,255,.46);
    font-size: 11px;
    letter-spacing: 1.8px;
    margin-bottom: 4px;
}

.dropdown-menu-head strong {
    color: #fff;
    font-size: 15px;
}

.site-nav-dropdown .dropdown-item {
    color: rgba(255,255,255,.88);
    border-radius: 14px;
    padding: 11px 14px;
    transition: all .2s ease;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 14px;
}

.site-nav-dropdown .dropdown-item span {
    font-weight: 600;
}

.site-nav-dropdown .dropdown-item small {
    color: rgba(255,255,255,.4);
    font-size: 12px;
}

.site-nav-dropdown .dropdown-item:hover,
.site-nav-dropdown .dropdown-item:focus,
.site-nav-dropdown .dropdown-item.active {
    background: rgba(199, 146, 78, 0.14);
    color: #fff;
    transform: translateX(3px);
}

.site-nav-dropdown .dropdown-item.active small,
.site-nav-dropdown .dropdown-item:hover small,
.site-nav-dropdown .dropdown-item:focus small {
    color: rgba(255,255,255,.72);
}

.site-nav-cta {
    position: relative;
    flex: 0 0 auto;
}

.site-nav-cta-link {
    display: inline-flex;
    flex-direction: column;
    gap: 3px;
    min-width: 138px;
    padding: 12px 16px;
    border-radius: 18px;
    background: linear-gradient(135deg, rgba(199, 146, 78, 0.2), rgba(168, 119, 61, 0.32));
    border: 1px solid rgba(245, 209, 157, 0.18);
    color: #fff;
    box-shadow: 0 10px 24px rgba(199, 146, 78, 0.18);
}

.site-nav-cta-link span {
    font-size: 11px;
    letter-spacing: 1.8px;
    color: rgba(255,255,255,.62);
}

.site-nav-cta-link strong {
    font-size: 15px;
}

.site-nav-cta-link:hover {
    color: #fff;
    transform: translateY(-1px);
}

.text-link {
    color: var(--primary-dark);
    font-weight: 700;
}

.text-link.light {
    color: #fff;
}

.page-banner {
    position: relative;
    overflow: hidden;
}

.page-banner-inner {
    background: linear-gradient(135deg, #111827 0%, #1b2432 100%);
    padding: 90px 0 70px;
    color: #fff;
}

.inner-hero {
    max-width: 760px;
}

.inner-hero span {
    display: inline-block;
    font-size: 13px;
    letter-spacing: 2px;
    color: var(--primary);
    margin-bottom: 14px;
    font-weight: 700;
}

.inner-hero h1 {
    font-size: 3rem;
    line-height: 1.15;
    margin-bottom: 16px;
    font-weight: 700;
}

.inner-hero p {
    color: rgba(255,255,255,.78);
    font-size: 1.05rem;
    margin: 0;
}

.hero-enterprise {
    position: relative;
    min-height: 720px;
    display: flex;
    align-items: center;
    overflow: hidden;
    background: #111827;
}

.hero-bg,
.hero-overlay,
.hero-grid {
    position: absolute;
    inset: 0;
}

.hero-bg img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transform: scale(1.04);
}

.hero-overlay {
    background: linear-gradient(120deg, rgba(17,24,39,.86) 0%, rgba(17,24,39,.62) 55%, rgba(17,24,39,.45) 100%);
}

.hero-grid {
    background-image: linear-gradient(rgba(255,255,255,.05) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.05) 1px, transparent 1px);
    background-size: 80px 80px;
    opacity: .18;
}

.hero-content {
    position: relative;
    z-index: 2;
    display: grid;
    grid-template-columns: 1.4fr .8fr;
    gap: 36px;
    align-items: end;
}

.hero-text {
    color: #fff;
    max-width: 760px;
}

.hero-subtitle {
    display: inline-block;
    color: var(--primary);
    letter-spacing: 3px;
    font-weight: 700;
    margin-bottom: 18px;
    font-size: 13px;
}

.hero-text h1 {
    font-size: 4rem;
    line-height: 1.1;
    margin-bottom: 20px;
    font-weight: 700;
}

.hero-text p {
    font-size: 1.08rem;
    color: rgba(255,255,255,.78);
    max-width: 680px;
    margin-bottom: 28px;
}

.hero-buttons {
    display: flex;
    gap: 14px;
    flex-wrap: wrap;
}

.hero-side-card {
    display: flex;
    justify-content: flex-end;
}

.hero-side-inner,
.sidebar-card,
.about-panel,
.mini-card,
.adv-card,
.process-item,
.contact-pro-item,
.contact-side-box,
.logo-box-inner,
.join-card,
.detail-content-box,
.cta-box,
.form-card {
    background: #fff;
    border-radius: 24px;
    padding: 26px;
    box-shadow: var(--shadow);
}

.hero-side-inner {
    background: rgba(255,255,255,.08);
    border: 1px solid rgba(255,255,255,.10);
    color: #fff;
    backdrop-filter: blur(10px);
    max-width: 340px;
}

.hero-side-inner span,
.detail-meta,
.section-title-box span,
.sidebar-card span,
.cta-text span {
    color: var(--primary);
    font-size: 13px;
    letter-spacing: 2px;
    display: inline-block;
    margin-bottom: 10px;
    font-weight: 700;
}

.intro-bar,
.section-data,
.section-logo-wall,
.section-dark,
.section-light-panel,
.section-news,
.section-team,
.section-faq,
.section-block-white {
    padding: 90px 0;
}

.section-block-white {
    background: #fff;
}

.section-dark,
.section-logo-wall {
    background: linear-gradient(135deg, #111827 0%, #1b2432 100%);
    color: #fff;
}

.section-title-box {
    max-width: 860px;
    margin: 0 auto 40px;
    text-align: center;
}

.section-title-box h2 {
    font-size: 2.5rem;
    line-height: 1.2;
    margin-bottom: 16px;
    font-weight: 700;
}

.section-title-box p,
.section-title-box .detail-content,
.detail-desc,
.admin-list-summary {
    color: var(--muted);
}

.section-title-box.light p,
.section-dark .section-title-box p,
.section-logo-wall .section-title-box p,
.section-dark .text-link.light {
    color: rgba(255,255,255,.76);
}

.about-grid,
.inner-about-grid,
.detail-layout,
.contact-layout,
.join-grid,
.hero-content {
    display: grid;
    gap: 30px;
}

.about-grid,
.inner-about-grid,
.contact-layout {
    grid-template-columns: 1fr 1fr;
}

.detail-layout {
    grid-template-columns: minmax(0, 1.2fr) minmax(300px, 0.8fr);
    align-items: start;
}

.data-grid,
.case-grid,
.logo-grid,
.team-grid,
.process-grid,
.news-grid-pro,
.advantage-grid {
    display: grid;
    gap: 24px;
}

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

.case-grid,
.team-grid,
.logo-grid-page,
.news-grid-pro {
    grid-template-columns: repeat(3, 1fr);
}

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

.data-item,
.case-card,
.team-card,
.news-card-modern,
.logo-box,
.process-item,
.adv-card,
.faq-item,
.job-item,
.contact-pro-item,
.join-card {
    background: #fff;
    border-radius: 22px;
    box-shadow: var(--shadow);
    overflow: hidden;
}

.case-card,
.team-card,
.news-card-modern {
    display: block;
    transition: transform .22s ease, box-shadow .22s ease;
}

.case-card:hover,
.team-card:hover,
.news-card-modern:hover,
.service-row:hover {
    transform: translateY(-4px);
    box-shadow: var(--shadow-lg);
}

.case-image img,
.news-thumb img,
.team-photo img,
.service-image img,
.detail-cover img,
.inner-about-visual img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.case-body,
.news-content,
.team-info,
.service-text {
    padding: 24px;
}

.service-stack {
    display: grid;
    gap: 30px;
}

.service-row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 26px;
    align-items: center;
    background: #fff;
    border-radius: 28px;
    box-shadow: var(--shadow);
    overflow: hidden;
}

.service-row.reverse .service-image {
    order: 2;
}

.service-row.reverse .service-text {
    order: 1;
}

.service-image {
    min-height: 320px;
}

.service-no {
    display: inline-flex;
    margin-bottom: 12px;
    color: var(--primary);
    font-weight: 700;
}

.content-category-bar {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-bottom: 28px;
}

.content-category-pill {
    padding: 10px 18px;
    border-radius: 999px;
    background: #f6efe6;
    color: #6f4e2d;
    font-weight: 700;
    transition: all .2s ease;
}

.content-category-pill:hover,
.content-category-pill.active {
    background: linear-gradient(135deg, var(--primary), var(--primary-dark));
    color: #fff;
    box-shadow: 0 10px 24px rgba(199, 146, 78, 0.2);
}

.content-category-tag {
    display: inline-flex;
    align-items: center;
    padding: 6px 12px;
    border-radius: 999px;
    background: rgba(199, 146, 78, 0.14);
    color: #8b5e28;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: .4px;
}

.content-category-intro {
    padding: 28px;
    border-radius: 24px;
    background: linear-gradient(180deg, #fffaf3 0%, #ffffff 100%);
    border: 1px solid rgba(199, 146, 78, 0.16);
    box-shadow: var(--shadow);
}

.detail-main,
.detail-sidebar,
.sidebar-link-list,
.footer-contact,
.footer-links,
.footer-top,
.intro-bar-inner,
.intro-cell,
.contact-list-pro {
    display: grid;
    gap: 18px;
}

.detail-cover {
    border-radius: 24px;
    overflow: hidden;
    min-height: 320px;
    box-shadow: var(--shadow);
    margin-bottom: 24px;
}

.sidebar-link-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.sidebar-link-list a {
    display: block;
    padding: 10px 0;
    color: var(--dark-2);
    border-bottom: 1px solid var(--line);
}

.sidebar-link-list a:hover {
    color: var(--primary-dark);
}

.faq-modern,
.job-list,
.logo-grid-page {
    display: grid;
    gap: 20px;
}

.faq-item,
.job-item {
    padding: 22px 24px;
}

.faq-question,
.job-head,
.footer-top,
.intro-bar-inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 18px;
}

.footer-top,
.footer-links {
    grid-template-columns: 1fr 1fr;
}

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

.site-footer {
    background: #0f172a;
    color: rgba(255,255,255,.84);
    padding: 70px 0 24px;
}

.site-footer h3,
.site-footer h5,
.site-footer strong {
    color: #fff;
}

.footer-links a:hover,
.footer-bottom,
.breadcrumb-nav a:hover {
    color: var(--primary);
}

.footer-bottom {
    margin-top: 30px;
    padding-top: 20px;
    border-top: 1px solid rgba(255,255,255,.08);
}

.breadcrumb-wrap {
    background: #f8fafc;
    border-bottom: 1px solid var(--line);
}

.breadcrumb-nav {
    padding: 16px 0;
    color: var(--muted);
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    align-items: center;
}

.breadcrumb-nav .current,
.breadcrumb-nav a {
    font-weight: 600;
}

.form-control,
textarea {
    border-radius: 14px;
    border: 1px solid var(--line);
    padding: 12px 14px;
}

.form-control:focus,
textarea:focus {
    border-color: rgba(199, 146, 78, 0.45);
    box-shadow: 0 0 0 0.2rem rgba(199, 146, 78, 0.14);
}

.back-to-top {
    position: fixed;
    right: 24px;
    bottom: 24px;
    width: 44px;
    height: 44px;
    border-radius: 999px;
    background: linear-gradient(135deg, var(--primary), var(--primary-dark));
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: var(--shadow-lg);
    z-index: 1000;
}

.reveal {
    animation: revealUp .45s ease both;
}

.delay-1 {
    animation-delay: .1s;
}

@media (min-width: 992px) {
    .site-navbar .container {
        gap: 18px;
    }

    .brand-logo {
        flex: 0 0 auto;
        min-width: 220px;
    }

    .site-nav-dropdown:hover > .dropdown-menu {
        display: block;
        animation: navDropdownEnter .22s ease;
    }
}

@media (max-width: 1199px) {
    .brand-logo {
        min-width: 190px;
    }

    .brand-cn {
        font-size: 1.85rem;
    }

    .brand-tagline {
        font-size: 10px;
        letter-spacing: 2px;
    }

    .navbar-dark .navbar-nav .nav-link {
        padding: 12px 8px;
        font-size: 14px;
    }

    .site-nav-cta-link {
        min-width: 124px;
        padding: 11px 14px;
    }

    .site-nav-cta-link strong {
        font-size: 14px;
    }
}

@media (max-width: 991px) {
    .site-navbar {
        padding: 12px 0;
    }

    .navbar-toggler {
        width: 52px;
        height: 52px;
        padding: 0;
        border: 1px solid rgba(255,255,255,.12);
        border-radius: 16px;
        background: rgba(255,255,255,.04);
        display: inline-flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        gap: 5px;
        box-shadow: none;
    }

    .navbar-toggler:focus {
        box-shadow: 0 0 0 3px rgba(199, 146, 78, 0.18);
    }

    .navbar-toggler-line {
        width: 22px;
        height: 2px;
        border-radius: 999px;
        background: #fff;
        display: block;
    }

    .site-nav-panel {
        margin-top: 16px;
        width: 100%;
        flex-direction: column;
        align-items: stretch;
        gap: 14px;
        padding: 16px;
        border-radius: 22px;
        background: rgba(255,255,255,.04);
        border: 1px solid rgba(255,255,255,.06);
    }

    .site-nav-list {
        width: 100%;
        gap: 8px;
    }

    .navbar-dark .navbar-nav .nav-link {
        margin: 0;
        padding: 14px 16px;
    }

    .site-nav-dropdown {
        display: grid;
        grid-template-columns: 1fr auto;
        align-items: start;
        border-radius: 18px;
        background: rgba(255,255,255,.03);
    }

    .site-nav-dropdown > .nav-link {
        grid-column: 1 / 2;
    }

    .site-nav-mobile-toggle {
        grid-column: 2 / 3;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        width: 48px;
        height: 48px;
        margin: 7px 8px 0 0;
        border: none;
        border-radius: 14px;
        background: rgba(255,255,255,.06);
        color: #fff;
        font-size: 22px;
        line-height: 1;
    }

    .site-nav-dropdown .dropdown-toggle::after {
        display: none;
    }

    .site-nav-dropdown .dropdown-menu {
        position: static !important;
        transform: none !important;
        min-width: 100%;
        margin: 0 10px 12px;
        display: none;
    }

    .site-nav-dropdown.is-open .dropdown-menu,
    .site-nav-dropdown.is-active .dropdown-menu {
        display: block;
    }

    .site-nav-cta {
        width: 100%;
    }

    .site-nav-cta-link {
        width: 100%;
        min-width: 0;
    }

    .hero-content,
    .about-grid,
    .inner-about-grid,
    .detail-layout,
    .contact-layout,
    .service-row,
    .footer-top,
    .footer-links {
        grid-template-columns: 1fr;
    }

    .service-row.reverse .service-image,
    .service-row.reverse .service-text {
        order: initial;
    }

    .hero-text h1 {
        font-size: 3rem;
    }

    .inner-hero h1 {
        font-size: 2.4rem;
    }

    .footer-contact {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 767px) {
    .brand-tagline {
        letter-spacing: 1.6px;
    }

    .section-block-white,
    .section-dark,
    .section-logo-wall,
    .section-data,
    .section-light-panel,
    .section-news,
    .section-team,
    .section-faq,
    .intro-bar {
        padding: 64px 0;
    }

    .hero-enterprise {
        min-height: 600px;
    }

    .hero-text h1 {
        font-size: 2.4rem;
    }

    .case-grid,
    .team-grid,
    .news-grid-pro,
    .logo-grid,
    .logo-grid-page,
    .data-grid,
    .process-grid,
    .advantage-grid {
        grid-template-columns: 1fr;
    }

    .hero-buttons,
    .cta-actions,
    .content-category-bar {
        flex-direction: column;
        align-items: stretch;
    }

    .btn,
    .btn-brand,
    .btn-outline-dark,
    .btn-outline-light {
        width: 100%;
    }
}

@keyframes revealUp {
    from {
        opacity: 0;
        transform: translateY(18px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes navDropdownEnter {
    from {
        opacity: 0;
        transform: translateY(10px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.about-stage-grid {
    align-items: stretch;
}

.section-title-box-unified {
    max-width: 860px;
    margin: 0 auto 40px;
}

.section-title-box-unified > p:not(.section-lead) {
    max-width: 780px;
    margin: 0 auto;
}

.page-intro-grid {
    align-items: stretch;
    gap: 28px;
}

.page-intro-copy {
    display: flex;
    flex-direction: column;
    gap: 22px;
}

.page-intro-card {
    padding: 30px 32px;
    border-radius: 26px;
    background: linear-gradient(180deg, #ffffff 0%, #fffaf3 100%);
    border: 1px solid rgba(199, 146, 78, 0.12);
    box-shadow: 0 22px 52px rgba(15, 23, 42, 0.08);
}

.page-chip-group {
    margin-top: 0;
}

.page-highlight-panel {
    position: relative;
    min-height: 100%;
    border-radius: 28px;
    overflow: hidden;
    box-shadow: var(--shadow-lg);
}

.page-highlight-card {
    position: relative;
    z-index: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
    min-height: 100%;
    padding: 42px;
}

.page-highlight-card h3 {
    font-size: 2rem;
    line-height: 1.2;
    margin-bottom: 16px;
}

.page-highlight-card p {
    margin: 0;
    line-height: 1.85;
}

.page-highlight-points {
    list-style: none;
    padding: 0;
    margin: 22px 0 0;
    display: grid;
    gap: 12px;
}

.page-highlight-points li {
    position: relative;
    padding-left: 20px;
    color: rgba(255,255,255,.84);
}

.page-highlight-points li::before {
    content: '';
    position: absolute;
    left: 0;
    top: 11px;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: var(--primary);
    box-shadow: 0 0 0 4px rgba(199,146,78,.12);
}

.page-highlight-panel-light {
    background: linear-gradient(180deg, #ffffff 0%, #fff9f1 100%);
    border: 1px solid rgba(199, 146, 78, 0.14);
    box-shadow: 0 24px 56px rgba(15, 23, 42, 0.12);
}

.page-highlight-panel-light::before {
    content: '';
    position: absolute;
    inset: 0;
    background:
        radial-gradient(circle at top right, rgba(199, 146, 78, 0.14), transparent 34%),
        linear-gradient(160deg, rgba(17,24,39,.03), transparent 62%);
}

.page-highlight-card-light {
    color: #122033;
}

.page-highlight-card-light span {
    color: #b67b34;
}

.page-highlight-card-light p,
.page-highlight-points-light li {
    color: #5b687a;
}

.unified-card-grid {
    display: grid;
    gap: 22px;
}

.unified-card-grid-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

.unified-info-card {
    min-height: 100%;
}

.unified-card-kicker {
    display: inline-block;
    margin-bottom: 14px;
    color: #c7924e;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 1.4px;
}

.unified-process-grid {
    gap: 22px;
}

.about-highlight-panel {
    position: relative;
    min-height: 100%;
    background: linear-gradient(135deg, #111827 0%, #1b2432 100%);
    border-radius: 28px;
    overflow: hidden;
    box-shadow: var(--shadow-lg);
}

.about-highlight-panel::before {
    content: '';
    position: absolute;
    inset: 0;
    background:
        radial-gradient(circle at top right, rgba(199, 146, 78, 0.28), transparent 32%),
        linear-gradient(160deg, rgba(255,255,255,.06), transparent 62%);
}

.about-highlight-card {
    position: relative;
    z-index: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
    min-height: 100%;
    padding: 42px;
    color: #fff;
}

.about-highlight-card span {
    display: inline-block;
    font-size: 13px;
    letter-spacing: 2px;
    color: var(--primary);
    margin-bottom: 14px;
    font-weight: 700;
}

.about-highlight-card h3 {
    font-size: 2rem;
    line-height: 1.2;
    margin-bottom: 18px;
}

.about-highlight-card p {
    color: rgba(255,255,255,.78);
    margin: 0;
}

.about-module-nav {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-top: 28px;
}

.about-template-section + .about-template-section {
    border-top: 1px solid rgba(17, 24, 39, 0.05);
}

.about-template-layout,
.about-template-grid {
    align-items: stretch;
}

.about-template-content-box,
.about-template-sidebar,
.about-template-rich-card,
.about-timeline-card {
    height: 100%;
}

.about-template-rich-card {
    grid-column: span 2;
}

.about-timeline-panel {
    max-width: 980px;
    margin: 0 auto;
    display: grid;
    gap: 22px;
}

.about-timeline-node {
    display: grid;
    grid-template-columns: 80px 1fr;
    gap: 20px;
    align-items: start;
}

.about-timeline-badge {
    width: 64px;
    height: 64px;
    border-radius: 20px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(135deg, rgba(199, 146, 78, 0.88), rgba(168, 119, 61, 0.88));
    color: #fff;
    font-weight: 700;
    box-shadow: 0 12px 28px rgba(199, 146, 78, 0.24);
}

.about-timeline-card {
    padding: 28px;
    border-radius: 24px;
    background: rgba(255,255,255,.06);
    border: 1px solid rgba(255,255,255,.08);
    box-shadow: 0 16px 34px rgba(0,0,0,.18);
}

.about-timeline-card h4 {
    color: #fff;
    margin-bottom: 12px;
}

.about-timeline-card p,
.about-timeline-card .detail-content,
.about-timeline-card .detail-content p,
.about-timeline-card .detail-content li {
    color: rgba(255,255,255,.8);
}

.about-timeline-card .detail-content h1,
.about-timeline-card .detail-content h2,
.about-timeline-card .detail-content h3,
.about-timeline-card .detail-content h4,
.about-timeline-card .detail-content h5,
.about-timeline-card .detail-content h6 {
    color: #fff;
}

@media (max-width: 991px) {
    .about-template-rich-card {
        grid-column: span 1;
    }

    .about-timeline-node {
        grid-template-columns: 1fr;
    }

    .about-timeline-badge {
        width: 54px;
        height: 54px;
        border-radius: 16px;
    }

    .page-highlight-card {
        padding: 32px 28px;
    }

    .unified-card-grid-3 {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 767px) {
    .section-title-box-unified {
        margin-bottom: 28px;
    }

    .page-intro-card,
    .page-highlight-card {
        padding: 24px 20px;
        border-radius: 22px;
    }

    .page-highlight-card h3 {
        font-size: 1.6rem;
    }

    .page-highlight-points {
        gap: 10px;
    }
}

/* Frontend stability hotfix layer */
html,
body {
    overflow-x: hidden;
}

body {
    min-width: 320px;
}

.site-navbar {
    padding: 10px 0;
}

.site-navbar .container {
    display: flex;
    align-items: center;
    gap: 20px;
    flex-wrap: nowrap;
}

.navbar-brand.brand-logo {
    flex: 0 0 220px;
    min-width: 220px;
    margin-right: 0;
}

.brand-tagline {
    white-space: nowrap;
}

#mainNav {
    flex: 1 1 auto;
    min-width: 0;
}

.site-nav-panel {
    justify-content: space-between;
    gap: 14px;
    min-width: 0;
}

.site-nav-list {
    justify-content: center;
    gap: 0;
    min-width: 0;
}

.site-nav-list > .nav-item,
.site-nav-list > .site-nav-dropdown {
    min-width: 0;
}

.navbar-dark .navbar-nav .nav-link {
    margin: 0;
    padding: 11px 8px;
    font-size: 14px;
    letter-spacing: .2px;
}

.navbar-dark .navbar-nav .dropdown-menu {
    left: 50%;
    transform: translateX(-50%);
}

.site-nav-cta {
    flex: 0 0 156px;
}

.site-nav-cta-link {
    width: 100%;
    min-width: 0;
    border-radius: 20px;
    background: linear-gradient(135deg, rgba(199, 146, 78, 0.16), rgba(168, 119, 61, 0.24));
    border: 1px solid rgba(245, 209, 157, 0.16);
    box-shadow: 0 10px 24px rgba(199, 146, 78, 0.14);
}

.chat-widget {
    position: fixed;
    right: 24px;
    bottom: 86px;
    z-index: 1095;
    display: flex;
    align-items: flex-end;
    gap: 14px;
}

.chat-widget-toggle {
    width: 58px;
    min-height: 168px;
    border-radius: 22px;
    background: linear-gradient(180deg, #d3a15f 0%, #a8773d 100%);
    box-shadow: 0 18px 40px rgba(168, 119, 61, 0.28);
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 14px 10px;
    cursor: pointer;
    position: relative;
    transition: transform .2s ease, box-shadow .2s ease;
}

.chat-widget-toggle:hover {
    transform: translateY(-2px);
    box-shadow: 0 20px 44px rgba(168, 119, 61, 0.34);
}

.chat-toggle-text {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 8px;
    font-weight: 700;
    letter-spacing: 2px;
}

.chat-toggle-dot {
    position: absolute;
    top: 10px;
    right: 10px;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: #ff5f57;
    box-shadow: 0 0 0 4px rgba(255, 95, 87, 0.18);
}

.chat-widget-panel {
    width: 360px;
    border-radius: 26px;
    overflow: hidden;
    background: rgba(15, 23, 42, 0.98);
    border: 1px solid rgba(255,255,255,.08);
    box-shadow: 0 26px 70px rgba(15, 23, 42, 0.34);
    color: #fff;
    display: none;
}

.chat-widget.open .chat-widget-panel {
    display: flex;
    flex-direction: column;
}

.chat-widget.open .chat-widget-toggle {
    min-height: 72px;
    width: 72px;
    border-radius: 50%;
}

.chat-widget.open .chat-toggle-text {
    gap: 0;
    font-size: 0;
}

.chat-widget.open .chat-toggle-text::before {
    content: '咨';
    font-size: 24px;
    line-height: 1;
}

.chat-widget-header {
    padding: 18px 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    border-bottom: 1px solid rgba(255,255,255,.08);
    background: linear-gradient(135deg, rgba(199,146,78,.16), rgba(17,24,39,.12));
}

.chat-widget-header-info {
    display: flex;
    align-items: center;
    gap: 12px;
}

.chat-widget-avatar {
    width: 44px;
    height: 44px;
    border-radius: 16px;
    background: linear-gradient(135deg, #d3a15f, #a8773d);
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
}

.chat-widget-header strong {
    display: block;
    font-size: 16px;
}

.chat-widget-header p {
    margin: 2px 0 0;
    color: rgba(255,255,255,.68);
    font-size: 13px;
}

.chat-online-dot {
    display: inline-block;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #22c55e;
    margin-right: 6px;
}

#chatClose {
    width: 36px;
    height: 36px;
    border-radius: 12px;
    border: none;
    background: rgba(255,255,255,.08);
    color: #fff;
    font-size: 22px;
    line-height: 1;
}

.chat-widget-body {
    height: 340px;
    overflow-y: auto;
    padding: 18px;
    background: linear-gradient(180deg, rgba(255,255,255,.02), rgba(255,255,255,.01));
}

.chat-row {
    display: flex;
    flex-direction: column;
    gap: 8px;
    margin-bottom: 16px;
}

.chat-row.user {
    align-items: flex-end;
}

.chat-row.service {
    align-items: flex-start;
}

.chat-row-meta {
    display: flex;
    gap: 8px;
    font-size: 12px;
    color: rgba(255,255,255,.48);
}

.chat-row-bubble {
    max-width: 88%;
    padding: 12px 14px;
    border-radius: 18px;
    font-size: 14px;
    line-height: 1.7;
    word-break: break-word;
}

.chat-row.user .chat-row-bubble {
    background: linear-gradient(135deg, rgba(199,146,78,.86), rgba(168,119,61,.92));
    color: #fff;
    border-bottom-right-radius: 6px;
}

.chat-row.service .chat-row-bubble {
    background: rgba(255,255,255,.08);
    color: rgba(255,255,255,.92);
    border-bottom-left-radius: 6px;
}

.chat-typing-bubble {
    display: inline-flex;
    align-items: center;
    gap: 6px;
}

.chat-typing-bubble span {
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: rgba(255,255,255,.7);
    animation: chatTyping 1s infinite ease-in-out;
}

.chat-typing-bubble span:nth-child(2) {
    animation-delay: .15s;
}

.chat-typing-bubble span:nth-child(3) {
    animation-delay: .3s;
}

.chat-widget-footer {
    padding: 16px 18px 18px;
    border-top: 1px solid rgba(255,255,255,.08);
    background: rgba(9, 14, 28, 0.92);
}

.chat-widget-tips {
    color: rgba(255,255,255,.56);
    font-size: 12px;
    margin-bottom: 10px;
}

.chat-widget-form {
    display: grid;
    grid-template-columns: 1fr auto;
    gap: 10px;
    align-items: end;
}

.chat-widget-form textarea {
    min-height: 88px;
    max-height: 160px;
    resize: vertical;
    border-radius: 16px;
    border: 1px solid rgba(255,255,255,.1);
    background: rgba(255,255,255,.04);
    color: #fff;
    padding: 12px 14px;
}

.chat-widget-form textarea::placeholder {
    color: rgba(255,255,255,.38);
}

.chat-widget-form button {
    border: none;
    border-radius: 16px;
    padding: 0 20px;
    height: 48px;
    background: linear-gradient(135deg, #d3a15f, #a8773d);
    color: #fff;
    font-weight: 700;
    box-shadow: 0 12px 24px rgba(168, 119, 61, 0.24);
}

.chat-widget-form button:disabled {
    opacity: .7;
    cursor: not-allowed;
}

.section-block-white,
.section-dark,
.section-faq,
.section-news,
.section-team,
.section-logo-wall,
.section-data,
.section-light-panel,
.intro-bar {
    position: relative;
}

.section-faq .container,
.section-news .container,
.section-team .container,
.section-block-white .container,
.section-dark .container {
    position: relative;
    z-index: 1;
}

.service-row-enhanced,
.news-card-enhanced,
.faq-card,
.logo-box-inner,
.detail-content-box,
.sidebar-card,
.contact-pro-item,
.about-template-content-box,
.about-template-sidebar,
.about-template-rich-card,
.about-timeline-card {
    box-shadow: 0 18px 45px rgba(15, 23, 42, 0.08);
}

@media (max-width: 1399px) {
    .site-navbar .container {
        max-width: 1280px;
    }

    .navbar-brand.brand-logo {
        flex-basis: 190px;
        min-width: 190px;
    }

    .brand-cn {
        font-size: 1.8rem;
    }

    .brand-tagline {
        font-size: 10px;
        letter-spacing: 2px;
    }

    .navbar-dark .navbar-nav .nav-link {
        padding: 10px 7px;
        font-size: 13px;
    }

    .site-nav-cta {
        flex-basis: 144px;
    }

    .site-nav-cta-link {
        padding: 11px 14px;
    }

    .site-nav-cta-link strong {
        font-size: 14px;
    }
}

@media (max-width: 1199px) {
    .site-navbar .container {
        gap: 16px;
    }

    .navbar-brand.brand-logo {
        flex-basis: 174px;
        min-width: 174px;
    }

    .brand-cn {
        font-size: 1.65rem;
    }

    .navbar-dark .navbar-nav .nav-link {
        padding: 9px 6px;
        font-size: 12px;
    }

    .site-nav-dropdown .dropdown-toggle::after {
        margin-left: 6px;
    }

    .site-nav-cta {
        flex-basis: 132px;
    }

    .site-nav-cta-link {
        padding: 10px 12px;
        border-radius: 18px;
    }

    .site-nav-cta-link span {
        font-size: 10px;
        letter-spacing: 1.3px;
    }

    .site-nav-cta-link strong {
        font-size: 13px;
    }
}

@media (max-width: 991px) {
    .site-navbar .container {
        flex-wrap: wrap;
    }

    .navbar-brand.brand-logo {
        flex: 1 1 auto;
        min-width: 0;
    }

    #mainNav {
        width: 100%;
        flex-basis: 100%;
    }

    .navbar-dark .navbar-nav .dropdown-menu {
        left: auto;
        transform: none !important;
    }

    .chat-widget {
        right: 14px;
        bottom: 76px;
        align-items: flex-end;
    }

    .chat-widget-panel {
        width: min(92vw, 360px);
    }

    .chat-widget-toggle {
        width: 52px;
        min-height: 150px;
        border-radius: 18px;
    }

    .chat-widget-form {
        grid-template-columns: 1fr;
    }

    .chat-widget-form button {
        width: 100%;
    }
}

@media (max-width: 767px) {
    .chat-widget {
        right: 10px;
        bottom: 72px;
    }

    .chat-widget-panel {
        width: min(94vw, 340px);
    }
}

@keyframes chatTyping {
    0%, 80%, 100% { transform: translateY(0); opacity: .45; }
    40% { transform: translateY(-3px); opacity: 1; }
}

/* Frontend beauty refinement layer */
:root {
    --surface-soft: #f8f6f2;
    --surface-warm: #fffaf4;
    --surface-dark: #0b1220;
    --line-soft: rgba(15, 23, 42, 0.08);
}

body {
    background:
        radial-gradient(circle at top right, rgba(199, 146, 78, 0.08), transparent 24%),
        linear-gradient(180deg, #ffffff 0%, #f8fafc 100%);
}

.site-header {
    box-shadow: 0 10px 28px rgba(15, 23, 42, 0.08);
}

.site-header.scrolled {
    box-shadow: 0 18px 42px rgba(15, 23, 42, 0.12);
}

.site-navbar {
    background:
        linear-gradient(135deg, rgba(11, 18, 32, 0.92), rgba(17, 24, 39, 0.9));
}

.navbar-brand.brand-logo {
    position: relative;
}

.brand-cn {
    font-size: 1.95rem;
    letter-spacing: .5px;
}

.brand-tagline {
    color: rgba(255,255,255,.58);
}

.main-nav-collapse {
    min-width: 0;
}

.site-nav-panel {
    position: relative;
}

.navbar-dark .navbar-nav .nav-link {
    transition: background .2s ease, color .2s ease, transform .2s ease;
}

.navbar-dark .navbar-nav .nav-link:hover,
.navbar-dark .navbar-nav .nav-link:focus,
.navbar-dark .navbar-nav .is-active > .nav-link,
.site-nav-dropdown.is-active > .nav-link {
    transform: translateY(-1px);
}

.site-nav-dropdown .dropdown-menu {
    backdrop-filter: blur(14px);
}

.site-nav-cta-link {
    position: relative;
    overflow: hidden;
}

.site-nav-cta-link::before {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(135deg, rgba(255,255,255,.14), transparent 55%);
    pointer-events: none;
}

.site-nav-cta-link span,
.site-nav-cta-link strong {
    position: relative;
    z-index: 1;
}

.hero-side-inner,
.about-panel,
.mini-card,
.case-card,
.team-card,
.news-card-modern,
.faq-item,
.service-row,
.logo-box-inner,
.detail-content-box,
.sidebar-card,
.contact-pro-item,
.join-card,
.about-template-content-box,
.about-template-sidebar,
.about-template-rich-card,
.about-timeline-card,
.content-category-intro {
    border: 1px solid var(--line-soft);
}

.section-title-box {
    margin-bottom: 46px;
}

.section-title-box h2 {
    letter-spacing: -.5px;
}

.section-title-box p,
.section-title-box .detail-content {
    font-size: 1.02rem;
}

.hero-side-inner {
    position: relative;
    overflow: hidden;
}

.hero-side-inner::after {
    content: '';
    position: absolute;
    inset: auto -40px -40px auto;
    width: 140px;
    height: 140px;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(245, 209, 157, 0.18), transparent 68%);
}

.intro-bar {
    background: linear-gradient(180deg, rgba(255,255,255,.96), rgba(248,250,252,.95));
    border-top: 1px solid rgba(15, 23, 42, 0.04);
    border-bottom: 1px solid rgba(15, 23, 42, 0.05);
}

.intro-bar-inner {
    gap: 20px;
}

.intro-cell {
    padding: 18px 20px;
    border-radius: 20px;
    background: rgba(255,255,255,.8);
    border: 1px solid rgba(15, 23, 42, 0.05);
    box-shadow: 0 12px 28px rgba(15, 23, 42, 0.05);
}

.about-panel,
.mini-card,
.case-card,
.team-card,
.news-card-modern,
.faq-item,
.service-row,
.content-category-intro {
    transition: transform .24s ease, box-shadow .24s ease, border-color .24s ease;
}

.about-panel:hover,
.mini-card:hover,
.case-card:hover,
.team-card:hover,
.news-card-modern:hover,
.faq-item:hover,
.service-row:hover,
.content-category-intro:hover {
    transform: translateY(-4px);
    box-shadow: 0 24px 56px rgba(15, 23, 42, 0.1);
    border-color: rgba(199, 146, 78, 0.18);
}

.mini-card h4,
.case-body h3,
.team-info h3,
.news-content h3,
.service-text h3,
.faq-question span {
    color: #122033;
}

.case-body span,
.team-info span,
.news-content span,
.service-no {
    letter-spacing: 1.4px;
}

.faq-item {
    background: linear-gradient(180deg, #ffffff 0%, #fcfcfd 100%);
}

.faq-answer {
    color: #475569;
}

.site-footer {
    position: relative;
    overflow: hidden;
    background: linear-gradient(135deg, #0b1220 0%, #111827 48%, #1b2432 100%);
    padding: 88px 0 28px;
}

.footer-aurora {
    position: absolute;
    inset: 0;
    background:
        radial-gradient(circle at 12% 18%, rgba(199, 146, 78, 0.18), transparent 26%),
        radial-gradient(circle at 88% 8%, rgba(96, 165, 250, 0.14), transparent 22%),
        radial-gradient(circle at 70% 78%, rgba(245, 209, 157, 0.12), transparent 24%);
    pointer-events: none;
}

.site-footer .container {
    position: relative;
    z-index: 1;
}

.footer-top-enhanced {
    gap: 30px;
    align-items: stretch;
    margin-bottom: 30px;
}

.footer-brand-enhanced,
.footer-item-enhanced,
.footer-link-card {
    background: rgba(255,255,255,.04);
    border: 1px solid rgba(255,255,255,.08);
    border-radius: 24px;
    box-shadow: 0 18px 44px rgba(0, 0, 0, 0.18);
}

.footer-brand-enhanced {
    padding: 28px;
}

.footer-kicker {
    display: inline-block;
    margin-bottom: 14px;
    color: #f5d19d;
    font-size: 12px;
    letter-spacing: 2px;
    font-weight: 700;
}

.footer-brand-enhanced p {
    margin: 0;
    color: rgba(255,255,255,.66);
}

.footer-contact-enhanced {
    align-items: stretch;
}

.footer-item-enhanced {
    padding: 20px 18px;
}

.footer-item-enhanced span {
    display: block;
    color: rgba(255,255,255,.46);
    font-size: 12px;
    letter-spacing: 1.4px;
    margin-bottom: 8px;
}

.footer-item-enhanced strong {
    line-height: 1.6;
}

.footer-links-enhanced {
    margin-top: 8px;
}

.footer-link-card {
    height: 100%;
    padding: 22px 22px 16px;
}

.footer-link-card p {
    margin-bottom: 12px;
}

.footer-link-card a {
    color: rgba(255,255,255,.78);
}

.footer-link-card a:hover {
    color: #f5d19d;
}

.footer-link-card-highlight {
    background: linear-gradient(135deg, rgba(199, 146, 78, 0.16), rgba(255,255,255,.05));
}

.footer-bottom-enhanced {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 10px;
}

.footer-bottom-dot {
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: rgba(245, 209, 157, 0.7);
}

.back-to-top {
    width: 50px;
    height: 50px;
    right: 22px;
    bottom: 22px;
    border: 1px solid rgba(255,255,255,.22);
}

.chat-widget {
    gap: 16px;
}

.chat-widget-toggle {
    border: 1px solid rgba(255,255,255,.16);
}

.chat-widget-panel {
    background: linear-gradient(180deg, rgba(10, 17, 31, 0.98), rgba(15, 23, 42, 0.98));
}

.chat-widget-body {
    background:
        radial-gradient(circle at top right, rgba(199,146,78,.08), transparent 28%),
        linear-gradient(180deg, rgba(255,255,255,.02), rgba(255,255,255,.01));
}

.chat-row-bubble {
    box-shadow: 0 10px 24px rgba(0,0,0,.14);
}

.chat-widget-form textarea {
    box-shadow: inset 0 1px 0 rgba(255,255,255,.03);
}

.empty-state-pro {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 14px;
    padding: 32px;
    border-radius: 28px;
    border: 1px dashed rgba(199, 146, 78, 0.22);
    background: linear-gradient(180deg, #fffdf8 0%, #ffffff 100%);
    box-shadow: 0 22px 48px rgba(15, 23, 42, 0.06);
    overflow: hidden;
}

.empty-state-pro.light {
    background: linear-gradient(180deg, #ffffff 0%, #fffdf8 100%);
}

.empty-state-icon {
    width: 56px;
    height: 56px;
    border-radius: 18px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: rgba(199, 146, 78, 0.12);
    border: 1px solid rgba(199, 146, 78, 0.24);
    color: var(--primary-dark);
    font-size: 1.15rem;
    font-weight: 700;
    letter-spacing: 0.08em;
    line-height: 1;
    flex-shrink: 0;
}

.empty-state-pro h3 {
    margin: 0;
    font-size: 1.35rem;
    color: var(--primary-dark);
}

.empty-state-pro p {
    margin: 0;
    max-width: 720px;
    color: rgba(25, 32, 56, 0.76);
    line-height: 1.85;
}

@media (max-width: 767px) {
    .empty-state-pro {
        padding: 24px;
        border-radius: 22px;
    }

    .empty-state-icon {
        width: 48px;
        height: 48px;
        border-radius: 16px;
    }
}

@media (max-width: 991px) {
    .footer-top-enhanced,
    .footer-contact-enhanced {
        grid-template-columns: 1fr;
    }

    .footer-bottom-enhanced {
        flex-direction: column;
        align-items: flex-start;
    }
}

@media (max-width: 767px) {
    .brand-cn {
        font-size: 1.72rem;
    }

    .intro-cell,
    .footer-brand-enhanced,
    .footer-item-enhanced,
    .footer-link-card {
        border-radius: 20px;
    }

    .chat-widget-panel {
        border-radius: 22px;
    }
}

/* Third-round targeted fixes */
.faq-modern-enhanced {
    display: grid;
    gap: 18px;
    max-width: 980px;
    margin: 0 auto;
}

.faq-item-enhanced {
    padding: 0;
    overflow: hidden;
}

.faq-question {
    width: 100%;
    padding: 22px 24px;
    border: 0;
    background: transparent;
    text-align: left;
    cursor: pointer;
}

.faq-question em {
    font-style: normal;
    font-size: 24px;
    line-height: 1;
    color: var(--primary-dark);
    transition: transform .22s ease, color .22s ease;
}

.faq-answer {
    max-height: 0;
    opacity: 0;
    overflow: hidden;
    padding: 0 24px;
    transition: max-height .28s ease, opacity .22s ease, padding .22s ease;
}

.faq-answer > div,
.faq-answer > p {
    margin: 0;
    padding-bottom: 22px;
}

.faq-item.active {
    border-color: rgba(199, 146, 78, 0.24);
    box-shadow: 0 22px 52px rgba(15, 23, 42, 0.12);
}

.faq-item.active .faq-question em {
    transform: rotate(180deg);
    color: var(--primary);
}

.faq-item.active .faq-answer {
    max-height: 520px;
    opacity: 1;
    padding: 0 24px 2px;
}

.footer-links-enhanced {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 18px;
    margin-top: 8px;
    align-items: stretch;
}

.footer-links-enhanced > [class*="col-"] {
    width: auto;
}

.footer-links-enhanced .col-md-3 {
    flex: initial;
    max-width: none;
    padding: 0;
}

.footer-link-card {
    min-height: 100%;
}

@media (max-width: 991px) {
    .footer-links-enhanced {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 767px) {
    .faq-question {
        padding: 18px 18px;
    }

    .faq-answer,
    .faq-item.active .faq-answer {
        padding-left: 18px;
        padding-right: 18px;
    }

    .footer-links-enhanced {
        grid-template-columns: 1fr;
    }
}

/* Homepage fourth-round polish */
.hero-text {
    position: relative;
}

.hero-badge-row {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin: 0 0 18px;
}

.hero-badge {
    display: inline-flex;
    align-items: center;
    padding: 8px 14px;
    border-radius: 999px;
    background: rgba(255,255,255,.08);
    border: 1px solid rgba(255,255,255,.12);
    color: rgba(255,255,255,.9);
    font-size: 12px;
    font-weight: 700;
    letter-spacing: .9px;
    backdrop-filter: blur(10px);
}

.hero-text h1 {
    max-width: 720px;
    text-shadow: 0 14px 34px rgba(0,0,0,.18);
}

.hero-text p {
    max-width: 640px;
}

.hero-trust-bar {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 14px;
    margin-top: 28px;
    max-width: 700px;
}

.hero-trust-item {
    padding: 16px 18px;
    border-radius: 22px;
    background: rgba(255,255,255,.06);
    border: 1px solid rgba(255,255,255,.08);
    box-shadow: 0 20px 45px rgba(0,0,0,.12);
    backdrop-filter: blur(10px);
}

.hero-trust-item strong {
    display: block;
    color: #fff;
    font-size: 15px;
    margin-bottom: 6px;
}

.hero-trust-item span {
    display: block;
    color: rgba(255,255,255,.68);
    font-size: 13px;
    line-height: 1.7;
}

.hero-side-upgrade {
    max-width: 380px;
    padding: 28px;
    background: linear-gradient(180deg, rgba(255,255,255,.12), rgba(255,255,255,.06));
    box-shadow: 0 30px 70px rgba(0, 0, 0, 0.24);
}

.hero-side-kicker {
    display: inline-flex;
    align-items: center;
    padding: 6px 12px;
    border-radius: 999px;
    background: rgba(245, 209, 157, 0.12);
    color: #f5d19d;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 1.6px;
    margin-bottom: 16px;
}

.hero-side-upgrade h3 {
    font-size: 1.8rem;
    line-height: 1.25;
    margin-bottom: 14px;
}

.hero-side-upgrade p {
    color: rgba(255,255,255,.78);
    margin-bottom: 18px;
}

.hero-side-metrics {
    display: grid;
    gap: 12px;
    margin-bottom: 18px;
}

.hero-side-metric {
    padding: 14px 16px;
    border-radius: 18px;
    background: rgba(255,255,255,.06);
    border: 1px solid rgba(255,255,255,.08);
}

.hero-side-metric strong {
    display: block;
    color: #fff;
    font-size: 15px;
    margin-bottom: 4px;
}

.hero-side-metric span {
    display: block;
    color: rgba(255,255,255,.62);
    font-size: 13px;
    line-height: 1.7;
}

.hero-side-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.hero-side-tags span {
    display: inline-flex;
    align-items: center;
    padding: 8px 12px;
    border-radius: 999px;
    background: rgba(255,255,255,.08);
    border: 1px solid rgba(255,255,255,.1);
    color: #fff;
    font-size: 12px;
    letter-spacing: .8px;
}

.solution-list-enhanced {
    display: grid;
    gap: 30px;
}

.solution-row-enhanced {
    grid-template-columns: minmax(0, 1.05fr) minmax(320px, 0.95fr);
    gap: 28px;
    padding: 16px;
    border: 1px solid rgba(255,255,255,.08);
    background: linear-gradient(135deg, rgba(255,255,255,.03), rgba(255,255,255,.02));
}

.solution-image-frame,
.cover-frame-16x10 {
    position: relative;
    overflow: hidden;
    border-radius: 24px;
    background: #d8dee8;
}

.solution-image-frame::before,
.cover-frame-16x10::before {
    content: '';
    display: block;
    padding-top: 62.5%;
}

.solution-image-frame img,
.cover-frame-16x10 img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform .35s ease;
}

.solution-row-enhanced:hover .solution-image-frame img,
.case-card-enhanced:hover .cover-frame-16x10 img,
.news-card-enhanced:hover .cover-frame-16x10 img {
    transform: scale(1.04);
}

.solution-info-enhanced {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 12px 8px 12px 0;
}

.solution-meta-row {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 12px;
    margin-bottom: 14px;
}

.solution-badge {
    display: inline-flex;
    align-items: center;
    padding: 6px 12px;
    border-radius: 999px;
    background: rgba(245, 209, 157, 0.12);
    color: #f5d19d;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 1px;
}

.solution-info-enhanced h3 {
    font-size: 2rem;
    margin-bottom: 14px;
}

.solution-info-enhanced p {
    margin-bottom: 18px;
    color: rgba(255,255,255,.74);
}

.solution-highlights {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-bottom: 20px;
}

.solution-highlights span {
    display: inline-flex;
    align-items: center;
    padding: 8px 12px;
    border-radius: 999px;
    background: rgba(255,255,255,.06);
    border: 1px solid rgba(255,255,255,.1);
    color: rgba(255,255,255,.86);
    font-size: 12px;
    letter-spacing: .6px;
}

.solution-actions {
    display: flex;
    align-items: center;
    gap: 12px;
}

.case-grid-enhanced,
.news-grid-enhanced {
    align-items: stretch;
}

.case-card-enhanced,
.news-card-enhanced {
    display: flex;
    flex-direction: column;
    height: 100%;
}

.case-card-enhanced .case-body,
.news-card-enhanced .news-content {
    display: flex;
    flex-direction: column;
    gap: 12px;
    flex: 1 1 auto;
}

.case-card-enhanced .case-body p,
.news-card-enhanced .news-content p {
    color: #5b687a;
    margin: 0;
}

.card-link-row {
    margin-top: auto;
    padding-top: 6px;
}

.section-more {
    display: flex;
    width: 100%;
    margin-top: 26px;
}

.section-more-right {
    justify-content: flex-end;
}

.section-more-compact {
    margin-top: 18px;
}

.section-more .btn {
    min-height: 48px;
    border-radius: 14px;
    padding-left: 20px;
    padding-right: 20px;
    font-weight: 700;
}

.form-primary-actions {
    display: flex;
    align-items: center;
    gap: 12px;
}

.form-secondary-actions {
    margin-top: 10px;
}

.card-link-row .text-link {
    font-weight: 700;
}

.news-card-label {
    display: inline-flex;
    align-items: center;
    width: fit-content;
    padding: 6px 12px;
    border-radius: 999px;
    background: rgba(199, 146, 78, 0.12);
    color: #8b5e28;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 1px;
}

.faq-showcase {
    display: grid;
    grid-template-columns: minmax(260px, 0.9fr) minmax(0, 1.1fr);
    gap: 28px;
    align-items: start;
}

.faq-showcase-intro {
    padding: 28px;
    border-radius: 28px;
    background: linear-gradient(180deg, #ffffff 0%, #fffaf3 100%);
    border: 1px solid rgba(199, 146, 78, 0.16);
    box-shadow: 0 18px 45px rgba(15, 23, 42, 0.08);
    position: sticky;
    top: 110px;
}

.faq-showcase-intro-upgrade {
    overflow: hidden;
    position: sticky;
}

.faq-showcase-intro-upgrade::before {
    content: '';
    position: absolute;
    inset: -40px -20px auto auto;
    width: 180px;
    height: 180px;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(199,146,78,.16), transparent 68%);
    pointer-events: none;
}

.faq-showcase-kicker {
    display: inline-flex;
    align-items: center;
    padding: 7px 12px;
    border-radius: 999px;
    background: rgba(199, 146, 78, 0.12);
    color: #8b5e28;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 1px;
    margin-bottom: 16px;
}

.faq-showcase-intro h3 {
    font-size: 2rem;
    line-height: 1.25;
    margin-bottom: 14px;
    color: #122033;
}

.faq-showcase-intro p {
    color: #5b687a;
    margin-bottom: 20px;
}

.faq-showcase-points {
    display: grid;
    gap: 14px;
}

.faq-showcase-points div {
    padding: 14px 16px;
    border-radius: 18px;
    background: rgba(255,255,255,.78);
    border: 1px solid rgba(15, 23, 42, 0.05);
}

.faq-showcase-points strong {
    display: block;
    color: #122033;
    margin-bottom: 4px;
}

.faq-showcase-points span {
    display: block;
    color: #64748b;
    font-size: 14px;
}

.faq-showcase-footer {
    margin-top: 18px;
    padding-top: 18px;
    border-top: 1px solid rgba(15,23,42,.08);
}

.faq-showcase-footer span {
    display: block;
    color: #8b5e28;
    font-size: 12px;
    letter-spacing: 1px;
    font-weight: 700;
    margin-bottom: 6px;
}

.faq-showcase-footer strong {
    color: #122033;
    font-size: 15px;
    line-height: 1.7;
}

.home-faq-enhanced {
    max-width: none;
    margin: 0;
}

.home-faq-enhanced .faq-item {
    background: linear-gradient(180deg, #ffffff 0%, #fffdfa 100%);
}

.home-faq-enhanced .faq-question span {
    display: flex;
    align-items: center;
    gap: 12px;
    font-size: 1.02rem;
}

.home-faq-enhanced .faq-question span small {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 34px;
    height: 34px;
    border-radius: 50%;
    background: rgba(199, 146, 78, 0.12);
    color: #8b5e28;
    font-size: 12px;
    font-weight: 700;
    flex: 0 0 34px;
}

@media (max-width: 1199px) {
    .faq-showcase {
        grid-template-columns: 1fr;
    }

    .faq-showcase-intro {
        position: relative;
        top: auto;
    }

    .solution-row-enhanced {
        grid-template-columns: 1fr;
    }

    .solution-info-enhanced {
        padding: 0;
    }
}

@media (max-width: 991px) {
    .hero-trust-bar {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 767px) {
    .hero-side-upgrade {
        padding: 22px;
    }

    .hero-badge-row,
    .solution-highlights {
        gap: 8px;
    }

    .hero-side-upgrade h3,
    .faq-showcase-intro h3,
    .solution-info-enhanced h3 {
        font-size: 1.5rem;
    }

    .faq-showcase-intro {
        padding: 22px;
        border-radius: 22px;
    }

    .home-faq-enhanced .faq-question span {
        align-items: flex-start;
    }
}

/* Homepage section bridge refinement */
.section-team,
.section-news,
.section-faq,
.cta-final-upgrade {
    overflow: hidden;
}

.section-team::after,
.section-news::after,
.section-faq::before,
.cta-final-upgrade::before {
    content: '';
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    width: min(1120px, calc(100% - 48px));
    height: 1px;
    border-radius: 999px;
    background: linear-gradient(90deg, rgba(15, 23, 42, 0), rgba(199, 146, 78, 0.42), rgba(15, 23, 42, 0));
    pointer-events: none;
}

.section-team::after,
.section-news::after {
    bottom: 24px;
}

.section-faq {
    padding-top: 70px;
    margin-top: -18px;
    background:
        linear-gradient(180deg, rgba(248, 250, 252, 0.96) 0%, rgba(255, 255, 255, 1) 22%),
        radial-gradient(circle at top center, rgba(199, 146, 78, 0.08), transparent 52%);
}

.section-faq::before,
.cta-final-upgrade::before {
    top: 22px;
}

.cta-final-upgrade {
    padding-top: 72px;
    margin-top: -12px;
}

.section-faq .section-title-box {
    margin-bottom: 28px;
}

.section-faq .faq-showcase {
    margin-top: 0;
}

.page-secondary-action-wrap {
    padding-top: 12px;
}

.section-more + .section-title-box,
.section-more + .section-title-box-unified {
    margin-top: 0;
}

@media (max-width: 991px) {
    .section-team::after,
    .section-news::after,
    .section-faq::before,
    .cta-final-upgrade::before {
        width: calc(100% - 32px);
    }

    .section-faq {
        padding-top: 60px;
        margin-top: -12px;
    }

    .cta-final-upgrade {
        padding-top: 62px;
        margin-top: -8px;
    }
}

@media (max-width: 767px) {
    .section-team::after,
    .section-news::after {
        bottom: 18px;
    }

    .section-faq::before,
    .cta-final-upgrade::before {
        top: 18px;
    }

    .section-faq {
        padding-top: 52px;
        margin-top: -8px;
    }

    .cta-final-upgrade {
        padding-top: 54px;
        margin-top: -6px;
    }

    .page-secondary-action-wrap {
        padding-top: 4px;
    }

    .form-primary-actions {
        justify-content: stretch;
    }

    .form-primary-actions .btn {
        width: 100%;
    }
}

/* Final inner-page visual consistency pass */
.faq-modern-final {
    gap: 20px;
}

.page-intro-grid,
.contact-layout,
.about-stage-grid {
    align-items: stretch;
}

.job-list {
    max-width: 980px;
    margin: 0 auto;
}

.job-item {
    display: flex;
    flex-direction: column;
    gap: 14px;
}

.job-head {
    align-items: flex-start;
}

.job-head h4 {
    margin: 0;
    color: #122033;
    font-size: 1.25rem;
}

.job-head span {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 96px;
    padding: 8px 14px;
    border-radius: 999px;
    background: rgba(199, 146, 78, 0.12);
    color: #8b5e28;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: .8px;
}

.job-item .mb-2 {
    margin-bottom: 0 !important;
    color: #5b687a;
    line-height: 1.85;
}

.job-item > p:last-of-type {
    color: #5b687a;
    line-height: 1.85;
}

.contact-list-pro {
    align-items: stretch;
}

.faq-modern-final .faq-item-enhanced,
.job-item,
.contact-side-box-enhanced,
.about-template-content-box,
.about-template-sidebar,
.about-highlight-panel,
.page-intro-card,
.page-highlight-panel,
.unified-info-card,
.section-dark .process-item-enhanced {
    transition: transform .22s ease, box-shadow .22s ease, border-color .22s ease;
}

.faq-modern-final .faq-item-enhanced:hover,
.job-item:hover,
.contact-side-box-enhanced:hover,
.about-template-content-box:hover,
.about-template-sidebar:hover,
.about-highlight-panel:hover,
.page-intro-card:hover,
.page-highlight-panel:hover,
.unified-info-card:hover,
.section-dark .process-item-enhanced:hover {
    transform: translateY(-4px);
    box-shadow: 0 24px 54px rgba(15, 23, 42, 0.14);
}

.section-title-box,
.section-title-box-unified {
    margin-bottom: 40px;
}

.section-title-box h2,
.section-title-box-unified h2 {
    letter-spacing: -.8px;
}

.section-title-box p,
.section-title-box .detail-content,
.section-title-box-unified p,
.section-title-box-unified .detail-content {
    line-height: 1.85;
}

.job-item,
.faq-item-enhanced,
.contact-pro-item-enhanced,
.contact-side-box-enhanced,
.join-card-enhanced,
.about-template-content-box,
.about-template-sidebar {
    border: 1px solid rgba(199, 146, 78, 0.12);
}

.job-item {
    padding: 26px 28px;
}

.job-item .btn,
.contact-side-box-enhanced .btn,
.about-template-sidebar .btn {
    min-height: 48px;
    border-radius: 14px;
    font-weight: 700;
    padding-left: 20px;
    padding-right: 20px;
}

.section-dark .section-title-box,
.section-dark .section-title-box-unified,
.section-logo-wall .section-title-box {
    margin-bottom: 42px;
}

.section-dark .section-title-box p,
.section-dark .section-title-box-unified p,
.section-dark .section-title-box .section-lead,
.section-dark .section-title-box-unified .section-lead {
    color: rgba(255,255,255,.82);
}

.faq-modern-final .faq-question span {
    font-weight: 700;
    color: #122033;
}

.faq-modern-final .faq-answer p,
.faq-modern-final .faq-answer li,
.faq-modern-final .faq-answer div {
    color: #5b687a;
    line-height: 1.85;
}

@media (max-width: 991px) {
    .page-intro-grid,
    .contact-layout,
    .about-stage-grid {
        grid-template-columns: 1fr;
        gap: 22px;
    }

    .job-head {
        flex-direction: column;
        align-items: flex-start;
    }
}

@media (max-width: 767px) {
    .section-title-box,
    .section-title-box-unified,
    .section-dark .section-title-box,
    .section-dark .section-title-box-unified {
        margin-bottom: 28px;
    }

    .job-item {
        padding: 22px 18px;
    }

    .job-item .mb-2 {
        display: flex;
        flex-direction: column;
        gap: 6px;
    }

    .contact-list-pro,
    .job-list,
    .faq-modern-final {
        gap: 16px;
    }
}

/* Homepage final QA visibility patch */
.section-data .data-item-upgrade,
.section-dark .process-item-enhanced,
.section-block-white .join-card-enhanced,
.unified-info-card {
    color: #122033;
}

.section-data .data-item-upgrade {
    border: 1px solid rgba(199,146,78,.12);
    background: linear-gradient(180deg, #ffffff 0%, #fff8ee 100%);
    box-shadow: 0 24px 52px rgba(15, 23, 42, 0.1);
}

.section-data .data-item-top span {
    color: #7a5325;
}

.section-data .data-item-top small {
    color: #8b97a8;
}

.section-data .data-item-upgrade h3 {
    color: #122033;
    text-shadow: none;
}

.section-data .data-item-upgrade p {
    color: #5b687a;
}

.section-dark .process-item-enhanced,
.section-block-white .join-card-enhanced,
.unified-info-card {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    min-height: 184px;
    padding: 28px 24px;
    background: linear-gradient(180deg, #ffffff 0%, #fffaf3 100%);
    border: 1px solid rgba(199,146,78,.14);
    box-shadow: 0 20px 48px rgba(15, 23, 42, 0.14);
    border-radius: 24px;
}

.section-dark .process-item-enhanced strong {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 52px;
    height: 52px;
    margin-bottom: 18px;
    border-radius: 16px;
    background: rgba(199,146,78,.12);
    color: #8b5e28;
    font-size: 1rem;
    letter-spacing: 1px;
}

.section-dark .process-item-enhanced h4,
.section-block-white .join-card-enhanced h3,
.unified-info-card h4,
.unified-info-card h3 {
    margin: 0 0 10px;
    color: #122033;
    font-size: 1.25rem;
}

.section-dark .process-item-enhanced p,
.section-block-white .join-card-enhanced p,
.unified-info-card p {
    margin: 0;
    color: #5b687a;
    line-height: 1.8;
}

.join-card-kicker {
    display: inline-block;
    margin-bottom: 14px;
    color: #c7924e;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 1.4px;
}

@media (max-width: 767px) {
    .section-dark .process-item-enhanced,
    .section-block-white .join-card-enhanced,
    .section-data .data-item-upgrade,
    .unified-info-card {
        min-height: 0;
        padding: 22px 18px;
    }
}

/* Homepage fifth-round polish */
.home-reveal {
    opacity: 0;
    transform: translateY(44px);
    transition: opacity .75s ease, transform .75s cubic-bezier(.2,.72,.2,1);
}

.home-reveal-visible {
    opacity: 1;
    transform: translateY(0);
}

.home-reveal .section-title-box,
.home-reveal .about-panel,
.home-reveal .mini-card,
.home-reveal .solution-row-enhanced,
.home-reveal .data-item-upgrade,
.home-reveal .case-card-enhanced,
.home-reveal .logo-box-upgrade .logo-box-inner,
.home-reveal .team-card-upgrade,
.home-reveal .news-card-enhanced,
.home-reveal .faq-showcase-intro,
.home-reveal .home-faq-enhanced .faq-item,
.home-reveal .cta-box-upgrade {
    transition: transform .8s ease, opacity .8s ease, box-shadow .26s ease, border-color .26s ease;
}

.home-reveal:not(.home-reveal-visible) .section-title-box,
.home-reveal:not(.home-reveal-visible) .about-panel,
.home-reveal:not(.home-reveal-visible) .mini-card,
.home-reveal:not(.home-reveal-visible) .solution-row-enhanced,
.home-reveal:not(.home-reveal-visible) .data-item-upgrade,
.home-reveal:not(.home-reveal-visible) .case-card-enhanced,
.home-reveal:not(.home-reveal-visible) .logo-box-upgrade .logo-box-inner,
.home-reveal:not(.home-reveal-visible) .team-card-upgrade,
.home-reveal:not(.home-reveal-visible) .news-card-enhanced,
.home-reveal:not(.home-reveal-visible) .faq-showcase-intro,
.home-reveal:not(.home-reveal-visible) .home-faq-enhanced .faq-item,
.home-reveal:not(.home-reveal-visible) .cta-box-upgrade {
    opacity: 0;
    transform: translateY(34px);
}

.home-reveal-visible .section-title-box,
.home-reveal-visible .about-panel,
.home-reveal-visible .mini-card,
.home-reveal-visible .solution-row-enhanced,
.home-reveal-visible .data-item-upgrade,
.home-reveal-visible .case-card-enhanced,
.home-reveal-visible .logo-box-upgrade .logo-box-inner,
.home-reveal-visible .team-card-upgrade,
.home-reveal-visible .news-card-enhanced,
.home-reveal-visible .faq-showcase-intro,
.home-reveal-visible .home-faq-enhanced .faq-item,
.home-reveal-visible .cta-box-upgrade {
    opacity: 1;
    transform: translateY(0);
}

.home-reveal-visible .mini-card:nth-child(2),
.home-reveal-visible .data-item-upgrade:nth-child(2),
.home-reveal-visible .case-card-enhanced:nth-child(2),
.home-reveal-visible .logo-box-upgrade:nth-child(2) .logo-box-inner,
.home-reveal-visible .team-card-upgrade:nth-child(2),
.home-reveal-visible .news-card-enhanced:nth-child(2),
.home-reveal-visible .home-faq-enhanced .faq-item:nth-child(2) {
    transition-delay: .08s;
}

.home-reveal-visible .mini-card:nth-child(3),
.home-reveal-visible .data-item-upgrade:nth-child(3),
.home-reveal-visible .case-card-enhanced:nth-child(3),
.home-reveal-visible .logo-box-upgrade:nth-child(3) .logo-box-inner,
.home-reveal-visible .team-card-upgrade:nth-child(3),
.home-reveal-visible .news-card-enhanced:nth-child(3),
.home-reveal-visible .home-faq-enhanced .faq-item:nth-child(3) {
    transition-delay: .16s;
}

.home-reveal-visible .mini-card:nth-child(4),
.home-reveal-visible .data-item-upgrade:nth-child(4),
.home-reveal-visible .case-card-enhanced:nth-child(4),
.home-reveal-visible .logo-box-upgrade:nth-child(4) .logo-box-inner,
.home-reveal-visible .team-card-upgrade:nth-child(4),
.home-reveal-visible .home-faq-enhanced .faq-item:nth-child(4) {
    transition-delay: .24s;
}

.home-reveal-visible .logo-box-upgrade:nth-child(5) .logo-box-inner,
.home-reveal-visible .logo-box-upgrade:nth-child(6) .logo-box-inner,
.home-reveal-visible .logo-box-upgrade:nth-child(7) .logo-box-inner,
.home-reveal-visible .logo-box-upgrade:nth-child(8) .logo-box-inner,
.home-reveal-visible .home-faq-enhanced .faq-item:nth-child(5),
.home-reveal-visible .home-faq-enhanced .faq-item:nth-child(6) {
    transition-delay: .3s;
}

.section-lead {
    max-width: 780px;
    margin: 0 auto 14px;
    font-size: 1.08rem;
    line-height: 1.8;
    color: #213247;
}

.section-title-box-unified .section-lead {
    margin-bottom: 12px;
}

.section-lead.light {
    color: rgba(255,255,255,.9);
}

.data-title-box-upgrade h2,
.cta-text-upgrade h2 {
    letter-spacing: -.8px;
}

.data-item-upgrade {
    overflow: hidden;
}

.data-item-upgrade:hover {
    transform: translateY(-6px);
    box-shadow: 0 28px 60px rgba(3, 7, 18, .24);
}

.data-item-upgrade:hover::before {
    background: linear-gradient(90deg, rgba(245,209,157,.25), rgba(255,232,190,1), rgba(245,209,157,.25));
}

.logo-box-upgrade .logo-box-inner img {
    max-height: 52px;
    width: auto;
    filter: grayscale(100%) brightness(1.15);
    opacity: .84;
    transition: transform .22s ease, opacity .22s ease, filter .22s ease;
}

.logo-box-upgrade:hover .logo-box-inner img {
    transform: scale(1.04);
    opacity: 1;
    filter: grayscale(0) brightness(1.02);
}

.team-card-upgrade:hover .team-photo-upgrade img,
.news-card-enhanced:hover .news-thumb img,
.case-card-enhanced:hover .case-image img {
    transform: scale(1.045);
}

.team-photo-upgrade img,
.news-thumb img,
.case-image img {
    transition: transform .38s ease;
}

.team-info-upgrade strong,
.cta-lead {
    letter-spacing: .2px;
}

.cta-lead {
    color: #7a5325;
    font-size: 1.03rem;
    font-weight: 600;
    margin-bottom: 10px;
}

.cta-box-upgrade {
    isolation: isolate;
}

.cta-box-upgrade::after {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(90deg, rgba(255,255,255,.55), transparent 35%, transparent 68%, rgba(199,146,78,.08));
    pointer-events: none;
    z-index: 0;
}

.cta-actions-upgrade .btn {
    box-shadow: 0 14px 30px rgba(15,23,42,.08);
}

.cta-actions-upgrade .btn:hover {
    transform: translateY(-2px);
}

.faq-showcase-intro-upgrade::after {
    content: '';
    position: absolute;
    inset: auto auto 0 0;
    width: 140px;
    height: 140px;
    background: radial-gradient(circle, rgba(15,23,42,.06), transparent 70%);
    pointer-events: none;
}

@media (prefers-reduced-motion: reduce) {
    .home-reveal,
    .home-reveal .section-title-box,
    .home-reveal .about-panel,
    .home-reveal .mini-card,
    .home-reveal .solution-row-enhanced,
    .home-reveal .data-item-upgrade,
    .home-reveal .case-card-enhanced,
    .home-reveal .logo-box-upgrade .logo-box-inner,
    .home-reveal .team-card-upgrade,
    .home-reveal .news-card-enhanced,
    .home-reveal .faq-showcase-intro,
    .home-reveal .home-faq-enhanced .faq-item,
    .home-reveal .cta-box-upgrade,
    .team-photo-upgrade img,
    .news-thumb img,
    .case-image img,
    .logo-box-upgrade .logo-box-inner img,
    .cta-actions-upgrade .btn {
        transition: none !important;
        animation: none !important;
        transform: none !important;
        opacity: 1 !important;
    }
}

.data-title-box-upgrade {
    max-width: 920px;
}

.data-grid-upgrade {
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 20px;
}

.data-item-upgrade {
    position: relative;
    padding: 26px 24px;
    border: 1px solid rgba(255,255,255,.08);
    background: linear-gradient(180deg, rgba(255,255,255,.08), rgba(255,255,255,.04));
    backdrop-filter: blur(12px);
    box-shadow: 0 20px 50px rgba(3, 7, 18, .18);
}

.data-item-upgrade::before {
    content: '';
    position: absolute;
    inset: 0 0 auto 0;
    height: 3px;
    background: linear-gradient(90deg, rgba(245,209,157,.15), rgba(245,209,157,.95), rgba(245,209,157,.15));
}

.data-item-top {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 12px;
    margin-bottom: 24px;
}

.data-item-top span {
    color: rgba(255,255,255,.92);
    font-size: 14px;
    font-weight: 700;
    letter-spacing: .8px;
}

.data-item-top small {
    color: rgba(255,255,255,.46);
    font-size: 11px;
    letter-spacing: 1px;
    text-transform: uppercase;
}

.data-item-upgrade h3 {
    font-size: 3rem;
    line-height: 1;
    margin-bottom: 12px;
    color: #fff;
}

.data-item-upgrade p {
    margin: 0;
    color: rgba(255,255,255,.72);
}

.logo-wall-intro {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 22px;
    margin-bottom: 26px;
}

.logo-wall-copy {
    display: grid;
    gap: 8px;
}

.logo-wall-copy strong {
    color: #fff;
    font-size: 1.15rem;
}

.logo-wall-copy span {
    color: rgba(255,255,255,.66);
    font-size: 14px;
}

.logo-grid-upgrade {
    gap: 18px;
}

.logo-box-upgrade {
    background: transparent;
    box-shadow: none;
}

.logo-box-upgrade .logo-box-inner {
    min-height: 126px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(255,255,255,.05);
    border: 1px solid rgba(255,255,255,.08);
    box-shadow: 0 18px 44px rgba(0,0,0,.18);
    transition: transform .22s ease, border-color .22s ease, background .22s ease;
}

.logo-box-upgrade:hover .logo-box-inner {
    transform: translateY(-4px);
    border-color: rgba(245,209,157,.26);
    background: rgba(255,255,255,.08);
}

.team-grid-upgrade {
    align-items: stretch;
}

.team-card-upgrade {
    display: flex;
    flex-direction: column;
    height: 100%;
}

.team-photo-upgrade {
    position: relative;
    overflow: hidden;
}

.team-photo-upgrade::before {
    content: '';
    position: absolute;
    inset: auto 0 0 0;
    height: 45%;
    background: linear-gradient(180deg, transparent, rgba(15,23,42,.2));
    z-index: 1;
    pointer-events: none;
}

.team-info-upgrade {
    display: flex;
    flex-direction: column;
    gap: 10px;
    flex: 1 1 auto;
}

.team-role-badge {
    display: inline-flex;
    align-items: center;
    width: fit-content;
    padding: 6px 12px;
    border-radius: 999px;
    background: rgba(199, 146, 78, 0.12);
    color: #8b5e28;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: .9px;
}

.team-info-upgrade h4 {
    margin: 0;
    font-size: 1.35rem;
    color: #122033;
}

.team-info-upgrade strong {
    color: #7a5325;
    font-size: 14px;
    font-weight: 700;
}

.team-info-upgrade p {
    margin: 0;
    color: #5b687a;
}

.team-info-upgrade .card-link-row {
    padding-top: 10px;
}

.cta-final-upgrade {
    position: relative;
    overflow: hidden;
}

.cta-box-upgrade {
    position: relative;
    display: grid;
    grid-template-columns: minmax(0, 1.15fr) auto;
    gap: 24px;
    align-items: center;
    padding: 34px;
    border: 1px solid rgba(199,146,78,.14);
    background: linear-gradient(135deg, #fffdfa 0%, #fff6ea 48%, #ffffff 100%);
    box-shadow: 0 26px 60px rgba(15, 23, 42, 0.12);
}

.cta-box-upgrade::before {
    content: '';
    position: absolute;
    inset: auto -60px -60px auto;
    width: 220px;
    height: 220px;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(199,146,78,.14), transparent 68%);
    pointer-events: none;
}

.cta-text-upgrade {
    position: relative;
    z-index: 1;
}

.cta-text-upgrade h2 {
    margin-bottom: 14px;
}

.cta-text-upgrade p {
    margin-bottom: 20px;
    max-width: 760px;
}

.cta-trust-points {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.cta-trust-points span {
    display: inline-flex;
    align-items: center;
    padding: 8px 12px;
    border-radius: 999px;
    background: rgba(255,255,255,.86);
    border: 1px solid rgba(15,23,42,.07);
    color: #122033;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: .8px;
}

.cta-actions-upgrade {
    position: relative;
    z-index: 1;
    display: flex;
    flex-direction: column;
    gap: 14px;
}

.cta-actions-upgrade .btn {
    min-width: 180px;
}

@media (max-width: 1199px) {
    .data-grid-upgrade {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .cta-box-upgrade {
        grid-template-columns: 1fr;
    }

    .cta-actions-upgrade {
        flex-direction: row;
        flex-wrap: wrap;
    }
}

@media (max-width: 991px) {
    .logo-wall-intro {
        flex-direction: column;
        align-items: flex-start;
    }
}

@media (max-width: 767px) {
    .data-grid-upgrade {
        grid-template-columns: 1fr;
    }

    .data-item-upgrade {
        padding: 22px 18px;
    }

    .data-item-upgrade h3 {
        font-size: 2.4rem;
    }

    .cta-box-upgrade {
        padding: 24px 20px;
        border-radius: 22px;
    }

    .cta-actions-upgrade {
        flex-direction: column;
    }

    .cta-actions-upgrade .btn {
        width: 100%;
        min-width: 0;
    }

    .section-more,
    .section-more-right {
        justify-content: flex-start;
        margin-top: 20px;
    }

    .section-more .btn {
        width: 100%;
        min-width: 0;
    }
}
