
.scpv5-wrap{
max-width:1450px;
margin:auto;
padding:25px;
background:#f4f6f9;
border-radius:28px;
display:grid;
grid-template-columns:36% 64%;
gap:24px;
font-family:Arial,sans-serif;
}

.left-panel{
background:#fff;
padding:34px;
border-radius:24px;
box-shadow:0 2px 10px rgba(0,0,0,0.04);
}

.heading-box{
display:flex;
gap:18px;
margin-bottom:28px;
}

.sun{
font-size:56px;
}

.heading-box h2{
font-size:28px;
font-weight:700;
margin:0 0 10px;
color:#111827;
}

.heading-box p{
font-size:15px;
line-height:1.7;
color:#64748b;
margin:0;
}

.left-panel h3{
font-size:18px;
color:#16a34a;
margin-bottom:15px;
}

.bill-text{
font-size:14px;
margin-bottom:14px;
}

.toggle-switch{
display:flex;
border:1px solid #dbe1e7;
border-radius:14px;
overflow:hidden;
margin-bottom:25px;
}

.toggle-switch button{
flex:1;
padding:15px;
border:none;
background:#fff;
font-size:15px;
cursor:pointer;
}

.toggle-switch button.active{
background:#16a34a;
color:#fff;
font-weight:600;
}

.left-panel label{
display:block;
font-size:15px;
font-weight:700;
margin-bottom:10px;
}

.left-panel input{
width:100%;
padding:16px;
border:1px solid #dbe1e7;
border-radius:12px;
font-size:17px;
}

.helper{
font-size:13px;
color:#94a3b8;
margin-top:10px;
margin-bottom:22px;
}

.left-panel hr{
border:none;
border-top:1px dashed #dbe1e7;
margin:22px 0;
}

.calc-btn{
width:100%;
padding:18px;
background:#16a34a;
border:none;
border-radius:14px;
color:#fff;
font-size:17px;
font-weight:700;
cursor:pointer;
margin-top:10px;
}

.secure{
font-size:13px;
color:#94a3b8;
margin-top:18px;
}

.right-panel{
display:flex;
flex-direction:column;
gap:20px;
}

.hero{
position:relative;
height:190px;
border-radius:24px;
overflow:hidden;
background:url('https://images.unsplash.com/photo-1509391366360-2e959784a276?q=80&w=1400&auto=format&fit=crop');
background-size:cover;
background-position:center;
}

.overlay{
position:absolute;
inset:0;
background:rgba(0,0,0,0.45);
}

.hero-content{
position:relative;
z-index:2;
padding:38px;
color:#fff;
}

.hero-content h2{
font-size:30px;
margin-bottom:10px;
font-weight:700;
}

.hero-content span{
color:#4ade80;
}

.grid{
display:grid;
grid-template-columns:1fr 1fr;
gap:18px;
}

.card{
background:#fff;
padding:24px;
border-radius:20px;
display:flex;
gap:18px;
box-shadow:0 2px 10px rgba(0,0,0,0.04);
}

.circle{
width:70px;
height:70px;
border-radius:50%;
display:flex;
align-items:center;
justify-content:center;
font-size:28px;
flex-shrink:0;
}

.green{
background:#ecfdf3;
}

.blue{
background:#eaf3ff;
}

.orange{
background:#fff4e5;
}

.card h4,
.co2-card h4{
font-size:14px;
font-weight:700;
margin:0 0 10px;
color:#334155;
}

.card h3,
.co2-card h3{
font-size:32px;
margin:0 0 8px;
font-weight:700;
color:#16a34a;
}

.card span,
.co2-card span{
font-size:14px;
color:#64748b;
}

.blueText{
color:#2563eb !important;
}

.orangeText{
color:#ea8609 !important;
}

.co2-card{
background:#fff;
padding:24px;
border-radius:20px;
display:flex;
gap:18px;
align-items:center;
box-shadow:0 2px 10px rgba(0,0,0,0.04);
}

.comparison{
background:#fff;
padding:30px;
border-radius:20px;
display:flex;
justify-content:space-between;
gap:30px;
box-shadow:0 2px 10px rgba(0,0,0,0.04);
}

.left-benefits h3{
font-size:18px;
margin-bottom:18px;
}

.left-benefits ul{
list-style:none;
padding:0;
}

.left-benefits li{
font-size:15px;
margin-bottom:14px;
line-height:1.6;
color:#374151;
}

.comparison-right{
display:flex;
align-items:flex-end;
gap:35px;
}

.bars-wrap{
display:flex;
gap:24px;
align-items:flex-end;
}

.bar-box{
text-align:center;
}

.bar{
width:80px;
border-radius:10px 10px 0 0;
transition:0.4s;
}

.gray{
height:180px;
background:#d1d5db;
}

.green-bar{
height:70px;
background:#16a34a;
}

.bar-box p{
font-size:15px;
font-weight:700;
margin-top:14px;
margin-bottom:8px;
}

.bar-box span{
font-size:14px;
color:#475569;
}

.save-section h4{
font-size:16px;
margin-bottom:10px;
}

.save-section h2{
font-size:42px;
color:#16a34a;
margin:0;
}

.save-section p{
font-size:16px;
font-weight:700;
color:#16a34a;
}

.cta{
background:#eefaf1;
padding:24px 28px;
border-radius:20px;
display:flex;
justify-content:space-between;
align-items:center;
}

.cta-left{
display:flex;
gap:16px;
align-items:center;
}

.doc{
width:55px;
height:55px;
border-radius:50%;
background:#dff7e4;
display:flex;
align-items:center;
justify-content:center;
font-size:24px;
}

.cta-left h3{
font-size:22px;
margin:0 0 8px;
}

.cta-left p{
font-size:14px;
color:#64748b;
margin:0;
}

.cta-btn{
background:#16a34a;
padding:18px 30px;
color:#fff;
border-radius:14px;
font-size:15px;
font-weight:700;
text-decoration:none;
}

.trust{
text-align:center;
font-size:13px;
color:#64748b;
}

@media(max-width:991px){

.scpv5-wrap{
grid-template-columns:1fr;
padding:15px;
}

.grid{
grid-template-columns:1fr;
}

.comparison,
.cta{
flex-direction:column;
align-items:flex-start;
}

.comparison-right{
flex-direction:column;
align-items:flex-start;
}

}
