/* 引入Font Awesome */
/*@import url('https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.15.4/css/all.min.css');*/

/*重写页面底部的上间距*/
.outer-footer{
    margin-top:0 !important
}


/* 全局通用样式整合 */
.xf-consultant-introduce-container,
.xf-certificateswall,
.xf-consultantwall,
.xf-studiointroduce,
.xf-consulting-projects-container {
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
    color: #333;
    line-height: 1.6;
}

/* 通用区块标题样式整合 */
.xf-consultant-introduce-section-title,
.xf-consulting-projects-section-title {
    font-size: 1.8rem;
    font-weight: 600;
    color: #222;
    position: relative;
    display: inline-block;
    padding-bottom: 1rem;
    margin-bottom: 2rem;
}

.xf-consultant-introduce-section-title::after,
.xf-consulting-projects-section-title::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 80px;
    height: 3px;
    background-color: #165DFF;
}

/* 通用卡片样式整合 */
.xf-certificateswall__card,
.xf-consultantwall__card,
.xf-studiointroduce__honor-item,
.xf-studiointroduce__focus-item,
.xf-consulting-projects-card,
.xf-consulting-projects-notice-card,
.xf-consultant-introduce-certificate {
    background-color: #fff;
    border-radius: 0.75rem;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
    overflow: hidden;
    transition: all 0.3s ease;
    border: none;
}

.xf-certificateswall__card:hover,
.xf-consultantwall__card:hover,
.xf-studiointroduce__honor-item:hover,
.xf-studiointroduce__focus-item:hover,
.xf-consulting-projects-card:hover,
.xf-consulting-projects-notice-card:hover,
.xf-consultant-introduce-certificate:hover {
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
    transform: translateY(-3px);
}

/* 通用徽章基础样式整合 */
.xf-consultant-introduce-badge,
.xf-certificateswall__badge,
.xf-consultantwall__badge {
    display: inline-flex;
    align-items: center;
    padding: 0.25rem 0.75rem;
    border-radius: 999px;
    font-size: 0.75rem;
    font-weight: 500;
}

/* 徽章颜色变体整合 */
.xf-certificateswall__badge--primary,
.xf-consultantwall__badge--primary {
    background-color: rgba(13, 110, 253, 0.1);
    color: #0d6efd;
}

.xf-certificateswall__badge--success,
.xf-consultantwall__badge--success {
    background-color: rgba(25, 135, 84, 0.1);
    color: #198754;
}

.xf-certificateswall__badge--warning,
.xf-consultantwall__badge--warning {
    background-color: rgba(255, 193, 7, 0.1);
    color: #ffc107;
}
.xf-certificateswall__badge--secondary {
    background-color: rgba(108, 117, 125, 0.15) ;
    color: #6c757d ;
    border: 1px solid rgba(108, 117, 125, 0.2);
}

.xf-certificateswall__badge--danger {
    background-color: rgba(220, 53, 69, 0.1);
    color: #dc3545;
}
.xf-certificateswall__badge--info {
    background-color: rgba(13, 202, 240, 0.1);
    color: #0dcaf0;
}

/* 专业资质徽章 */
.xf-consultant-badge-hr {
    background-color: #e6f0ff;
    color: #165dff;
}

.xf-consultant-badge-social {
    background-color: #e8f5e9;
    color: #2e7d32;
}

.xf-consultant-badge-gcdf {
    background-color: #f3e5f5;
    color: #6a1b9a;
}

.xf-consultant-badge-experience {
    background-color: #fff3e0;
    color: #e65100;
}

/* 通用按钮样式整合 */
.xf-consultant-introduce-contact-btn,
.xf-certificateswall-contact-btn,
.xf-consultantwall-contact-btn,
.xf-studiointroduce-contact-btn,
.xf-consulting-projects-booking-btn {
    font-weight: 600;
    font-size: 1.1rem;
    cursor: pointer;
    transition: all 0.3s ease;
}

/* 详情链接样式整合 */
.xf-certificateswall__link,
.xf-consultantwall__link {
    font-size: 0.875rem;
    font-weight: 500;
    color: #0d6efd;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    transition: color 0.2s;
}

.xf-certificateswall__link:hover,
.xf-consultantwall__link:hover {
    color: #0a58ca;
}

