.elementor-3 .elementor-element.elementor-element-98f197c{--display:flex;--min-height:100px;}.elementor-3 .elementor-element.elementor-element-a813a2c{--display:flex;--min-height:0px;--gap:0px 0px;--row-gap:0px;--column-gap:0px;}.elementor-3 .elementor-element.elementor-element-2aba286{--display:flex;}@media(min-width:768px){.elementor-3 .elementor-element.elementor-element-2aba286{--content-width:1440px;}}/* Start custom CSS for html, class: .elementor-element-a907d6b *//* 1. 外部容器：控制全屏背景和高度 */
.elementor-3 .elementor-element.elementor-element-a907d6b .airchilly-compact-header {
    background: #0f172a; 
    background-image: radial-gradient(circle at top right, #1e3a8a, #0f172a); 
    width: 100vw;
    position: relative;
    left: 50%;
    right: 50%;
    margin-left: -50vw;
    margin-right: -50vw;
    
    /* ★ 解决“太高”：上下缩减到 25px */
    padding: 20px 0 !important; 
    
    /* ★ 解决“下面空白太多”：下边距设为 0 */
    margin-bottom: 0px !important; 
    
    border-bottom: 1px solid rgba(255,255,255,0.05);
}

/* 2. 内部容器：解决“没左对齐” */
.elementor-3 .elementor-element.elementor-element-a907d6b .compact-container {
    /* 这个宽度必须匹配你网站的主内容宽度，通常是 1140px */
    max-width: 1400px; 
    margin: 0 auto !important;
    /* 这里的 20px 确保在手机端不会贴边，同时也和下方表单的对齐一致 */
    padding: 0 20px !important; 
    box-sizing: border-box;
}

/* 3. 强制内容左对齐 */
.elementor-3 .elementor-element.elementor-element-a907d6b .compact-content {
    text-align: left !important; 
}

/* 4. 标题字号调整 */
.elementor-3 .elementor-element.elementor-element-a907d6b .compact-title {
    font-size: 30px !important; 
    font-weight: 800;
    color: #ffffff;
    margin: 0 0 4px 0 !important;
    line-height: 1 !important;
}

/* 5. 面包屑导航 */
.elementor-3 .elementor-element.elementor-element-a907d6b .compact-breadcrumb {
    font-size: 18px;
    color: rgba(255, 255, 255, 0.4);
}

.elementor-3 .elementor-element.elementor-element-a907d6b .compact-breadcrumb a {
    color: rgba(255, 255, 255, 0.5);
    text-decoration: none;
}

.elementor-3 .elementor-element.elementor-element-a907d6b .compact-breadcrumb .sep { margin: 0 5px; color: rgba(255, 255, 255, 0.2); }
.elementor-3 .elementor-element.elementor-element-a907d6b .compact-breadcrumb .current { color: #3182ce; font-weight: 600; }/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-076bbd3 *//* 容器布局 */
.pp-container {
    display: flex;
    max-width: 1400px;
    margin: 60px auto;
    gap: 50px;
    align-items: flex-start;
}

/* 侧边栏导航样式 */
.pp-sidebar {
    width: 300px;
    position: sticky;
    top: 120px; /* 距离顶部距离，根据你的导航栏高度调整 */
    background: #ffffff;
    padding: 25px;
    border-radius: 12px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.05);
}

.sidebar-title {
    font-weight: 800;
    font-size: 24px;
    letter-spacing: 1.5px;
    color: #003366; /* 品牌主色 */
    margin-bottom: 20px;
    border-bottom: 2px solid #eee;
    padding-bottom: 10px;
}

.pp-sidebar nav a {
    display: block;
    color: #666;
    text-decoration: none;
    font-size: 20px;
    padding: 10px 0;
    transition: all 0.3s ease;
    border-bottom: 1px solid #f9f9f9;
}

.pp-sidebar nav a:hover {
    color: #003366;
    padding-left: 8px;
    font-weight: 600;
}

/* 主体内容排版 */
.pp-content {
    flex: 1;
    background: #fff;
    color: #444;
    line-height: 1.8;
}

.pp-header {
    margin-bottom: 45px;
}

.pp-header h1 {
    font-size: 42px;
    font-weight: 800;
    color: #003366;
    margin: 0 0 10px 0;
}

.last-updated {
    font-size: 14px;
    color: #999;
    font-style: italic;
}

.intro-text {
    font-size: 18px;
    color: #666;
    margin-bottom: 40px;
}

h2 {
    font-size: 26px;
    color: #003366;
    margin: 50px 0 20px 0;
    font-weight: 700;
}

h3 {
    font-size: 20px;
    margin-bottom: 15px;
}

/* 装饰性卡片 */
.info-card {
    background: #f8fafd;
    padding: 30px;
    border-radius: 12px;
    border: 1px solid #eef2f6;
}

.grid-box {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
    margin: 20px 0;
}

.grid-item {
    background: #fff;
    padding: 20px;
    border: 1px solid #eee;
    border-radius: 8px;
}

/* GDPR 特殊样式 */
.gdpr-bg {
    background: #f0f7ff;
    padding: 40px;
    border-radius: 15px;
    border-left: 6px solid #003366;
}

/* 列表样式 */
.styled-list {
    list-style: none;
    padding: 0;
}

.styled-list li {
    position: relative;
    padding-left: 25px;
    margin-bottom: 12px;
}

.styled-list li::before {
    content: "→";
    position: absolute;
    left: 0;
    color: #003366;
    font-weight: bold;
}

/* 联系区域 */
.contact-box {
    background: #003366;
    color: #fff;
    padding: 40px;
    border-radius: 15px;
    margin-top: 60px;
}

.contact-box h2, .contact-box a {
    color: #fff;
}

/* 响应式适配 */
@media (max-width: 991px) {
    .pp-container {
        flex-direction: column;
        padding: 0 20px;
    }
    .pp-sidebar {
        display: none; /* 移动端隐藏侧边栏提升阅读体验 */
    }
    .grid-box {
        grid-template-columns: 1fr;
    }
}
/* 新增：平滑滚动，点击侧边栏跳转更高级 */
html {
    scroll-behavior: smooth;
}

/* 新增：确保内容区域的 h2 顶部留白够大，不会被固定导航遮挡 */
.pp-content section {
    scroll-margin-top: 120px;
}

/* 新增：微调 section 之间的距离 */
.pp-content section {
    margin-bottom: 30px;
}/* End custom CSS */