/* Zoho Backstage 2026test Theme V4 */
:root{
--v4-blue:#0066ff;
--v4-cyan:#00b7ff;
--v4-navy:#071426;
--v4-radius:24px;
}
html{scroll-behavior:smooth}
body{
font-family:"Inter","PingFang SC","Microsoft YaHei",sans-serif!important;
background:#f8fafc!important;
}
.bs-container{max-width:1200px!important}
header,.bs-header{
background:rgba(255,255,255,.78)!important;
backdrop-filter:blur(20px);
}
.community-section-banner{
min-height:780px!important;
}
.main-banner{
position:relative!important;
overflow:hidden!important;
}
.main-banner .background-layer{
position:absolute!important;
inset:0!important;
}
.main-banner .background-layer:after{
content:"";
position:absolute;
inset:0;
background:linear-gradient(90deg,rgba(3,15,40,.82),rgba(3,15,40,.25));
}
.main-banner .foreground-layer{
position:relative!important;
z-index:2;
}
.banner-media{display:none!important}
.banner-content .section-head{
font-size:68px!important;
line-height:1.15!important;
font-weight:800!important;
color:#fff!important;
}
.buyTicketBtn .bs-button{
padding:18px 46px!important;
border-radius:999px!important;
background:linear-gradient(135deg,#0066ff,#00b7ff)!important;
color:#fff!important;
}
.bs-section{
padding-top:90px!important;
padding-bottom:90px!important;
}
.bs-ticketList-wgt .li-content{
background:#fff!important;
border-radius:24px!important;
padding:32px!important;
box-shadow:0 20px 60px rgba(15,23,42,.08);
}
.ticket-price{
font-size:34px!important;
color:#0066ff!important;
font-weight:800!important;
}
.community-section-description-1{
background:#f3f7fb!important;
}
.markdown-contain{
max-width:900px;
margin:auto;
font-size:18px!important;
line-height:2!important;
}
.community-section-featuredSession-1{
background:#eaf7ff!important;
}
.featured-session{
background:#fff!important;
border-radius:28px!important;
padding:36px!important;
box-shadow:0 20px 60px rgba(15,23,42,.08);
}
.profile-img img{
border-radius:50%!important;
}
.community-section-footer{
background:#071426!important;
}
@media(max-width:768px){
.banner-content .section-head{font-size:38px!important}
}
