/**
 * Focus Simple Theme Styles
 * Modern, Clean, Professional Design
 */

@charset "utf-8";

/* Reset & Base
-------------------------------------------------------------- */
html { 
    overflow-y: scroll; 
    -webkit-text-size-adjust: 100%; 
    -ms-text-size-adjust: 100%; 
}
body { 
    line-height: 1.8; 
    -webkit-font-smoothing: antialiased; 
    -webkit-text-size-adjust: 100%; 
    -ms-text-size-adjust: 100%;
    font-family: -apple-system, BlinkMacSystemFont, 'PingFangSC-Regular', 'PingFang SC', 'Hiragino Sans GB', 'Microsoft YaHei', Helvetica, Arial, 'WenQuanYi Micro Hei', SimSun, sans-serif;
    color: #444;
    overflow-x: hidden;
    background: #f8fafc;
}
a { 
    text-decoration: none; 
    color: #333; 
    transition: all 0.3s ease;
}
a:hover, a:focus { 
    color: #1d89ff; 
    text-decoration: none; 
    outline: 0;
}
img { 
    max-width: 100%; 
    height: auto; 
    display: block; 
}
ul, ol { 
    padding: 0; 
    list-style: none; 
}
h1, h2, h3, h4, h5, h6 { 
    font-weight: 600; 
    color: #1a1a2e;
    line-height: 1.4;
    margin-bottom: 15px;
}
p { 
    margin-bottom: 15px; 
    line-height: 1.8; 
}

/* Container */
.container {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
    max-width: 1200px;
}

@media (min-width: 576px) {
    .container {
        max-width: 540px;
    }
}

@media (min-width: 768px) {
    .container {
        max-width: 720px;
    }
}

@media (min-width: 992px) {
    .container {
        max-width: 960px;
    }
}

@media (min-width: 1200px) {
    .container {
        max-width: 1200px;
    }
}

/* Bootstrap Grid System */
.container-fluid {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}

.row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
}

.no-gutters {
    margin-right: 0;
    margin-left: 0;
}

.no-gutters > .col,
.no-gutters > [class*="col-"] {
    padding-right: 0;
    padding-left: 0;
}

.col, .col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col-auto, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}

.col {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
}

.col-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none;
}

.col-1 { -ms-flex: 0 0 8.333333%; flex: 0 0 8.333333%; max-width: 8.333333%; }
.col-2 { -ms-flex: 0 0 16.666667%; flex: 0 0 16.666667%; max-width: 16.666667%; }
.col-3 { -ms-flex: 0 0 25%; flex: 0 0 25%; max-width: 25%; }
.col-4 { -ms-flex: 0 0 33.333333%; flex: 0 0 33.333333%; max-width: 33.333333%; }
.col-5 { -ms-flex: 0 0 41.666667%; flex: 0 0 41.666667%; max-width: 41.666667%; }
.col-6 { -ms-flex: 0 0 50%; flex: 0 0 50%; max-width: 50%; }
.col-7 { -ms-flex: 0 0 58.333333%; flex: 0 0 58.333333%; max-width: 58.333333%; }
.col-8 { -ms-flex: 0 0 66.666667%; flex: 0 0 66.666667%; max-width: 66.666667%; }
.col-9 { -ms-flex: 0 0 75%; flex: 0 0 75%; max-width: 75%; }
.col-10 { -ms-flex: 0 0 83.333333%; flex: 0 0 83.333333%; max-width: 83.333333%; }
.col-11 { -ms-flex: 0 0 91.666667%; flex: 0 0 91.666667%; max-width: 91.666667%; }
.col-12 { -ms-flex: 0 0 100%; flex: 0 0 100%; max-width: 100%; }

@media (min-width: 576px) {
    .col-sm { -ms-flex-preferred-size: 0; flex-basis: 0; -ms-flex-positive: 1; flex-grow: 1; max-width: 100%; }
    .col-sm-auto { -ms-flex: 0 0 auto; flex: 0 0 auto; width: auto; max-width: none; }
    .col-sm-1 { -ms-flex: 0 0 8.333333%; flex: 0 0 8.333333%; max-width: 8.333333%; }
    .col-sm-2 { -ms-flex: 0 0 16.666667%; flex: 0 0 16.666667%; max-width: 16.666667%; }
    .col-sm-3 { -ms-flex: 0 0 25%; flex: 0 0 25%; max-width: 25%; }
    .col-sm-4 { -ms-flex: 0 0 33.333333%; flex: 0 0 33.333333%; max-width: 33.333333%; }
    .col-sm-5 { -ms-flex: 0 0 41.666667%; flex: 0 0 41.666667%; max-width: 41.666667%; }
    .col-sm-6 { -ms-flex: 0 0 50%; flex: 0 0 50%; max-width: 50%; }
    .col-sm-7 { -ms-flex: 0 0 58.333333%; flex: 0 0 58.333333%; max-width: 58.333333%; }
    .col-sm-8 { -ms-flex: 0 0 66.666667%; flex: 0 0 66.666667%; max-width: 66.666667%; }
    .col-sm-9 { -ms-flex: 0 0 75%; flex: 0 0 75%; max-width: 75%; }
    .col-sm-10 { -ms-flex: 0 0 83.333333%; flex: 0 0 83.333333%; max-width: 83.333333%; }
    .col-sm-11 { -ms-flex: 0 0 91.666667%; flex: 0 0 91.666667%; max-width: 91.666667%; }
    .col-sm-12 { -ms-flex: 0 0 100%; flex: 0 0 100%; max-width: 100%; }
}

@media (min-width: 768px) {
    .col-md { -ms-flex-preferred-size: 0; flex-basis: 0; -ms-flex-positive: 1; flex-grow: 1; max-width: 100%; }
    .col-md-auto { -ms-flex: 0 0 auto; flex: 0 0 auto; width: auto; max-width: none; }
    .col-md-1 { -ms-flex: 0 0 8.333333%; flex: 0 0 8.333333%; max-width: 8.333333%; }
    .col-md-2 { -ms-flex: 0 0 16.666667%; flex: 0 0 16.666667%; max-width: 16.666667%; }
    .col-md-3 { -ms-flex: 0 0 25%; flex: 0 0 25%; max-width: 25%; }
    .col-md-4 { -ms-flex: 0 0 33.333333%; flex: 0 0 33.333333%; max-width: 33.333333%; }
    .col-md-5 { -ms-flex: 0 0 41.666667%; flex: 0 0 41.666667%; max-width: 41.666667%; }
    .col-md-6 { -ms-flex: 0 0 50%; flex: 0 0 50%; max-width: 50%; }
    .col-md-7 { -ms-flex: 0 0 58.333333%; flex: 0 0 58.333333%; max-width: 58.333333%; }
    .col-md-8 { -ms-flex: 0 0 66.666667%; flex: 0 0 66.666667%; max-width: 66.666667%; }
    .col-md-9 { -ms-flex: 0 0 75%; flex: 0 0 75%; max-width: 75%; }
    .col-md-10 { -ms-flex: 0 0 83.333333%; flex: 0 0 83.333333%; max-width: 83.333333%; }
    .col-md-11 { -ms-flex: 0 0 91.666667%; flex: 0 0 91.666667%; max-width: 91.666667%; }
    .col-md-12 { -ms-flex: 0 0 100%; flex: 0 0 100%; max-width: 100%; }
}

@media (min-width: 992px) {
    .col-lg { -ms-flex-preferred-size: 0; flex-basis: 0; -ms-flex-positive: 1; flex-grow: 1; max-width: 100%; }
    .col-lg-auto { -ms-flex: 0 0 auto; flex: 0 0 auto; width: auto; max-width: none; }
    .col-lg-1 { -ms-flex: 0 0 8.333333%; flex: 0 0 8.333333%; max-width: 8.333333%; }
    .col-lg-2 { -ms-flex: 0 0 16.666667%; flex: 0 0 16.666667%; max-width: 16.666667%; }
    .col-lg-3 { -ms-flex: 0 0 25%; flex: 0 0 25%; max-width: 25%; }
    .col-lg-4 { -ms-flex: 0 0 33.333333%; flex: 0 0 33.333333%; max-width: 33.333333%; }
    .col-lg-5 { -ms-flex: 0 0 41.666667%; flex: 0 0 41.666667%; max-width: 41.666667%; }
    .col-lg-6 { -ms-flex: 0 0 50%; flex: 0 0 50%; max-width: 50%; }
    .col-lg-7 { -ms-flex: 0 0 58.333333%; flex: 0 0 58.333333%; max-width: 58.333333%; }
    .col-lg-8 { -ms-flex: 0 0 66.666667%; flex: 0 0 66.666667%; max-width: 66.666667%; }
    .col-lg-9 { -ms-flex: 0 0 75%; flex: 0 0 75%; max-width: 75%; }
    .col-lg-10 { -ms-flex: 0 0 83.333333%; flex: 0 0 83.333333%; max-width: 83.333333%; }
    .col-lg-11 { -ms-flex: 0 0 91.666667%; flex: 0 0 91.666667%; max-width: 91.666667%; }
    .col-lg-12 { -ms-flex: 0 0 100%; flex: 0 0 100%; max-width: 100%; }
}

@media (min-width: 1200px) {
    .col-xl { -ms-flex-preferred-size: 0; flex-basis: 0; -ms-flex-positive: 1; flex-grow: 1; max-width: 100%; }
    .col-xl-auto { -ms-flex: 0 0 auto; flex: 0 0 auto; width: auto; max-width: none; }
    .col-xl-1 { -ms-flex: 0 0 8.333333%; flex: 0 0 8.333333%; max-width: 8.333333%; }
    .col-xl-2 { -ms-flex: 0 0 16.666667%; flex: 0 0 16.666667%; max-width: 16.666667%; }
    .col-xl-3 { -ms-flex: 0 0 25%; flex: 0 0 25%; max-width: 25%; }
    .col-xl-4 { -ms-flex: 0 0 33.333333%; flex: 0 0 33.333333%; max-width: 33.333333%; }
    .col-xl-5 { -ms-flex: 0 0 41.666667%; flex: 0 0 41.666667%; max-width: 41.666667%; }
    .col-xl-6 { -ms-flex: 0 0 50%; flex: 0 0 50%; max-width: 50%; }
    .col-xl-7 { -ms-flex: 0 0 58.333333%; flex: 0 0 58.333333%; max-width: 58.333333%; }
    .col-xl-8 { -ms-flex: 0 0 66.666667%; flex: 0 0 66.666667%; max-width: 66.666667%; }
    .col-xl-9 { -ms-flex: 0 0 75%; flex: 0 0 75%; max-width: 75%; }
    .col-xl-10 { -ms-flex: 0 0 83.333333%; flex: 0 0 83.333333%; max-width: 83.333333%; }
    .col-xl-11 { -ms-flex: 0 0 91.666667%; flex: 0 0 91.666667%; max-width: 91.666667%; }
    .col-xl-12 { -ms-flex: 0 0 100%; flex: 0 0 100%; max-width: 100%; }
}

/* Header
-------------------------------------------------------------- */
.focux-header { 
    margin-bottom: 0; 
}
.focux-header .top-nav {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 9999;
    background: #fff;
    box-shadow: 0 2px 20px rgba(0, 0, 0, 0.06);
    transition: all 0.3s ease;
}

.header-wrap {
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 80px;
    padding: 0 30px;
}

#logo {
    display: flex;
    align-items: center;
    flex-shrink: 0;
}
#logo a { 
    display: flex; 
    align-items: center; 
}
#logo img { 
    max-height: 55px; 
    max-width: 200px; 
    width: auto; 
    height: auto; 
    object-fit: contain; 
}
#logo .logo-text {
    font-size: 22px;
    font-weight: 700;
    color: #1d89ff;
    white-space: nowrap;
    letter-spacing: -0.5px;
}

/* Navigation */
.nav-wrap { 
    display: flex; 
    align-items: center; 
    flex: 1;
    justify-content: center;
}
#mainnav { 
    display: flex;
    align-items: center;
}
#mainnav ul { 
    margin: 0; 
    padding: 0; 
    list-style: none; 
    display: flex;
    align-items: center;
}
#mainnav ul li { 
    position: relative; 
}
#mainnav > ul > li { 
    margin: 0 3px;
}
#mainnav > ul > li > a { 
    display: block; 
    font-size: 15px; 
    font-weight: 500; 
    padding: 12px 18px; 
    color: #333;
    border-radius: 8px;
    transition: all 0.3s ease;
}
#mainnav > ul > li:hover > a { 
    background: linear-gradient(135deg, #1d89ff 0%, #0066cc 100%); 
    color: #fff;
    transform: translateY(-2px);
    box-shadow: 0 4px 15px rgba(29, 137, 255, 0.3);
}

/* Sub Menu */
#mainnav ul.sub-menu { 
    position: absolute; 
    left: 0; 
    top: 100%; 
    width: 220px; 
    text-align: left; 
    background-color: #ffffff; 
    z-index: 9999; 
    opacity: 0; 
    visibility: hidden; 
    transform: translateY(10px);
    transition: all 0.3s ease;
    box-shadow: 0 15px 50px rgba(0, 0, 0, 0.12);
    border-radius: 12px;
    padding: 12px 0;
    margin-top: 8px;
    border: 1px solid rgba(0,0,0,0.05);
}
#mainnav ul li:hover > ul.sub-menu { 
    opacity: 1; 
    visibility: visible;
    transform: translateY(0);
}
#mainnav ul.sub-menu li { 
    border-bottom: 1px solid #f5f5f5; 
}
#mainnav ul.sub-menu li:last-child { 
    border-bottom: none; 
}
#mainnav ul.sub-menu > li > a { 
    display: block; 
    color: #333; 
    padding: 12px 20px; 
    font-weight: 500; 
    font-size: 14px;
    transition: all 0.3s ease;
}
#mainnav ul.sub-menu > li > a:hover { 
    background: linear-gradient(135deg, #1d89ff 0%, #0066cc 100%); 
    color: #ffffff;
    padding-left: 25px;
}

