.elementor-kit-19{--e-global-color-primary:#00000000;--e-global-color-secondary:#54595F;--e-global-color-text:#7A7A7A;--e-global-color-accent:#61CE70;--e-global-typography-primary-font-family:"Roboto";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Roboto Slab";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Roboto";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Roboto";--e-global-typography-accent-font-weight:500;background-color:#1A171700;}.elementor-kit-19 e-page-transition{background-color:#FFBC7D;}.elementor-kit-19 h1{font-family:"Arial", Sans-serif;font-size:30px;font-weight:600;}.elementor-kit-19 h2{font-family:"Arial", Sans-serif;font-size:19px;font-weight:600;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1140px;}.e-con{--container-max-width:1140px;}.elementor-widget:not(:last-child){--kit-widget-spacing:20px;}.elementor-element{--widgets-spacing:20px 20px;--widgets-spacing-row:20px;--widgets-spacing-column:20px;}{}h1.entry-title{display:var(--page-title-display);}.site-header .site-branding{flex-direction:column;align-items:stretch;}.site-header{padding-inline-end:0px;padding-inline-start:0px;}.site-footer .site-branding{flex-direction:column;align-items:stretch;}@media(max-width:1024px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS *//* --- 1. 基础变量定义 --- */
:root {
    --saas-blue: #4161ff;          /* 招牌蓝 */
    --saas-bg-light: #f8f9fb;     /* 极浅灰背景 */
    --saas-border: #eff1f5;       /* 边框色 */
    --saas-text-main: #14161a;    /* 主文字 */
    --saas-text-sub: #696c73;     /* 次要文字 */
    --saas-success: #1aae55;      /* 成功绿 */
}

/* --- 2. 容器与整体排版 --- */
.nord-comparison-page {
    font-family: "Inter", -apple-system, sans-serif;
    color: var(--saas-text-main);
    line-height: 1.5;
}

/* 移除 Elementor 或主题自带的默认边框 */
.nord-comparison-page table,
.nord-comparison-page th,
.nord-comparison-page td {
    border: none !important;
    border-collapse: separate !important;
    border-spacing: 0 !important;
}

/* --- 3. 单元格通用样式 --- */
.nord-comparison-page td, 
.nord-comparison-page th {
    padding: 16px 24px !important;
    background-color: #ffffff;
    border-bottom: 1px solid var(--saas-border) !important;
    transition: all 0.2s ease;
}

/* --- 4. 分组标题行优化 (如 VPN Features) --- */
.group-row td {
    background-color: #ffffff !important;
    font-weight: 800 !important;
    font-size: 15px !important;
    color: var(--saas-text-main) !important;
    padding-top: 50px !important; /* 增加组与组之间的呼吸感 */
    padding-bottom: 20px !important;
    text-transform: none; /* 保持原样或用 uppercase */
    letter-spacing: 0.3px;
}

/* --- 5. 高亮列 (Featured Column) 纯净处理 --- */
/* 仅通过极其微妙的背景色差来区分，而不是用深色 */
.featured-col {
    background-color: var(--saas-bg-light) !important;
    position: relative;
}

/* 给高亮列添加左右虚线或细实线，增强纵向感 */
.feature-row .featured-col {
    border-left: 1px solid var(--saas-border) !important;
    border-right: 1px solid var(--saas-border) !important;
}

/* --- 6. 交互与状态图标 --- */
/* 鼠标悬停整行微亮，方便用户视线对齐 */
.feature-row:hover td {
    background-color: #fcfdfe !important;
}
.feature-row:hover .featured-col {
    background-color: #f3f5f9 !important;
}

/* 勾选图标 */
.check-icon {
    color: var(--saas-success) !important;
    font-size: 19px !important;
    font-weight: bold;
}

/* 横线/无功能图标 */
.dash-icon {
    color: #d1d5db !important;
    font-size: 16px;
}

/* 说明小图标 (i) */
.feature-name i {
    color: #b9bdc6;
    font-style: normal;
    font-size: 13px;
    margin-left: 6px;
    cursor: help;
    opacity: 0.7;
}

/* --- 7. 移动端优化补丁 --- */
@media (max-width: 768px) {
    /* 适配你之前代码中的固定首列 */
    .label-cell {
        background-color: #ffffff !important;
        box-shadow: 8px 0 10px -5px rgba(0,0,0,0.05) !important;
        z-index: 10;
    }
}/* End custom CSS */