/* Omnelytics：突出文档内容，隐藏无用模板区块 */

.footer-area .footer-bottom {
    display: none !important;
}

/* 去掉大 Logo 区后，收紧页脚底部留白，背景保持黑色 */
.footer-area.style-one.bg-black {
    padding-bottom: 50px;
}

.footer-area .footer-widget .newsletter-form {
    margin-bottom: 0 !important;
}

.footer-area.style-one.bg-black .container.style-one > .row:last-of-type {
    margin-bottom: 0 !important;
}

.omni-hide,
.omni-unused-section {
    display: none !important;
}

.other-options .search-btn,
.other-options .mobile-options,
.other-options .search-dropdown {
    display: none !important;
}

/* 导航栏 Logo：固定显示尺寸，上传任意大小图片均按比例缩放在框内 */
.navbar-area .navbar-brand {
    display: inline-flex;
    align-items: center;
    flex-shrink: 0;
}

.navbar-area .navbar-brand img {
    display: block;
    width: auto;
    height: 40px;
    max-width: 140px;
    object-fit: contain;
    object-position: left center;
}

@media only screen and (max-width: 991px) {
    .navbar-area .navbar-brand img {
        height: 36px;
        max-width: 120px;
    }
}

@media only screen and (max-width: 767px) {
    .navbar-area .navbar-brand img {
        height: 32px;
        max-width: 100px;
    }
}

/* 首页集成区：中心 Logo + 周围图标固定尺寸 */
.integration-wrapper.style-one .int-logo {
    width: 280px;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
}

.integration-wrapper.style-one .int-logo img {
    display: block;
    width: 280px;
    height: 280px;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
    object-fit: contain;
    object-position: center;
}

.integration-wrapper.style-one .int-box {
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}

.integration-wrapper.style-one .int-box img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: center;
}

@media only screen and (max-width: 991px) {
    .integration-wrapper.style-one .int-logo,
    .integration-wrapper.style-one .int-logo img {
        width: 220px;
        height: 220px;
    }
}

@media only screen and (max-width: 767px) {
    .integration-wrapper.style-one .int-logo,
    .integration-wrapper.style-one .int-logo img {
        width: 180px;
        height: 180px;
    }
}

/* 公司简介：评价区轮播控件不与正文重叠 */
.testimonial-area.style-four .testimonial-slider-two {
    position: relative;
    padding-bottom: 72px;
}

/* 圆环文字 SVG：尺寸与原 PNG 一致，居中落在粉色环带内 */
.testimonial-area.style-four .circle-text-wrap .omni-testimonial-circle-text {
    width: 291px;
    height: 291px;
    max-width: calc(100% - 28px);
    max-height: calc(100% - 28px);
    flex-shrink: 0;
    transform-origin: 50% 50%;
}

.testimonial-area.style-four .circle-text-wrap > img.position-absolute {
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 1;
}

.omni-hero-lead {
    max-width: 820px;
    margin: 0 auto 1.5rem;
    font-size: 1.05rem;
    line-height: 1.75;
    color: rgba(255, 255, 255, 0.88);
}

/* 首页 Hero：标题与四周边框卡片整体上移 */
.hero-area.style-one {
    padding-top: 240px;
}

.hero-area.style-one .hero-section-shape {
    top: 44%;
}

.hero-area.style-one .stat-box.style-one {
    top: 10%;
}

.hero-area.style-one .stat-box.style-three {
    top: 7%;
}

.hero-area.style-one .stat-box.style-two {
    bottom: 14%;
}

.hero-area.style-one .stat-box.style-four {
    bottom: 15%;
}

@media only screen and (min-width: 1600px) {
    .hero-area.style-one .stat-box.style-one {
        top: 16%;
    }

    .hero-area.style-one .stat-box.style-three {
        top: 12%;
    }

    .hero-area.style-one .stat-box.style-two {
        bottom: 20%;
    }

    .hero-area.style-one .stat-box.style-four {
        bottom: 15%;
    }
}

@media only screen and (max-width: 767px) {
    .hero-area.style-one {
        padding-top: 110px;
    }
}

.omni-counter-label {
    font-size: 0.875rem;
    line-height: 1.45;
    white-space: pre-line;
    padding: 0 0.75rem;
}