/* Search */
.show-search { 
    position: relative;
    margin-left: 20px;
}
.show-search a { 
    font-size: 16px; 
    color: #333;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 44px;
    height: 44px;
    border-radius: 50%;
    transition: all 0.3s ease;
    background: #f0f4f8;
}
.show-search a:hover { 
    background: linear-gradient(135deg, #1d89ff 0%, #0066cc 100%); 
    color: #fff;
    transform: scale(1.1);
}
.top-search { 
    position: absolute; 
    right: 0; 
    top: 100%; 
    width: 350px; 
    opacity: 0; 
    visibility: hidden; 
    transition: all 0.3s ease;
    margin-top: 15px;
    z-index: 9999;
}
.top-search.show { 
    opacity: 1; 
    visibility: visible;
}
.top-search .search-form { 
    position: relative; 
    background: #fff;
    box-shadow: 0 15px 50px rgba(0, 0, 0, 0.15);
    border-radius: 16px;
    overflow: hidden;
    border: 1px solid rgba(0,0,0,0.05);
}
.top-search .search-field { 
    width: 100%; 
    padding: 20px 70px 20px 25px; 
    border: none;
    font-size: 15px;
    outline: none;
    background: #fff;
}
.top-search .search-submit { 
    position: absolute; 
    right: 0; 
    top: 0; 
    height: 100%; 
    width: 60px; 
    background: linear-gradient(135deg, #1d89ff 0%, #0066cc 100%); 
    color: #fff; 
    border: none;
    cursor: pointer;
    transition: all 0.3s ease;
    font-size: 16px;
}

/* Mobile Button */
.mobile-button {
    display: none;
    width: 44px;
    height: 44px;
    cursor: pointer;
    position: relative;
    z-index: 100;
    margin-left: 15px;
    align-items: center;
    justify-content: center;
}
.mobile-button span {
    display: block;
    width: 24px;
    height: 2px;
    background: #333;
    position: relative;
    transition: all 0.3s ease;
}
.mobile-button span::before,
.mobile-button span::after {
    content: '';
    position: absolute;
    width: 24px;
    height: 2px;
    background: #333;
    left: 0;
    transition: all 0.3s ease;
}
.mobile-button span::before { top: -8px; }
.mobile-button span::after { top: 8px; }
.mobile-button.active span { background: transparent; }
.mobile-button.active span::before { top: 0; transform: rotate(45deg); }
.mobile-button.active span::after { top: 0; transform: rotate(-45deg); }

/* Hero Banner Section
-------------------------------------------------------------- */
.hero-banner { 
    position: relative; 
    margin-top: 80px; 
}
.hero-banner .swiper-container { 
    height: 600px; 
}
.hero-banner .swiper-slide { 
    background-size: cover; 
    background-position: center;
    display: flex;
    align-items: center;
    position: relative;
}
.hero-overlay { 
    position: absolute; 
    top: 0; 
    left: 0; 
    width: 100%; 
    height: 100%; 
    background: linear-gradient(135deg, rgba(29, 137, 255, 0.92) 0%, rgba(26, 26, 46, 0.88) 100%);
}
.hero-content { 
    position: relative; 
    z-index: 2; 
    max-width: 800px;
    padding: 0 30px;
}
.hero-subtitle {
    display: inline-block;
    font-size: 14px;
    font-weight: 500;
    color: rgba(255,255,255,0.9);
    text-transform: uppercase;
    letter-spacing: 3px;
    margin-bottom: 20px;
    padding: 8px 20px;
    background: rgba(255,255,255,0.15);
    border-radius: 30px;
    backdrop-filter: blur(10px);
}
.hero-title { 
    font-size: 52px; 
    font-weight: 700; 
    margin-bottom: 20px;
    color: #fff;
    line-height: 1.2;
    letter-spacing: -1px;
}
.hero-desc { 
    font-size: 20px; 
    margin-bottom: 40px;
    color: rgba(255,255,255,0.9);
    line-height: 1.7;
}
.hero-buttons {
    display: flex;
    gap: 15px;
    flex-wrap: wrap;
}
.hero-buttons .btn {
    padding: 18px 40px;
    font-size: 16px;
    border-radius: 50px;
    font-weight: 600;
    display: inline-flex;
    align-items: center;
    gap: 10px;
}
.hero-buttons .btn-primary {
    background: #fff;
    color: #1d89ff;
    box-shadow: 0 10px 30px rgba(0,0,0,0.2);
}
.hero-buttons .btn-primary:hover {
    transform: translateY(-3px);
    box-shadow: 0 15px 40px rgba(0,0,0,0.3);
}
.hero-buttons .btn-outline {
    background: transparent;
    border: 2px solid rgba(255,255,255,0.5);
    color: #fff;
}
.hero-buttons .btn-outline:hover {
    background: #fff;
    color: #1d89ff;
    border-color: #fff;
}

/* Swiper Controls */
.hero-banner .swiper-pagination-bullet {
    width: 12px;
    height: 12px;
    background: #fff;
    opacity: 0.5;
    transition: all 0.3s ease;
}
.hero-banner .swiper-pagination-bullet-active {
    opacity: 1;
    transform: scale(1.2);
}
.hero-banner .swiper-button-next,
.hero-banner .swiper-button-prev {
    color: #fff;
    width: 56px;
    height: 56px;
    background: rgba(255,255,255,0.15);
    border-radius: 50%;
    transition: all 0.3s ease;
    backdrop-filter: blur(10px);
}
.hero-banner .swiper-button-next:hover,
.hero-banner .swiper-button-prev:hover {
    background: rgba(255,255,255,0.3);
    transform: scale(1.1);
}
.hero-banner .swiper-button-next::after,
.hero-banner .swiper-button-prev::after {
    font-size: 20px;
    font-weight: bold;
}

/* Hero Scroll Indicator */
.hero-scroll-indicator {
    position: absolute;
    bottom: 40px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 10;
    text-align: center;
    color: #fff;
    animation: bounce 2s infinite;
}
.hero-scroll-indicator span {
    display: block;
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 2px;
    margin-bottom: 10px;
    opacity: 0.8;
}
.hero-scroll-indicator i {
    font-size: 20px;
}
@keyframes bounce {
    0%, 20%, 50%, 80%, 100% { transform: translateX(-50%) translateY(0); }
    40% { transform: translateX(-50%) translateY(-10px); }
    60% { transform: translateX(-50%) translateY(-5px); }
}

/* Features Section
-------------------------------------------------------------- */
.features-section {
    background: #fff;
    padding: 0;
    margin-top: -60px;
    position: relative;
    z-index: 10;
}
.features-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 0;
    background: #fff;
    border-radius: 20px;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.1);
    overflow: hidden;
}
.feature-item {
    padding: 40px 30px;
    display: flex;
    align-items: center;
    gap: 20px;
    border-right: 1px solid #f0f4f8;
    transition: all 0.3s ease;
}
.feature-item:last-child {
    border-right: none;
}
.feature-item:hover {
    background: linear-gradient(135deg, #f8fafc 0%, #f0f4f8 100%);
}
.feature-icon {
    width: 60px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(135deg, #1d89ff 0%, #0066cc 100%);
    color: #fff;
    border-radius: 16px;
    font-size: 24px;
    flex-shrink: 0;
    box-shadow: 0 10px 25px rgba(29, 137, 255, 0.25);
}
.feature-content h4 {
    font-size: 18px;
    margin-bottom: 5px;
    color: #1a1a2e;
}
.feature-content p {
    font-size: 14px;
    color: #666;
    margin: 0;
}

/* Section Styles
-------------------------------------------------------------- */
.section-padding { 
    padding: 100px 0; 
}
.bg-gray { 
    background: #f8fafc; 
}

.section-header {
    margin-bottom: 60px;
}
.section-label {
    display: inline-block;
    font-size: 13px;
    font-weight: 600;
    color: #1d89ff;
    text-transform: uppercase;
    letter-spacing: 3px;
    margin-bottom: 15px;
}
.section-title { 
    font-size: 40px; 
    margin-bottom: 20px;
    color: #1a1a2e;
    letter-spacing: -0.5px;
}
.section-desc { 
    font-size: 17px; 
    color: #666;
    max-width: 600px;
    margin: 0 auto;
    line-height: 1.7;
}

/* Service Cards
-------------------------------------------------------------- */
.services-row {
    margin: -15px;
}
.services-row > [class*="col-"] {
    padding: 15px;
}
.service-card { 
    text-align: center; 
    padding: 50px 35px;
    background: #fff;
    border-radius: 20px;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.05);
    transition: all 0.4s ease;
    height: 100%;
    border: 1px solid rgba(0,0,0,0.05);
    position: relative;
    overflow: hidden;
}
.service-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 4px;
    background: linear-gradient(90deg, #1d89ff, #0066cc);
    transform: scaleX(0);
    transition: transform 0.4s ease;
}
.service-card:hover { 
    transform: translateY(-15px);
    box-shadow: 0 25px 60px rgba(0, 0, 0, 0.1);
    border-color: transparent;
}
.service-card:hover::before {
    transform: scaleX(1);
}
.service-card-icon { 
    width: 90px; 
    height: 90px; 
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(135deg, #1d89ff 0%, #0066cc 100%);
    color: #fff; 
    font-size: 36px; 
    border-radius: 50%; 
    margin: 0 auto 30px;
    transition: all 0.4s ease;
    box-shadow: 0 15px 40px rgba(29, 137, 255, 0.25);
}
.service-card:hover .service-card-icon { 
    transform: rotateY(360deg) scale(1.1);
}
.service-card-title { 
    font-size: 24px; 
    margin-bottom: 18px;
    color: #1a1a2e;
}
.service-card-desc { 
    color: #666; 
    line-height: 1.8;
    margin-bottom: 25px;
    font-size: 15px;
}
.service-card-link {
    color: #1d89ff;
    font-weight: 600;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    transition: all 0.3s ease;
}
.service-card-link:hover {
    gap: 12px;
}

/* About Section
-------------------------------------------------------------- */
.about-section {
    background: #fff;
}
.about-images {
    position: relative;
    padding: 30px;
}
.about-img-main {
    position: relative;
    z-index: 2;
}
.about-img-main img { 
    border-radius: 20px; 
    box-shadow: 0 25px 60px rgba(0, 0, 0, 0.15);
    width: 100%;
}
.about-img-pattern {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(135deg, #1d89ff 0%, #0066cc 100%);
    border-radius: 20px;
    z-index: 1;
    transform: rotate(-3deg);
    opacity: 0.1;
}
.about-experience {
    position: absolute;
    bottom: 0;
    right: 0;
    background: linear-gradient(135deg, #1d89ff 0%, #0066cc 100%);
    color: #fff;
    padding: 30px;
    border-radius: 20px;
    text-align: center;
    z-index: 3;
    box-shadow: 0 15px 40px rgba(29, 137, 255, 0.3);
}
.experience-number {
    display: block;
    font-size: 48px;
    font-weight: 700;
    line-height: 1;
}
.experience-text {
    font-size: 14px;
    opacity: 0.9;
}

.about-content {
    padding-left: 40px;
}
.about-title { 
    font-size: 40px; 
    margin-bottom: 25px;
    color: #1a1a2e;
    letter-spacing: -0.5px;
}
.about-desc { 
    margin-bottom: 30px; 
    line-height: 1.9;
    color: #555;
    font-size: 16px;
}
.about-features {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 15px;
    margin-bottom: 35px;
}
.about-feature-item {
    display: flex;
    align-items: center;
    gap: 12px;
}
.about-feature-icon {
    width: 28px;
    height: 28px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(135deg, #1d89ff 0%, #0066cc 100%);
    color: #fff;
    border-radius: 50%;
    font-size: 12px;
    flex-shrink: 0;
}

/* News Section
-------------------------------------------------------------- */
.news-section {
    background: #f8fafc;
}
.news-row {
    margin: -15px;
}
.news-row > [class*="col-"] {
    padding: 15px;
}
.news-card { 
    background: #fff; 
    border-radius: 20px; 
    overflow: hidden; 
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.05);
    transition: all 0.4s ease;
    height: 100%;
    display: flex;
    flex-direction: column;
    border: 1px solid rgba(0,0,0,0.05);
}
.news-card:hover { 
    transform: translateY(-10px);
    box-shadow: 0 25px 60px rgba(0, 0, 0, 0.1);
    border-color: transparent;
}
.news-card-image { 
    overflow: hidden; 
    position: relative;
}
.news-card-image img { 
    width: 100%; 
    height: 220px; 
    object-fit: cover;
    transition: all 0.5s ease;
}
.news-card:hover .news-card-image img { 
    transform: scale(1.1); 
}
.news-card-category {
    position: absolute;
    top: 20px;
    left: 20px;
    background: linear-gradient(135deg, #1d89ff 0%, #0066cc 100%);
    color: #fff;
    padding: 6px 16px;
    border-radius: 20px;
    font-size: 12px;
    font-weight: 500;
}
.news-card-content { 
    padding: 30px; 
    flex: 1;
    display: flex;
    flex-direction: column;
}
.news-card-meta { 
    margin-bottom: 15px;
    font-size: 13px;
    color: #888;
    display: flex;
    gap: 20px;
}
.news-card-meta span { 
    display: inline-flex;
    align-items: center;
    gap: 6px;
}
.news-card-meta i { 
    color: #1d89ff;
}
.news-card-title { 
    font-size: 22px; 
    margin-bottom: 15px;
    line-height: 1.4;
}
.news-card-title a {
    color: #1a1a2e;
    transition: color 0.3s ease;
}
.news-card-title a:hover {
    color: #1d89ff;
}
.news-card-excerpt { 
    color: #666; 
    line-height: 1.8;
    margin-bottom: 20px;
    font-size: 15px;
    flex: 1;
}
.news-card-link { 
    color: #1d89ff; 
    font-weight: 600;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    transition: all 0.3s ease;
    font-size: 15px;
}
.news-card-link:hover {
    gap: 12px;
}

.no-posts {
    text-align: center;
    padding: 80px 20px;
    background: #fff;
    border-radius: 20px;
}
.no-posts i {
    font-size: 60px;
    color: #ddd;
    margin-bottom: 20px;
}
.no-posts p {
    color: #888;
    font-size: 18px;
}

/* CTA Section
-------------------------------------------------------------- */
.cta-section {
    position: relative;
    padding: 120px 0;
    background: linear-gradient(135deg, #1d89ff 0%, #1a1a2e 100%);
    overflow: hidden;
}
.cta-bg-pattern {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100"><circle cx="50" cy="50" r="40" fill="none" stroke="rgba(255,255,255,0.08)" stroke-width="1"/></svg>');
    background-size: 80px 80px;
    opacity: 0.6;
}
.cta-content {
    position: relative;
    z-index: 2;
}
.cta-title {
    color: #fff;
    font-size: 42px;
    margin-bottom: 20px;
    letter-spacing: -0.5px;
}
.cta-desc {
    color: rgba(255,255,255,0.9);
    font-size: 19px;
    margin-bottom: 40px;
    line-height: 1.7;
}
.cta-buttons {
    display: flex;
    justify-content: center;
    gap: 20px;
    flex-wrap: wrap;
}
.cta-buttons .btn {
    padding: 18px 45px;
    font-size: 16px;
    border-radius: 50px;
    font-weight: 600;
    display: inline-flex;
    align-items: center;
    gap: 10px;
}
.btn-white {
    background: #fff;
    color: #1d89ff;
    box-shadow: 0 10px 30px rgba(0,0,0,0.2);
}
.btn-white:hover {
    transform: translateY(-3px);
    box-shadow: 0 15px 40px rgba(0,0,0,0.3);
    color: #1d89ff;
}
.btn-outline-white {
    background: transparent;
    border: 2px solid rgba(255,255,255,0.5);
    color: #fff;
}
.btn-outline-white:hover {
    background: #fff;
    color: #1d89ff;
    border-color: #fff;
}

/* Footer
   配色与正文色统一由下方「QRO 前台增强」与 header 内 CSS 变量控制，避免与侧栏 .widget 卡片样式冲突 */
.footer-widgets {
    padding: 80px 0 60px;
}
.copyright {
    font-size: 14px;
}
.copyright p {
    margin-bottom: 5px;
}
.footer-nav {
    text-align: right;
}
.footer-menu {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    justify-content: flex-end;
    flex-wrap: wrap;
    gap: 15px;
}
.footer-menu li {
    display: inline-block;
}
.footer-menu a {
    color: #9ca3af;
    font-size: 14px;
    text-decoration: none;
    transition: color 0.3s ease;
}
.footer-menu a:hover {
    color: #1d89ff;
}
.footer-author {
    margin-top: 20px;
    padding-top: 20px;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
}
.footer-author p {
    color: #6b7280;
    font-size: 13px;
    margin: 0;
}
.footer-author a {
    color: #1d89ff;
    text-decoration: none;
    transition: color 0.3s ease;
}
.footer-author a:hover {
    color: #4da3ff;
    text-decoration: underline;
}

/* Article Page Styles
--------------------------------------------------------------- */
.article-hero {
    position: relative;
    padding: 160px 0 80px;
    background: linear-gradient(135deg, #f8fafc 0%, #e8f4fd 100%);
    margin-top: 80px;
}
.article-hero-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100"><circle cx="50" cy="50" r="40" fill="none" stroke="rgba(29,137,255,0.1)" stroke-width="1"/></svg>');
    background-size: 60px 60px;
}
.article-hero-content {
    position: relative;
    z-index: 2;
}
.article-category {
    margin-bottom: 20px;
}
.article-category a {
    display: inline-block;
    background: linear-gradient(135deg, #1d89ff 0%, #0066cc 100%);
    color: #fff;
    padding: 8px 20px;
    border-radius: 25px;
    font-size: 13px;
    font-weight: 500;
    transition: all 0.3s ease;
}
.article-category a:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 20px rgba(29, 137, 255, 0.3);
}
.article-title {
    font-size: 42px;
    color: #1a1a2e;
    margin-bottom: 30px;
    line-height: 1.3;
    letter-spacing: -0.5px;
}
.article-meta {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 20px;
}
.article-meta-item {
    display: flex;
    align-items: center;
    gap: 15px;
}
.article-author-avatar {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    overflow: hidden;
    border: 3px solid #fff;
    box-shadow: 0 5px 15px rgba(0,0,0,0.1);
}
.article-author-avatar img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.article-author-info {
    display: flex;
    flex-direction: column;
}
.article-author-name {
    font-weight: 600;
    color: #1a1a2e;
    font-size: 16px;
}
.article-date {
    font-size: 14px;
    color: #666;
}
.article-meta-stats {
    display: flex;
    gap: 25px;
}
.article-meta-stats span {
    display: flex;
    align-items: center;
    gap: 8px;
    color: #666;
    font-size: 14px;
}
.article-meta-stats i {
    color: #1d89ff;
}

/* Article Content */
.article-section {
    padding: 60px 0 100px;
    background: #f8fafc;
}
.article-post {
    background: #fff;
    border-radius: 24px;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.05);
    overflow: hidden;
    border: 1px solid rgba(0,0,0,0.05);
}
.article-featured-image {
    position: relative;
}
.article-featured-image img {
    width: 100%;
    height: auto;
}
.article-body {
    padding: 50px;
    font-size: 17px;
    line-height: 2;
    color: #444;
}
.article-body p {
    margin-bottom: 25px;
}
.article-body h2 {
    font-size: 28px;
    margin: 45px 0 25px;
    color: #1a1a2e;
    padding-left: 20px;
    border-left: 4px solid #1d89ff;
}
.article-body h3 {
    font-size: 24px;
    margin: 40px 0 20px;
    color: #1a1a2e;
}
.article-body h4 {
    font-size: 20px;
    margin: 35px 0 18px;
    color: #1a1a2e;
}
.article-body img {
    border-radius: 16px;
    margin: 30px 0;
    box-shadow: 0 10px 30px rgba(0,0,0,0.08);
    max-width: 100%;
    height: auto;
}
.article-body a {
    color: #1d89ff;
    border-bottom: 1px solid transparent;
    transition: all 0.3s ease;
}
.article-body a:hover {
    border-bottom-color: #1d89ff;
}
.article-body ul,
.article-body ol {
    margin: 25px 0;
    padding-left: 30px;
}
.article-body ul li,
.article-body ol li {
    margin-bottom: 12px;
    line-height: 1.9;
    color: #444;
    list-style: disc;
}
.article-body ol li {
    list-style: decimal;
}
.article-body blockquote {
    margin: 35px 0;
    padding: 30px 35px;
    background: linear-gradient(135deg, #f8fafc 0%, #e8f4fd 100%);
    border-left: 5px solid #1d89ff;
    border-radius: 0 16px 16px 0;
    font-style: italic;
    color: #555;
    font-size: 18px;
}
.article-body pre {
    background: #1a1a2e;
    color: #e2e8f0;
    padding: 25px 30px;
    border-radius: 16px;
    overflow-x: auto;
    margin: 30px 0;
    font-size: 14px;
}
.article-body code {
    background: #f0f4f8;
    padding: 4px 10px;
    border-radius: 6px;
    font-size: 14px;
    color: #e91e63;
}
.article-body pre code {
    background: transparent;
    padding: 0;
    color: #e2e8f0;
}
.article-body table {
    width: 100%;
    border-collapse: collapse;
    margin: 30px 0;
    border-radius: 16px;
    overflow: hidden;
    box-shadow: 0 10px 30px rgba(0,0,0,0.06);
}
.article-body th,
.article-body td {
    padding: 18px 20px;
    text-align: left;
    border-bottom: 1px solid #eee;
}
.article-body th {
    background: linear-gradient(135deg, #f8fafc 0%, #f0f4f8 100%);
    font-weight: 600;
    color: #1a1a2e;
}
.article-body tr:hover td {
    background: #f8fafc;
}

/* Article Tags */
.article-conversion-box {
    margin-top: 36px;
    padding: 32px;
    border-radius: 24px;
    background: linear-gradient(135deg, #f7fbff 0%, #ffffff 100%);
    border: 1px solid rgba(29, 137, 255, 0.14);
    box-shadow: 0 18px 40px rgba(15, 23, 42, 0.07);
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 28px;
}
.article-conversion-copy {
    flex: 1 1 auto;
}
.article-conversion-label {
    display: inline-flex;
    align-items: center;
    padding: 6px 12px;
    margin-bottom: 14px;
    border-radius: 999px;
    background: rgba(29, 137, 255, 0.08);
    color: #1d89ff;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.06em;
}
.article-conversion-copy h3 {
    margin: 0 0 12px;
    color: #1a1a2e;
    font-size: 26px;
    line-height: 1.45;
}
.article-conversion-copy p {
    margin: 0;
    color: #5b6475;
    font-size: 15px;
    line-height: 1.9;
}
.article-conversion-points {
    list-style: none;
    padding: 0;
    margin: 18px 0 0;
    display: grid;
    gap: 12px;
}
.article-conversion-points li {
    display: flex;
    align-items: center;
    gap: 10px;
    color: #24324a;
    font-size: 14px;
    line-height: 1.7;
}
.article-conversion-points i {
    color: #1d89ff;
    font-size: 16px;
}
.article-conversion-actions {
    flex: 0 0 280px;
    display: flex;
    flex-direction: column;
    gap: 12px;
}
.article-conversion-actions .btn {
    width: 100%;
    justify-content: center;
}
.article-conversion-address {
    margin: 4px 0 0;
    color: #6b7280;
    font-size: 13px;
    line-height: 1.8;
}
.article-conversion-address i {
    color: #1d89ff;
    margin-right: 6px;
}
@media (max-width: 991px) {
    .article-conversion-box {
        flex-direction: column;
    }

    .article-conversion-actions {
        flex: 1 1 auto;
        width: 100%;
    }
}

.article-tags {
    margin-top: 40px;
    padding: 30px;
    background: linear-gradient(135deg, #f8fafc 0%, #f0f4f8 100%);
    border-radius: 16px;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 10px;
}
.article-tags-label {
    font-weight: 600;
    color: #1a1a2e;
    display: flex;
    align-items: center;
    gap: 8px;
}
.article-tags-label i {
    color: #1d89ff;
}
.article-tag {
    display: inline-block;
    padding: 8px 18px;
    background: #fff;
    color: #555;
    border-radius: 25px;
    font-size: 14px;
    transition: all 0.3s ease;
    border: 1px solid #e0e0e0;
}
.article-tag:hover {
    background: linear-gradient(135deg, #1d89ff 0%, #0066cc 100%);
    color: #fff;
    border-color: transparent;
    transform: translateY(-2px);
}

/* Author Box */
.author-box {
    display: flex;
    align-items: center;
    gap: 25px;
    margin-top: 40px;
    padding: 35px;
    background: linear-gradient(135deg, #f8fafc 0%, #f0f4f8 100%);
    border-radius: 20px;
    border: 1px solid rgba(0,0,0,0.05);
}
.author-avatar {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    overflow: hidden;
    flex-shrink: 0;
    border: 4px solid #fff;
    box-shadow: 0 10px 25px rgba(0,0,0,0.1);
}
.author-avatar img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.author-name {
    font-size: 20px;
    margin-bottom: 8px;
    color: #1a1a2e;
}
.author-bio {
    color: #666;
    font-size: 15px;
    margin: 0;
    line-height: 1.7;
}

/* Article Navigation */
.article-navigation {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
    margin-top: 40px;
}
.article-nav-item {
    display: flex;
    flex-direction: column;
    padding: 25px 30px;
    background: #fff;
    border-radius: 16px;
    border: 1px solid rgba(0,0,0,0.05);
    transition: all 0.3s ease;
}
.article-nav-item:hover {
    border-color: #1d89ff;
    box-shadow: 0 10px 30px rgba(29, 137, 255, 0.1);
    transform: translateY(-3px);
}
.article-nav-prev {
    text-align: left;
}
.article-nav-next {
    text-align: right;
}
.article-nav-label {
    font-size: 13px;
    color: #888;
    margin-bottom: 10px;
    display: flex;
    align-items: center;
    gap: 5px;
}
.article-nav-next .article-nav-label {
    justify-content: flex-end;
}
.article-nav-title {
    font-size: 16px;
    font-weight: 600;
    color: #1a1a2e;
    transition: color 0.3s ease;
}
.article-nav-item:hover .article-nav-title {
    color: #1d89ff;
}

/* Related Posts */
.related-posts {
    background: #fff;
    border-radius: 24px;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.05);
    padding: 40px;
    margin-top: 50px;
    border: 1px solid rgba(0,0,0,0.05);
}
.related-posts-title {
    font-size: 24px;
    margin-bottom: 30px;
    color: #1a1a2e;
    display: flex;
    align-items: center;
    gap: 12px;
}
.related-posts-title i {
    color: #1d89ff;
}
.related-post-card {
    background: #f8fafc;
    border-radius: 16px;
    overflow: hidden;
    transition: all 0.3s ease;
    height: 100%;
}
.related-post-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.1);
}
.related-post-image {
    overflow: hidden;
}
.related-post-image img {
    width: 100%;
    height: 150px;
    object-fit: cover;
    transition: all 0.4s ease;
}
.related-post-card:hover .related-post-image img {
    transform: scale(1.1);
}
.related-post-content {
    padding: 20px;
}
.related-post-title {
    font-size: 16px;
    margin-bottom: 10px;
    line-height: 1.5;
}
.related-post-title a {
    color: #1a1a2e;
    transition: color 0.3s ease;
}
.related-post-title a:hover {
    color: #1d89ff;
}
.related-post-date {
    font-size: 13px;
    color: #888;
}

/* Sidebar */
.article-sidebar {
    position: sticky;
    top: 100px;
}
.sidebar .widget,
.article-sidebar .widget {
    background: #fff;
    border-radius: 20px;
    padding: 30px;
    margin-bottom: 30px;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.05);
    border: 1px solid rgba(0,0,0,0.05);
}
.sidebar .widget-title,
.article-sidebar .widget-title {
    font-size: 20px;
    margin-bottom: 25px;
    color: #1a1a2e;
    padding-bottom: 18px;
    border-bottom: 3px solid;
    border-image: linear-gradient(90deg, #1d89ff, #0066cc) 1;
}
.sidebar .widget ul li,
.article-sidebar .widget ul li {
    padding: 12px 0;
    border-bottom: 1px solid #f0f0f0;
}
.sidebar .widget ul li:last-child,
.article-sidebar .widget ul li:last-child {
    border-bottom: none;
}
.sidebar .widget ul li a,
.article-sidebar .widget ul li a {
    color: #555;
    transition: all 0.3s ease;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.sidebar .widget ul li a:hover,
.article-sidebar .widget ul li a:hover {
    color: #1d89ff;
    padding-left: 5px;
}
.sidebar .widget ul li span,
.article-sidebar .widget ul li span {
    color: #888;
    font-size: 13px;
}

/* Widget Search */
.widget-search .search-form {
    position: relative;
}
.widget-search .search-field {
    width: 100%;
    padding: 15px 60px 15px 20px;
    border: 2px solid #f0f4f8;
    border-radius: 12px;
    font-size: 15px;
    transition: all 0.3s ease;
}
.widget-search .search-field:focus {
    border-color: #1d89ff;
    outline: none;
}
.widget-search .search-submit {
    position: absolute;
    right: 5px;
    top: 5px;
    bottom: 5px;
    width: 45px;
    background: linear-gradient(135deg, #1d89ff 0%, #0066cc 100%);
    color: #fff;
    border: none;
    border-radius: 8px;
    cursor: pointer;
    transition: all 0.3s ease;
}

/* Widget Tags */
.tagcloud a {
    display: inline-block;
    padding: 8px 15px;
    background: #f0f4f8;
    color: #555;
    border-radius: 20px;
    font-size: 13px !important;
    margin: 3px;
    transition: all 0.3s ease;
}
.tagcloud a:hover {
    background: linear-gradient(135deg, #1d89ff 0%, #0066cc 100%);
    color: #fff;
}

/* Buttons
-------------------------------------------------------------- */
.qro-home-ai-brief {
    position: relative;
    padding: 26px 0 14px;
}

.qro-home-ai-inner {
    position: relative;
    display: grid;
    grid-template-columns: minmax(0, 1.25fr) minmax(320px, 430px);
    align-items: stretch;
    gap: 30px;
    padding: 34px;
    border-radius: 30px;
    background:
        radial-gradient(circle at left top, rgba(96, 165, 250, 0.24), transparent 34%),
        radial-gradient(circle at right bottom, rgba(59, 130, 246, 0.2), transparent 30%),
        linear-gradient(135deg, #0f274f 0%, #173b78 52%, #2563eb 100%);
    border: 1px solid rgba(255, 255, 255, 0.2);
    box-shadow: 0 28px 60px rgba(15, 23, 42, 0.18);
    overflow: hidden;
}

.qro-home-ai-inner::before {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(90deg, rgba(255, 255, 255, 0.05), transparent 45%);
    pointer-events: none;
}

.qro-home-ai-copy,
.qro-home-ai-actions {
    position: relative;
    z-index: 1;
}

.qro-home-ai-copy {
    display: flex;
    flex-direction: column;
    justify-content: center;
    min-width: 0;
    max-width: 720px;
}

.qro-home-ai-eyebrow,
.qro-service-faq-eyebrow {
    display: inline-flex;
    align-items: center;
    align-self: flex-start;
    padding: 7px 14px;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.14);
    color: #dbeafe;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.08em;
    margin-bottom: 16px;
    backdrop-filter: blur(10px);
}

.qro-home-ai-copy h2 {
    margin: 0 0 14px;
    font-size: 38px;
    line-height: 1.22;
    color: #ffffff;
}

.qro-home-ai-copy p {
    margin-bottom: 14px;
    font-size: 15px;
    line-height: 1.9;
    color: rgba(219, 234, 254, 0.88);
}

.qro-home-ai-geo-summary {
    max-width: 640px;
    padding-left: 14px;
    border-left: 3px solid rgba(255, 255, 255, 0.35);
    color: #ffffff;
    font-weight: 600;
}

.qro-home-ai-dialogue {
    display: grid;
    gap: 12px;
    margin: 16px 0 2px;
    max-width: 620px;
}

.qro-home-ai-bubble {
    max-width: 92%;
    padding: 14px 16px;
    border-radius: 20px;
    border: 1px solid rgba(255, 255, 255, 0.14);
    box-shadow: 0 14px 28px rgba(15, 23, 42, 0.14);
    backdrop-filter: blur(12px);
}

.qro-home-ai-bubble-role {
    display: inline-flex;
    margin-bottom: 8px;
    font-size: 11px;
    font-weight: 800;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.qro-home-ai-bubble p {
    margin: 0;
    font-size: 14px;
    line-height: 1.8;
}

.qro-home-ai-bubble-user {
    justify-self: start;
    border-top-left-radius: 10px;
    background: rgba(255, 255, 255, 0.1);
}

.qro-home-ai-bubble-user .qro-home-ai-bubble-role {
    color: #bfdbfe;
}

.qro-home-ai-bubble-user p {
    color: #eff6ff;
}

.qro-home-ai-bubble-ai {
    justify-self: end;
    border-top-right-radius: 10px;
    background: rgba(15, 23, 42, 0.26);
}

.qro-home-ai-bubble-ai .qro-home-ai-bubble-role {
    color: #93c5fd;
}

.qro-home-ai-bubble-ai p {
    color: #dbeafe;
}

.qro-home-ai-points {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 14px;
    margin: 14px 0 0;
}

.qro-home-ai-points li {
    display: flex;
    gap: 10px;
    align-items: flex-start;
    padding: 15px 15px 14px;
    border-radius: 18px;
    background: rgba(255, 255, 255, 0.12);
    border: 1px solid rgba(255, 255, 255, 0.16);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.08);
    color: #eff6ff;
    font-size: 14px;
    line-height: 1.65;
    backdrop-filter: blur(10px);
}

.qro-home-ai-points li i {
    flex-shrink: 0;
    margin-top: 4px;
    color: #93c5fd;
}

.qro-home-ai-actions {
    display: flex;
    flex-direction: column;
    gap: 16px;
    width: 100%;
    max-width: 430px;
    justify-self: end;
}

.qro-home-ai-cta-row {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
}

.qro-home-ai-advisor-card {
    padding: 22px;
    border-radius: 24px;
    background: rgba(255, 255, 255, 0.96);
    border: 1px solid rgba(255, 255, 255, 0.58);
    box-shadow: 0 20px 42px rgba(15, 23, 42, 0.18);
}

.qro-home-ai-card-header {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 12px;
    margin-bottom: 14px;
}

.qro-home-ai-card-identity {
    display: flex;
    align-items: flex-start;
    gap: 10px;
}

.qro-home-ai-status-dot {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    margin-top: 7px;
    background: #22c55e;
    box-shadow: 0 0 0 6px rgba(34, 197, 94, 0.14);
    flex-shrink: 0;
}

.qro-home-ai-card-identity strong {
    display: block;
    margin-bottom: 2px;
    font-size: 15px;
    line-height: 1.4;
    color: #0f172a;
}

.qro-home-ai-card-identity span {
    display: block;
    font-size: 12px;
    line-height: 1.6;
    color: #64748b;
}

.qro-home-ai-card-badge {
    display: inline-flex;
    align-items: center;
    padding: 7px 10px;
    border-radius: 999px;
    background: #eff6ff;
    color: #1d4ed8;
    font-size: 11px;
    font-weight: 800;
    letter-spacing: 0.04em;
    white-space: nowrap;
}

.qro-home-ai-chat-window {
    display: grid;
    gap: 10px;
    margin-bottom: 14px;
    padding: 14px;
    border-radius: 20px;
    background: linear-gradient(180deg, #f8fbff 0%, #eef5ff 100%);
    border: 1px solid rgba(191, 219, 254, 0.78);
}

.qro-home-ai-chat-message {
    max-width: 92%;
    padding: 12px 14px;
    border-radius: 18px;
}

.qro-home-ai-chat-role {
    display: inline-flex;
    margin-bottom: 6px;
    font-size: 11px;
    font-weight: 800;
    letter-spacing: 0.06em;
}

.qro-home-ai-chat-message p {
    margin: 0;
    font-size: 13px;
    line-height: 1.75;
}

.qro-home-ai-chat-message-ai {
    justify-self: start;
    border-top-left-radius: 10px;
    background: #ffffff;
    box-shadow: 0 10px 22px rgba(59, 130, 246, 0.08);
}

.qro-home-ai-chat-message-ai .qro-home-ai-chat-role {
    color: #1d4ed8;
}

.qro-home-ai-chat-message-ai p {
    color: #334155;
}

.qro-home-ai-chat-message-user {
    justify-self: end;
    border-top-right-radius: 10px;
    background: linear-gradient(135deg, #2563eb 0%, #1d4ed8 100%);
}

.qro-home-ai-chat-message-user .qro-home-ai-chat-role,
.qro-home-ai-chat-message-user p {
    color: #eff6ff;
}

.qro-home-ai-form-label {
    display: block;
    margin-bottom: 12px;
    font-size: 15px;
    line-height: 1.55;
    color: #0f172a;
    font-weight: 800;
}

.qro-home-ai-textarea {
    width: 100%;
    min-height: 128px;
    padding: 15px 16px;
    border-radius: 18px;
    border: 1px solid rgba(148, 163, 184, 0.32);
    background: linear-gradient(180deg, #f8fbff 0%, #eff6ff 100%);
    color: #0f172a;
    font-size: 14px;
    line-height: 1.75;
    resize: vertical;
    outline: none;
    transition: border-color 0.2s ease, box-shadow 0.2s ease, background 0.2s ease;
}

.qro-home-ai-textarea:focus {
    border-color: rgba(37, 99, 235, 0.45);
    box-shadow: 0 0 0 4px rgba(37, 99, 235, 0.1);
    background: #fff;
}

.qro-home-ai-quick-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 14px;
}

.qro-home-ai-quick-tag {
    border: 0;
    padding: 9px 13px;
    border-radius: 999px;
    background: #edf4ff;
    color: #1d4ed8;
    font-size: 12px;
    line-height: 1.4;
    font-weight: 700;
    cursor: pointer;
    transition: transform 0.2s ease, background 0.2s ease, color 0.2s ease, box-shadow 0.2s ease;
}

.qro-home-ai-quick-tag:hover,
.qro-home-ai-quick-tag:focus {
    background: #2563eb;
    color: #fff;
    transform: translateY(-1px);
    box-shadow: 0 12px 20px rgba(37, 99, 235, 0.2);
    outline: none;
}

.qro-home-ai-form-meta {
    display: flex;
    flex-direction: column;
    gap: 12px;
    margin-top: 14px;
}

.qro-home-ai-form-meta span {
    font-size: 12px;
    line-height: 1.7;
    color: #64748b;
}

.qro-home-ai-response {
    margin-top: 16px;
    padding: 16px 17px;
    border-radius: 18px;
    background: linear-gradient(180deg, #eff6ff 0%, #ffffff 100%);
    border: 1px solid rgba(191, 219, 254, 0.92);
}

.qro-home-ai-response-title {
    margin-bottom: 8px;
    font-size: 13px;
    font-weight: 800;
    color: #1d4ed8;
    letter-spacing: 0.04em;
}

.qro-home-ai-response-body {
    white-space: pre-line;
    font-size: 14px;
    line-height: 1.8;
    color: #334155;
}

.qro-home-ai-response-cta {
    display: grid;
    gap: 10px;
    margin-top: 14px;
    padding-top: 14px;
    border-top: 1px solid rgba(191, 219, 254, 0.75);
}

.qro-home-ai-submit.is-loading {
    pointer-events: none;
    opacity: 0.7;
}

.qro-home-ai-actions .btn,
.qro-home-ai-response-cta .btn {
    display: inline-flex;
    align-items: center;
    width: 100%;
    justify-content: center;
    min-height: 52px;
}

.qro-home-faq-list {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 18px;
}

.qro-home-faq-item {
    padding: 24px 24px 20px;
    border-radius: 24px;
    border: 1px solid rgba(191, 219, 254, 0.6);
    background: linear-gradient(180deg, #ffffff 0%, #f8fbff 100%);
    box-shadow: 0 18px 36px rgba(15, 23, 42, 0.06);
}

.qro-home-faq-question {
    margin: 0 0 12px;
    font-size: 22px;
    line-height: 1.45;
    color: #0f172a;
}

.qro-home-faq-answer p {
    margin: 0;
    color: #64748b;
    font-size: 15px;
    line-height: 1.9;
}

.qro-home-ai-brief {
    padding: 14px 0 4px;
}

.qro-home-ai-inner {
    display: grid;
    grid-template-columns: minmax(0, 1.3fr) minmax(320px, 380px);
    gap: 24px;
    align-items: start;
    padding: 28px 30px;
    border-radius: 24px;
    background: linear-gradient(135deg, #12376f 0%, #1d4f9a 100%);
    border: 1px solid rgba(255, 255, 255, 0.14);
    box-shadow: 0 22px 44px rgba(15, 23, 42, 0.14);
}

.qro-home-ai-inner::before {
    display: none;
}

.qro-home-ai-copy {
    max-width: 680px;
    justify-content: flex-start;
}

.qro-home-ai-eyebrow,
.qro-service-faq-eyebrow {
    margin-bottom: 12px;
    padding: 6px 12px;
    background: rgba(255, 255, 255, 0.12);
    color: #dbeafe;
    font-size: 12px;
}

.qro-home-ai-copy h2 {
    margin: 0 0 10px;
    font-size: 32px;
    line-height: 1.2;
    color: #ffffff;
}

.qro-home-ai-copy .qro-home-ai-lead {
    margin: 0 0 10px;
    font-size: 15px;
    line-height: 1.8;
    color: rgba(255, 255, 255, 0.92);
}

.qro-home-ai-mobile-summary,
.qro-home-ai-mobile-tags {
    display: none;
}

.qro-home-ai-geo-summary {
    margin: 0 0 14px;
    padding: 0;
    border: 0;
    color: rgba(219, 234, 254, 0.86);
    font-size: 14px;
    line-height: 1.75;
    font-weight: 500;
}

.qro-home-ai-points {
    grid-template-columns: 1fr;
    gap: 10px;
    margin: 0;
    max-width: 560px;
}

.qro-home-ai-points li {
    padding: 12px 14px;
    background: rgba(255, 255, 255, 0.08);
    border: 1px solid rgba(255, 255, 255, 0.12);
    color: #eff6ff;
    font-size: 13px;
    line-height: 1.65;
    box-shadow: none;
}

.qro-home-ai-trust {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    align-items: center;
    margin-top: 14px;
    color: rgba(219, 234, 254, 0.9);
    font-size: 13px;
    line-height: 1.7;
}

.qro-home-ai-trust strong {
    display: inline-flex;
    align-items: center;
    padding: 6px 12px;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.14);
    color: #ffffff;
    font-size: 12px;
    font-weight: 700;
}

.qro-home-ai-actions {
    max-width: 380px;
    gap: 10px;
}

.qro-home-ai-advisor-card {
    padding: 18px;
    border-radius: 20px;
    background: #ffffff;
    border: 0;
    box-shadow: 0 18px 34px rgba(15, 23, 42, 0.12);
}

.qro-home-ai-card-header {
    margin-bottom: 12px;
}

.qro-home-ai-mobile-toggle {
    display: none;
}

.qro-home-ai-mobile-panel {
    display: block;
}

.qro-service-faq-block {
    margin-top: 30px;
    padding: 28px;
    border-radius: 24px;
    background: linear-gradient(180deg, #ffffff 0%, #f8fbff 100%);
    border: 1px solid rgba(191, 219, 254, 0.72);
    box-shadow: 0 18px 36px rgba(15, 23, 42, 0.06);
}

.qro-service-faq-heading {
    margin-bottom: 20px;
}

.qro-service-faq-heading h2 {
    margin: 0 0 10px;
    font-size: 30px;
    line-height: 1.35;
    color: #0f172a;
}

.qro-service-faq-heading p {
    margin: 0;
    font-size: 15px;
    line-height: 1.85;
    color: #64748b;
}

.qro-service-faq-list {
    display: grid;
    gap: 16px;
}

.qro-service-faq-item {
    padding: 20px 20px 18px;
    border-radius: 20px;
    background: #fff;
    border: 1px solid rgba(226, 232, 240, 0.96);
    box-shadow: 0 10px 24px rgba(15, 23, 42, 0.04);
}

.qro-service-faq-item h3 {
    margin: 0 0 10px;
    font-size: 20px;
    line-height: 1.45;
    color: #0f172a;
}

.qro-service-faq-item p {
    margin: 0;
    font-size: 15px;
    line-height: 1.85;
    color: #475569;
}
/* Final compact AI advisor overrides */
.qro-home-ai-brief {
    padding: 8px 0 0;
}

.qro-home-ai-mobile-summary,
.qro-home-ai-mobile-tags {
    display: none;
}

@media (min-width: 768px) {
    .qro-home-ai-mobile-toggle {
        display: none;
    }

    .qro-home-ai-mobile-panel {
        display: block;
    }
}

.qro-home-ai-inner {
    max-width: 960px;
    margin: 0 auto;
    grid-template-columns: minmax(0, 1fr) 300px;
    gap: 16px;
    padding: 20px 22px;
    border-radius: 22px;
}

.qro-home-ai-copy {
    max-width: none;
}

.qro-home-ai-copy h2 {
    margin: 0 0 8px;
    font-size: 28px;
}

.qro-home-ai-copy .qro-home-ai-lead {
    margin: 0 0 8px;
    font-size: 14px;
    line-height: 1.7;
}

.qro-home-ai-geo-summary {
    margin: 0 0 8px;
    font-size: 13px;
    line-height: 1.7;
}

.qro-home-ai-points li {
    padding: 10px 12px;
    font-size: 12px;
    line-height: 1.55;
}

.qro-home-ai-trust {
    margin-top: 8px;
    gap: 6px;
}

.qro-home-ai-trust strong {
    padding: 5px 10px;
    font-size: 11px;
}

.qro-home-ai-actions {
    width: 300px;
    max-width: 300px;
    gap: 8px;
}

.qro-home-ai-advisor-card {
    padding: 14px;
    border-radius: 18px;
}

.qro-home-ai-card-header {
    margin-bottom: 8px;
}

.qro-home-ai-form-label {
    margin-bottom: 8px;
    font-size: 13px;
}

.qro-home-ai-textarea {
    min-height: 96px;
    padding: 12px;
    font-size: 13px;
}

.qro-home-ai-quick-tags {
    gap: 6px;
    margin-top: 8px;
}

.qro-home-ai-quick-tag {
    padding: 7px 10px;
    font-size: 11px;
}

.qro-home-ai-form-meta {
    gap: 8px;
    margin-top: 8px;
}

.qro-home-ai-form-meta span {
    font-size: 11px;
    line-height: 1.6;
}

.qro-home-ai-submit,
.qro-home-ai-actions .btn,
.qro-home-ai-response-cta .btn,
.qro-home-ai-secondary-link {
    min-height: 42px;
}

.qro-home-ai-response {
    margin-top: 8px;
    padding: 12px;
}

.qro-home-ai-secondary-actions {
    display: grid;
    grid-template-columns: 1fr;
    gap: 8px;
}

.qro-home-ai-secondary-actions .qro-home-ai-secondary-link {
    padding: 0 10px;
    font-size: 12px;
}

@media (max-width: 991px) {
    .qro-home-ai-inner {
        grid-template-columns: 1fr;
        max-width: none;
        padding: 16px 18px;
        gap: 12px;
    }

    .qro-home-ai-actions {
        max-width: none;
        width: 100%;
    }
}

@media (max-width: 768px) {
    .qro-home-ai-brief {
        padding: 2px 0 0;
    }

    .qro-home-ai-inner {
        padding: 14px;
        gap: 12px;
        border-radius: 18px;
    }

    .qro-home-ai-copy h2 {
        font-size: 21px;
    }

    .qro-home-ai-mobile-summary {
        margin-bottom: 6px;
        font-size: 12px;
    }

    .qro-home-ai-mobile-tags {
        margin-top: 6px;
    }

    .qro-home-ai-advisor-card {
        padding: 13px;
    }

    .qro-home-ai-secondary-actions {
        display: grid;
        grid-template-columns: 1fr;
    }

    .qro-home-ai-secondary-actions .qro-home-ai-secondary-link:last-child {
        min-height: 34px;
        background: transparent;
        border: 0;
        color: rgba(239, 246, 255, 0.86);
        justify-content: flex-start;
        padding: 0;
    }
}

.btn {
    display: inline-block;
    padding: 14px 35px;
    font-size: 15px;
    font-weight: 500;
    border-radius: 10px;
    transition: all 0.3s ease;
    border: none;
    cursor: pointer;
}
.btn-primary {
    background: linear-gradient(135deg, #1d89ff 0%, #0066cc 100%);
    color: #fff;
    box-shadow: 0 8px 25px rgba(29, 137, 255, 0.3);
}
.btn-primary:hover {
    transform: translateY(-3px);
    box-shadow: 0 12px 35px rgba(29, 137, 255, 0.4);
    color: #fff;
}
.btn-outline {
    background: transparent;
    border: 2px solid #1d89ff;
    color: #1d89ff;
}
.btn-outline:hover {
    background: linear-gradient(135deg, #1d89ff 0%, #0066cc 100%);
    color: #fff;
    border-color: transparent;
}
.btn-lg {
    padding: 18px 45px;
    font-size: 16px;
}

/* Responsive
-------------------------------------------------------------- */
@media (max-width: 991px) {
    .header-wrap {
        height: 70px;
        padding: 0 20px;
    }
    
    .mobile-button {
        display: flex;
    }
    
    .nav-wrap {
        position: fixed;
        top: 70px;
        left: 0;
        width: 100%;
        background: #fff;
        padding: 25px;
        box-shadow: 0 15px 40px rgba(0,0,0,0.1);
        transform: translateY(-100%);
        opacity: 0;
        visibility: hidden;
        transition: all 0.3s ease;
        z-index: 9998;
        max-height: calc(100vh - 70px);
        overflow-y: auto;
    }
    
    .nav-wrap.active {
        transform: translateY(0);
        opacity: 1;
        visibility: visible;
    }
    
    #mainnav ul {
        flex-direction: column;
        width: 100%;
    }
    
    #mainnav > ul > li {
        margin: 0;
        border-bottom: 1px solid #f0f0f0;
    }
    
    #mainnav > ul > li > a {
        padding: 18px 0;
        border-radius: 0;
    }
    
    #mainnav ul.sub-menu {
        position: static;
        opacity: 1;
        visibility: visible;
        transform: none;
        box-shadow: none;
        padding-left: 25px;
        display: none;
        border-radius: 0;
        margin-top: 0;
    }
    
    #mainnav ul li:hover > ul.sub-menu {
        display: block;
    }
    
    .show-search {
        margin-left: 15px;
    }
    
    .hero-banner {
        margin-top: 70px;
    }
    
    .hero-banner .swiper-container {
        height: 450px;
    }
    
    .hero-title {
        font-size: 36px;
    }
    
    .hero-desc {
        font-size: 17px;
    }
    
    .features-grid {
        grid-template-columns: repeat(2, 1fr);
    }
    
    .feature-item {
        border-right: none;
        border-bottom: 1px solid #f0f4f8;
    }
    
    .feature-item:nth-child(2n) {
        border-left: 1px solid #f0f4f8;
    }
    
    .section-padding {
        padding: 70px 0;
    }
    
    .section-title {
        font-size: 32px;
    }
    
    .about-content {
        padding-left: 0;
        margin-top: 50px;
    }
    
    .article-hero {
        margin-top: 70px;
        padding: 140px 0 60px;
    }
    
    .article-title {
        font-size: 32px;
    }
    
    .article-body {
        padding: 35px;
    }
    
    .article-navigation {
        grid-template-columns: 1fr;
    }
    
    .author-box {
        flex-direction: column;
        text-align: center;
    }
}

@media (max-width: 767px) {
    .header-wrap {
        height: 60px;
    }
    
    #logo img {
        max-height: 40px;
    }
    
    #logo .logo-text {
        font-size: 18px;
    }
    
    .nav-wrap {
        top: 60px;
    }
    
    .hero-banner {
        margin-top: 60px;
    }
    
    .hero-banner .swiper-container {
        height: 400px;
    }
    
    .hero-title {
        font-size: 28px;
    }
    
    .hero-desc {
        font-size: 15px;
    }
    
    .hero-buttons .btn {
        padding: 14px 30px;
        font-size: 14px;
    }
    
    .features-section {
        margin-top: -40px;
    }
    
    .features-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 0;
    }

    .feature-item {
        border-right: 1px solid #f0f4f8;
        border-bottom: 1px solid #f0f4f8;
        padding: 22px 14px;
        gap: 12px;
    }

    .feature-item:nth-child(2n) {
        border-right: none;
    }

    .feature-icon {
        width: 48px;
        height: 48px;
        font-size: 18px;
        border-radius: 12px;
    }

    .feature-content h4 {
        font-size: 15px;
    }

    .feature-content p {
        font-size: 12px;
        line-height: 1.5;
    }
    
    .section-padding {
        padding: 44px 0;
    }

    .stats-section {
        padding: 48px 0 !important;
    }

    .stat-item {
        padding: 16px 10px;
    }

    .stat-number {
        font-size: 36px;
    }

    .stat-icon {
        width: 56px;
        height: 56px;
        font-size: 22px;
        margin-bottom: 12px;
    }
    
    .section-title {
        font-size: 28px;
    }
    
    .service-card {
        padding: 35px 25px;
    }
    
    .service-card-icon {
        width: 70px;
        height: 70px;
        font-size: 28px;
    }
    
    .about-features {
        grid-template-columns: 1fr;
    }
    
    .about-experience {
        padding: 20px;
    }
    
    .experience-number {
        font-size: 36px;
    }
    
    .cta-section {
        padding: 60px 0;
    }
    
    .cta-title {
        font-size: 28px;
    }
    
    .article-hero {
        margin-top: 60px;
        padding: 120px 0 50px;
    }
    
    .article-title {
        font-size: 26px;
    }
    
    .article-meta {
        flex-direction: column;
        align-items: flex-start;
    }
    
    .article-body {
        padding: 25px;
        font-size: 16px;
    }
    
    .article-body h2 {
        font-size: 24px;
    }
    
    .article-body h3 {
        font-size: 20px;
    }
    
    .related-posts {
        padding: 25px;
    }
    
    .sidebar .widget,
    .article-sidebar .widget {
        padding: 25px;
    }
    
    .footer-widgets {
        padding: 50px 0 30px;
    }
}

/* Animation Classes
-------------------------------------------------------------- */
@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(30px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.fade-in-up {
    animation: fadeInUp 0.6s ease forwards;
}

/* Selection Color
-------------------------------------------------------------- */
::selection {
    background: #1d89ff;
    color: #fff;
}

/* QRO 首页 AI 顾问与 FAQ 覆盖修正 */
.qro-home-ai-inner {
    grid-template-columns: minmax(0, 1.2fr) minmax(340px, 380px);
    align-items: start;
}

.qro-home-ai-copy {
    padding-top: 4px;
}

.qro-home-ai-cta-row {
    display: grid;
    gap: 12px;
}

.qro-home-ai-actions .btn,
.qro-home-ai-response-cta .btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    min-height: 52px;
}

.qro-home-faq-list {
    position: relative;
    z-index: 1;
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 18px;
    max-width: 1080px;
    margin: 0 auto;
}

.qro-home-faq-item {
    padding: 24px 24px 20px;
    border-radius: 24px;
    border: 1px solid rgba(191, 219, 254, 0.6);
    background: linear-gradient(180deg, #ffffff 0%, #f8fbff 100%);
    box-shadow: 0 18px 36px rgba(15, 23, 42, 0.06);
}

.qro-home-faq-question {
    margin: 0 0 12px;
    font-size: 22px;
    line-height: 1.45;
    color: #0f172a;
}

.qro-home-faq-answer p {
    margin: 0;
    color: #64748b;
    font-size: 15px;
    line-height: 1.9;
}

@media (max-width: 991px) {
    .qro-home-ai-inner {
        grid-template-columns: 1fr;
    }

    .qro-home-ai-actions {
        width: 100%;
        justify-self: stretch;
    }
}

@media (max-width: 767px) {
    .qro-home-ai-inner,
    .qro-service-faq-block {
        padding: 20px 18px;
        border-radius: 20px;
    }

    .qro-home-ai-copy h2,
    .qro-service-faq-heading h2 {
        font-size: 24px;
    }

    .qro-home-ai-advisor-card,
    .qro-service-faq-item,
    .qro-home-faq-item {
        padding: 18px 16px;
        border-radius: 18px;
    }

    .qro-home-faq-list {
        grid-template-columns: 1fr;
    }

    .qro-home-faq-question,
    .qro-service-faq-item h3 {
        font-size: 18px;
    }

    .qro-home-faq-answer p {
        font-size: 14px;
        line-height: 1.8;
    }
}

/* QRO 前台增强：页脚/移动搜索/底部导航/AI模块 */
:root {
    --qro-accent: var(--primary-color);
    --qro-ink: var(--secondary-color);
}

.top-nav {
    background: var(--nav-bg-color);
}

#mainnav > ul > li > a,
.show-search a {
    color: var(--nav-text-color);
}

#mainnav > ul > li:hover > a,
.show-search a:hover,
.top-search .search-submit,
.btn-primary,
.hero-overlay,
.qro-mobile-bottom-nav li.is-active a::before {
    background: linear-gradient(135deg, var(--qro-accent), var(--secondary-color));
}

.btn-outline {
    border-color: var(--qro-accent);
    color: var(--qro-accent);
}

.footer {
    border-top: 1px solid rgba(255, 255, 255, 0.08);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.04);
}

.footer,
.footer-widgets {
    background: var(--footer-bg-color);
    color: var(--footer-text-color);
}

.footer-widgets-row {
    align-items: stretch;
    --footer-panel-gap: 24px;
    margin-left: calc(var(--footer-panel-gap) / -2);
    margin-right: calc(var(--footer-panel-gap) / -2);
}

.footer-widgets-row > [class*='col-'] {
    padding-left: calc(var(--footer-panel-gap) / 2);
    padding-right: calc(var(--footer-panel-gap) / 2);
    margin-bottom: var(--footer-panel-gap);
}

.footer-panel {
    height: 100%;
    padding: 28px 24px 30px;
    border-radius: 18px;
    background: rgba(255, 255, 255, 0.04);
    border: 1px solid rgba(255, 255, 255, 0.07);
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
    transition: background 0.35s ease, border-color 0.35s ease, box-shadow 0.35s ease;
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.12);
}

.footer-panel:hover {
    background: rgba(255, 255, 255, 0.055);
    border-color: rgba(255, 255, 255, 0.12);
    box-shadow: 0 12px 40px rgba(0, 0, 0, 0.16);
}

.footer-widgets .footer-tel-link,
.footer-widgets .footer-mail-link {
    color: inherit;
    text-decoration: none;
    border-bottom: 1px solid transparent;
    transition: color 0.25s ease, border-color 0.25s ease;
}

.footer-widgets .footer-tel-link:hover,
.footer-widgets .footer-mail-link:hover {
    color: var(--qro-accent);
    border-bottom-color: rgba(31, 111, 235, 0.45);
}

.footer-wechat-inline {
    margin-top: 22px;
    padding-top: 22px;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.footer-wechat-label {
    font-size: 13px;
    font-weight: 600;
    letter-spacing: 0.06em;
    margin: 0 0 14px;
    opacity: 0.82;
    color: var(--footer-text-color);
}

.footer-wechat-qr-wrap {
    display: inline-block;
    padding: 11px;
    background: #fff;
    border-radius: 16px;
    box-shadow:
        0 4px 6px rgba(0, 0, 0, 0.06),
        0 16px 36px rgba(0, 0, 0, 0.22);
    line-height: 0;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.footer-wechat-qr-wrap:hover {
    transform: translateY(-3px);
    box-shadow:
        0 8px 12px rgba(0, 0, 0, 0.08),
        0 22px 48px rgba(0, 0, 0, 0.28);
}

.footer-wechat-qr-wrap img {
    display: block;
    width: 132px;
    max-width: 100%;
    height: auto;
    border-radius: 10px;
    vertical-align: middle;
}

/* 联系我们：联系方式与微信二维码并排 */
.footer-contact-split {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    gap: 16px 22px;
}

.footer-contact-main {
    flex: 1 1 180px;
    min-width: 0;
}

.footer-contact-social {
    margin-top: 14px;
}

.footer-contact-qr {
    flex: 0 0 auto;
    text-align: center;
}

.footer-mini-qr-label {
    display: block;
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 0.06em;
    opacity: 0.82;
    margin: 0 0 8px;
    color: var(--footer-text-color);
}

.footer-contact-qr .footer-wechat-label {
    margin: 0 0 8px;
}

.footer-wechat-qr-wrap--sm {
    padding: 7px;
    border-radius: 12px;
}

.footer-wechat-qr-wrap--sm img {
    width: 88px;
    max-width: 88px;
    height: auto;
    border-radius: 8px;
}

.footer-links li {
    position: relative;
    padding-left: 14px;
    margin-bottom: 12px;
}

.footer-links li:last-child {
    margin-bottom: 0;
}

.footer-links li::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0.65em;
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background: var(--qro-accent);
    opacity: 0.65;
    box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.12);
}

/* 底栏略深于主区，与版权区形成层次 */
.footer-bottom {
    padding: 30px 0;
    color: var(--footer-text-color);
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.12) 0%, rgba(0, 0, 0, 0.42) 100%),
        var(--footer-bg-color);
}

.footer a,
.footer .footer-links a,
.footer .contact-info li,
.footer .copyright p,
.footer-widgets .widget-title,
.footer-widgets .widget-content,
.footer-widgets .widget-content p,
.footer-widgets .footer-links a,
.footer-widgets .contact-info li {
    color: var(--footer-text-color);
}

.footer-widgets {
    position: relative;
}

/* 页脚内区块不用侧栏「白卡片」样式，透明叠在深色背景上 */
.footer-widgets .widget {
    background: transparent;
    box-shadow: none;
    border-radius: 0;
    padding: 0;
    margin-bottom: 0;
}

.footer-widgets .widget:hover {
    transform: none;
    box-shadow: none;
}

.footer-bottom .copyright p {
    color: var(--footer-text-color);
    opacity: 0.72;
}

.footer-bottom .footer-menu a {
    color: var(--footer-text-color);
    opacity: 0.8;
}

.footer-bottom .footer-menu a:hover {
    color: var(--qro-accent);
    opacity: 1;
}

.footer-bottom .footer-author p {
    color: var(--footer-text-color);
    opacity: 0.55;
}

.footer-bottom .footer-author a {
    color: var(--qro-accent);
    opacity: 0.95;
}

.footer-bottom .footer-author a:hover {
    opacity: 1;
}

.footer-widgets::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: radial-gradient(circle at 90% 0%, rgba(255, 255, 255, 0.08), transparent 42%);
    pointer-events: none;
}

.footer-widgets .widget-title {
    color: var(--footer-text-color);
    position: relative;
    padding-bottom: 8px;
    font-weight: 700;
    opacity: 0.95;
}

.footer-widgets .widget-title::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 36px;
    height: 2px;
    background: linear-gradient(90deg, var(--qro-accent), transparent);
    opacity: 0.6;
}

.footer-widgets .widget-content,
.footer-widgets .widget-content p {
    opacity: 0.88;
    line-height: 1.8;
}

.footer-widgets .footer-links a,
.footer-widgets .contact-info li {
    opacity: 0.85;
    transition: opacity 0.3s ease;
}

.footer-widgets .footer-links a:hover {
    opacity: 1;
    color: var(--qro-accent);
}

.footer-widgets .contact-info i {
    color: var(--qro-accent);
    margin-right: 15px;
    margin-top: 4px;
    font-size: 18px;
    flex-shrink: 0;
    opacity: 0.95;
}

.footer-widgets .social-links {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 10px;
    margin-top: 8px;
}

.footer-widgets .social-links a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    box-sizing: border-box;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    border: 1px solid rgba(255, 255, 255, 0.2);
    color: var(--footer-text-color);
    opacity: 0.85;
    transition: all 0.3s ease;
    margin-right: 0;
    text-decoration: none;
    font-size: 18px;
    line-height: 1;
}

/* 页脚继承正文字体时，需显式指定图标字体，否则 Font Awesome 字形不显示 */
.footer-widgets .social-links a .fa {
    font-family: FontAwesome !important;
    font-style: normal;
    font-weight: normal;
    display: inline-block;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.footer-widgets .social-links a:hover {
    opacity: 1;
    border-color: var(--qro-accent);
    color: var(--qro-accent);
}

@media (max-width: 767px) {
    .footer-widgets .container {
        max-width: 100%;
        padding-left: 10px;
        padding-right: 10px;
    }

    .footer-widgets-row {
        display: flex;
        flex-direction: row;
        flex-wrap: nowrap;
        gap: 12px;
        margin-left: 0;
        margin-right: 0;
        padding: 2px 2px 12px;
        overflow-x: auto;
        overflow-y: visible;
        scroll-snap-type: x mandatory;
        -webkit-overflow-scrolling: touch;
        scrollbar-width: thin;
    }

    .footer-widgets-row::-webkit-scrollbar {
        height: 5px;
    }

    .footer-widgets-row::-webkit-scrollbar-thumb {
        background: rgba(255, 255, 255, 0.22);
        border-radius: 5px;
    }

    .footer-widgets-row > [class*='col-'] {
        flex: 0 0 min(86vw, 320px);
        max-width: min(86vw, 320px);
        width: auto;
        padding-left: 0;
        padding-right: 0;
        margin-bottom: 0;
        scroll-snap-align: start;
    }

    .footer-panel {
        padding: 18px 16px 20px;
        min-height: 100%;
    }

    .footer-contact-split {
        flex-wrap: nowrap;
        align-items: flex-start;
        gap: 14px;
    }

    .footer-contact-main {
        flex: 1 1 0;
        min-width: 0;
    }

    .footer-contact-qr {
        flex-shrink: 0;
    }

    .footer-wechat-qr-wrap--sm img {
        width: 76px;
        max-width: 76px;
    }

    .footer-wechat-inline {
        text-align: center;
    }

    .qro-mobile-quick-entry {
        display: block !important;
        margin-top: -8px;
        padding: 0 0 16px;
    }

    .qro-home-mobile-intro {
        display: block;
        padding: 8px 0 16px;
    }

    .qro-home-mobile-intro-card {
        flex-direction: column;
        align-items: flex-start;
        gap: 16px;
        padding: 20px 18px;
        border-radius: 20px;
    }

    .qro-home-mobile-intro-copy h2 {
        font-size: 22px;
        margin-bottom: 8px;
    }

    .qro-home-mobile-intro-copy p {
        font-size: 13px;
    }

    .qro-home-mobile-intro-actions {
        width: 100%;
        flex: 1 1 auto;
    }

    .qro-home-ai-inner {
        flex-direction: column;
        align-items: flex-start;
    }

    .qro-home-ai-brief {
        margin-top: 0;
        padding: 16px 0 20px;
    }

    .qro-home-ai-inner {
        gap: 18px;
        padding: 22px 18px;
        border-radius: 22px;
    }

    .qro-home-ai-copy h3 {
        font-size: 22px;
        margin-bottom: 8px;
    }

    .qro-home-ai-copy p {
        font-size: 13px;
        margin-bottom: 14px;
    }

    .qro-home-ai-points {
        display: grid;
        grid-template-columns: 1fr;
        gap: 8px;
    }

    .qro-home-ai-points li {
        font-size: 13px;
    }

    .qro-home-ai-actions {
        width: 100%;
        flex: 1 1 auto;
    }

    .qro-mobile-bottom-nav ul {
        padding: 6px 8px calc(6px + env(safe-area-inset-bottom));
        gap: 6px;
    }

    .qro-mobile-bottom-nav a {
        min-height: 58px;
        padding: 7px 4px;
        font-size: 10px;
        border-radius: 14px;
    }

    .qro-mobile-bottom-nav a i {
        font-size: 18px;
        margin-bottom: 4px;
    }

    .qro-mobile-fab-call {
        display: inline-flex;
    }

    #qro-ai-chatbot {
        bottom: 136px !important;
        right: 14px !important;
    }

    body {
        padding-bottom: 78px;
    }
}

.qro-mobile-bottom-nav {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 10010;
    background:
        linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(244, 248, 255, 0.98));
    border-top: 1px solid #d4deef;
    box-shadow: 0 -10px 26px rgba(8, 28, 61, 0.18);
    display: none;
}

.qro-mobile-bottom-nav ul {
    margin: 0;
    padding: 4px 6px 6px;
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 4px;
}

.qro-mobile-bottom-nav li {
    list-style: none;
}

.qro-mobile-bottom-nav a {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    min-height: 54px;
    padding: 6px 4px;
    font-size: 11px;
    color: #4d5f7c;
    position: relative;
    opacity: 0.82;
    border-radius: 12px;
    transition: all 0.22s ease;
}

.qro-mobile-bottom-nav a i {
    font-size: 17px;
    margin-bottom: 3px;
}

.qro-mobile-bottom-nav li.is-active a {
    color: #1459cc;
    opacity: 1;
    font-weight: 700;
    background: linear-gradient(180deg, rgba(31, 111, 235, 0.12), rgba(31, 111, 235, 0.03));
}

.qro-mobile-bottom-nav li.is-active a::before {
    content: '';
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 24px;
    height: 3px;
    border-radius: 999px;
    background: #1f6feb;
}

.qro-mobile-bottom-nav li:not(.is-active) a:active {
    transform: translateY(1px);
}

@media (max-width: 767px) {
    .qro-mobile-bottom-nav {
        display: block;
    }

    #qro-ai-chatbot {
        bottom: 86px !important;
        right: 14px !important;
    }

    body {
        padding-bottom: 66px;
    }
}

/* QRO Mobile UX Refresh
   目标：避免手机端所有模块长条竖排，提升信息密度与浏览节奏 */
@media (max-width: 767px) {
    body {
        background: #f4f7fb;
    }

    .container {
        padding-left: 14px;
        padding-right: 14px;
    }

    .top-nav {
        box-shadow: 0 4px 18px rgba(12, 30, 66, 0.08);
    }

    .header-wrap {
        height: 58px;
        padding: 0 14px;
    }

    #logo img {
        max-height: 34px;
        max-width: 148px;
    }

    #logo .logo-text {
        font-size: 16px;
        max-width: 150px;
        line-height: 1.2;
        white-space: normal;
    }

    .show-search {
        margin-left: 10px;
    }

    .show-search a,
    .mobile-button {
        width: 38px;
        height: 38px;
    }

    .nav-wrap {
        top: 58px;
        padding: 16px 18px 24px;
        border-top: 1px solid #eef3f9;
        border-radius: 0 0 18px 18px;
    }

    #mainnav > ul > li > a {
        padding: 15px 0;
        font-size: 15px;
        font-weight: 600;
    }

    .hero-banner {
        margin-top: 58px;
    }

    .hero-banner .swiper-container {
        height: 68vh;
        min-height: 420px;
        max-height: 520px;
    }

    .hero-banner .swiper-slide {
        align-items: flex-end;
    }

    .hero-overlay {
        background: linear-gradient(180deg, rgba(8, 20, 42, 0.18) 0%, rgba(8, 20, 42, 0.76) 52%, rgba(8, 20, 42, 0.94) 100%);
    }

    .hero-content {
        max-width: none;
        padding: 0 6px 42px;
    }

    .hero-subtitle {
        margin-bottom: 12px;
        padding: 6px 12px;
        font-size: 11px;
        letter-spacing: 0.12em;
    }

    .hero-title {
        font-size: 30px;
        line-height: 1.22;
        margin-bottom: 12px;
    }

    .hero-desc {
        font-size: 14px;
        line-height: 1.7;
        margin-bottom: 18px;
        max-width: 26em;
        opacity: 0.92;
    }

    .hero-buttons {
        display: grid;
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 10px;
        width: 100%;
    }

    .hero-buttons .btn,
    .hero-buttons .btn-lg {
        width: 100%;
        justify-content: center;
        padding: 13px 14px;
        font-size: 14px;
        border-radius: 14px;
    }

    .hero-banner .swiper-button-next,
    .hero-banner .swiper-button-prev,
    .hero-scroll-indicator {
        display: none;
    }

    .hero-banner .swiper-pagination {
        bottom: 14px !important;
    }

    .features-section {
        margin-top: -24px;
        position: relative;
        z-index: 3;
    }

    .features-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 10px;
        background: transparent;
        box-shadow: none;
    }

    .feature-item {
        border: 0;
        background: rgba(255, 255, 255, 0.96);
        border-radius: 18px;
        padding: 16px 12px;
        min-height: 100%;
        box-shadow: 0 10px 24px rgba(16, 35, 66, 0.08);
        gap: 10px;
        align-items: flex-start;
        flex-direction: column;
    }

    .feature-icon {
        width: 42px;
        height: 42px;
        font-size: 17px;
        border-radius: 12px;
        margin-bottom: 2px;
    }

    .feature-content h4 {
        margin-bottom: 4px;
        font-size: 14px;
        line-height: 1.4;
    }

    .feature-content p {
        font-size: 12px;
        line-height: 1.55;
        margin-bottom: 0;
        color: #64748b;
    }

    .section-padding {
        padding: 40px 0;
    }

    .section-header {
        margin-bottom: 18px;
    }

    .section-label {
        font-size: 11px;
        letter-spacing: 0.12em;
        margin-bottom: 8px;
    }

    .section-title {
        font-size: 24px;
        line-height: 1.3;
        margin-bottom: 8px;
    }

    .section-desc {
        font-size: 13px;
        line-height: 1.7;
        margin-bottom: 0;
        color: #64748b;
    }

    .stats-section {
        padding: 32px 0 !important;
    }

    .stats-section .row {
        margin-left: -6px;
        margin-right: -6px;
    }

    .stats-section .row > [class*='col-'] {
        padding-left: 6px;
        padding-right: 6px;
        margin-bottom: 12px !important;
    }

    .stat-item {
        min-height: 100%;
        padding: 16px 8px;
        background: rgba(255, 255, 255, 0.08);
        border: 1px solid rgba(255, 255, 255, 0.12);
        border-radius: 16px;
    }

    .stat-number {
        font-size: 26px;
        margin-bottom: 4px;
    }

    .stat-label {
        font-size: 12px;
    }

    .services-row,
    .news-row {
        display: flex;
        flex-wrap: nowrap;
        overflow-x: auto;
        overflow-y: visible;
        margin: 0 -2px;
        padding: 2px 2px 10px;
        gap: 12px;
        scroll-snap-type: x mandatory;
        -webkit-overflow-scrolling: touch;
    }

    .services-row::-webkit-scrollbar,
    .news-row::-webkit-scrollbar,
    .team-section .row::-webkit-scrollbar,
    .testimonials-section .row::-webkit-scrollbar {
        height: 4px;
    }

    .services-row > [class*='col-'],
    .news-row > [class*='col-'],
    .team-section .row > [class*='col-'],
    .testimonials-section .row > [class*='col-'] {
        flex: 0 0 84%;
        max-width: 84%;
        width: 84%;
        padding-left: 0;
        padding-right: 0;
        margin-bottom: 0;
        scroll-snap-align: start;
    }

    .services-section .container > .text-center,
    .news-section .container > .text-center {
        margin-top: 20px !important;
    }

    .service-card,
    .news-card,
    .team-card,
    .testimonial-card {
        height: 100%;
        border-radius: 20px;
        box-shadow: 0 12px 28px rgba(15, 23, 42, 0.08);
    }

    .service-card {
        padding: 18px 16px 20px;
    }

    .service-card-img {
        height: 148px !important;
        margin-bottom: 14px !important;
        border-radius: 14px !important;
    }

    .service-card-title,
    .news-card-title {
        font-size: 17px;
        line-height: 1.45;
    }

    .service-card-desc,
    .news-card-excerpt,
    .testimonial-content,
    .team-card .small {
        font-size: 13px;
        line-height: 1.7;
    }

    .news-card-image img {
        height: 168px;
    }

    .news-card-content {
        padding: 18px 16px 20px;
    }

    .news-card-meta {
        gap: 12px;
        flex-wrap: wrap;
        font-size: 12px;
    }

    .team-section .row,
    .testimonials-section .row {
        display: flex;
        flex-wrap: nowrap;
        overflow-x: auto;
        overflow-y: visible;
        margin-left: -2px;
        margin-right: -2px;
        padding: 2px 2px 10px;
        gap: 12px;
        scroll-snap-type: x mandatory;
        -webkit-overflow-scrolling: touch;
    }

    .team-card,
    .testimonial-card {
        padding: 20px 16px !important;
        text-align: left !important;
    }

    .team-card img {
        width: 84px !important;
        height: 84px !important;
        margin-bottom: 12px !important;
    }

    .process-section .section-header,
    .about-section .section-header {
        margin-bottom: 16px;
    }

    .process-timeline {
        gap: 12px;
    }

    .process-item {
        padding: 0;
    }

    .process-content {
        padding: 18px 14px;
        border-radius: 18px;
    }

    .about-section .row {
        margin-left: -6px;
        margin-right: -6px;
    }

    .about-section .row > [class*='col-'] {
        padding-left: 6px;
        padding-right: 6px;
    }

    .about-content {
        margin-top: 22px;
    }

    .about-title {
        font-size: 24px;
        margin-bottom: 14px;
    }

    .about-desc {
        font-size: 14px;
        line-height: 1.8;
        margin-bottom: 18px;
    }

    .about-features {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 10px;
        margin-bottom: 20px;
    }

    .about-feature-item {
        align-items: flex-start;
        gap: 8px;
        font-size: 13px;
        line-height: 1.5;
        padding: 10px 10px 0 0;
    }

    .about-feature-icon {
        width: 22px;
        height: 22px;
        font-size: 10px;
        margin-top: 1px;
    }

    .about-images {
        max-width: none;
    }

    .about-img-main img {
        min-height: 260px;
        object-fit: cover;
        border-radius: 20px;
    }

    .about-experience {
        right: 12px;
        bottom: 12px;
        padding: 14px 16px;
        border-radius: 16px;
    }

    .experience-number {
        font-size: 28px;
    }

    .experience-text {
        font-size: 12px;
    }

    .partners-section {
        padding: 32px 0 !important;
    }

    .partners-section .row {
        margin-left: -6px;
        margin-right: -6px;
    }

    .partners-section .row > [class*='col-'] {
        padding-left: 6px;
        padding-right: 6px;
        margin-bottom: 12px !important;
    }

    .cta-section {
        padding: 48px 0;
    }

    .cta-title {
        font-size: 24px;
        line-height: 1.35;
    }

    .cta-desc {
        font-size: 14px;
        margin-bottom: 18px;
    }

    .cta-buttons {
        display: grid;
        grid-template-columns: 1fr;
        gap: 10px;
    }

    .cta-buttons .btn {
        width: 100%;
        margin: 0 !important;
        justify-content: center;
        padding: 13px 16px;
        border-radius: 14px;
    }

    .footer-widgets {
        padding: 34px 0 18px;
    }

    .footer-widgets-row > [class*='col-'] {
        flex: 0 0 88vw;
        max-width: 88vw;
    }

    .footer-panel {
        padding: 18px 15px 18px;
        border-radius: 16px;
    }

    .footer-contact-split {
        gap: 12px;
    }

    .footer-about-main p,
    .footer-contact-main .contact-info li,
    .footer-links a {
        font-size: 13px;
        line-height: 1.75;
    }

    .footer-wechat-qr-wrap--sm img {
        width: 70px;
        max-width: 70px;
    }

    .footer-bottom {
        padding: 20px 0 14px;
    }

    .footer-nav {
        text-align: left;
        margin-top: 10px;
    }

    .footer-menu {
        justify-content: flex-start;
        gap: 10px 14px;
    }

    .footer-author {
        margin-top: 12px;
        padding-top: 12px;
    }
}

