

.hero2-section{
padding:120px 20px 90px;
text-align:center;
background:#f7f9fc;
font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Helvetica,Arial,sans-serif;
}

.hero2-container{
max-width:1000px;
margin:auto;
}

/* badge */
.hero2-badge{
display:inline-block;
padding:8px 18px;
border-radius:20px;
background:#e6f4f4;
color:#56B8B8;
font-size:13px;
font-weight:700;
letter-spacing:.06em;
margin-bottom:30px;
}

/* 标题 */
.hero2-title{
font-size:64px;
font-weight:800;
line-height:1.2;
color:#0f172a;
margin-bottom:25px;
}

/* 主色强调 */
.hero2-highlight{
color:#56B8B8;
}

/* 副标题 */
.hero2-subtitle{
font-size:20px;
color:#5b6475;
line-height:1.7;
max-width:760px;
margin:0 auto 45px;
}

/* 按钮区域 */
.hero2-buttons{
display:flex;
justify-content:center;
gap:20px;
flex-wrap:wrap;
margin-bottom:20px;
}

/* 主按钮（橙色） */
.btn-main{
padding:16px 34px;
border-radius:30px;
background:#ff7a18;
color:white;
font-size:18px;
font-weight:700;
text-decoration:none;
display:inline-flex;
align-items:center;
gap:10px;
box-shadow:0 10px 25px rgba(255,122,24,0.3);
transition:all .25s ease;
}

.btn-main:hover{
transform:translateY(-2px);
box-shadow:0 15px 35px rgba(255,122,24,0.4);
}

/* 次按钮 */
.btn-outline{
padding:16px 34px;
border-radius:30px;
border:1px solid #d7dce5;
color:#0f172a;
font-size:18px;
font-weight:600;
text-decoration:none;
background:white;
transition:all .25s ease;
}

.btn-outline:hover{
border-color:#56B8B8;
color:#56B8B8;
}

/* 底部说明 */
.hero2-note{
font-size:14px;
color:#7a8599;
margin-top:10px;
}

/* 移动端 */
@media(max-width:768px){

.hero2-title{
font-size:36px;
}

.hero2-subtitle{
font-size:16px;
}

}

