/* Home v2 - scoped styles (do NOT affect old `.home`) */

.home-v2 {
    /* background: #f5f6f8;
    min-height: 100vh; */
	position: relative;
}
.top-b{
	position: relative;
}

/* 顶部装饰效果 */
.header-bg {
	position: absolute;
	top: 0;
	left: 0;
	width: 1200px;
	height: 650px;
	overflow: hidden;
	z-index: 0;
}

.header-bg .color1 {
	content: '';
	position: absolute;
	width: 158px;
	height: 158px;
	left: 45%;
	top: 26%;
	background: #C0D4FFD1;
	filter: blur(.92rem);
	border-radius: 50%;
	animation: floatRandom1 8s ease-in-out infinite;
}

.header-bg .color2 {
	content: '';
	position: absolute;
	width: 130px;
	height: 130px;
	left: 40%;
	top: 26%;
	background: #E5D4FFF0;
	filter: blur(.86rem);
	border-radius: 50%;
	animation: floatRandom2 6s ease-in-out infinite;
	animation-delay: -2s;
}

 @keyframes floatRandom1 {
        0%, 100% {
            transform: translateX(0);
        }
        15% {
            transform: translateX(-120px);
        }
        35% {
            transform: translateX(80px);
        }
        50% {
            transform: translateX(-60px);
        }
        70% {
            transform: translateX(340px);
        }
        85% {
            transform: translateX(-40px);
        }
    }

    @keyframes floatRandom2 {
        0%, 100% {
            transform: translateX(0);
        }
        20% {
            transform: translateX(100px);
        }
        40% {
            transform: translateX(-80px);
        }
        55% {
            transform: translateX(320px);
        }
        75% {
            transform: translateX(-100px);
        }
        90% {
            transform: translateX(60px);
        }
    }

.home-v2 .bg-container {
	position: absolute;
	width: 100%;
	top: 0px;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 0;
	overflow: hidden;
	pointer-events: none;
}

.home-v2 .bg-canvas{
	display: block;
	width: 100%;
	height: 609px;
}

.home-v2 .homev2-container {
    min-width: 1200px;
    max-width: calc(100% - 32px);
    margin: 0 60px;
    position: relative;
    z-index: 2;
}

.home-v2 .homev2-hero {
    position: relative;
    padding: 80px 0 80px 0;
    /* background: radial-gradient(1200px 420px at 50% 0%, rgba(44, 142, 255, 0.16), rgba(44, 142, 255, 0.00)); */
}

.home-v2 .homev2-hero__title {
	font-family: PingFang SC-Medium,PingFang SC;
	font-weight: 500;
	font-size: 38px;

    text-align: center;
    line-height: 53px;
    letter-spacing: 0.5px;
    color: #0C0C0C;
}

.home-v2 .homev2-hero__subtitle {
    margin-top: 10px;
    text-align: center;
    font-family: PingFang SC;
    font-weight: 400;
    font-style: Regular;
    font-size: 11px;
    line-height: 15px;
	color: #0C0C0C;
}

.home-v2 .homev2-search {
    margin: 18px auto 0;
    display: flex;
    align-items: center;
    gap: 10px;
    width: 530px;
    max-width: 100%;
    padding: 0 30px;
	height: 50px;
    border-radius: 999px;
    background: #FFFFFF80;
    border: 1px solid #FFFFFFCC;
    
    backdrop-filter: blur(10px);
}
.home-v2 .homev2-search .popular-b{
	display: flex;
	align-items: center;
	flex: 1;
}

.home-v2 .homev2-search .popular-b .label{
	font-family: PingFang SC;
	font-weight: 400;
	font-style: Regular;
	font-size: 12px;
	line-height: 17px;
	color: #56565E;
}
.home-v2 .homev2-search .popular-b .list{
	display: flex;
	align-items: center;
	overflow: hidden;
}

.home-v2 .homev2-search .popular-b .list .item{
	font-family: PingFang SC;
	font-weight: 400;
	font-style: Regular;
	font-size: 12px;
	line-height: 17px;
	color: #0C0C0C;
	margin-right: 20px;
	cursor: pointer;
}
.home-v2 .homev2-search .popular-b .list .item:last-child{
	margin-right: 0;
}