.xf-certificateswall__link i,
.xf-consultantwall__link i {
    margin-left: 0.5rem;
    font-size: 1rem;
}

/* 底部说明区域样式整合 */
.xf-consultantwall__footer,
.xf-certificateswall__footer,
.xf-consultant-introduce-contact{
   padding: 4rem 0;
}

.xf-certificateswall__footer-title,
.xf-consultantwall__footer-title
 {
    font-size: 1.25rem;
    font-weight: 600;
    margin-bottom: 1rem;
    color: #2d3748;
}

.xf-certificateswall__footer-desc,
.xf-consultantwall__footer-desc {
    color: #6c757d;
    max-width: 700px;
    margin: 0 auto 1rem auto;
    line-height: 1.6;
}

/* 标题区域样式整合 */
.xf-certificateswall__header,
.xf-consultantwall__header {
    padding: 3rem 0;
}


.xf-certificateswall__title,
.xf-consultantwall__title {
    font-weight: 700;
    margin-bottom: 1rem;
    color: #2d3748;
}

.xf-certificateswall__subtitle,
.xf-consultantwall__subtitle {
    font-size: 1.25rem;
    color: #6c757d;
    max-width: 600px;
    margin: 0 auto;
}

/* 网格布局样式整合 */
.xf-certificateswall__grid,
.xf-consultantwall__grid {
    padding: 2rem 0;
}

.xf-certificateswall__row,
.xf-consultantwall__row {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -1.5rem;
}

.xf-certificateswall__col,
.xf-consultantwall__col {
    padding: 0 1.5rem;
    margin-bottom: 3rem;
    flex: 0 0 100%;
}

/* #region ----------------start 西风独醉个人简介页面 ----------------------- */

/* 职业规划师个人简介页面样式 */
.xf-consultant-introduce-container {
    /* 已在全局样式中整合基础属性 */
}

/* 整合后的个人形象与简介区域 */
.xf-consultant-introduce-hero {
   /* margin-top: 20px; /* 与顶部菜单保持适当距离 */
}

/* 个人形象与简介 */
/* 强制圆形照片显示 - 强化版 */
.xf-consultant-introduce-photo-container {
    position: relative;
    width: 100%;
    max-width: 350px;
    height: 350px; /* 固定高度，与宽度一致 */
    margin: 0 auto;
    overflow: hidden; /* 隐藏超出圆形的部分 */
    border-radius: 50%; /* 容器也设置为圆形 */
    border: 6px solid #f8f9fa;
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.12);
}

.xf-consultant-introduce-photo {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover; /* 确保图片填满容器且不变形 */
    object-position: center; /* 居中裁剪图片 */
    border-radius: 50% !important; /* 强制圆形 */
    display: block;
    padding: 0 !important;
    margin: 0 !important;
}

.xf-consultant-introduce-name {
    font-size: 1.8rem;
    color: #222;
    font-weight: 600;
}

.xf-consultant-introduce-badges {
    display: flex;
    flex-wrap: wrap;
    gap: 0.5rem;
}

.xf-consultant-introduce-badge {
    padding: 0.3rem 0.8rem;
    border-radius: 20px;
    font-size: 0.9rem;
    font-weight: 500;
    margin-right: 8px;
    margin-bottom: 8px;
}

.xf-consultant-introduce-bio p {
    font-size: 1.1rem;
    line-height: 1.8;
    color: #555;
}

/* 专业资质与证书*/
.xf-consultant-introduce-certificate-col{
    margin-bottom: 1rem;  /* 优化垂直间距 */
}

.xf-consultant-introduce-qualifications {
    /*background-color: #fff;  */
}

.xf-consultant-introduce-certificate {
    height: 100%; /* 确保同排高度一致 */
}

.xf-consultant-introduce-cert-title {
    font-size: 1.3rem;
    color: #222;
    font-weight: 600;
    margin-bottom: 0.8rem; /* 标题与描述间距 */
}

.xf-consultant-introduce-cert-desc {
    font-size: 1rem;
    line-height: 1.6;
}

.xf-consultant-introduce-view-certificates {
    font-weight: 500;
    transition: all 0.3s ease;
    margin-top: 1.5rem; /* 与证书网格保持距离 */
}

