@font-face {
	font-weight: normal;
	font-style: normal;
	font-family: "woodmart-font";
	src: url("//hiwaike.com/wp-content/themes/woodmart/fonts/woodmart-font-1-400.woff2?v=8.3.9") format("woff2");
}

:root {
	--wd-text-font: "Heebo", Arial, Helvetica, sans-serif;
	--wd-text-font-weight: 400;
	--wd-text-color: #777777;
	--wd-text-font-size: 16px;
	--wd-title-font: "Lexend", Arial, Helvetica, sans-serif;
	--wd-title-font-weight: 600;
	--wd-title-color: #242424;
	--wd-entities-title-font: "Lexend", Arial, Helvetica, sans-serif;
	--wd-entities-title-font-weight: 600;
	--wd-entities-title-color: #333333;
	--wd-entities-title-color-hover: rgb(51 51 51 / 65%);
	--wd-alternative-font: "Lexend", Arial, Helvetica, sans-serif;
	--wd-widget-title-font: "Lexend", Arial, Helvetica, sans-serif;
	--wd-widget-title-font-weight: 600;
	--wd-widget-title-transform: capitalize;
	--wd-widget-title-color: #333;
	--wd-widget-title-font-size: 16px;
	--wd-header-el-font: "Lexend", Arial, Helvetica, sans-serif;
	--wd-header-el-font-weight: 600;
	--wd-header-el-transform: capitalize;
	--wd-header-el-font-size: 15px;
	--wd-brd-radius: 10px;
	--wd-otl-style: dotted;
	--wd-otl-width: 2px;
	--wd-primary-color: rgb(44,95,141);
	--wd-alternative-color: rgb(74,144,226);
	--btn-default-bgcolor: #f7f7f7;
	--btn-default-bgcolor-hover: #efefef;
	--btn-accented-bgcolor: rgb(46,204,113);
	--btn-accented-bgcolor-hover: rgb(46,204,113);
	--btn-transform: capitalize;
	--wd-form-brd-width: 1px;
	--notices-success-bg: #459647;
	--notices-success-color: #fff;
	--notices-warning-bg: #E0B252;
	--notices-warning-color: #fff;
	--wd-link-color: #333333;
	--wd-link-color-hover: #242424;
}
.wd-age-verify-wrap {
	--wd-popup-width: 500px;
}
.wd-popup.wd-promo-popup {
	background-color: #111111;
	background-image: none;
	background-repeat: no-repeat;
	background-size: contain;
	background-position: left center;
}
.wd-promo-popup-wrap {
	--wd-popup-width: 800px;
}
:is(.woodmart-woocommerce-layered-nav, .wd-product-category-filter) .wd-scroll-content {
	max-height: 223px;
}
.wd-page-title .wd-page-title-bg img {
	object-fit: cover;
	object-position: center center;
}
.wd-footer {
	background-color: rgb(249,249,249);
	background-image: none;
}
.page .wd-page-content {
	background-color: rgb(249,249,249);
	background-image: none;
}
.woodmart-archive-shop:not(.single-product) .wd-page-content {
	background-color: rgb(249,249,249);
	background-image: none;
}
.single-product .wd-page-content {
	background-color: rgb(249,249,249);
	background-image: none;
}
.woodmart-archive-blog .wd-page-content {
	background-color: rgb(249,249,249);
	background-image: none;
}
.single-post .wd-page-content {
	background-color: rgb(249,249,249);
	background-image: none;
}
.mfp-wrap.wd-popup-quick-view-wrap {
	--wd-popup-width: 920px;
}
:root{
--wd-container-w: 1222px;
--wd-form-brd-radius: 35px;
--btn-default-color: #333;
--btn-default-color-hover: #333;
--btn-accented-color: #fff;
--btn-accented-color-hover: #fff;
--btn-default-brd-radius: 5px;
--btn-default-box-shadow: none;
--btn-default-box-shadow-hover: none;
--btn-accented-brd-radius: 5px;
--btn-accented-box-shadow: none;
--btn-accented-box-shadow-hover: none;
}

