.hero-inner{
padding-top:115px;
padding-bottom:80px;
background:#f8fafc;
}

.hero-title{
font-size:clamp(32px,5vw,65px);
font-weight:800;
max-width:900px;
margin:auto;
}

.section{
padding:80px 0;
}

.section-title2{
font-size:clamp(28px,3vw,36px);
font-weight:700;
margin-bottom:20px;
}

.sub-title{
font-size:clamp(20px,2vw,26px);
font-weight:600;
margin-bottom:10px;
}

.feature-list{
list-style:none;
padding:0;
}

.feature-list li{
margin-bottom:10px;
font-size:17px;
display: flex;
}

.feature-list i{
color:#2563eb;
margin-right:8px;
}

.stats h3{
font-weight:700;
}

.comparison-box{
background:white;
padding:30px;
border-radius:10px;
box-shadow:0 8px 25px rgba(0,0,0,0.08);
}

.comparison-box.highlight{
border:2px solid #318d88;
}
.dgrid-cstm {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(50%, 1fr));
}
.accordion-button {
    font-weight: 600;
    color:#318d88!important;;
}
.hero2 {
    font-size: clamp(24px, 3vw, 50px);
    font-weight: 700;
    line-height: 1.3;
    letter-spacing: -0.3px;
    margin-bottom: 20px;
}
.btn-primary {
    background-color: var(--accent-color);
    border-color: var(--accent-color);
    color: var(--contrast-color);
    padding: 0.75rem 2.5rem;
    border-radius: 50px;
    font-weight: 500;
    transition: all 0.3s ease;
}
.img-cover{
    min-height: 100%;
   aspect-ratio: 8 / 9;
    object-fit: cover;
}