.xf-consultant-introduce-view-certificates:hover {
    background-color: #165DFF;
    color: white;
}

/* 专业领域 */
.xf-consultant-introduce-expertise-item {
    transition: all 0.3s ease;
}

.xf-consultant-introduce-expertise-icon{
    margin-right: 1rem;
}

/* 专业咨询领域 - 与证书区域保持相同宽度 */
.xf-consultant-introduce-expertise .container > .row {
    max-width: 1140px; /* 与证书区域.container宽度一致（默认Bootstrap容器宽度） */
    margin-left: auto;
    margin-right: auto;
}

.xf-consultant-introduce-expertise .col-lg-8 {
    flex: 0 0 100%; /* 让内层容器占满宽度 */
    max-width: 100%;
}

/* 确保与证书区域使用相同的容器约束 */
.xf-consultant-introduce-expertise .row {
    margin-left: auto;
    margin-right: auto;
    max-width: 1140px; /* 与证书区域容器最大宽度一致 */
}

.xf-consultant-introduce-expertise-item:hover {
    transform: translateX(5px);
}

.xf-consultant-introduce-expertise-title {
    font-size: 1.2rem;
    color: #222;
    font-weight: 600;
}

.xf-consultant-introduce-expertise-desc {
    font-size: 1rem;
    line-height: 1.6;
}

/* 客户评价 */
.xf-consultant-introduce-testimonials {
    background-color: #fff;
}

.xf-consultant-introduce-testimonial {
    border-radius: 8px;
    transition: all 0.3s ease;
    padding:1rem;
}

.xf-consultant-introduce-testimonial-col{
    margin-bottom: 1rem;
}

.xf-consultant-introduce-testimonial:hover {
    transform: translateY(-5px);
}

.xf-consultant-introduce-testimonial-text {
    font-size: 1rem;
    line-height: 1.8;
    font-style: italic;
    color: #444;
}

.xf-consultant-introduce-client-avatar {
    width: 50px;
    height: 50px;
    object-fit: cover;
    padding-right: 5px;
}

.xf-consultant-introduce-client-name {
    font-weight: 600;
    color: #222;
}

/* 联系咨询 */
.xf-consultant-introduce-contact {
    /*background-color: #f8f9fa;*/
}

.xf-consultant-introduce-contact-desc {
    font-size: 1.1rem;
    color: #555;
    max-width: 700px;
    margin-left: auto;
    margin-right: auto;
}

/* #endregion----------------end 西风独醉个人简介页面 ----------------------- */

/* #region ----------------start 证书墙 ----------------------- */
/* 证书墙核心样式 - 带 xf-certificateswall 前缀 */
.xf-certificateswall {
    /* 已在全局样式中整合基础属性 */
}

/* 证书图片 */
.xf-certificateswall__img-container {
    /* 移除固定高度，改为自适应 */
    height: auto;
    min-height: 180px; /* 保证最小高度，避免过矮 */
    display: flex;
    align-items: center; /* 垂直居中图片 */
    justify-content: center; /* 水平居中图片 */
    padding: 1rem; /* 增加内边距，给图片呼吸空间 */
    background-color: #f9f9f9; /* 增加背景色，避免图片周围空白突兀 */
}

.xf-certificateswall__img {
    width: 100%;
    height: auto; /* 高度自适应，保持比例 */
    object-fit: contain; /* 改为contain模式，完整显示图片 */
    max-height: 300px; /* 限制最大高度，避免在大屏幕上过高 */
}

.xf-certificateswall__card:hover .xf-certificateswall__img {
    transform: scale(1.05);
}

/* 卡片内容 */
.xf-certificateswall__content {
    padding: 1.5rem;
}

/* 颁发机构 */
.xf-certificateswall__issuer {
    font-size: 0.875rem;
    color: #6c757d;
}

/* 证书标题 */
.xf-certificateswall__card-title {
    font-size: 1.125rem;
    font-weight: 600;
    margin: 0.75rem 0;
    color: #2d3748;
}

/* 证书描述 */
.xf-certificateswall__desc {
    font-size: 0.875rem;
    color: #6c757d;
    margin-bottom: 1rem;
    line-height: 1.6;
}

/* #endregion----------------end 证书墙 ----------------------- */