@media (max-width: 420px) {
    /* 删除min-height: 400px,使用前面的68vh响应式高度 */

    .hero-title {
        font-size: 24px;
    }

    .hero-buttons {
        grid-template-columns: 1fr;
    }

    .services-row > [class*='col-'],
    .news-row > [class*='col-'],
    .team-section .row > [class*='col-'],
    .testimonials-section .row > [class*='col-'] {
        flex-basis: 88%;
        max-width: 88%;
        width: 88%;
    }

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

    .qro-mobile-quick-grid {
        grid-template-columns: 1fr;
        gap: 10px;
    }

    .qro-mobile-quick-card {
        padding: 16px 14px;
        border-radius: 16px;
    }

    .qro-mobile-quick-card strong {
        font-size: 14px;
    }

    .qro-mobile-quick-card span {
        font-size: 11px;
    }

    .qro-home-mobile-intro-card {
        padding: 16px 14px;
        border-radius: 16px;
    }

    .qro-home-mobile-intro-copy h2 {
        font-size: 20px;
    }

    .qro-home-mobile-intro-copy p {
        font-size: 12px;
    }

    .article-conversion-box {
        padding: 18px 16px;
        border-radius: 18px;
        gap: 18px;
    }

    .article-conversion-copy h3 {
        font-size: 20px;
    }

    .article-conversion-copy p,
    .article-conversion-points li,
    .article-conversion-address {
        font-size: 13px;
    }

    .qro-mobile-bottom-nav a {
        min-height: 56px;
        font-size: 9px;
    }

    .qro-mobile-fab-call {
        right: 10px;
        bottom: 80px;
        padding: 11px 12px;
        font-size: 12px;
    }
}

