.hero{
    position:relative;
    display:grid;
    grid-template-columns: 280px 1fr;
    width:100%;
    box-sizing:border-box;
    padding:20px 20px;
	margin-bottom:25px;
    border-radius:14px;
    overflow:hidden;
    color:#fff;
    background:
		radial-gradient(circle at top right,rgba(53,212,107,.18),transparent 45%),
		radial-gradient(circle at bottom left,rgba(53,212,107,.12),transparent 40%),
		linear-gradient(135deg,#111827,#172236);
}

.hero-side{
    display:flex;
    flex-direction:column;
    min-width:0;
    box-sizing:border-box;
}

.hero-main{
    min-width:0;
    display:flex;
    flex-direction:column; 
    padding:0 20px;
    box-sizing:border-box; 
}

.hero-left{
    padding-right:20px;
    border-right:1px solid rgba(255,255,255,.32);
}

.hero-right{
    padding-left:20px;
    border-left:1px solid rgba(255,255,255,.12);
}

.hero-offer {
    display: grid;
    grid-template-columns: 280px minmax(0, 1fr) 280px;
    width: 100%;
    box-sizing: border-box;
}

.offer-column {
    min-width: 0;
    box-sizing: border-box;
}

.offer-store {
    padding-right: 20px;
    border-right: 1px solid rgba(255,255,255,.25);
}

.offer-main {
    padding: 0 20px;
}

.offer-service {
    padding-left: 20px;
    border-left: 1px solid rgba(255,255,255,.12);
}




.hero-side-logo{
    display:flex;
    align-items:center;
    justify-content:center;
    width:100%;
    margin-bottom:20px;
}

.hero-side-logo img{
    display:block;
    max-width:100%;
	border-radius:12px;
    object-fit:contain;
	font-size:16px;
}

.hero-rating{
    margin-bottom:15px;
    font-size:25px;
    font-weight:800;
	color:#ffd54a;
}

.hero-rating span{
	font-size:16px; font-weight:600;
    color:rgba(255,255,255,.70); 
}

 .service-list{
    display:grid;  gap:15px; padding-bottom:15px; margin-bottom:15px; border-bottom:1px solid rgba(255,255,255,.12); 
}

.service-list>div{
    display:flex; gap:15px; align-items:center; 
 
}

.service-list i{
    width:22px;
    font-size:22px;
    color:#39d86f;
    margin-top:3px;
}

.service-list b{
    display:block;
    font-size:17px;
}

.service-list span{
    color:rgba(255,255,255,.76);
    line-height:1.5;
}

.service-more{
display:flex;
align-items:center;
justify-content:flex-start;
gap:3px; font-size:20px;
text-decoration:none;
font-weight:700;
color:#4ee37d;
}
.service-more svg{
width:18px;
height:18px;
stroke:currentColor;
fill:none;
stroke-width:3;
transition:.2s;
}

.service-more:hover svg{
transform:translateX(10px);
}

.service-more:hover{
    color:#fff;
}

.hero_h1{
    margin:0 0 30px;
    font-size:30px; 
    font-weight:800; line-height:1.5; 
}
.accent{ color:#2fd66a; }
.hero-description{
    max-width:600px;
    margin:0 0 30px;
    font-size:16px;
    line-height:1.3;
    color:#eef3f1;
}

.hero_stats{ display: grid; grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));  gap: 12px; width: 100%; margin:0 0 20px;}

.hero_stat{ border:0px solid #39d86f;
    display:flex; 
    gap:5px;
    min-width:0;
}

.hero_stat-icon{
    display:flex;
    align-items:center;
    justify-content:center;
    width:42px;
    height:42px;
    flex:0 0 42px;
    color:#2fd66a;
    font-size:25px;
}


.hero_stat-content{
    min-width:0;
}

.hero_stat-value{
    display:block;
    color:#fff;
    font-size:18px;
    font-weight:700;
    line-height:1.25;
}

.hero_stat-label{
    display:block;
    margin-top:3px;
    color:#aebbb6;
    font-size:13px;
    line-height:1.25;
}



@keyframes pulse{
0%{box-shadow:0 0 0 0 rgba(65,216,115,.6);}
70%{box-shadow:0 0 0 10px rgba(65,216,115,0);}
100%{box-shadow:0 0 0 0 rgba(65,216,115,0);}
}
@keyframes pulse-button{
0%{box-shadow:0 0 0 0 rgba(65,216,115,.6);}
70%{box-shadow:0 0 0 20px rgba(65,216,115,0);}
100%{box-shadow:0 0 0 0 rgba(65,216,115,0);}
}
.hero-buttons{
    display:flex;
    align-items:center;
    gap:25px;  margin:20px 0; 
}

.hero-button{
    display:inline-flex;
    align-items:center;
    justify-content:center;

}

.hero-button i{
    font-size:18px;
    transition:transform .2s ease;
}

.hero-button:hover i{
    transform:translateY(2px);
}

.hero-button-primary{
    gap:14px; padding: 20px 35px;
    border-radius:30px;
    background:#2ec866;
    color:#fff;
    text-decoration:none;
    font-size:22px;
    font-weight:700;
    transition:.25s;
    box-shadow:0 15px 20px rgba(46,200,102,.22);
	animation:pulse-button 2s infinite;
}

.hero-button-primary:hover{
    background:#2fc963;
    border-color:#2fc963;
}