/* #region----------------start 咨询师墙 ----------------------- */
/* 职业规划师展示墙核心样式 */
.xf-consultantwall {
    /*padding: 2rem 0;*/
}

/* 头像容器 */
.xf-consultantwall__avatar-container {
    position: relative;
    padding: 2rem 2rem 1rem;
    text-align: center;
}

.xf-consultantwall__avatar {
    width: 160px;
    height: 160px;
    border-radius: 50%;
    object-fit: cover;
    border: 5px solid #f1f5f9;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
    margin: 0 auto;
}

/* 卡片内容 */
.xf-consultantwall__content {
    padding: 1rem 2rem 2rem;
    flex-grow: 1;
    display: flex;
    flex-direction: column;
}

.xf-consultantwall__name {
    font-size: 1.5rem;
    font-weight: 600;
    color: #2d3748;
    margin: 0 0 0.5rem;
    text-align: center;
}

/*
.xf-consultantwall__title {
    font-size: 1rem;
    color: #6c757d;
    text-align: center;
    margin: 0 0 1.5rem;
    font-style: italic;
}*/

.xf-consultantwall__section-label {
    font-size: 0.9rem;
    text-transform: uppercase;
    color: #6c757d;
    margin: 1.25rem 0 0.75rem;
    font-weight: 600;
    letter-spacing: 0.5px;
}

.xf-consultantwall__specialties-list,
.xf-consultantwall__qualifications-list {
    padding-left: 1.25rem;
    margin-bottom: 0;
}

.xf-consultantwall__specialties-list li,
.xf-consultantwall__qualifications-list li {
    font-size: 0.9rem;
    color: #4a5568;
    margin-bottom: 0.5rem;
    line-height: 1.5;
}

.xf-consultantwall__intro {
    font-size: 0.95rem;
    color: #4a5568;
    margin: 1.5rem 0;
    line-height: 1.6;
    flex-grow: 1;
}

.xf-consultantwall__card {
    height: 100%;
    display: flex;
    flex-direction: column;
}

/* 响应式布局 */
@media (min-width: 768px) {
    .xf-consultantwall__col {
        flex: 0 0 50%;
        max-width: 50%;
    }
}

@media (min-width: 992px) {
    .xf-consultantwall__col {
        flex: 0 0 33.333333%;
        max-width: 33.333333%;
    }
}

/* #endregion----------------end 咨询师墙 ----------------------- */


/* #region----------------start 工作室简介 ----------------------- */

/* 工作室简介页面核心样式 */
.xf-studiointroduce {
    /* 已在全局样式中整合基础属性 */
}

/* 头部区域 */
.xf-studiointroduce__header {
    padding: 4rem 0;
    margin-bottom: 1rem;
}

.xf-studiointroduce__logo-container {
    width: 200px;
    height: 200px;
    margin: 0 auto;
    border-radius: 50%;
    background-color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
    padding: 1rem;
    overflow: hidden;
}

.xf-studiointroduce__logo {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
}

.xf-studiointroduce__title {
    color: #2d3748;
    margin-bottom: 0.5rem;
    font-weight: 700;
}

.xf-studiointroduce__established {
    font-size: 1.1rem;
    color: #6c757d;
    margin-bottom: 1.5rem;
    font-style: italic;
}

.xf-studiointroduce__mission {
    font-size: 1.25rem;
    margin-bottom: 1.5rem;
    letter-spacing: 0.5px;
}

.xf-studiointroduce__intro {
    color: #4a5568;
}

/* 工作室专用区域标题 */
.xf-studiointroduce__section-title {
    font-size: 1.8rem;
    font-weight: 600;
    color: #2d3748;
    position: relative;
    display: inline-block;
    margin-bottom: 2.5rem;
    padding-bottom: 0.75rem;
}

.xf-studiointroduce__section-title::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 60px;
    height: 3px;
    background-color: #0d6efd;
}

/* 荣誉资质区域 */
.xf-studiointroduce__honors {
    padding: 3rem 0;
    margin-bottom: 2rem;
}

.xf-studiointroduce__honors-list {
    display: flex;
    flex-wrap: wrap;
    gap: 1.5rem;
}

.xf-studiointroduce__honor-item {
    padding: 1.25rem 1.5rem;
    display: flex;
    align-items: center;
    flex: 1;
    min-width: 280px;
}