.qro-home-mobile-intro {
    display: none;
}

.qro-home-mobile-intro-card {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    padding: 24px 26px;
    border-radius: 24px;
    background: linear-gradient(135deg, #f8fbff, #ffffff);
    border: 1px solid rgba(214, 223, 237, 0.9);
    box-shadow: 0 16px 36px rgba(15, 23, 42, 0.07);
}

.qro-home-mobile-intro-copy {
    flex: 1 1 auto;
}

.qro-home-mobile-intro-label {
    display: inline-flex;
    align-items: center;
    padding: 5px 10px;
    margin-bottom: 10px;
    border-radius: 999px;
    background: rgba(20, 89, 204, 0.08);
    color: #1459cc;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.08em;
}

.qro-home-mobile-intro-copy h2 {
    margin-bottom: 8px;
    color: #0f172a;
    font-size: 26px;
    line-height: 1.3;
}

.qro-home-mobile-intro-copy p {
    margin: 0;
    color: #64748b;
    font-size: 14px;
    line-height: 1.75;
}

.qro-home-mobile-intro-actions {
    display: flex;
    flex-direction: column;
    gap: 12px;
    flex: 0 0 220px;
}

.qro-home-mobile-intro-actions .btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    width: 100%;
}

.qro-home-mobile-intro-actions .btn-outline {
    color: #1459cc;
    border-color: rgba(20, 89, 204, 0.2);
    background: rgba(20, 89, 204, 0.04);
}

