
*{
margin:0;
padding:0;
box-sizing:border-box;
}

body{
font-family:Arial;
background:#07101d;
color:white;
line-height:1.6;
}

.container{
width:90%;
max-width:1200px;
margin:auto;
}

.hero{
padding:120px 0;
background:linear-gradient(180deg,#07101d,#102340);
text-align:center;
position:relative;
}

.hero h1{
font-size:52px;
margin-bottom:20px;
}

.hero p{
font-size:20px;
opacity:.9;
}

.btns{
margin-top:30px;
}

.btns a{
display:inline-block;
padding:14px 28px;
background:#2b6cff;
color:white;
text-decoration:none;
border-radius:14px;
margin:10px;
}

.industry-tags{
margin-top:40px;
}

.industry-tags span{
display:inline-block;
background:#152743;
padding:10px 16px;
border-radius:999px;
margin:6px;
}

section{
padding:80px 0;
}

.grid2,
.experience-box,
.plan-grid,
.case-grid,
.template-grid{
display:grid;
grid-template-columns:repeat(auto-fit,minmax(260px,1fr));
gap:20px;
}

.card,
.generator,
.booking,
.plan-card,
.case-card,
.template-card,
.wechat-box{
background:#10203a;
padding:30px;
border-radius:24px;
}

.plan-card.active{
border:2px solid #2b6cff;
transform:scale(1.03);
}

.price{
font-size:36px;
margin:20px 0;
font-weight:bold;
}

input,
select,
button{
width:100%;
padding:14px;
margin-top:14px;
border:none;
border-radius:12px;
}

button{
background:#2b6cff;
color:white;
cursor:pointer;
}

#result{
margin-top:20px;
background:#091423;
padding:20px;
border-radius:16px;
min-height:120px;
}

.wechat{
text-align:center;
}

.wechat-box{
margin-top:30px;
height:260px;
display:flex;
align-items:center;
justify-content:center;
font-size:22px;
}