.counter-card-wrap.style-two .counter-card {
    min-height: 220px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.omni-vision-mission {
    max-width: 520px;
}

.omni-vision-mission p {
    white-space: pre-line;
}

.omni-partners-compact {
    padding-top: 36px !important;
    padding-bottom: 36px !important;
    background: #000;
}

.omni-partners-compact:before {
    display: none !important;
}

.omni-testimonial-flat:after {
    border-radius: 0 !important;
}

.omni-integrations-lower .container.style-one {
    padding-top: 26px;
}

.omni-service-matrix-row > [class*="col-"] {
    display: flex;
}

.omni-service-matrix-row .service-card.style-four {
    width: 100%;
    height: 100%;
}

.omni-recruitment-list {
    background: #f7f8ff;
    border: 1px solid rgba(99, 102, 241, 0.12);
    border-radius: 12px;
    padding: 28px 24px;
}

.omni-recruitment-list ul li {
    margin-bottom: 10px;
    line-height: 1.7;
}

.omni-recruitment-list ul li:last-child {
    margin-bottom: 0;
}

.omni-recruitment-full {
    background: #f7f8ff;
    border: 1px solid rgba(99, 102, 241, 0.12);
    border-radius: 12px;
    padding: 30px 26px;
}

.omni-recruitment-full h3 {
    font-size: 1.25rem;
    margin: 20px 0 10px;
}

.omni-recruitment-full h4 {
    font-size: 1.05rem;
    margin: 16px 0 8px;
}

.omni-recruitment-full [data-cms-html] ul {
    margin: 0 0 14px 0;
    padding-left: 20px;
}

.omni-recruitment-full [data-cms-html] table {
    margin-bottom: 0;
}

.omni-recruitment-full ul {
    margin: 0 0 14px 0;
    padding-left: 20px;
}

.omni-recruitment-full ul li {
    margin-bottom: 6px;
    line-height: 1.7;
}

.omni-recruitment-full ul li:empty {
    display: none;
}

.omni-recruitment-table th,
.omni-recruitment-table td {
    vertical-align: middle;
    border-color: rgba(99, 102, 241, 0.18);
}

.omni-recruitment-table thead th {
    background: rgba(99, 102, 241, 0.08);
    color: #1e1e1e;
    font-weight: 600;
}

.omni-cms-multiline-block {
    white-space: pre-line;
    line-height: 1.75;
}

.omni-partners-compact .section-subtitle {
    margin-bottom: 12px !important;
}

.omni-partners-compact [data-cms="partners_title"] {
    background: #6366f1 !important;
    color: #fff !important;
}

.omni-partners-compact [data-cms-multiline="partners_text"] {
    color: rgba(255, 255, 255, 0.82);
}

.footer-menu a {
    color: rgba(255, 255, 255, 0.85);
}

.footer-menu a:hover {
    color: var(--primary-color, #6366f1);
}

/* CMS 加载完成前隐藏整页，仅展示后台数据，不显示 HTML 模板兜底 */
html.cms-pending body {
    visibility: hidden;
}

html.cms-ready body {
    visibility: visible;
}

html.cms-pending #smooth-wrapper,
html.cms-pending #smooth-content {
    visibility: hidden;
}

html.cms-pending [data-cms]:not(input):not(textarea),
html.cms-pending [data-cms-multiline],
html.cms-pending [data-cms-html],
html.cms-pending [data-cms-article],
html.cms-pending [data-cms-image],
html.cms-pending [data-cms-image-bg],
html.cms-pending [data-cms-circle-text],
html.cms-pending .navbar-brand img,
html.cms-pending footer .logo img,
html.cms-pending .footer-bottom img,
html.cms-pending .omni-nav,
html.cms-pending .omni-footer-nav {
    visibility: hidden;
}

html.cms-ready #smooth-wrapper,
html.cms-ready #smooth-content,
html.cms-ready [data-cms]:not(input):not(textarea),
html.cms-ready [data-cms-multiline],
html.cms-ready [data-cms-html],
html.cms-ready [data-cms-article],
html.cms-ready [data-cms-image],
html.cms-ready [data-cms-image-bg],
html.cms-ready [data-cms-circle-text],
html.cms-ready .navbar-brand img,
html.cms-ready footer .logo img,
html.cms-ready .footer-bottom img,
html.cms-ready .omni-nav,
html.cms-ready .omni-footer-nav {
    visibility: visible;
}