.qro-home-mobile-intro-actions .btn-outline:hover {
    color: #1459cc;
    border-color: rgba(20, 89, 204, 0.36);
    background: rgba(20, 89, 204, 0.08);
}

.qro-home-ai-brief {
    position: relative;
    margin-top: -36px;
    padding: 0 0 18px;
    z-index: 4;
}

.qro-home-ai-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 28px;
    padding: 28px 32px;
    border-radius: 28px;
    background: linear-gradient(135deg, rgba(11, 24, 50, 0.96), rgba(20, 89, 204, 0.92));
    color: #fff;
    box-shadow: 0 20px 48px rgba(12, 30, 66, 0.22);
}

.qro-home-ai-copy {
    flex: 1 1 auto;
    min-width: 0;
}

.qro-home-ai-eyebrow {
    display: inline-flex;
    align-items: center;
    padding: 6px 12px;
    margin-bottom: 14px;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.14);
    color: rgba(255, 255, 255, 0.92);
    font-size: 12px;
    letter-spacing: 0.12em;
    font-weight: 700;
}

.qro-home-ai-copy h3 {
    margin-bottom: 10px;
    color: #fff;
    font-size: 30px;
    line-height: 1.25;
}

.qro-home-ai-copy p {
    margin-bottom: 16px;
    font-size: 15px;
    line-height: 1.8;
    color: rgba(255, 255, 255, 0.84);
}