.hero-button-secondary{
    display:inline-flex;
    align-items:center;
    gap:8px;
    padding:0 8px;
    background:transparent;
    border:0;
    color:#39d86f;
    font-size:15px;
    font-weight:600;
    text-decoration:none;
}

.hero-button-secondary:hover{
    color:#65e58d;
}

.hero-button-secondary i{
    font-size:13px;
    transition:transform .2s ease;
}

.hero-button-secondary:hover i{
    transform:translateY(2px);
}
.verified{
    display:inline-flex;
    align-self:flex-start;
    align-items:center;
    gap:10px;
    padding:8px 14px;
    margin-bottom:20px;
    border-radius:50px;
    background:rgba(57,216,111,.12);
    border:1px solid rgba(57,216,111,.25);
    color:#bff3cd;
    font-size:14px;
}

 
.verified i{
animation:pulse 2.5s infinite;
color:#39d86f;
border-radius:50%;
}


.service-shops-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:14px}
.service-shop-card{display:flex;align-items:center;gap:5px; padding:15px 10px;background:#fff;
border:1px solid #e5ebf0;border-radius:16px;text-decoration:none;box-shadow:0 5px 20px rgba(20,35,70,.04);transition:.2s ease}
.service-shop-card:hover{transform:translateY(-2px);border-color:#49d477;box-shadow:0 10px 26px rgba(20,35,70,.08)}
.service-shop-logo{width:110px;display:flex;align-items:center;justify-content:center;flex-shrink:0}
.service-shop-logo img{display:block; width:115px;border-radius:5px; object-fit:contain}
.service-shop-info{display:flex;flex-direction:column;gap:3px;min-width:0}
.service-shop-info strong{font-size:13px;line-height:1.3;font-weight:600;color:#20b957}
.service-shop-info span{font-size:13px;line-height:1.3;font-weight:600;color:#7a8796}
.service-shops-more{display:flex;align-items:center;justify-content:center;gap:7px;width:max-content;max-width:100%;margin:20px auto 0;padding:12px 20px;border:1px solid #35d46b;border-radius:12px;color:#19aa4c;font-size:15px;font-weight:700;text-decoration:none;transition:.2s ease}
.service-shops-more:hover{background:#effff4;border-color:#25c85b}
.service-shops-more svg{width:17px;height:17px;fill:none;stroke:currentColor;stroke-width:2;stroke-linecap:round;stroke-linejoin:round}
@media(max-width:900px){.service-shops-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}
@media(max-width:600px){.service-shops h2{font-size:22px}.service-shops-grid{gap:10px}.service-shop-card{padding:12px;gap:10px}.service-shop-info strong{font-size:14px}.service-shop-info span{font-size:12px}}
@media(max-width:400px){
	.service-shops-grid{grid-template-columns:1fr}
	.service-shop-card{width:100%; padding:15px 10px;}
	.service-shop-logo img{width:100%; display:block;}
	.service-shop-logo {width:50%;}
	.service-shops-more{width:100%; margin:20px auto;}


	
	}

@media (max-width: 768px) {

    .hero {
        grid-template-columns: 1fr;
        padding: 15px;
        margin-bottom: 15px;
    }

    .hero-side,
    .hero-main {
        width: 100%;
        padding: 0;
    }

    .hero-left {
        padding-right: 0;
        padding-bottom: 10px;
        border-right: none;
        border-bottom: 0px solid rgba(255,255,255,.25);
    }

    .hero-right {
        padding-left: 0;
        padding-top: 10px;
        border-left: none;
    }
	.hero-offer {
        grid-template-columns: 1fr;
    }

    .offer-main {
        order: 1;
        padding: 0 0 20px;
    }

    .offer-store {
        order: 2;
        padding: 20px 0;
        border-right: none;
        border-bottom: 1px solid rgba(255,255,255,.25);
    }

    .offer-service {
        order: 3;
        padding: 20px 0 0;
        border-left: none;
    }
.hero-description{
    margin:5px 0;
    line-height:1.2;
}
	
	.none {
        display: none;
    }
	.hero-side-logo{ margin-bottom:10px;}
	.hero-side-logo img{ max-width:80%;}
	
	.hero-rating{  margin: 0 auto 5px; font-size:20px;}
	.service-more{  margin: 0 auto 5px;}	
	
	.hero_h1{ margin:0 auto 10px; line-height:1.25; text-align: center; font-size:26px; font-weight:800;  }
	
	.hero_stats { grid-template-columns: repeat(2, 1fr); gap: 10px;}
	.hero_stat-icon{
    flex:0 0 30px;
    font-size:20px;
}

	.hero_stat-value{
    font-size:15px;
    line-height:1.25;
}
	
	
	.hero-buttons{
        width:100%;  gap:20px;  margin:15px 0; 
        flex-direction:column;
        align-items:stretch; 
    }
 
    .hero-button{
        width:90%; margin:0 auto 0px;  font-size:20px;
    }
	.offer-main {
        display: flex;
        flex-direction: column;
        align-items: center;
        padding: 0;
    }
	.verified{
        align-self: center;
        margin: 0 auto 10px;
        align-self: center;
	}
	
	.offer-column {
    min-width: 0; align-self: center;
    box-sizing: border-box; 
}

.offer-store, .offer-service{      
                  display: flex;
        flex-direction: column;
        align-items: center;
}

	
	
	
	
	
}