.xf-studiointroduce__honor-icon {
    color: #0d6efd;
    font-size: 1.5rem;
    margin-right: 1rem;
    flex-shrink: 0;
}

/* 专注领域区域 */
.xf-studiointroduce__focus {
    padding: 3rem 0;  
    margin-bottom: 2rem;
}

.xf-studiointroduce__focus-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
    gap: 1.5rem;
}

.xf-studiointroduce__focus-item {
    padding: 2rem 1.5rem;
    text-align: center;
}

.xf-studiointroduce__focus-icon-container {
    width: 60px;
    height: 60px;
    margin: 0 auto 1.5rem;
    border-radius: 50%;
    background-color: rgba(13, 110, 253, 0.1);
    display: flex;
    align-items: center;
    justify-content: center;
}

.xf-studiointroduce__focus-icon-container i {
    font-size: 1.5rem;
    color: #0d6efd;
}

.xf-studiointroduce__focus-title {
    font-size: 1.15rem;
    font-weight: 600;
    color: #2d3748;
}

/* 数据统计区域 */
.xf-studiointroduce__stats {
    padding: 3rem 0;
    margin-bottom: 2rem;
}

.xf-studiointroduce__stats-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 2rem;
}

.xf-studiointroduce__stat-item {
    text-align: center;
    padding: 1.5rem;
}

.xf-studiointroduce__stat-value {
    font-size: 2.5rem;
    font-weight: 700;
    color: #0d6efd;
    margin-bottom: 0.5rem;
    line-height: 1.2;
}

.xf-studiointroduce__stat-label {
    font-size: 1.1rem;
    font-weight: 600;
    color: #2d3748;
    margin-bottom: 0.25rem;
}

.xf-studiointroduce__stat-desc {
    font-size: 0.9rem;
    color: #6c757d;
}

/* 底部愿景区域 */
.xf-studiointroduce__footer {
    padding: 4rem 0;
    background-color: #2d3748;
    color: #fff;
}

.xf-studiointroduce__vision-title {
    font-size: 1.5rem;
    font-weight: 600;
    margin-bottom: 1.5rem;
    color: rgba(255, 255, 255, 0.9);
}

.xf-studiointroduce__vision {
    font-size: 1.1rem;
    max-width: 600px;
    margin: 0 auto 2rem;
    line-height: 1.8;
    color: rgba(255, 255, 255, 0.9);
}

.xf-studiointroduce-contact-btn {
    display: inline-flex;
    align-items: center;
    color: #fff;
    text-decoration: none;
    font-size: 1.05rem;
    padding: 0.75rem 1.5rem;
    border: 1px solid rgba(255, 255, 255, 0.3);
    border-radius: 0.5rem;
}

.xf-studiointroduce-contact-btn:hover {
    background-color: rgba(255, 255, 255, 0.1);
    border-color: rgba(255, 255, 255, 0.5);
    color: #fff;
}

.xf-studiointroduce-contact-btn i {
    margin-left: 0.5rem;
}

/* #endregion----------------end 工作室简介 ----------------------- */


/* #region----------------start 咨询项目 ----------------------- */
/* 咨询项目页面样式 */
.xf-consulting-projects-container {
    /* 已在全局样式中整合基础属性 */
}

/* 页面Banner区域 */
.xf-consulting-projects-hero {
   /* margin-top: 20px;*/
}

.xf-consulting-projects-hero-title {
    font-size: 2.2rem;
    font-weight: 700;
    color: #222;
}

.xf-consulting-projects-hero-subtitle {
    font-size: 1.1rem;
    line-height: 1.8;
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
}

.xf-consulting-projects-hero-badge {
    font-weight: 500;
    white-space: nowrap; /* 关键属性：禁止文字内部换行 */
    margin-bottom: 0.75rem !important;
    vertical-align: middle; /* 确保垂直方向对齐一致 */
    display: inline-block; /* 确保是块级特性的行内元素 */
}

/* 客户须知与预约说明 */
.xf-consulting-projects-notice-title {
    font-size: 1.3rem;
    color: #222;
}

.xf-consulting-projects-notice-content {
    font-size: 1rem;
    line-height: 1.7;
    color: #555;
}