.qro-home-ai-points {
    display: flex;
    flex-wrap: wrap;
    gap: 10px 16px;
    margin: 0;
}

.qro-home-ai-points li {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: rgba(255, 255, 255, 0.92);
    font-size: 14px;
}

.qro-home-ai-points i {
    color: #86efac;
}

.qro-home-ai-actions {
    display: flex;
    flex-direction: column;
    gap: 12px;
    flex: 0 0 220px;
}

.qro-home-ai-actions .btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    gap: 8px;
    padding: 14px 18px;
}

.qro-home-ai-actions .btn-outline {
    color: #fff;
    border-color: rgba(255, 255, 255, 0.34);
    background: rgba(255, 255, 255, 0.08);
}

.qro-home-ai-actions .btn-outline:hover {
    color: #fff;
    border-color: rgba(255, 255, 255, 0.5);
    background: rgba(255, 255, 255, 0.16);
}

/* 手机端快速咨询 - 默认隐藏，只在手机端显示 */
.qro-mobile-quick-entry {
    display: none !important;
}

.qro-mobile-quick-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 12px;
}

.qro-mobile-quick-card {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 6px;
    padding: 18px 16px;
    border-radius: 18px;
    background: linear-gradient(180deg, #ffffff, #f6f9ff);
    color: #17304f;
    box-shadow: 0 12px 28px rgba(15, 23, 42, 0.08);
    border: 1px solid rgba(201, 213, 225, 0.65);
}

.qro-mobile-quick-card i {
    width: 42px;
    height: 42px;
    border-radius: 14px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(135deg, rgba(31, 111, 235, 0.14), rgba(31, 111, 235, 0.04));
    color: #1459cc;
    font-size: 18px;
}

.qro-mobile-quick-card strong {
    font-size: 15px;
    line-height: 1.35;
    color: #0f172a;
}

.qro-mobile-quick-card span {
    font-size: 12px;
    line-height: 1.6;
    color: #64748b;
}

.qro-mobile-quick-card:hover,
.qro-mobile-quick-card:focus {
    color: #17304f;
}

.qro-mobile-bottom-nav li a.wechat-qr-trigger {
    cursor: pointer;
}


/* Scrollbar Styling
-------------------------------------------------------------- */
::-webkit-scrollbar {
    width: 10px;
}

::-webkit-scrollbar-track {
    background: #f1f1f1;
}

::-webkit-scrollbar-thumb {
    background: linear-gradient(135deg, #1d89ff 0%, #0066cc 100%);
    border-radius: 5px;
}

::-webkit-scrollbar-thumb:hover {
    background: #0066cc;
}

/* Responsive Styles
-------------------------------------------------------------- */
@media (max-width: 992px) {
    .footer-nav {
        text-align: left;
        margin-top: 20px;
    }
    
    .footer-menu {
        justify-content: flex-start;
    }
}

@media (max-width: 768px) {
    .footer-bottom .col-md-7,
    .footer-bottom .col-md-5 {
        width: 100%;
        text-align: center;
    }
    
    .footer-nav {
        text-align: center;
        margin-top: 20px;
    }
    
    .footer-menu {
        justify-content: center;
    }
    
    .copyright {
        text-align: center;
    }
}

/* ============================================
   企业主题功能模块样式
   ============================================ */

/* 团队展示
-------------------------------------------------------------- */
.team-section {
    padding: 60px 0;
}

.team-card {
    background: #fff;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 5px 20px rgba(0,0,0,0.08);
    transition: all 0.3s ease;
    margin-bottom: 30px;
}

.team-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 15px 40px rgba(0,0,0,0.15);
}

.team-avatar {
    position: relative;
    overflow: hidden;
    height: 280px;
}

.team-avatar img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.5s ease;
}

.team-card:hover .team-avatar img {
    transform: scale(1.1);
}

.team-avatar-placeholder {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(135deg, #1d89ff 0%, #0066cc 100%);
    color: #fff;
    font-size: 80px;
}

.team-info {
    padding: 25px;
    text-align: center;
}

.team-name {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 5px;
    color: #1a1a2e;
}

.team-position {
    color: #1d89ff;
    font-size: 14px;
    margin-bottom: 15px;
}

.team-social {
    display: flex;
    justify-content: center;
    gap: 10px;
}

.team-social a {
    width: 36px;
    height: 36px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #f5f5f5;
    border-radius: 50%;
    color: #666;
    transition: all 0.3s ease;
}

.team-social a:hover {
    background: #1d89ff;
    color: #fff;
}

/* 案例展示
-------------------------------------------------------------- */
.portfolio-section {
    padding: 60px 0;
}

.portfolio-filter {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 10px;
    margin-bottom: 40px;
}

.filter-btn {
    padding: 10px 25px;
    background: #f5f5f5;
    border: none;
    border-radius: 30px;
    cursor: pointer;
    transition: all 0.3s ease;
    font-size: 14px;
    color: #666;
}

.filter-btn:hover,
.filter-btn.active {
    background: #1d89ff;
    color: #fff;
}

.portfolio-card {
    background: #fff;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 5px 20px rgba(0,0,0,0.08);
    margin-bottom: 30px;
    transition: all 0.3s ease;
}

.portfolio-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 40px rgba(0,0,0,0.15);
}

.portfolio-image {
    position: relative;
    overflow: hidden;
    height: 220px;
}

.portfolio-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.5s ease;
}

.portfolio-card:hover .portfolio-image img {
    transform: scale(1.1);
}

.portfolio-placeholder {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(135deg, #f5f5f5 0%, #e0e0e0 100%);
    color: #ccc;
    font-size: 50px;
}

.portfolio-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(29, 137, 255, 0.9);
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    transition: opacity 0.3s ease;
}

.portfolio-card:hover .portfolio-overlay {
    opacity: 1;
}

.portfolio-link {
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #fff;
    border-radius: 50%;
    color: #1d89ff;
    font-size: 20px;
    transition: all 0.3s ease;
}

.portfolio-link:hover {
    background: #1a1a2e;
    color: #fff;
}

.portfolio-info {
    padding: 20px;
}

.portfolio-title {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 5px;
    color: #1a1a2e;
}

.portfolio-client {
    color: #888;
    font-size: 14px;
}