@media (min-width: 1222px) {
section.elementor-section.wd-section-stretch > .elementor-container {
margin-left: auto;
margin-right: auto;
}
}


.wd-page-title {
background-color: #0a0a0a;
}

/* =========================================
   1. AI 套餐专用样式 (AI Tools Section)
   列表高度锁定为 320px
   ========================================= */
.ai-tool-card {
    background: #fff;
    border: 1px solid #e0e0e0;
    border-radius: 12px;
    padding: 20px;
    height: 100% !important;
    display: flex !important;
    flex-direction: column !important;
    justify-content: space-between !important;
    position: relative;
}

.ai-feature-list {
    min-height: 320px !important; /* AI 列表较短，锁定 320px */
    list-style: none !important;
    padding: 0 !important;
    margin: 0 !important;
    display: flex !important;
    flex-direction: column !important;
}

.ai-feature-list li {
    display: flex !important;
    align-items: center !important;
    margin-bottom: 10px !important;
    font-size: 14px !important;
    color: #444 !important;
}

.ai-feature-list li::before {
    content: '✓';
    color: #1abc9c;
    font-weight: bold;
    margin-right: 10px;
}

.ai-buy-btn {
    margin-top: auto !important;
    display: block !important;
    background: linear-gradient(90deg, #4a90e2 0%, #39b5e0 100%) !important;
    padding: 10px !important;
    text-align: center !important;
    color: #fff !important;
    border-radius: 8px !important;
    font-weight: 600 !important;
    text-decoration: none !important;
}

/* -----------------------------------------------------------
   模块 4：SEO 套餐专用样式 (回退老方案：手动锁定高度)
   ----------------------------------------------------------- */
.ai-package-card {
    background: #ffffff !important;
    border: 1px solid #e0e0e0 !important;
    border-radius: 12px !important;
    padding: 20px !important;
    
    /* 核心：强制撑满高度，防止悬空 */
    display: flex !important;
    flex-direction: column !important;
    justify-content: space-between !important;
    height: 100% !important; 
    min-height: 650px !important; /* 给卡片一个保底的总高度 */
}

.feature-list {
    /* 核心修改：数值调大，适应终极套餐的12个选项 */
    min-height: 450px !important; 
    
    list-style: none !important;
    padding: 0 !important;
    margin: 0 !important;
    display: flex !important;
    flex-direction: column !important;
}

.feature-list li {
    display: flex !important;
    align-items: center !important;
    margin-bottom: 12px !important; /* 稍微加大间距，让短列表不显空 */
    font-size: 14px !important;
    color: #444 !important;
    line-height: 1.4 !important;
}

.feature-list li::before {
    content: '✓' !important;
    color: #1abc9c !important;
    font-weight: bold !important;
    margin-right: 10px !important;
}

.buy-btn {
    /* 按钮固定在底部 */
    margin-top: auto !important;
    background: linear-gradient(90deg, #4a90e2 0%, #39b5e0 100%) !important;
    color: #ffffff !important;
    text-align: center !important;
    padding: 10px 15px !important;
    border-radius: 8px !important;
    font-weight: 600 !important;
    text-decoration: none !important;
    display: block !important;
}

/* =========================================
   3. 通用组件样式 (Common Elements)
   徽章、价格、折扣
   ========================================= */

/* 徽章 (Badge) */
.badge-wrapper {
    margin-bottom: 12px !important;
    height: 30px !important;
    display: flex !important;
    align-items: center !important;
}

.badge {
    /* 背景色在 HTML 内联样式中定义 */
    padding: 4px 12px !important;
    border-radius: 4px !important;
    font-size: 12px !important;
    font-weight: 600 !important;
    display: inline-block !important;
}

/* 价格行 (Price Row) */
.price-row {
    display: flex !important;
    align-items: baseline !important;
    color: #0071bc !important;
    margin-bottom: 5px !important;
}

.price-row .amount {
    font-size: 44px !important;
    font-weight: 700 !important;
    margin: 0 4px !important;
    line-height: 1 !important;
}

/* 折扣行 (Save Wrap) */
.save-wrap {
    display: flex !important;
    align-items: center !important;
    margin-bottom: 25px !important;
    font-size: 14px !important;
    line-height: 1 !important;
}

.old-price {
    text-decoration: line-through !important;
    color: #888 !important;
    margin-right: 8px !important;
}

.save-tag {
    color: #1abc9c !important;
    font-weight: 600 !important;
    display: inline-flex !important;
    align-items: center !important;
}


/* 核心图标容器样式 - 还原图1风格 */
.feature-icon-box {
    width: 64px;
    height: 64px;
    background-color: #e3f2fd; /* 图1的浅蓝色背景 */
    color: #0288d1;            /* 图1的深蓝色线条 */
    border-radius: 50%;        /* 正圆形 */
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 20px auto;  /* 居中并与下方文字保持间距 */
    transition: all 0.3s ease;
}

/* 鼠标悬停时的微交互 */
.feature-icon-box:hover {
    background-color: #0288d1; /* 悬停变深蓝 */
    color: #ffffff;            /* 线条变白 */
    transform: translateY(-5px);
    box-shadow: 0 5px 15px rgba(2, 136, 209, 0.3);
}


<style>
/* 1. 容器样式 */
.table-container {
    width: 100%;
    overflow-x: auto;
    background: #fff;
    padding: 20px;
    border-radius: 12px;
    box-shadow: 0 4px 20px rgba(0,0,0,0.05);
}

.table-header-title {
    text-align: center;
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 30px;
    color: #333;
}

/* 2. 表格核心 - 强制重置表格属性，对抗全局CSS */
.comparison-table {
    display: table !important;          /* 强制作为表格显示 */
    table-layout: fixed !important;     /* 强制固定列宽算法 */
    width: 100% !important;             /* 撑满容器 */
    border-collapse: collapse !important;
    margin: 0 !important;
}

/* 3. 行与单元格 - 强制恢复默认行为 */
.comparison-table tr {
    display: table-row !important;      /* 强制做成行 */
    background: transparent;
    border: none;
}

.comparison-table th, 
.comparison-table td {
    display: table-cell !important;     /* 强制做成格子，不准变块 */
    width: 25% !important;              /* 核心：4列平分，每列强制25%宽 */
    box-sizing: border-box !important;
    float: none !important;             /* 禁止浮动 */
    vertical-align: middle !important;  /* 垂直居中 */
    padding: 15px 10px !important;
    border-bottom: 1px solid #eee !important;
    text-align: center !important;      /* 默认居中 */
}

/* 4. 第一列特殊处理 (靠左) */
.comparison-table th.feature-col,
.comparison-table td.feature-name {
    text-align: left !important;
    padding-left: 20px !important;
    color: #555;
    font-weight: 600;
}

/* 5. 视觉元素样式 */
.comparison-table th {
    background-color: #f8f9fa !important;
    color: #333;
    font-weight: 700;
    font-size: 16px;
    border-bottom: 2px solid #e0e0e0 !important;
}

.check { color: #1abc9c; font-size: 18px; font-weight: bold; }
.dash { color: #ccc; font-size: 20px; }

/* 6. 价格行修复 */
.price-row td {
    border-bottom: none !important;
    padding-top: 20px !important;
}

.price {
    color: #0071bc !important;
    font-weight: 700 !important;
    font-size: 20px !important;
    font-family: Arial, sans-serif !important;
}

/* 悬停效果 */
.comparison-table tbody tr:hover {
    background-color: #fcfcfc !important;
}
</style>

/* --- 单品内容通用样式 (Logo版) --- */
.sp-item-content {
    text-align: left;
    padding: 15px 10px; /* 增加一点内边距 */
    display: flex;
    flex-direction: column;
    height: 100%;
    background: #fff; /* 确保背景是白的 */
}

/* --- Logo 统一正方形样式 --- */
.sp-product-logo {
    display: block;        /* 块级显示 */
    width: 54px !important;  /* 强制固定宽度 */
    height: 54px !important; /* 强制固定高度 */
    object-fit: contain;   /* 保证图片不拉伸变形，完整显示在方块里 */
    background: #f4f6f8;   /* 统一的浅灰底色 */
    padding: 8px;          /* 内边距，让Logo呼吸 */
    border-radius: 12px;   /* 圆角矩形 */
    border: 1px solid #eef0f2;
    flex-shrink: 0;        /* 防止被挤压变形 */
}

/* 头部对齐微调 */
.sp-card-header {
    display: flex;
    align-items: center;
    gap: 15px;             /* Logo和标题的间距 */
    margin-bottom: 15px;
}


/* --- 新增：Logo图片样式 --- */
.sp-product-logo {
    width: 48px;   /* 固定宽度 */
    height: 48px;  /* 固定高度 */
    object-fit: contain; /* 保持图片比例，不错位 */
    background: #f8f9fa; /* 浅灰色背景底色 */
    padding: 6px; /* 内边距，让Logo不贴边 */
    border-radius: 10px; /* 圆角 */
    border: 1px solid #eee; /* 微弱的边框增加质感 */
}

/* --- 更新：标题样式 --- */
.sp-item-title {
    font-size: 18px !important; /* 字号稍微调小一点点以适应布局 */
    font-weight: 700;
    color: #333;
    margin: 0 !important; /* 去掉外边距，由父级gap控制 */
    line-height: 1.2;
}

/* --- 价格行 --- */
.sp-item-price {
    color: #0071bc;
    margin-bottom: 20px;
    line-height: 1;
    border-bottom: 1px solid #f0f0f0;
    padding-bottom: 15px;
}
.sp-p-symbol { font-size: 16px; font-weight: 600; }
.sp-p-amount { font-size: 36px; font-weight: 800; letter-spacing: -1px; }
.sp-p-unit { font-size: 14px; color: #888; margin-left: 2px; }

/* --- 功能列表 --- */
.sp-item-features {
    list-style: none;
    padding: 0;
    margin: 0 0 25px 0;
    flex-grow: 1;
}
.sp-item-features li {
    font-size: 14px;
    color: #555;
    margin-bottom: 10px;
    padding-left: 24px;
    position: relative;
    line-height: 1.5;
}
/* 绿色对勾 */
.sp-item-features li::before {
    content: '✓';
    color: #1abc9c;
    position: absolute;
    left: 0; top: 0; font-weight: 800; font-size: 16px;
}

/* --- 按钮样式 --- */
.sp-item-btn {
    display: block;
    width: 100%;
    text-align: center;
    background: #4a90e2;
    color: #fff !important;
    padding: 12px 0;
    border-radius: 8px;
    text-decoration: none;
    font-weight: 600;
    font-size: 15px;
    transition: all 0.2s;
}
.sp-item-btn:hover {
    background: #357abd;
    transform: translateY(-2px);
}



#faq
/* --- 常见问题板块样式 --- */

/* 1. 容器与标题 */
.faq-section-container {
    max-width: 800px; /* 限制宽度，让文字不至于太长，阅读体验更好 */
    margin: 0 auto;   /* 居中显示 */
    padding: 40px 20px;
}

.faq-main-title {
    text-align: center;
    font-size: 28px;
    font-weight: 800;
    color: #333;
    margin-bottom: 40px; /* 标题和下面卡片的距离 */
}

/* 2. 问答卡片列表 */
.faq-list {
    display: flex;
    flex-direction: column;
    gap: 20px; /* 卡片之间的间距 */
}

/* 3. 单个卡片样式 */
.faq-card {
    background: #fff;
    border-radius: 12px;
    padding: 30px; /* 内部留白 */
    box-shadow: 0 4px 20px rgba(0,0,0,0.03); /* 极淡的阴影，显高级 */
    border: 1px solid #f5f5f5; /* 微微的描边 */
    transition: transform 0.2s, box-shadow 0.2s;
}

/* 鼠标悬停时的小特效 */
.faq-card:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 25px rgba(0,0,0,0.06);
}

/* 4. 问题标题 */
.faq-question {
    font-size: 18px;
    font-weight: 700;
    color: #222;
    margin: 0 0 12px 0; /* 问题和答案的间距 */
    line-height: 1.4;
}

/* 5. 答案正文 */
.faq-answer {
    font-size: 15px;
    color: #666; /* 灰色字，区分层级 */
    margin: 0;
    line-height: 1.6; /* 增加行高，阅读更舒服 */
}

/* ==========================================
   迅虎发卡插件 V2.0 新版样式重构 (海外客专属)
========================================== */



/* 2. 左侧菜单：选中项背景改为“首页亮蓝色” */
.xunhu-list-group-item.active {
    background-color: #3bb3e0 !important;
    border-color: #3bb3e0 !important;
    color: #ffffff !important;
}

/* 3. 左侧菜单：未选中项的默认绿色字改为深灰色（更显高级） */
.xunhu-list-group-item {
    color: #555555 !important;
}

/* 4. 右侧列表：“购买”绿色按钮改为“首页亮蓝风格”并增加圆角 */
.xunhu-btn.xunhu-btn-green {
    background-color: #3bb3e0 !important;
    border-color: #3bb3e0 !important;
    border-radius: 6px !important; /* 匹配首页圆角 */
    color: #ffffff !important;
    padding: 6px 18px !important;
    transition: all 0.3s ease !important;
}

/* 5. 购买按钮：鼠标悬停时的变色效果 */
.xunhu-btn.xunhu-btn-green:hover {
    background-color: #2a9bc4 !important;
    border-color: #2a9bc4 !important;
    transform: translateY(-1px);
}
/* ==========================================
   页脚 (海外客专属)
========================================== */
/* 强制页脚快速链接板块的链接保持文字原色 */
.footer-container a, 
.widget_nav_menu a {
    color: #E2E2E2CC !important; /* 如果你的文字原本是白色，请填#ffffff */
    text-decoration: none !important;
}

/* 鼠标悬停时可以稍微变亮或加个颜色反馈，可选 */
.footer-container a:hover {
    color: #3bb3e0 !important; /* 悬停时变成你网站的品牌亮蓝色 */
}

/* ==========================================
   改buy now文字
========================================== */

/* 强制修改产品页 Buy Now 按钮文字 */
.wd-buy-now-btn {
    font-size: 0 !important; /* 隐藏原英文 */
}

.wd-buy-now-btn:before {
    content: "立即购买" !important; /* 注入中文 */
    font-size: 13px !important; /* 恢复你想要的字号 */
    display: block;
}



/* =========================================
   HiWaike 专属：Semrush 1:1 全宽沉浸版排版系统
   ========================================= */

/* 1. 外层容器：释放宽度，让它能撑满屏幕 */
.hw-semrush-wrapper {
    width: 100%;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
    color: #333;
    background: #fff;
}

/* 2. 顶部蓝色渐变 Hero：全宽延伸，增加上下留白 */
.hw-semrush-wrapper .article-hero {
    background: linear-gradient(135deg, #0052cc 0%, #00aaff 100%);
    padding: 80px 20px;
    text-align: center;
    color: #fff;
    margin-bottom: 40px;
}
.hw-semrush-wrapper .category-badge {
    background: rgba(255,255,255,0.2);
    display: inline-block;
    padding: 6px 16px;
    border-radius: 20px;
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 20px;
    letter-spacing: 1px;
}
.hw-semrush-wrapper .article-hero h1 {
    font-size: 42px;
    font-weight: 800;
    line-height: 1.3;
    margin: 0 auto 20px auto;
    max-width: 900px;
    color: #fff !important;
}
.hw-semrush-wrapper .article-hero .meta {
    font-size: 15px;
    opacity: 0.9;
    display: flex;
    justify-content: center;
    gap: 15px;
    flex-wrap: wrap;
}

/* 3. 正文容器：单独限制 860px 宽度并绝对居中 */
.hw-semrush-wrapper .article-container {
    max-width: 860px;
    margin: 0 auto;
    padding: 0 20px 60px 20px;
}
@media (max-width: 768px) {
    .hw-semrush-wrapper .article-hero { padding: 50px 20px; }
    .hw-semrush-wrapper .article-hero h1 { font-size: 28px; }
}

/* 基础文字与链接 */
.hw-semrush-wrapper p { font-size: 17px; line-height: 1.8; color: #4a5568; margin-bottom: 24px; }
.hw-semrush-wrapper a { color: #0052cc; text-decoration: none; }
.hw-semrush-wrapper a:hover { text-decoration: underline; }
.hw-semrush-wrapper ul { margin-bottom: 24px; padding-left: 20px; }
.hw-semrush-wrapper li { font-size: 17px; line-height: 1.8; color: #4a5568; margin-bottom: 10px; }

/* 目录 (TOC) 组件 */
.hw-semrush-wrapper .toc {
    background: #f8f9fc;
    border: 1px solid #e2e8f0;
    border-radius: 12px;
    padding: 30px;
    margin-bottom: 50px;
}
.hw-semrush-wrapper .toc h3 { font-size: 18px; font-weight: 700; margin: 0 0 20px 0; color: #1a202c; }
.hw-semrush-wrapper .toc ol { display: grid; grid-template-columns: 1fr 1fr; gap: 12px 20px; margin: 0; padding-left: 20px; }
@media (max-width: 768px) { .hw-semrush-wrapper .toc ol { grid-template-columns: 1fr; } }
.hw-semrush-wrapper .toc li { margin-bottom: 0; }
.hw-semrush-wrapper .toc a { color: #4a5568; font-size: 15px; transition: color 0.2s; }
.hw-semrush-wrapper .toc a:hover { color: #0052cc; }

/* 核心：带数字徽章的 H2 标题 */
.hw-semrush-wrapper h2 {
    display: flex;
    align-items: center;
    gap: 15px;
    margin: 50px 0 25px 0;
    font-size: 26px;
    font-weight: 700;
    color: #1a202c;
}
.hw-semrush-wrapper .section-num {
    background: #0052cc;
    color: #fff;
    width: 36px;
    height: 36px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    font-weight: 700;
    flex-shrink: 0;
    box-shadow: 0 4px 10px rgba(0,82,204,0.3);
}

/* 图片模块 */
.hw-semrush-wrapper .img-block { text-align: center; margin: 40px 0; }
.hw-semrush-wrapper .img-block img { width: 100%; border-radius: 12px; border: 1px solid #e2e8f0; box-shadow: 0 10px 25px rgba(0,0,0,0.05); }
.hw-semrush-wrapper .img-caption { font-size: 14px; color: #718096; margin-top: 12px; }

/* 步骤条模块 */
.hw-semrush-wrapper .steps { display: flex; flex-direction: column; gap: 15px; margin: 30px 0; }
.hw-semrush-wrapper .step-card { background: #f8f9fc; border-left: 4px solid #0052cc; padding: 20px 25px; border-radius: 0 8px 8px 0; display: flex; align-items: flex-start; gap: 15px; }
.hw-semrush-wrapper .step-num { background: #e6f0ff; color: #0052cc; width: 28px; height: 28px; border-radius: 50%; display: flex; align-items: center; justify-content: center; font-weight: 700; font-size: 14px; flex-shrink: 0; margin-top: 2px; }
.hw-semrush-wrapper .step-content h4 { font-size: 18px; color: #1a202c; margin: 0 0 8px 0; }
.hw-semrush-wrapper .step-content p { font-size: 15px; color: #4a5568; line-height: 1.6; margin: 0; }

/* 数据表格 */
.hw-semrush-wrapper .compare-table { width: 100%; border-collapse: collapse; text-align: left; font-size: 15px; margin: 30px 0; border-radius: 10px; overflow: hidden; border: 1px solid #e2e8f0; }
.hw-semrush-wrapper .compare-table th { background: linear-gradient(90deg, #0052cc 0%, #007aff 100%); color: #fff; padding: 16px; font-weight: 600; white-space: nowrap; }
.hw-semrush-wrapper .compare-table td { padding: 16px; border-bottom: 1px solid #edf2f7; color: #4a5568; }
.hw-semrush-wrapper .compare-table tr:last-child td { border-bottom: none; }
.hw-semrush-wrapper .compare-table tr:nth-child(even) { background: #f8f9fc; }

/* 提示框 & 警告框 */
.hw-semrush-wrapper .tip-box { background: #f0f7ff; border-left: 4px solid #0052cc; padding: 20px 25px; border-radius: 0 8px 8px 0; margin: 30px 0; }
.hw-semrush-wrapper .warning-box { background: #fffbef; border-left: 4px solid #f6ad55; padding: 20px 25px; border-radius: 0 8px 8px 0; margin: 30px 0; color: #9c4221; }
.hw-semrush-wrapper .tip-title { font-weight: 700; margin-bottom: 8px; font-size: 16px; color: #1a202c; }
.hw-semrush-wrapper .warning-box .tip-title { color: #dd6b20; }

/* 底部 CTA 蓝色大框 */
.hw-semrush-wrapper .cta-block { background: linear-gradient(135deg, #0047b3 0%, #0088ff 100%); border-radius: 16px; padding: 40px; text-align: center; color: #fff; margin-top: 50px; box-shadow: 0 15px 35px rgba(0,82,204,0.2); }
.hw-semrush-wrapper .cta-block h3 { font-size: 24px; font-weight: 700; margin: 0 0 15px 0; color: #fff; }
.hw-semrush-wrapper .cta-block p { color: rgba(255,255,255,0.9); margin-bottom: 25px; }
.hw-semrush-wrapper .cta-btn { display: inline-block; background: #fff; color: #0052cc; padding: 14px 35px; border-radius: 30px; font-size: 18px; font-weight: 700; transition: transform 0.2s, box-shadow 0.2s; }
.hw-semrush-wrapper .cta-btn:hover { transform: translateY(-2px); box-shadow: 0 10px 20px rgba(0,0,0,0.15); text-decoration: none; }

/* 标签 & 相关文章 */
.hw-semrush-wrapper .tags { margin: 40px 0; display: flex; flex-wrap: wrap; gap: 10px; }
.hw-semrush-wrapper .tag { background: #f1f5f9; color: #475569; padding: 6px 14px; border-radius: 20px; font-size: 14px; }
.hw-semrush-wrapper .related-articles { border-top: 1px solid #e2e8f0; padding-top: 40px; margin-top: 40px; }
.hw-semrush-wrapper .related-articles h3 { font-size: 20px; margin-bottom: 20px; }
.hw-semrush-wrapper .related-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
@media (max-width: 768px) { .hw-semrush-wrapper .related-grid { grid-template-columns: 1fr; } }
.hw-semrush-wrapper .related-card { border: 1px solid #e2e8f0; padding: 20px; border-radius: 10px; transition: box-shadow 0.2s; display: block; }
.hw-semrush-wrapper .related-card:hover { box-shadow: 0 10px 20px rgba(0,0,0,0.05); text-decoration: none; }
.hw-semrush-wrapper .rc-cat { font-size: 12px; color: #0052cc; font-weight: 700; margin-bottom: 8px; }
.hw-semrush-wrapper .related-card h4 { font-size: 16px; margin: 0; color: #1a202c; line-height: 1.4; }