.xf-consulting-projects-notice-card-outer{
    margin:1rem 0;
}
.xf-consulting-projects-notice-card {
    padding:10px
}

/* 咨询项目列表 */

.xf-consulting-projects-card-outer{
    margin: 1rem 0;
}


.xf-consulting-projects-card {
    display: flex;
    flex-direction: column;
    padding:10px
  
}

.xf-consulting-projects-title {
    font-size: 1.3rem;
    font-weight: 600;
    color: #222;
}

.xf-consulting-projects-price {
    font-size: 1.2rem;
}

.xf-consulting-projects-desc {
    line-height: 1.6;
    flex-grow: 1;
}

.xf-consulting-projects-details-btn {
    transition: all 0.3s ease;
}

.xf-consulting-projects-details-btn:hover {
    background-color: #165DFF;
    color: white;
}

/* 咨询流程 */
.xf-consulting-projects-step-outer{
    margin:1rem 0;
}
.xf-consulting-projects-step {
    text-align: center;
}

.xf-consulting-projects-step-number {
    font-weight: 600;
    margin: 0 auto;
}

.xf-consulting-projects-step-title {
    font-weight: 600;
    color: #222;
}

.xf-consulting-projects-step-desc {
    line-height: 1.6;
}

/* 项目说明详情 */
.xf-consulting-projects-details-card {
    line-height: 1.8;
}

.xf-consulting-projects-detail-img {
    width: 100%;
    max-height: 400px;
    object-fit: cover;
}

/* 常见问题 */
.xf-consulting-projects-faq-question {
    cursor: pointer;
    transition: all 0.3s ease;
}

.xf-consulting-projects-faq-question:hover {
    background-color: #f0f5ff;
}

.xf-consulting-projects-faq-answer p {
    line-height: 1.7;
}

/* 预约咨询区域 */
.xf-consulting-projects-booking-desc {
    font-size: 1.1rem;
    color: #555;
    max-width: 700px;
    margin-left: auto;
    margin-right: auto;
}

/* #endregion----------------start 咨询项目 ----------------------- */

/* 响应式调整 - 整合通用响应式样式 */
@media (max-width: 768px) {
    .xf-consultant-introduce-name,
    .xf-studiointroduce__title,
    .xf-studiointroduce__established,
    .xf-studiointroduce__mission {
        text-align: center;
    }
    
    .xf-consultant-introduce-badges {
        justify-content: center;
    }
    
    .xf-consultant-introduce-photo-container {
        display: flex;
        justify-content: center;
    }
    
    .xf-consultant-introduce-section-title,
    .xf-consulting-projects-section-title,
    .xf-studiointroduce__section-title {
        font-size: 1.5rem;
    }
    
    .xf-certificateswall__col,
    .xf-consultantwall__col {
        flex: 0 0 100% ;
        max-width: 100% ;
    }

    .xf-certificateswall__img-container {
        min-height: 150px; /* 手机端最小高度减小 */
        padding: 0.8rem;
    }
    
    .xf-certificateswall__img {
        max-height: 220px; /* 手机端最大高度限制 */
    }
    
    .xf-consulting-projects-hero-title {
        font-size: 1.8rem;
    }
    
    .xf-studiointroduce__header {
        padding: 2.5rem 0;
    }
    
    .xf-studiointroduce__logo-container {
        width: 160px;
        height: 160px;
    }
    
    .xf-studiointroduce__section-title {
        display: block;
        text-align: center;
    }
    
    .xf-studiointroduce__section-title::after {
        left: 50%;
        transform: translateX(-50%);
    }
    
    .xf-studiointroduce__honors-list {
        flex-direction: column;
    }
    
    .xf-studiointroduce__stat-value {
        font-size: 2rem;
    }

    .xf-consultantwall__avatar {
        width: 140px;
        height: 140px;
    }
    
    .xf-consultantwall__name {
        font-size: 1.3rem;
    }
    
    .xf-consultantwall__header {
        padding: 2rem 0;
    }
    
    .xf-consultantwall__title {
        font-size: 2rem;
    }
}

@media (min-width: 992px) {
    .xf-certificateswall__col {
        flex: 0 0 33.333333%;
        max-width: 33.333333%;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .xf-studiointroduce__focus-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}