.home-v2 .homev2-search__input .el-input__inner {
    border: none;
    background: transparent;
    height: 40px;
    line-height: 40px;
}

.home-v2 .homev2-search__input .el-input__inner:focus {
    box-shadow: none;
}

.home-v2 .homev2-search__btn.el-button--primary {
    border-radius: 999px;
    padding: 12px 22px;
    height: 40px;
    line-height: 16px;
    font-weight: 600;
}
.home-v2 .homev2-search-img{
	width: 24px;
	height: 24px;
	margin-left: 20px;
}

.home-v2 .homev2-section {
    padding: 18px 0;
}

.home-v2 .homev2-section--carousel {
    padding-top: 10px;
}

.home-v2 .homev2-carousel {
    border-radius: 14px;
    overflow: hidden;
    background: #fff;
    box-shadow: 0 14px 40px rgba(17, 24, 39, 0.08);
}

.home-v2 .homev2-carousel .el-carousel__container {
    border-radius: 14px;
}

.home-v2 .homev2-carousel .el-carousel__item .el-image {
    width: 100%;
    height: 100%;
}

.home-v2 .homev2-advert-push1 {
    margin-top: 14px;
}

.home-v2 .homev2-advert-push1 .el-image {
    display: block;
    width: 100%;
    height: 108px;
    border-radius: 12px;
    overflow: hidden;
    background: #fff;
    box-shadow: 0 10px 24px rgba(17, 24, 39, 0.08);
}

.home-v2 .homev2-main {
    padding: 8px 0 44px;
}

.home-v2 .homev2-advert-push2 {
    margin-top: 18px;
}

.home-v2 .homev2-advert-push2 .el-image {
    width: 100%;
    height: 140px;
    border-radius: 14px;
    overflow: hidden;
    box-shadow: 0 16px 40px rgba(17, 24, 39, 0.10);
}

.home-v2 .homev2-bottom-banner {
    position: relative;
    margin-top: 20px;
    padding: 56px 0 72px;
    overflow: hidden;
}