/* 客户评价
-------------------------------------------------------------- */
.testimonials-section {
    padding: 60px 0;
    background: linear-gradient(135deg, #1a1a2e 0%, #2c3e50 100%);
}

.testimonials-slider {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
    gap: 30px;
}

.testimonial-item {
    background: rgba(255,255,255,0.1);
    border-radius: 12px;
    padding: 30px;
    backdrop-filter: blur(10px);
}

.testimonial-rating {
    margin-bottom: 15px;
}

.testimonial-rating i {
    color: #ffc107;
    font-size: 16px;
    margin-right: 3px;
}

.testimonial-text {
    color: #fff;
    font-size: 16px;
    line-height: 1.8;
    margin-bottom: 20px;
    font-style: italic;
}

.testimonial-author {
    display: flex;
    align-items: center;
    gap: 15px;
}

.author-avatar {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    overflow: hidden;
    border: 3px solid rgba(255,255,255,0.3);
}

.author-avatar img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.avatar-placeholder {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #1d89ff;
    color: #fff;
    font-size: 24px;
}

.author-name {
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 3px;
}

.author-title {
    color: rgba(255,255,255,0.7);
    font-size: 13px;
    margin: 0;
}

/* 合作伙伴
-------------------------------------------------------------- */
.partners-section {
    padding: 60px 0;
    background: #f8fafc;
}

.partners-slider {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
    gap: 30px;
    align-items: center;
}

.partner-item {
    background: #fff;
    border-radius: 8px;
    padding: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
    box-shadow: 0 2px 10px rgba(0,0,0,0.05);
}

.partner-item:hover {
    box-shadow: 0 5px 20px rgba(0,0,0,0.1);
}

.partner-item img {
    max-height: 60px;
    width: auto;
    filter: grayscale(100%);
    opacity: 0.6;
    transition: all 0.3s ease;
}

.partner-item:hover img {
    filter: grayscale(0);
    opacity: 1;
}

/* 数据统计
-------------------------------------------------------------- */
.stats-section {
    padding: 80px 0;
    background: linear-gradient(135deg, #1d89ff 0%, #0066cc 100%);
}

.stat-item {
    text-align: center;
    padding: 30px 20px;
}

.stat-icon {
    width: 80px;
    height: 80px;
    margin: 0 auto 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(255,255,255,0.2);
    border-radius: 50%;
    font-size: 32px;
    color: #fff;
}

.stat-number {
    font-size: 48px;
    font-weight: 700;
    color: #fff;
    line-height: 1;
    margin-bottom: 10px;
}

.stat-label {
    color: rgba(255,255,255,0.9);
    font-size: 16px;
}

/* 服务流程
-------------------------------------------------------------- */
.process-section {
    padding: 60px 0;
}

.process-timeline {
    display: flex;
    justify-content: center;
    position: relative;
    flex-wrap: wrap;
    gap: 20px;
    max-width: 1200px;
    margin: 0 auto;
}

.process-timeline::before {
    display: none;
}

.process-item {
    flex: 0 0 calc(16.666% - 17px);
    max-width: 200px;
    min-width: 150px;
    text-align: center;
    position: relative;
    padding: 0 10px;
    margin-bottom: 30px;
}

@media (max-width: 1200px) {
    .process-item {
        flex: 0 0 calc(20% - 16px);
    }
}

@media (max-width: 992px) {
    .process-item {
        flex: 0 0 calc(25% - 15px);
    }
}

@media (max-width: 768px) {
    .process-item {
        flex: 0 0 calc(33.333% - 14px);
    }
}

@media (max-width: 576px) {
    .process-item {
        flex: 0 0 calc(50% - 10px);
    }

    /* 服务卡片手机端两列，缩短首页纵向长度 */
    .services-row {
        margin-left: -8px;
        margin-right: -8px;
    }

    .services-row > [class*='col-'] {
        flex: 0 0 50%;
        max-width: 50%;
        padding-left: 8px;
        padding-right: 8px;
    }
}

.process-number {
    width: 60px;
    height: 60px;
    margin: 0 auto 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(135deg, #1d89ff 0%, #0066cc 100%);
    border-radius: 50%;
    font-size: 24px;
    font-weight: 700;
    color: #fff;
    position: relative;
    z-index: 1;
    box-shadow: 0 5px 20px rgba(29, 137, 255, 0.4);
}

.process-content {
    background: #fff;
    border-radius: 12px;
    padding: 20px 15px;
    box-shadow: 0 5px 20px rgba(0,0,0,0.08);
}

.process-icon {
    width: 45px;
    height: 45px;
    margin: 0 auto 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(29, 137, 255, 0.1);
    border-radius: 50%;
    font-size: 18px;
    color: #1d89ff;
}

.process-title {
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 8px;
    color: #1a1a2e;
}

.process-desc {
    color: #666;
    font-size: 13px;
    margin: 0;
    line-height: 1.5;
}

/* 联系表单
-------------------------------------------------------------- */
.contact-form-section {
    padding: 60px 0;
    background: #fff;
}

.form-title {
    font-size: 28px;
    font-weight: 600;
    margin-bottom: 30px;
    color: #1a1a2e;
    text-align: center;
}

.contact-form {
    max-width: 800px;
    margin: 0 auto;
}

.form-group {
    margin-bottom: 20px;
}

.form-group label {
    display: block;
    margin-bottom: 8px;
    font-weight: 500;
    color: #333;
}

.form-group label .required {
    color: #e74c3c;
}

.form-group input,
.form-group textarea,
.form-group select {
    width: 100%;
    padding: 12px 15px;
    border: 2px solid #e8e8e8;
    border-radius: 8px;
    font-size: 15px;
    transition: all 0.3s ease;
}

.form-group input:focus,
.form-group textarea:focus,
.form-group select:focus {
    border-color: #1d89ff;
    outline: none;
    box-shadow: 0 0 0 3px rgba(29, 137, 255, 0.1);
}

.form-group input.error,
.form-group textarea.error {
    border-color: #e74c3c;
}

.btn-submit {
    padding: 15px 40px;
    font-size: 16px;
    display: inline-flex;
    align-items: center;
    gap: 10px;
}

.form-message {
    margin-top: 20px;
    padding: 15px 20px;
    border-radius: 8px;
    font-size: 14px;
}

.form-message.success {
    background: #d4edda;
    color: #155724;
    border: 1px solid #c3e6cb;
}

.form-message.error {
    background: #f8d7da;
    color: #721c24;
    border: 1px solid #f5c6cb;
}

/* 招聘信息
-------------------------------------------------------------- */
.jobs-section {
    padding: 60px 0;
}

.jobs-list {
    max-width: 900px;
    margin: 0 auto;
}

.job-item {
    background: #fff;
    border-radius: 12px;
    padding: 25px 30px;
    margin-bottom: 20px;
    box-shadow: 0 5px 20px rgba(0,0,0,0.08);
    transition: all 0.3s ease;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
}

.job-item:hover {
    box-shadow: 0 10px 30px rgba(0,0,0,0.12);
}

.job-header {
    flex: 1;
    min-width: 250px;
}

.job-title {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 10px;
}

.job-title a {
    color: #1a1a2e;
}

.job-title a:hover {
    color: #1d89ff;
}

.job-meta {
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
}

.job-location {
    color: #666;
    font-size: 14px;
}

.job-location i {
    color: #1d89ff;
    margin-right: 5px;
}

.job-type {
    background: rgba(29, 137, 255, 0.1);
    color: #1d89ff;
    padding: 3px 12px;
    border-radius: 20px;
    font-size: 12px;
}

.job-details {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    margin-top: 15px;
    flex-basis: 100%;
}

.job-details span {
    color: #666;
    font-size: 14px;
}

.job-details i {
    color: #1d89ff;
    margin-right: 5px;
}

.no-jobs {
    text-align: center;
    padding: 60px 20px;
    background: #f8fafc;
    border-radius: 12px;
}

.no-jobs p {
    color: #888;
    font-size: 16px;
    margin: 0;
}

/* 深色模式
-------------------------------------------------------------- */
body.dark-mode {
    background: #1a1a2e;
    color: #e0e0e0;
}

body.dark-mode a {
    color: #e0e0e0;
}

body.dark-mode a:hover {
    color: #1d89ff;
}

body.dark-mode h1,
body.dark-mode h2,
body.dark-mode h3,
body.dark-mode h4,
body.dark-mode h5,
body.dark-mode h6 {
    color: #fff;
}

body.dark-mode .top-nav {
    background: #1a1a2e;
    border-color: #2c3e50;
}

body.dark-mode .team-card,
body.dark-mode .portfolio-card,
body.dark-mode .job-item,
body.dark-mode .process-content,
body.dark-mode .contact-form-section {
    background: #2c3e50;
}

body.dark-mode .team-name,
body.dark-mode .portfolio-title,
body.dark-mode .job-title a,
body.dark-mode .process-title,
body.dark-mode .form-title {
    color: #fff;
}

body.dark-mode .team-position,
body.dark-mode .portfolio-client,
body.dark-mode .job-location,
body.dark-mode .job-details span,
body.dark-mode .process-desc {
    color: #aaa;
}

body.dark-mode .form-group input,
body.dark-mode .form-group textarea,
body.dark-mode .form-group select {
    background: #1a1a2e;
    border-color: #3c5070;
    color: #e0e0e0;
}

body.dark-mode .footer {
    background: #0f0f1a;
}

/* 深色模式切换按钮 */
.dark-mode-toggle {
    position: fixed;
    bottom: 100px;
    right: 30px;
    width: 50px;
    height: 50px;
    background: linear-gradient(135deg, #1d89ff 0%, #0066cc 100%);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    z-index: 999;
    box-shadow: 0 5px 20px rgba(29, 137, 255, 0.4);
    transition: all 0.3s ease;
}

.dark-mode-toggle:hover {
    transform: scale(1.1);
}

.dark-mode-toggle i {
    color: #fff;
    font-size: 20px;
}

body.dark-mode .dark-mode-toggle {
    background: linear-gradient(135deg, #ffc107 0%, #ff9800 100%);
}

/* 响应式调整
-------------------------------------------------------------- */
@media (max-width: 992px) {
    .process-timeline::before {
        display: none;
    }
    
    .process-timeline {
        flex-direction: row;
        flex-wrap: wrap;
        align-items: stretch;
    }
    
    .process-item {
        margin-bottom: 0;
    }
    
    .testimonials-slider {
        grid-template-columns: 1fr;
    }
    
    .job-item {
        flex-direction: column;
        text-align: center;
    }
    
    .job-header {
        margin-bottom: 15px;
    }
    
    .job-meta,
    .job-details {
        justify-content: center;
    }
}

@media (max-width: 768px) {
    .team-avatar {
        height: 220px;
    }
    
    .stat-number {
        font-size: 36px;
    }
    
    .stat-icon {
        width: 60px;
        height: 60px;
        font-size: 24px;
    }
    
    .partners-slider {
        grid-template-columns: repeat(2, 1fr);
    }
    
    .dark-mode-toggle {
        bottom: 80px;
        right: 20px;
        width: 45px;
        height: 45px;
    }
}

/* 移动端排版统一优化（2026-04） */
@media (max-width: 767px) {
    body {
        font-size: 15px;
        line-height: 1.65;
    }

    .container,
    .container-header {
        padding-left: 14px;
        padding-right: 14px;
    }

    .header-wrap {
        gap: 10px;
        padding: 0 10px;
    }

    #logo {
        max-width: calc(100% - 92px);
    }

    #logo .logo-text {
        font-size: 16px;
        line-height: 1.3;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }

    .mobile-button {
        margin-left: 6px;
    }

    .nav-wrap {
        padding: 16px 14px 20px;
        border-top: 1px solid #edf1f8;
    }

    #mainnav > ul > li > a {
        padding: 14px 2px;
        font-size: 15px;
        font-weight: 600;
    }

    .show-search a {
        width: 38px;
        height: 38px;
        font-size: 14px;
    }

    .top-search .search-field {
        padding: 15px 52px 15px 14px;
        font-size: 14px;
    }

    .top-search .search-submit {
        width: 46px;
    }

    /* 删除重复的hero-banner高度设置,使用前面的68vh响应式高度 */

    .hero-content {
        text-align: left;
        max-width: 100%;
    }

    .hero-subtitle {
        margin-bottom: 8px;
        font-size: 12px;
    }

    .hero-title {
        font-size: 28px;
        line-height: 1.25;
        margin-bottom: 12px;
    }

    .hero-desc {
        font-size: 14px;
        line-height: 1.65;
        margin-bottom: 16px;
        max-width: 100%;
    }

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

    .hero-buttons .btn {
        padding: 10px 16px;
        min-height: 40px;
        font-size: 13px;
    }

    .hero-scroll-indicator {
        display: none;
    }

    .section-padding,
    .process-section,
    .jobs-section,
    .contact-form-section {
        padding: 40px 0;
    }

    .section-header {
        margin-bottom: 22px;
    }

    .section-label {
        font-size: 12px;
        letter-spacing: 1px;
    }

    .section-title,
    .about-title,
    .cta-title {
        font-size: 23px;
        line-height: 1.4;
        margin-bottom: 10px;
    }

    .section-desc,
    .about-desc {
        font-size: 14px;
        line-height: 1.75;
    }

    .features-grid {
        border-radius: 12px;
        overflow: hidden;
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .feature-item {
        padding: 14px 10px;
    }

    .feature-item:nth-child(2n) {
        border-right: none;
    }

    .feature-content h4 {
        font-size: 16px;
        margin-bottom: 6px;
    }

    .feature-content p {
        font-size: 13px;
        margin: 0;
    }

    .service-card,
    .news-card,
    .testimonial-card,
    .team-card,
    .process-content,
    .job-item {
        border-radius: 12px;
    }

    .service-card {
        padding: 22px 16px;
    }

    .service-card-title {
        font-size: 18px;
        line-height: 1.45;
    }

    .service-card-desc,
    .news-card-excerpt {
        font-size: 13px;
        line-height: 1.75;
    }

    .news-card-content {
        padding: 16px !important;
    }

    .about-images,
    .about-content {
        margin-top: 0;
    }

    .about-img-main {
        border-radius: 12px;
        overflow: hidden;
    }

    .about-experience {
        right: 10px;
        bottom: 10px;
        padding: 12px 14px;
    }

    .experience-number {
        font-size: 30px;
    }

    .process-timeline {
        gap: 12px;
    }

    .process-item {
        flex: 0 0 calc(50% - 6px);
        min-width: auto;
        padding: 0;
        margin-bottom: 0;
    }

    .process-content {
        padding: 14px 10px;
    }

    .process-title {
        font-size: 14px;
    }

    .process-desc {
        font-size: 12px;
    }

    .stats-section .col-6 {
        margin-bottom: 12px;
    }

    .stat-item {
        padding: 12px 8px;
    }

    .stat-number {
        font-size: 28px;
    }

    .stat-label {
        font-size: 12px;
    }

    .footer-widgets {
        padding: 34px 0 14px;
    }

    .footer-widgets .widget {
        padding: 0;
        margin-bottom: 14px;
    }

    .footer-widgets .widget-title {
        font-size: 16px;
        margin-bottom: 10px;
    }

    .footer-widgets .widget-content,
    .footer-widgets .footer-links a,
    .footer-widgets .contact-info li,
    .copyright p {
        font-size: 13px;
        line-height: 1.7;
    }

    .footer-bottom {
        padding-bottom: 8px;
    }

    .footer-menu {
        gap: 8px;
    }

    .footer-menu li a {
        font-size: 13px;
    }
}

@media (max-width: 420px) {
    .hero-title,
    .section-title,
    .about-title,
    .cta-title {
        font-size: 20px;
    }

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

    .process-timeline {
        gap: 10px;
    }

    .process-item {
        /* 手机端保持一排两个，减少页面长度 */
        flex: 0 0 calc(50% - 5px);
        min-width: auto;
    }

    .process-number {
        width: 42px;
        height: 42px;
        margin-bottom: 10px;
        font-size: 16px;
    }

    .process-icon {
        width: 36px;
        height: 36px;
        margin-bottom: 10px;
        font-size: 15px;
    }

    .process-content {
        padding: 12px 8px;
    }

    .process-title {
        font-size: 13px;
    }

    .process-desc {
        font-size: 11px;
        line-height: 1.5;
    }

    .qro-mobile-bottom-nav a {
        font-size: 10px;
        min-height: 52px;
    }
}

/* 超小屏与长文本处理（<360px 与文本溢出） */
@media (max-width: 359px) {
    .container,
    .container-header {
        padding-left: 10px;
        padding-right: 10px;
    }

    .header-wrap {
        padding: 0 6px;
    }

    #logo .logo-text {
        font-size: 14px;
        max-width: 140px;
    }

    .hero-title {
        font-size: 18px;
    }

    .section-title,
    .about-title,
    .cta-title {
        font-size: 18px;
    }

    .hero-buttons {
        flex-direction: column;
    }

    .hero-buttons .btn {
        width: 100%;
        padding: 10px 12px;
    }

    .process-timeline {
        gap: 8px;
    }

    .process-item {
        flex: 0 0 calc(50% - 4px);
    }

    .process-content {
        padding: 11px 7px;
        border-radius: 12px;
    }

    .process-number {
        width: 38px;
        height: 38px;
        margin-bottom: 8px;
        font-size: 14px;
    }

    .process-icon {
        width: 32px;
        height: 32px;
        margin-bottom: 8px;
        font-size: 14px;
    }

    .service-card-title,
    .news-card-title,
    .team-name,
    .process-title {
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
    }

    .service-card-desc,
    .news-card-excerpt,
    .team-position {
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 1;
        -webkit-box-orient: vertical;
    }

    .qro-mobile-bottom-nav a span {
        font-size: 9px;
    }

    .qro-mobile-bottom-nav a i {
        font-size: 16px;
    }
}

/* 长菜单项与导航文本处理 */
#mainnav > ul > li > a {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 100%;
}

.qro-mobile-bottom-nav a span {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    max-width: 100%;
}

/* 卡片内容溢出处理 */
.service-card-title,
.news-card-title,
.team-name,
.process-title,
.job-title a {
    word-break: break-word;
    overflow-wrap: break-word;
}

.service-card-desc,
.news-card-excerpt,
.team-position,
.process-desc {
    word-break: break-word;
    overflow-wrap: break-word;
}

/* 移动端表单与输入框 */
@media (max-width: 767px) {
    .form-group input,
    .form-group textarea,
    .form-group select {
        font-size: 16px;
        padding: 12px 14px;
        border-radius: 8px;
    }

    .form-group label {
        font-size: 14px;
        margin-bottom: 6px;
    }

    .btn-submit {
        width: 100%;
        justify-content: center;
        padding: 12px 20px;
        font-size: 15px;
    }
}

/* 移动端图片与媒体 */
@media (max-width: 767px) {
    img {
        max-width: 100%;
        height: auto;
    }

    .about-img-main img,
    .service-card-img img,
    .news-card-image img,
    .team-avatar img {
        width: 100%;
        height: auto;
        display: block;
    }

    .gallery-item img,
    .portfolio-item img {
        width: 100%;
        height: auto;
    }
}

/* 移动端表格响应式 */
@media (max-width: 767px) {
    .table-responsive {
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
    }

    table {
        font-size: 13px;
    }

    table th,
    table td {
        padding: 8px 10px;
    }
}

/* 移动端列表与间距最终调整 */
@media (max-width: 767px) {
    ul,
    ol {
        margin-left: 16px;
    }

    li {
        margin-bottom: 6px;
    }

    .footer-links li,
    .contact-info li {
        margin-bottom: 8px;
    }

    .footer-menu li {
        margin: 0 6px;
    }
}

/* 首页 Hero 手机端终版优化（2026-04） */
@media (max-width: 767px) {
    .top-nav {
        background: rgba(255, 255, 255, 0.96);
        -webkit-backdrop-filter: blur(14px);
        backdrop-filter: blur(14px);
        box-shadow: 0 10px 28px rgba(15, 23, 42, 0.08);
    }

    .hero-banner {
        background: #08142a;
    }

    .hero-banner .swiper-container,
    .hero-banner.hero-banner-single .swiper-container,
    .hero-banner .swiper-container.is-static-banner {
        height: clamp(360px, 62vh, 440px);
        min-height: 360px;
        max-height: 440px;
    }

    .hero-banner .swiper-slide {
        align-items: flex-end;
        overflow: hidden;
        background-position: center top;
    }

    .hero-banner .swiper-slide::before {
        content: '';
        position: absolute;
        inset: 0;
        z-index: 0;
        pointer-events: none;
        background:
            radial-gradient(circle at 82% 18%, rgba(255, 255, 255, 0.16), transparent 28%),
            linear-gradient(180deg, rgba(9, 22, 44, 0.18) 0%, rgba(9, 22, 44, 0.08) 34%, rgba(9, 22, 44, 0) 52%);
    }

    .hero-overlay {
        background:
            linear-gradient(180deg, rgba(8, 20, 42, 0.74) 0%, rgba(8, 20, 42, 0.68) 34%, rgba(8, 20, 42, 0.94) 100%),
            linear-gradient(135deg, rgba(31, 111, 235, 0.34), rgba(15, 36, 71, 0.58));
    }

    .hero-content {
        max-width: none;
        padding: 0 0 26px;
    }

    .hero-subtitle {
        margin-bottom: 14px;
        padding: 7px 12px;
        font-size: 11px;
        letter-spacing: 0.06em;
    }

    .hero-title {
        max-width: 12ch;
        font-size: clamp(28px, 7.4vw, 34px);
        line-height: 1.18;
        margin-bottom: 12px;
        text-shadow: 0 8px 26px rgba(0, 0, 0, 0.26);
    }

    .hero-desc {
        max-width: 100%;
        margin-bottom: 18px;
        font-size: 13px;
        line-height: 1.7;
        color: rgba(255, 255, 255, 0.88);
    }

    .hero-buttons {
        display: grid;
        grid-template-columns: 1fr;
        gap: 12px;
    }

    .hero-buttons .btn,
    .hero-buttons .btn-lg {
        width: 100%;
        min-height: 48px;
        padding: 12px 16px;
        border-radius: 16px;
        font-size: 14px;
        font-weight: 700;
        justify-content: center;
    }

    .hero-buttons .btn-primary {
        box-shadow: 0 14px 30px rgba(7, 15, 29, 0.24);
    }

    .hero-buttons .btn-outline {
        background: rgba(255, 255, 255, 0.04);
        border-color: rgba(255, 255, 255, 0.36);
    }

    .hero-banner .swiper-pagination,
    .hero-banner .swiper-pagination-bullets {
        display: none !important;
    }
}

@media (max-width: 420px) {
    .hero-banner .swiper-container,
    .hero-banner.hero-banner-single .swiper-container,
    .hero-banner .swiper-container.is-static-banner {
        height: clamp(340px, 59vh, 400px);
        min-height: 340px;
        max-height: 400px;
    }

    .hero-title {
        max-width: 11ch;
        font-size: 26px;
    }

    .hero-desc {
        font-size: 12px;
    }
}

/* AI Chatbot v2：前台实际渲染组件的样式补齐 */
.qro-ai-chatbot-widget {
    position: fixed;
    right: 24px;
    bottom: 24px;
    z-index: 10020;
    display: flex;
    flex-direction: column-reverse;
    align-items: flex-end;
    gap: 12px;
    max-width: calc(100vw - 32px);
}

.qro-ai-chatbot-trigger {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    min-width: 172px;
    padding: 12px 14px;
    border: 0;
    border-radius: 18px;
    background: rgba(15, 39, 79, 0.92);
    color: #fff;
    font-size: 14px;
    font-weight: 700;
    box-shadow: 0 18px 34px rgba(15, 23, 42, 0.24);
    transition: transform 0.2s ease, box-shadow 0.2s ease, background 0.2s ease;
    backdrop-filter: blur(12px);
}

.qro-ai-chatbot-trigger:hover,
.qro-ai-chatbot-trigger:focus {
    transform: translateY(-1px);
    box-shadow: 0 22px 38px rgba(15, 23, 42, 0.28);
    background: rgba(15, 39, 79, 0.98);
    outline: 0;
}

.qro-ai-chatbot-trigger-icon {
    width: 42px;
    height: 42px;
    border-radius: 14px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(135deg, #1d4ed8 0%, #60a5fa 100%);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.24);
    flex-shrink: 0;
}

.qro-ai-chatbot-trigger-icon i {
    font-size: 18px;
}

.qro-ai-chatbot-trigger-copy {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    min-width: 0;
}

.qro-ai-chatbot-trigger-copy strong {
    display: block;
    font-size: 14px;
    line-height: 1.3;
    color: #ffffff;
}

.qro-ai-chatbot-trigger-copy small {
    display: block;
    margin-top: 2px;
    font-size: 11px;
    line-height: 1.5;
    color: rgba(219, 234, 254, 0.82);
}

.qro-ai-chatbot-panel {
    width: min(400px, calc(100vw - 28px));
    max-height: min(680px, calc(100vh - 96px));
    display: flex;
    flex-direction: column;
    border-radius: 26px;
    overflow: hidden;
    background: rgba(255, 255, 255, 0.98);
    border: 1px solid rgba(148, 163, 184, 0.24);
    box-shadow: 0 28px 60px rgba(15, 23, 42, 0.26);
    backdrop-filter: blur(16px);
}

.qro-ai-chatbot-panel[hidden] {
    display: none;
}

.qro-ai-chatbot-header {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 16px;
    padding: 18px 20px 16px;
    background: linear-gradient(135deg, #0f274f 0%, #2563eb 100%);
    color: #fff;
}

.qro-ai-chatbot-header-meta {
    display: flex;
    align-items: center;
    gap: 10px;
    flex-shrink: 0;
}

.qro-ai-chatbot-presence {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 7px 10px;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.14);
    color: #eff6ff;
    font-size: 11px;
    font-weight: 700;
    white-space: nowrap;
}

.qro-ai-chatbot-presence i {
    font-size: 9px;
    color: #86efac;
}

.qro-ai-chatbot-presence.is-pending {
    color: #e2e8f0;
}

.qro-ai-chatbot-presence.is-pending i {
    color: #bfdbfe;
}

.qro-ai-chatbot-presence.is-ai-live {
    background: rgba(34, 197, 94, 0.14);
    color: #dcfce7;
}

.qro-ai-chatbot-presence.is-local-fallback {
    background: rgba(249, 115, 22, 0.16);
    color: #ffedd5;
}

.qro-ai-chatbot-presence.is-local-fallback i {
    color: #fdba74;
}

.qro-ai-chatbot-header strong {
    display: block;
    font-size: 18px;
    line-height: 1.3;
}

.qro-ai-chatbot-header span {
    display: block;
    margin-top: 6px;
    color: rgba(219, 234, 254, 0.9);
    font-size: 13px;
    line-height: 1.7;
}

.qro-ai-chatbot-close {
    flex-shrink: 0;
    width: 38px;
    height: 38px;
    border-radius: 50%;
    border: 0;
    background: rgba(255, 255, 255, 0.14);
    color: #fff;
}

.qro-ai-chatbot-human-card {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 14px 18px 12px;
    background: linear-gradient(180deg, #eef5ff 0%, #ffffff 100%);
    border-bottom: 1px solid rgba(148, 163, 184, 0.18);
}

.qro-ai-chatbot-human-avatar {
    width: 42px;
    height: 42px;
    border-radius: 14px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(135deg, #1d4ed8 0%, #60a5fa 100%);
    color: #ffffff;
    font-size: 16px;
    font-weight: 800;
    flex-shrink: 0;
    box-shadow: 0 12px 24px rgba(37, 99, 235, 0.16);
}

.qro-ai-chatbot-human-copy strong {
    display: block;
    color: #0f172a;
    font-size: 13px;
    line-height: 1.5;
}

.qro-ai-chatbot-human-copy span {
    display: block;
    margin-top: 4px;
    color: #475569;
    font-size: 12px;
    line-height: 1.7;
}

.qro-ai-chatbot-messages {
    padding: 16px 18px 8px;
    overflow-y: auto;
    max-height: 320px;
    background: linear-gradient(180deg, #f8fbff 0%, #f3f7fd 100%);
}

.chatbot-message {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    margin-bottom: 14px;
}

.chatbot-message.user {
    flex-direction: row-reverse;
}

.message-label {
    display: inline-flex;
    margin-bottom: 6px;
    font-size: 11px;
    line-height: 1.4;
    font-weight: 800;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: #1d4ed8;
}

.chatbot-message.user .message-label {
    color: rgba(219, 234, 254, 0.9);
}

.message-avatar {
    width: 36px;
    height: 36px;
    flex-shrink: 0;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(135deg, #dbeafe 0%, #bfdbfe 100%);
    color: #1d4ed8;
    box-shadow: 0 10px 20px rgba(37, 99, 235, 0.12);
}

.chatbot-message.user .message-avatar {
    background: linear-gradient(135deg, #1e293b 0%, #334155 100%);
    color: #fff;
}

.message-content {
    max-width: calc(100% - 46px);
    padding: 12px 14px;
    border-radius: 18px;
    background: #fff;
    color: #0f172a;
    font-size: 14px;
    line-height: 1.8;
    box-shadow: 0 12px 24px rgba(15, 23, 42, 0.08);
}

.chatbot-message.user .message-content {
    background: linear-gradient(135deg, #1d4ed8 0%, #2563eb 100%);
    color: #fff;
}

.chatbot-message.is-local-mode .message-content {
    position: relative;
    overflow: hidden;
    border: 1px solid rgba(59, 130, 246, 0.18);
    background: linear-gradient(180deg, #f8fbff 0%, #eef4ff 100%);
}

.chatbot-source-badge {
    display: inline-flex;
    align-items: center;
    margin-bottom: 10px;
    padding: 5px 10px;
    border-radius: 999px;
    font-size: 11px;
    font-weight: 800;
    line-height: 1.4;
    letter-spacing: 0.02em;
}

.chatbot-source-badge.is-ai-live {
    background: rgba(16, 185, 129, 0.12);
    color: #047857;
}

.chatbot-source-badge.is-local-fallback {
    background: rgba(249, 115, 22, 0.12);
    color: #c2410c;
}

.chatbot-message.bot.is-ai-live .message-content {
    border: 1px solid rgba(16, 185, 129, 0.16);
    background: linear-gradient(180deg, #f0fdf4 0%, #ffffff 100%);
}

.chatbot-typing {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    min-height: 20px;
}

.chatbot-typing span {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: rgba(37, 99, 235, 0.4);
    animation: qroChatbotTyping 1s infinite ease-in-out;
}

.chatbot-typing span:nth-child(2) {
    animation-delay: 0.12s;
}

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

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

.chatbot-local-followups {
    margin-top: 14px;
    padding-top: 12px;
    border-top: 1px dashed rgba(59, 130, 246, 0.25);
}

.chatbot-local-followups-title {
    margin-bottom: 10px;
    font-size: 12px;
    font-weight: 800;
    color: #1e40af;
    letter-spacing: 0.03em;
}

.chatbot-local-followups-list {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}

.chatbot-local-followup-btn {
    border: 0;
    padding: 9px 12px;
    border-radius: 999px;
    background: rgba(37, 99, 235, 0.1);
    color: #1d4ed8;
    font-size: 12px;
    font-weight: 700;
    line-height: 1.5;
    transition: all 0.2s ease;
}

.chatbot-local-followup-btn:hover {
    background: #2563eb;
    color: #ffffff;
    transform: translateY(-1px);
}

.qro-ai-chatbot-quick-actions-label {
    padding: 12px 18px 8px;
    background: linear-gradient(180deg, #f1f5f9 0%, #ffffff 100%);
    color: #64748b;
    font-size: 12px;
    font-weight: 700;
    line-height: 1.6;
}

.qro-ai-chatbot-quick-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    padding: 0 18px 14px;
    background: linear-gradient(180deg, #f1f5f9 0%, #ffffff 100%);
}

.qro-ai-chatbot-quick-question {
    padding: 8px 12px;
    border: 0;
    border-radius: 999px;
    background: rgba(37, 99, 235, 0.1);
    color: #1d4ed8;
    font-size: 12px;
    font-weight: 700;
    line-height: 1.5;
}

.qro-ai-chatbot-form {
    padding: 0 18px 18px;
    background: #ffffff;
}

.qro-ai-chatbot-input-label {
    display: block;
    margin-bottom: 10px;
    color: #334155;
    font-size: 13px;
    font-weight: 700;
    line-height: 1.6;
}

.qro-ai-chatbot-input {
    width: 100%;
    min-height: 92px;
    padding: 14px 15px;
    border-radius: 18px;
    border: 1px solid rgba(148, 163, 184, 0.35);
    background: #f8fafc;
    color: #0f172a;
    font-size: 14px;
    line-height: 1.75;
    resize: vertical;
}

.qro-ai-chatbot-input:focus {
    outline: 0;
    border-color: rgba(37, 99, 235, 0.5);
    box-shadow: 0 0 0 4px rgba(37, 99, 235, 0.12);
    background: #fff;
}

.qro-ai-chatbot-actions {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 12px;
    margin-top: 12px;
}

.qro-ai-chatbot-actions-meta {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 6px;
    min-width: 0;
}

.qro-ai-chatbot-actions-tip {
    color: #64748b;
    font-size: 11px;
    line-height: 1.6;
    font-weight: 600;
}

.qro-ai-chatbot-contact {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: #1d4ed8;
    font-size: 13px;
    font-weight: 700;
}

.qro-ai-chatbot-send {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 10px 16px;
    border: 0;
    border-radius: 999px;
    background: linear-gradient(135deg, #1d4ed8 0%, #2563eb 100%);
    color: #fff;
    font-size: 13px;
    font-weight: 700;
    box-shadow: 0 14px 28px rgba(37, 99, 235, 0.18);
}

.qro-ai-chatbot-lead-card {
    margin-top: 14px;
    padding: 14px;
    border-radius: 18px;
    background: linear-gradient(180deg, #eff6ff 0%, #ffffff 100%);
    border: 1px solid rgba(59, 130, 246, 0.18);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.7);
}

.qro-ai-chatbot-lead-card[hidden] {
    display: none;
}

.qro-ai-chatbot-lead-badge {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    margin-bottom: 10px;
    padding: 6px 10px;
    border-radius: 999px;
    background: rgba(37, 99, 235, 0.08);
    color: #1d4ed8;
    font-size: 11px;
    font-weight: 800;
    line-height: 1.4;
}

.qro-ai-chatbot-lead-copy strong {
    display: block;
    color: #0f172a;
    font-size: 14px;
    line-height: 1.5;
}

.qro-ai-chatbot-lead-copy p {
    margin: 6px 0 0;
    color: #475569;
    font-size: 12px;
    line-height: 1.7;
}

.qro-ai-chatbot-lead-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 12px;
}

.qro-ai-chatbot-lead-button {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 9px 12px;
    border-radius: 999px;
    background: rgba(37, 99, 235, 0.08);
    color: #1d4ed8;
    font-size: 12px;
    font-weight: 700;
    line-height: 1.4;
}

.qro-ai-chatbot-lead-button.is-primary {
    background: linear-gradient(135deg, #1d4ed8 0%, #2563eb 100%);
    color: #ffffff;
    box-shadow: 0 12px 24px rgba(37, 99, 235, 0.16);
}

@media (max-width: 767px) {
    .qro-home-ai-mobile-toggle {
        display: flex;
    }

    .qro-ai-chatbot-widget {
        right: 12px;
        bottom: 78px;
        left: 12px;
        align-items: stretch;
        pointer-events: none;
    }

    .qro-ai-chatbot-widget > * {
        pointer-events: auto;
    }

    .qro-ai-chatbot-trigger {
        align-self: flex-end;
        min-width: 0;
        padding: 12px;
        border-radius: 16px;
    }

    .qro-ai-chatbot-trigger-copy {
        display: none;
    }

    .qro-ai-chatbot-panel {
        width: 100%;
        max-height: min(76vh, 640px);
        border-radius: 22px;
    }

    .qro-ai-chatbot-header {
        padding: 16px 16px 14px;
    }

    .qro-ai-chatbot-header-meta {
        gap: 8px;
    }

    .qro-ai-chatbot-presence {
        display: none;
    }

    .qro-ai-chatbot-messages {
        max-height: 42vh;
        padding: 16px 14px 8px;
    }

    .qro-ai-chatbot-quick-actions-label {
        padding: 10px 14px 6px;
    }

    .qro-ai-chatbot-quick-actions {
        padding: 0 14px 12px;
    }

    .qro-ai-chatbot-form {
        padding: 0 14px 14px;
    }

    .qro-ai-chatbot-input {
        min-height: 84px;
    }

    .qro-ai-chatbot-actions {
        align-items: stretch;
        flex-direction: column;
    }

    .qro-ai-chatbot-actions-meta,
    .qro-ai-chatbot-contact,
    .qro-ai-chatbot-send {
        width: 100%;
    }

    .qro-ai-chatbot-send {
        justify-content: center;
    }

    .chatbot-local-followup-btn {
        padding: 8px 12px;
        font-size: 11px;
        min-height: 36px;
    }
}