.home-v2 .homev2-bottom-banner__bg {
    position: absolute;
    inset: -80px -80px -80px -80px;
    background:
        radial-gradient(680px 320px at 20% 25%, rgba(99, 102, 241, 0.20), rgba(99, 102, 241, 0)),
        radial-gradient(720px 360px at 80% 30%, rgba(44, 142, 255, 0.22), rgba(44, 142, 255, 0)),
        radial-gradient(800px 420px at 50% 90%, rgba(16, 185, 129, 0.16), rgba(16, 185, 129, 0)),
        linear-gradient(180deg, #0b1020 0%, #070b16 100%);
    filter: saturate(110%);
}

.home-v2 .homev2-bottom-banner__content {
    position: relative;
}

.home-v2 .homev2-bottom-banner__title {
    text-align: center;
    font-weight: 800;
    font-size: 34px;
    line-height: 44px;
    color: rgba(255, 255, 255, 0.92);
    text-shadow: 0 10px 30px rgba(0, 0, 0, 0.40);
}

.home-v2 .homev2-bottom-banner__actions {
    margin-top: 26px;
    text-align: center;
}

.home-v2 .homev2-bottom-banner__actions .el-button--primary {
    padding: 10px 28px;
    border-radius: 999px;
    background: linear-gradient(135deg, #2c8eff 0%, #6366f1 100%);
    border: none;
    box-shadow: 0 10px 30px rgba(37, 99, 235, 0.45);
}

/* 通用区块布局 */
.home-v2 .section {
    padding: 40px 0;
}

.home-v2 .section:nth-of-type(odd) {
    /* background: #f5f6f8; */
}

.home-v2 .section__inner {
    min-width: 1200px;
    max-width: calc(100% - 32px);
    margin: 0 auto;
    overflow: hidden;
}

.home-v2 .section__title {
    margin-bottom: 26px;
    text-align: center;
    font-family: PingFang SC-Medium;
    font-weight: 500;
    font-size: 33px;
    line-height: 46px;
    color: #0C0C0C;
}

.home-v2 .section__tabs {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    /* gap: 10px; */
	row-gap: 20px;
	column-gap: 20px;
    margin-bottom: 24px;
}

.home-v2 .section__tabs .tab {
    padding: 0 25px;
	height: 36px;
	line-height: 36px;
    border-radius: 10px;
	background: #FFFFFF;
	font-family: PingFang SC-Medium,PingFang SC;
	font-weight: 500;
	font-style: Medium;
	font-size: 12px;
	color: #0C0C0C;
    cursor: pointer;
    transition: all .15s ease;
	border: 1px solid #FFFFFF;
}

.home-v2 .section__tabs .tab-select  {
    background: #0C0C0C;
    color: #FFFFFF;
}

.home-v2 .section__tabs .tab:hover {
    background: #0C0C0C;
    color: #FFFFFF;
}

.section-tabs-two{
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	/* gap: 10px; */
	row-gap: 10px;
	column-gap: 30px;
	margin-bottom: 30px;
	overflow-x: auto;
}
.section-tabs-two .tab-two{
	height: 34px;
	position: relative;
	cursor: pointer;
}
.section-tabs-two .tab-two .name{
	height: 20px;
	font-size: 14px;
	line-height: 20px;
	color: #0C0C0C;
	font-family: PingFang SC;
	font-weight: 400;
}
.section-tabs-two .tab-two .slider{
	width: 100%;
	height: 2px;
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	background: #0C0C0C;
}
.section-tabs-two .tab-two-select .name {
	font-family: PingFang SC-Medium,PingFang SC;
	font-weight: 500;
}

.home-v2 .section__more {
	margin-top: 22px;
   font-family: PingFang SC-Medium,PingFang SC;
   font-weight: 500;
   font-size: 12px;
   line-height: 17px;
   color: #0C0C0C;
   
   cursor: pointer;
   display: flex;
   align-items: center;
   justify-content: center;
}
.home-v2 .section__more .img{
	width: 12px;
	height: 12px;
	margin-left: 8px;
}

.home-v2 .tool-card__footer {
    font-family: PingFang SC-Medium,PingFang SC;
    font-weight: 500;
    font-size: 12px;
    line-height: 17px;
	color: #0C0C0C;

    cursor: pointer;
	position: absolute;
	left: 16px;
	bottom: 16px;
	display: flex;
	align-items: center;
}
.home-v2 .tool-card__footer .img{
	width: 12px;
	height: 12px;
	margin-left: 4px;
}


/* 卡片网格通用 */
.home-v2 .card-grid {
    display: grid;
    grid-gap: 16px;
}

.home-v2 .card-grid--tools {
    grid-template-columns: repeat(4, 1fr);
    max-width: 100%;
    overflow: hidden;
}

.home-v2 .card-grid--tools .tool-card {
    min-width: 0;
    overflow: hidden;
}

.home-v2 .card-grid--community,
.home-v2 .card-grid--prompts,
.home-v2 .card-grid--courses {
    grid-template-columns: repeat(4, 1fr);
}

/* 精选推荐横向列表 */
.home-v2 .section--recommend .recommend-list {
    display: flex;
    justify-content: center;
    gap: 18px;
}

.home-v2 .section--recommend .recommend-item {
    position: relative;
}

.home-v2 .section--recommend .recommend-item .img-b {
    width: 226px;
    height: 170px;
    border-radius: 10px;
    overflow: hidden;
    background: #FFFfff;
	position: relative;
	z-index: 2;
}

.home-v2 .section--recommend .recommend-item .img-b .el-image {
    width: 100%;
    height: 100%;
}

.home-v2 .section--recommend .recommend-item .t-b {
    /* width: 226px; */
    height: 75px;
    border-radius: 10px;
    background: #FFFFFFB2;
    position: relative;
	left: 0;
	right: 0;
	top: -20px;
    padding: 44px 14px 10px 14px;
    display: flex;
    align-items: center;
	border: 1px solid #FFFFFF;
	z-index: 1;
}

.home-v2 .section--recommend .recommend-item .t-b .text {
	font-family: PingFang SC;
	font-weight: 400;
	font-size: 12px;
    line-height: 17px;
    color: #0C0C0C;
    overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

/* AI 工具卡片 */
.home-v2 .tool-card {
    padding: 16px 16px 40px;
	min-height: 165px;
    border-radius: 14px;
	background: linear-gradient(21.85deg, #FFFFFF 64.05%, #EAF6FF 97.76%);
    /* box-shadow: 0 10px 28px rgba(15, 23, 42, 0.06); */
    border: 1px solid #FFFFFF;
	position: relative;
}

.home-v2 .tool-card__header {
    display: flex;
    align-items: center;
    margin-bottom: 7px;
}

.home-v2 .tool-card__logo {
    width: 30px;
    height: 30px;
    border-radius: 4px;
    background: #f5f5f5;
    color: #fff;
    font-size: 13px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 6px;
}
.home-v2 .tool-card__logo .img{
	width: 100%;
	height: 100%;
	border-radius: 4px;
}

.home-v2 .tool-card__meta {
    flex: 1;
}

.home-v2 .tool-card__title {
    font-family: PingFang SC-Medium,PingFang SC;
    font-weight: 500;
    font-size: 14px;
    line-height: 100%;
    letter-spacing: 0%;
	color: #0C0C0C;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	lines: 1;
	text-overflow: ellipsis;
}


.home-v2 .tool-card__desc {
    font-family: PingFang SC-Light;
    font-weight: 300;
    font-size: 12px;
    line-height: 17px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	lines: 2;
	text-overflow: ellipsis;
	color: #54545B;
    /* min-height: 36px; */
}

.home-v2 .tool-card__footer {
    font-family: PingFang SC-Medium,PingFang SC;
    font-weight: 500;
    font-size: 12px;
    line-height: 17px;
	color: #0C0C0C;

    cursor: pointer;
	position: absolute;
	left: 16px;
	bottom: 16px;
	display: flex;
	align-items: center;
}
.home-v2 .tool-card__footer .img{
	width: 12px;
	height: 12px;
	margin-left: 4px;
}

/* Tool card meta info */
.home-v2 .tool-card__tags {
    display: flex;
    flex-wrap: wrap;
    gap: 4px;
    margin: 8px 0;
}
.home-v2 .tool-card__tag {
    display: inline-block;
    padding: 2px 8px;
    background: rgba(139,92,246,.08);
    color: #8B5CF6;
    font-size: 10px;
    border-radius: 10px;
    font-weight: 500;
}
.home-v2 .tool-card__meta {
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 11px;
    color: #94a3b8;
    margin-top: 8px;
}
.home-v2 .tool-card__meta-item {
    display: flex;
    align-items: center;
    gap: 3px;
}
.home-v2 .tool-card__meta-item i {
    font-size: 12px;
}
.home-v2 .tool-card__meta-item.stars {
    color: #f59e0b;
}
.home-v2 .tool-card__price {
    margin-left: auto;
    padding: 2px 8px;
    border-radius: 10px;
    font-size: 10px;
    font-weight: 500;
}
.home-v2 .tool-card__price.free {
    background: rgba(16,185,129,.1);
    color: #10b981;
}
.home-v2 .tool-card__price.open_source {
    background: rgba(139,92,246,.1);
    color: #8B5CF6;
}
.home-v2 .tool-card__price.freemium {
    background: rgba(245,158,11,.1);
    color: #f59e0b;
}
.home-v2 .tool-card__price.paid {
    background: rgba(239,68,68,.1);
    color: #ef4444;
}

/* 资讯三列布局 */
.home-v2 .news-layout {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 16px;
    max-width: 100%;
    overflow: hidden;
}

.home-v2 .news-column {
    padding: 26px 17px;
    border-radius: 14px;
    background: #FFFFFF;
	border: 1px solid #FFFFFF;
	min-width: 0;
	max-width: 100%;
	height: 514px;
    overflow: hidden;
}

.home-v2 .news-column__title {
	font-family: PingFang SC-Medium,PingFang SC;
	font-weight: 500;
	font-size: 20px;
	height: 28px;
	color: #0C0C0C;
    margin-bottom: 10px;
	
	display: flex;
	align-items: center;
}
.home-v2 .news-column__title .img{
	width: 20px;
	height: 20px;
	margin-right: 4px;
}

.home-v2 .news-list {
    list-style: none;
    margin: 0;
    padding: 0;
}

.home-v2 .news-item {
    display: flex;
    align-items: flex-start;
    font-size: 12px;
    line-height: 18px;
    color: #4B5563;
    margin-bottom: 25px;
	cursor: pointer;
}
.home-v2 .news-item:last-child{
	margin-bottom: 0px;
}
.home-v2  .news-item-one{
	margin-bottom: 10px;
	height: 64px;
	border-radius: 10px;
	display: flex;
	align-items: center;
	padding: 0 20px;
	background-color: #FAFDFF;
	cursor: pointer;
}
.home-v2 .news-item-one:last-child{
	margin-bottom: 0px;
}
.home-v2 .news-item:last-child{
	margin-bottom: 0;
}

.home-v2 .news-item__index {
	width: 20px;
	height: 20px;
    margin-right: 6px;
}

.home-v2 .news-item__title {
    flex: 1;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
	
	font-family: PingFang SC;
	font-weight: 400;
	font-size: 14px;
	line-height: 20px;
	color: #0C0C0C;
}
.home-v2 .num{
	margin-left: 30px;
	width: 75px;
	font-family: PingFang SC;
	font-weight: 400;
	font-size: 14px;
	line-height: 100%;
	letter-spacing: 0%;
	color: #FFA8AD;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.home-v2 .news-item__title_one {
    flex: 1;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    lines: 2;
    text-overflow: ellipsis;
	
	font-family: PingFang SC;
	font-weight: 400;
	font-size: 14px;
	line-height: 20px;
	color: #0C0C0C;
}

/* 社区卡片 */
.home-v2 .community-card {
    padding: 16px 16px 14px;
    border-radius: 10px;
	width: 390px;
	height: 259px;
	border: 1px solid #FFFFFF;
	background-repeat: no-repeat;
	background-size: 100% 100%;
	cursor: pointer;
}

.home-v2 .community-card__header {
    /* display: flex;
    align-items: center; */
    margin-bottom: 10px;
}

.home-v2 .community-card__avatar {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
	background-color: #f5f5f5;
	overflow: hidden;
}

.home-v2 .community-card__meta {
    flex: 1;
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-top: 10px;
}

.home-v2 .community-card__name {
    font-family: PingFang SC-Medium;
    font-weight: 500;
    font-size: 16px;
    line-height: 22px;
	color: #54545B;
}
.community-card__time{
	font-family: PingFang SC;
	font-weight: 400;
	font-size: 11px;
	line-height: 15px;
	color: #54545B;
}

.home-v2 .community-card__title {
    color: #0C0C0C;
	font-family: PingFang SC-Medium;
	font-weight: 500;
	font-size: 12px;
	text-align: justify;
	height: 34px;
	line-height: 17px;
	margin-top: 59px;
	margin-bottom: 20px;
	
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	lines: 2;
	text-overflow: ellipsis;
}
.home-v2 .community-card__content {
	font-family: PingFang SC;
	font-weight: 400;
	font-size: 11px;
	line-height: 15px;
	text-align: justify;
	color: #54545B;
   
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	lines: 3;
	text-overflow: ellipsis;
}

/* 提示词 Chips + 卡片 */
.home-v2 .chip-group {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    row-gap: 20px;
	column-gap: 20px;
	margin-bottom: 24px;
}

.home-v2 .chip {
    padding: 0 25px;
	height: 36px;
	line-height: 36px;
	border-radius: 10px;
	background: #FFFFFF;
	font-family: PingFang SC-Medium,PingFang SC;
	font-weight: 500;
	font-style: Medium;
	font-size: 12px;
	color: #0C0C0C;
	cursor: pointer;
	transition: all .15s ease;
	border: 1px solid #FFFFFF;
}

.home-v2 .chip-select  {
    background: #0C0C0C;
    color: #FFFFFF;
}

.home-v2 .chip:hover {
    background: #0C0C0C;
    color: #FFFFFF;
}

.home-v2 .prompt-card {
    padding: 14px 16px 14px;
    border-radius: 10px;
	height: 201px;
    background: linear-gradient(21.02deg, #FFFFFF 65.99%, #EAF2FF 97.74%);
    border: 1px solid #FFFFFF;
	position: relative;
}

.home-v2 .prompt-card__meta {
    margin-bottom: 22px;
	overflow: hidden;
	height: 20px;
}

.home-v2 .prompt-card__tag {
    display: inline-block;
    padding: 0 8px;
	height: 20px;
	border-radius: 4px;

    background: #F6F7F9;
    color: #54545B;
    font-family: PingFang SC;
    font-weight: 400;
    font-size: 10px;
    line-height: 20px;
	margin-right: 10px;
}

.home-v2 .prompt-card__title {
    font-family: PingFang SC-Medium;
    font-weight: 500;
    font-size: 16px;
    line-height: 22px;
	color: #0C0C0C;
	margin-bottom: 12px;
}

.home-v2 .prompt-card__desc {
    font-family: PingFang SC-Light,PingFang SC;
    font-weight: 300;
    font-size: 12px;
    line-height: 17px;
    letter-spacing: 0%;
    text-align: justify;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	color: #54545B;
}
.home-v2 .prompt-card_operation{
	position: absolute;
	left: 16px;
	right: 16px;
	bottom: 25px;
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.home-v2 .prompt-card_operation .see-b{
	font-family: PingFang SC-Medium,PingFang SC;
	font-weight: 500;
	font-size: 12px;
	line-height: 17px;
	color: #0C0C0C;

	cursor: pointer;
	display: flex;
	align-items: center;
	justify-content: center;
}
.home-v2 .prompt-card_operation .see-b .img {
	width: 12px;
	height: 12px;
	margin-left: 4px;
}
.home-v2 .prompt-card_operation .label{
	font-family: PingFang SC;
	font-weight: 400;
	font-size: 12px;
	line-height: 17px;
	color: #0C0C0C;
}

.home-v2 .prompt-card__footer {
    margin-top: 8px;
    font-size: 12px;
    color: #2563EB;
}

/* 教程卡片 */
.home-v2 .course-card {
    display: flex;
    padding: 20px;
    border-radius: 10px;
    background: #FFFFFF;
	cursor: pointer;
}

.home-v2 .course-card__thumb {
    width: 174px;
    height: 122px;
    border-radius: 6px;
    overflow: hidden;
    margin-right: 20px;
}

.home-v2 .course-card__thumb .el-image {
    width: 100%;
    height: 100%;
}

.home-v2 .course-card__body {
    flex: 1;
}

.home-v2 .course-card__title {
    font-family: PingFang SC-Medium;
    font-weight: 500;
    font-size: 16px;
    line-height: 22px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	color: #0C0C0C;
    margin-bottom: 14px;
}

.home-v2 .course-card__desc {
	font-family: PingFang SC-Light;
	font-weight: 300;
	font-size: 12px;
	line-height: 17px;
	color: #54545B;
    overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 5;
	-webkit-box-orient: vertical;
}

/* Make existing recommendation components look more “card-like” on v2 without changing their internal CSS */
.home-v2 .recommend,
.home-v2 [class*="recommend"] {
    border-radius: 14px;
}

/* Responsive (mobile) */
@media (max-width: 768px) {
    .home-v2 .homev2-container {
        max-width: calc(100% - 24px);
    }

    .home-v2 .homev2-hero {
        padding: 26px 0 16px;
    }

    .home-v2 .homev2-hero__title {
        font-size: 22px;
        line-height: 30px;
    }

    .home-v2 .homev2-hero__subtitle {
        font-size: 12px;
        line-height: 18px;
        margin-top: 8px;
    }

    .home-v2 .homev2-search {
        padding: 8px;
        gap: 8px;
        border-radius: 14px;
        box-shadow: 0 10px 20px rgba(17, 24, 39, 0.10);
    }

    .home-v2 .homev2-search__btn.el-button--primary {
        padding: 10px 14px;
        height: 36px;
    }

    .home-v2 .homev2-carousel {
        border-radius: 12px;
    }

    .home-v2 .homev2-carousel .el-carousel__container {
        height: 220px !important;
    }

    .home-v2 .homev2-advert-push1 .el-col-8 {
        width: 100%;
        float: none;
        display: block;
        margin-bottom: 10px;
    }

    .home-v2 .homev2-advert-push1 .el-image {
        height: 96px;
        border-radius: 12px;
    }

    .home-v2 .homev2-advert-push2 .el-image {
        height: 120px;
        border-radius: 12px;
    }

    .home-v2 .homev2-bottom-banner {
        padding: 34px 0 46px;
    }

    .home-v2 .homev2-bottom-banner__title {
        font-size: 20px;
        line-height: 28px;
    }
}

