/* ===============================
   BIZZNAME SEO HERO
================================ */


.bizz-seo-hero {
    position: relative;
}


.bizz-seo-glow {

    position:absolute;
    width:500px;
    height:500px;
    background:rgba(13,110,253,.12);
    border-radius:50%;
    filter:blur(80px);
    right:-150px;
    top:-150px;

}



.bizz-seo-description {

    max-width:650px;
    line-height:1.8;

}



/* Points */

.bizz-seo-points {

    display:flex;
    flex-wrap:wrap;
    gap:20px;
    color:#555;
    font-size:14px;

}


.bizz-seo-points i {

    color:#198754;
    margin-right:6px;

}



/* Visual */

.bizz-seo-visual {

    padding:25px;

}



.bizz-seo-card {

    background:#fff;
    padding:22px;
    border-radius:25px;
    box-shadow:0 20px 50px rgba(0,0,0,.12);
    border:1px solid rgba(13,110,253,.15);

}



.seo-status {

    background:#111;
    color:white;
    padding:6px 12px;
    border-radius:30px;
    font-size:12px;

}


.seo-status i {

    color:#ffc107;
    margin-right:5px;

}



.bizz-seo-image {

    background:#f8f9fa;
    border-radius:18px;
    padding:15px;
    min-height:250px;
    display:flex;
    align-items:center;
    justify-content:center;

}


.bizz-seo-image img {

    max-height:240px;
    object-fit:contain;

}



/* Floating Badges */


.bizz-seo-floating {

    position:absolute;
    background:white;
    padding:10px 15px;
    border-radius:50px;
    box-shadow:0 10px 30px rgba(0,0,0,.12);
    display:flex;
    align-items:center;
    gap:8px;
    font-size:13px;
    font-weight:600;
    z-index:2;

}


.bizz-seo-floating i {

    width:30px;
    height:30px;
    border-radius:50%;
    display:flex;
    align-items:center;
    justify-content:center;
    color:white;
    background:#0d6efd;

}



.seo-float-one {

    top:20px;
    left:-20px;

}


.seo-float-two {

    top:120px;
    right:-30px;

}


.seo-float-three {

    bottom:40px;
    left:-20px;

}


.seo-float-three i {

    background:#ffc107;
    color:#222;

}



/* Mobile */


@media(max-width:991px){

    .bizz-seo-hero h1{

        font-size:38px;

    }


    .bizz-seo-floating {

        display:none;

    }


    .bizz-seo-visual {

        padding:10px;

    }

}


@media(max-width:576px){

    .bizz-seo-hero h1{

        font-size:32px;

    }


    .bizz-seo-points {

        flex-direction:column;
        gap:12px;

    }

}


/* =====================================
   SEO BENEFITS SECTION
===================================== */


.seo-benefits-section {

    background:#ffffff;

}



.seo-benefit-card {

    background:#ffffff;
    border-radius:24px;
    padding:35px 30px;
    border:1px solid rgba(13,110,253,.10);
    box-shadow:0 10px 30px rgba(0,0,0,.06);
    position:relative;
    overflow:hidden;
    transition:all .35s ease;

}



.seo-benefit-card:before {

    content:"";
    position:absolute;
    width:120px;
    height:120px;
    background:rgba(13,110,253,.08);
    border-radius:50%;
    top:-50px;
    right:-50px;

}



.seo-benefit-card:hover {

    transform:translateY(-10px);
    box-shadow:0 20px 45px rgba(0,0,0,.12);
    border-color:rgba(13,110,253,.25);

}




.seo-benefit-icon {

    width:70px;
    height:70px;
    border-radius:20px;
    background:linear-gradient(135deg,#0d6efd,#4f8dfd);
    color:#fff;
    display:flex;
    align-items:center;
    justify-content:center;
    font-size:30px;
    margin-bottom:25px;
    box-shadow:0 10px 25px rgba(13,110,253,.25);

}



.seo-benefit-card h4 {

    font-size:21px;
    font-weight:700;
    color:#212529;
    margin-bottom:15px;

}



.seo-benefit-card p {

    color:#6c757d;
    line-height:1.8;
    margin-bottom:0;

}



@media(max-width:767px){

    .seo-benefit-card {

        padding:28px 22px;

    }


    .seo-benefit-icon {

        width:60px;
        height:60px;
        font-size:25px;

    }

}

/* Premium SaaS SEO Comparison */


.seo-vs-section{

background:#f8faff;

}



.seo-vs-wrapper{

display:grid;
grid-template-columns:1fr 1fr;
gap:30px;
max-width:1000px;
margin:auto;

}



.seo-vs-card{

background:#fff;
border-radius:30px;
padding:35px;
box-shadow:0 20px 60px rgba(0,0,0,.08);
position:relative;
overflow:hidden;

}



.seo-new-card{

border:2px solid #0d6efd;
transform:translateY(-15px);

}



.seo-new-card:before{

content:"";
position:absolute;
width:250px;
height:250px;
background:rgba(13,110,253,.12);
border-radius:50%;
top:-120px;
right:-100px;

}



.seo-popular{

position:absolute;
top:20px;
right:25px;
background:#0d6efd;
color:#fff;
padding:7px 15px;
border-radius:30px;
font-size:12px;
font-weight:700;

}



.seo-vs-header{

text-align:center;
margin-bottom:30px;

}



.seo-vs-header i{

width:70px;
height:70px;
border-radius:22px;
display:flex;
align-items:center;
justify-content:center;
margin:auto auto 20px;
font-size:32px;
background:#f1f5ff;
color:#0d6efd;

}



.seo-vs-header h4{

font-weight:800;

}



.seo-vs-header p{

color:#6c757d;

}



.seo-vs-card ul{

padding:0;
margin:0;
list-style:none;

}



.seo-vs-card li{

padding:16px 0;
border-bottom:1px solid #eee;
font-weight:600;

}



.seo-vs-card li i{

margin-right:10px;

}



.seo-old-card li i{

color:#dc3545;

}



.seo-new-card li i{

color:#198754;

}



.seo-vs-card li span{

display:block;
font-size:14px;
font-weight:500;
color:#6c757d;
margin-left:28px;
margin-top:5px;

}



.seo-new-card li span{

color:#198754;

}



.seo-trust-box{

background:#fff;
border-radius:25px;
padding:30px;
display:flex;
gap:25px;
align-items:center;
box-shadow:0 15px 40px rgba(0,0,0,.06);

}



.seo-trust-box i{

font-size:40px;
color:#ffc107;

}



.seo-trust-box h5{

font-weight:800;

}



.seo-trust-box p{

margin:0;
color:#6c757d;

}



@media(max-width:991px){

.seo-vs-wrapper{

grid-template-columns:1fr;

}


.seo-new-card{

transform:none;

}


}


@media(max-width:576px){

.seo-vs-card{

padding:25px;

}

}


.seo-roadmap-section{

background:#f8faff;

}



.seo-roadmap{

position:relative;
max-width:1000px;
margin:auto;

}



.seo-road-line{

position:absolute;
left:50%;
top:50px;
bottom:50px;
width:2px;
background:#dbe7ff;

}



.seo-road-item{

display:flex;
align-items:center;
gap:40px;
margin-bottom:45px;
position:relative;

}



.seo-road-item:nth-child(even){

flex-direction:row-reverse;

}



.seo-road-icon{

min-width:90px;
height:90px;
background:#fff;
border-radius:50%;
display:flex;
align-items:center;
justify-content:center;
font-size:32px;
color:#0d6efd;
box-shadow:0 15px 40px rgba(0,0,0,.12);
position:relative;

}



.seo-road-icon span{

position:absolute;
bottom:-5px;
right:0;
background:#0d6efd;
color:#fff;
width:30px;
height:30px;
border-radius:50%;
font-size:12px;
display:flex;
align-items:center;
justify-content:center;
font-weight:700;

}



.seo-road-card{

background:#fff;
padding:30px;
border-radius:25px;
box-shadow:0 15px 45px rgba(0,0,0,.08);
flex:1;
border:1px solid rgba(13,110,253,.1);

}



.seo-road-card h4{

font-weight:800;

}



.seo-road-card p{

color:#6c757d;
line-height:1.8;

}



.seo-mini-tag{

display:inline-block;
background:#eef5ff;
color:#0d6efd;
padding:7px 15px;
border-radius:30px;
font-size:13px;
font-weight:700;

}





.seo-growth-engine{

background:#fff;
padding:45px;
border-radius:35px;
box-shadow:0 20px 60px rgba(0,0,0,.08);

}



.seo-engine-grid{

display:grid;
grid-template-columns:1fr 1fr;
gap:15px;

}



.seo-engine-grid div{

background:#f8faff;
padding:25px;
border-radius:20px;
font-weight:700;
text-align:center;

}



.seo-engine-grid i{

display:block;
font-size:28px;
color:#0d6efd;
margin-bottom:10px;

}





@media(max-width:768px){

.seo-road-line{

left:45px;

}


.seo-road-item,
.seo-road-item:nth-child(even){

flex-direction:row;

}


.seo-road-card{

padding:25px;

}


.seo-road-icon{

min-width:75px;
height:75px;

}

}


/* =====================================
 PREMIUM SEO PRICING SECTION
===================================== */


.seo-pricing-dashboard{

background:#fff;

border-radius:35px;

overflow:hidden;

border:1px solid rgba(13,110,253,.12);

box-shadow:
0 25px 70px rgba(0,0,0,.08);

}




.seo-pricing-content{

padding:45px;

}





/* Pricing Factors */


.seo-factor-box{

display:flex;

gap:15px;

padding:20px;

height:100%;

background:#f8faff;

border-radius:22px;

border:1px solid rgba(13,110,253,.08);

transition:.3s;

}



.seo-factor-box:hover{

transform:translateY(-6px);

box-shadow:
0 15px 35px rgba(13,110,253,.12);

}





.seo-factor-icon{

width:55px;

height:55px;

min-width:55px;

background:
linear-gradient(135deg,#eef5ff,#ffffff);

border-radius:18px;

display:flex;

align-items:center;

justify-content:center;

font-size:22px;

color:#0d6efd;

border:1px solid rgba(13,110,253,.12);

box-shadow:
0 10px 25px rgba(13,110,253,.15);

}



.seo-factor-box:hover .seo-factor-icon{

background:#0d6efd;

color:#fff;

}




.seo-factor-box h6{

font-weight:800;

margin-bottom:6px;

}



.seo-factor-box p{

font-size:13px;

line-height:1.6;

color:#6c757d;

margin:0;

}







/* Package */


.seo-package-card{

height:100%;

padding:45px;

background:#0d6efd;

color:#fff;

position:relative;

overflow:hidden;

}



.seo-package-card:before{

content:"";

position:absolute;

width:350px;

height:350px;

background:rgba(255,255,255,.12);

border-radius:50%;

top:-150px;

right:-150px;

}





.seo-package-title{

display:inline-flex;

align-items:center;

background:#fff;

color:#0d6efd;

padding:10px 20px;

border-radius:50px;

font-weight:700;

font-size:14px;

margin-bottom:25px;

}




.seo-service-list div{

display:flex;

align-items:center;

gap:15px;

margin-bottom:18px;

font-weight:600;

}



.seo-service-list span{

width:40px;

height:40px;

background:rgba(255,255,255,.15);

border-radius:12px;

display:flex;

align-items:center;

justify-content:center;

}





/* Trust */


.seo-trust-panel{

background:#fff;

padding:35px;

border-radius:30px;

box-shadow:
0 15px 40px rgba(0,0,0,.06);

}



.seo-trust-item{

display:flex;

gap:15px;

}



.seo-trust-icon{

width:55px;

height:55px;

background:#eef5ff;

color:#0d6efd;

border-radius:18px;

display:flex;

align-items:center;

justify-content:center;

font-size:22px;

}




.seo-trust-item h6{

font-weight:800;

}



.seo-trust-item p{

font-size:14px;

color:#6c757d;

margin:0;

}





@media(max-width:768px){

.seo-pricing-content,
.seo-package-card{

padding:30px;

}


}


/* ==================================
 PREMIUM INDUSTRY SECTION
================================== */


.seo-industry-section{

background:#fff;

}



.seo-industry-card{

height:100%;

background:#fff;

padding:35px 25px;

border-radius:28px;

text-align:center;

border:1px solid rgba(13,110,253,.12);

box-shadow:
0 15px 40px rgba(0,0,0,.05);

transition:.35s;

position:relative;

overflow:hidden;

}



.seo-industry-card:before{

content:"";

position:absolute;

height:100px;

width:100px;

background:#eef5ff;

border-radius:50%;

right:-40px;

top:-40px;

}



.seo-industry-card:hover{

transform:translateY(-10px);

box-shadow:
0 25px 60px rgba(13,110,253,.15);

}





.seo-industry-icon{

width:75px;

height:75px;

margin:0 auto 25px;

border-radius:25px;

background:#eef5ff;

color:#0d6efd;

display:flex;

align-items:center;

justify-content:center;

font-size:32px;

transition:.3s;

}



.seo-industry-card:hover .seo-industry-icon{

background:#0d6efd;

color:#fff;

transform:scale(1.1);

}





.seo-industry-card h4{

font-weight:800;

font-size:20px;

margin-bottom:15px;

}



.seo-industry-card p{

color:#6c757d;

line-height:1.7;

font-size:14px;

}



.seo-industry-card span{

display:inline-block;

background:#eef5ff;

color:#0d6efd;

padding:7px 18px;

border-radius:50px;

font-size:13px;

font-weight:700;

}





/* CTA */


.seo-industry-cta-inner{

background:#f8faff;

padding:50px 30px;

border-radius:35px;

border:1px solid rgba(13,110,253,.12);

}



.seo-cta-icon{

width:70px;

height:70px;

margin:auto;

margin-bottom:20px;

background:#0d6efd;

color:#fff;

border-radius:50%;

display:flex;

align-items:center;

justify-content:center;

font-size:28px;

}



.seo-industry-cta-inner p{

max-width:800px;

margin:0 auto 30px;

color:#6c757d;

}



@media(max-width:768px){

.seo-industry-card{

padding:30px 20px;

}

}

/* Premium SEO CTA */


.seo-cta-premium{

position:relative;

overflow:hidden;

padding:70px 40px;

border-radius:40px;

background:
linear-gradient(
135deg,
#0d6efd,
#084298
);

color:#fff;

text-align:center;

box-shadow:

0 30px 70px rgba(13,110,253,.30);

}



.seo-cta-glow{

position:absolute;

width:350px;

height:350px;

background:rgba(255,255,255,.12);

border-radius:50%;

top:-180px;

right:-100px;

}




.seo-cta-floating-icon{

width:90px;

height:90px;

margin:0 auto 25px;

background:rgba(255,255,255,.15);

border-radius:30px;

display:flex;

align-items:center;

justify-content:center;

font-size:40px;

border:1px solid rgba(255,255,255,.25);

}



.seo-cta-badge{

display:inline-flex;

align-items:center;

background:#fff;

color:#0d6efd;

padding:10px 22px;

border-radius:50px;

font-size:14px;

font-weight:700;

margin-bottom:25px;

}



.seo-cta-content h3{

font-size:38px;

font-weight:800;

margin-bottom:20px;

}



.seo-cta-content p{

max-width:750px;

margin:0 auto 30px;

font-size:17px;

line-height:1.7;

opacity:.9;

}




.seo-cta-points{

display:flex;

justify-content:center;

gap:30px;

flex-wrap:wrap;

margin-bottom:35px;

}



.seo-cta-points div{

background:rgba(255,255,255,.12);

padding:12px 20px;

border-radius:50px;

font-weight:600;

font-size:14px;

}



body div .seo-cta-points i {
    margin-right: 1px;
    color: #094cb0 !important;
}



.seo-cta-button{

border-radius:50px;

padding:15px 35px;

box-shadow:

0 15px 35px rgba(0,0,0,.20);

transition:.3s;

}



.seo-cta-button:hover{

transform:translateY(-4px);

}



@media(max-width:768px){

.seo-cta-premium{

padding:45px 20px;

}


.seo-cta-content h3{

font-size:28px;

}


.seo-cta-points{

gap:10px;

}

}

.seo-cta-points{

display:flex;

justify-content:center;

gap:20px;

flex-wrap:wrap;

margin-bottom:35px;

}



.seo-cta-point{

display:flex;

align-items:center;

gap:14px;

background:rgba(255,255,255,.12);

border:1px solid rgba(255,255,255,.18);

padding:15px 22px;

border-radius:20px;

text-align:left;

backdrop-filter:blur(10px);

transition:.3s;

}



.seo-cta-point:hover{

background:rgba(255,255,255,.20);

transform:translateY(-5px);

}



.seo-cta-point span{

width:45px;

height:45px;

border-radius:15px;

background:#fff;

color:#0d6efd;

display:flex;

align-items:center;

justify-content:center;

font-size:20px;

}



.seo-cta-point strong{

display:block;

font-size:14px;

color:#fff;

}



.seo-cta-point small{

display:block;

font-size:12px;

opacity:.85;

color:#fff;

margin-top:3px;

}

.growth-journey-section{
overflow:hidden;
}


.growth-timeline{

position:relative;

padding-left:30px;

}


.growth-timeline:before{

content:"";

position:absolute;

left:40px;

top:0;

height:100%;

width:2px;

background:#dbe8ff;

}




.growth-item{

display:flex;

gap:25px;

position:relative;

margin-bottom:35px;

}



.growth-number{

width:55px;

height:55px;

min-width:55px;

border-radius:18px;

background:#0d6efd;

color:#fff;

display:flex;

align-items:center;

justify-content:center;

font-size:22px;

z-index:2;

box-shadow:
0 15px 30px rgba(13,110,253,.25);

}




.growth-content{

background:#fff;

padding:25px;

border-radius:25px;

box-shadow:
0 15px 40px rgba(0,0,0,.06);

border:1px solid rgba(13,110,253,.08);

transition:.3s;

}



.growth-content:hover{

transform:translateX(8px);

box-shadow:
0 20px 50px rgba(13,110,253,.15);

}



.growth-content h4{

font-weight:800;

margin-bottom:10px;

}



.growth-content p{

margin:0;

color:#6c757d;

line-height:1.7;

}




.growth-stat-box{

display:flex;

gap:15px;

}



.growth-stat-box div{

background:#fff;

padding:18px;

border-radius:20px;

text-align:center;

box-shadow:
0 10px 30px rgba(0,0,0,.05);

}



.growth-stat-box strong{

display:block;

font-size:24px;

color:#0d6efd;

}



.growth-stat-box span{

font-size:12px;

color:#6c757d;

}


@media(max-width:768px){

.growth-stat-box{

flex-wrap:wrap;

}


}


.seo-help-box{

display:flex;

gap:20px;

padding:25px;

background:#f8fbff;

border-radius:25px;

border:1px solid rgba(13,110,253,.1);

}


.seo-help-icon{

width:60px;

height:60px;

background:linear-gradient(135deg,#0d6efd,#4d91ff);

color:white;

border-radius:20px;

display:flex;

align-items:center;

justify-content:center;

font-size:26px;

flex-shrink:0;

}



.seo-trust-box{

display:flex;

gap:15px;

flex-wrap:wrap;

}


.seo-trust-box div{

background:#f8fbff;

padding:12px 16px;

border-radius:50px;

font-size:13px;

font-weight:600;

color:#0d6efd;

}



.seo-trust-box i{

margin-right:8px;

}





.seo-faq-accordion .accordion-item{

border:0;

margin-bottom:18px;

border-radius:20px;

overflow:hidden;

box-shadow:
0 10px 35px rgba(0,0,0,.06);

}



.seo-faq-accordion .accordion-button{

padding:22px;

font-weight:700;

font-size:16px;

color:#212529;

background:white;

}



.seo-faq-accordion .accordion-button:not(.collapsed){

background:#0d6efd;

color:white;

}



.seo-faq-accordion .accordion-button:focus{

box-shadow:none;

}



.seo-faq-accordion .accordion-body{

padding:25px;

line-height:1.8;

color:#6c757d;

background:white;

}



.seo-faq-accordion .accordion-button i{

color:#0d6efd;

font-size:18px;

}



.seo-faq-accordion .accordion-button:not(.collapsed) i{

color:white;

}

.bizz-final-cta{

background:
linear-gradient(
135deg,
#0757d8,
#0d6efd,
#084298
);

}


.cta-glow{

position:absolute;

width:350px;

height:350px;

background:rgba(255,255,255,.12);

border-radius:50%;

filter:blur(80px);

}



.cta-glow-one{

top:-100px;

left:-100px;

}



.cta-glow-two{

bottom:-120px;

right:-80px;

}



.cta-badge{

display:inline-flex;

align-items:center;

background:white;

color:#0d6efd;

padding:12px 25px;

border-radius:50px;

font-weight:700;

}




.cta-feature{

height:100%;

padding:30px 20px;

background:rgba(255,255,255,.12);

border:1px solid rgba(255,255,255,.18);

border-radius:25px;

backdrop-filter:blur(10px);

transition:.3s;

}



.cta-feature:hover{

transform:translateY(-8px);

background:rgba(255,255,255,.18);

}



.cta-feature-icon{

width:65px;

height:65px;

margin:auto;

margin-bottom:20px;

border-radius:20px;

background:white;

color:#0d6efd;

display:flex;

align-items:center;

justify-content:center;

font-size:25px;

}



.cta-feature h5{

font-weight:800;

color:white;

}



.cta-feature p{

color:rgba(255,255,255,.7);

font-size:14px;

}



.cta-buttons{

display:flex;

justify-content:center;

gap:20px;

flex-wrap:wrap;

}



.cta-trust-panel{

background:white;

padding:35px;

border-radius:30px;

}



.cta-trust-item{

display:flex;

gap:18px;

margin-bottom:20px;

color:#6c757d;

line-height:1.7;

}



.cta-trust-item i{

color:#0d6efd;

font-size:22px;

margin-top:5px;

}



@media(max-width:768px){

.cta-trust-panel{

padding:25px;

}

}

.seo-performance-section{
    background:#ffffff;
}


.seo-bg-glow{
    position:absolute;
    width:500px;
    height:500px;
    background:rgba(13,110,253,.08);
    filter:blur(80px);
    top:-200px;
    right:-200px;
    border-radius:50%;
}



.seo-metric-card{

    background:#ffffff;
    border-radius:24px;
    padding:30px;
    border:1px solid rgba(0,0,0,.06);
    box-shadow:0 15px 40px rgba(0,0,0,.06);
    transition:.35s;
}


.seo-metric-card:hover{

    transform:translateY(-8px);
    box-shadow:0 25px 55px rgba(0,0,0,.12);

}



.seo-metric-icon{

    width:60px;
    height:60px;
    border-radius:18px;
    background:linear-gradient(135deg,#0d6efd,#084298);
    color:#fff;
    display:flex;
    align-items:center;
    justify-content:center;
    font-size:25px;
    margin-bottom:25px;

}



.seo-metric-card h6{

    font-weight:700;
    color:#555;

}



.seo-metric-card p{

    color:#777;
    font-size:14px;

}



.seo-progress{

    height:6px;
    background:#e9f1ff;
    border-radius:20px;
    overflow:hidden;

}


.seo-progress span{

    display:block;
    width:75%;
    height:100%;
    background:#0d6efd;
    border-radius:20px;

}





.seo-dashboard-card{

    background:#fff;
    border-radius:28px;
    padding:40px;
    border:1px solid rgba(0,0,0,.06);
    box-shadow:0 20px 50px rgba(0,0,0,.08);

}



.dashboard-icon{

    width:55px;
    height:55px;
    border-radius:16px;
    background:#eaf2ff;
    color:#0d6efd;
    display:flex;
    align-items:center;
    justify-content:center;
    font-size:22px;

}




.seo-feature-list div,
.report-item{

    display:flex;
    align-items:center;
    gap:15px;
    padding:14px 0;
    border-bottom:1px solid #eee;
    color:#555;
    font-weight:500;

}


.seo-feature-list i,
.report-item i{

    color:#0d6efd;
    font-size:18px;

}



.seo-report-card{

    background:linear-gradient(145deg,#ffffff,#f5f9ff);

}



@media(max-width:768px){

    .seo-dashboard-card{
        padding:25px;
    }

}


.seo-solutions-section{
position:relative;
}


.seo-service-card{

background:#fff;
padding:35px;
border-radius:28px;
border:1px solid rgba(13,110,253,.12);
box-shadow:0 15px 45px rgba(0,0,0,.07);
transition:.35s;
}


.seo-service-card:hover{

transform:translateY(-10px);
box-shadow:0 25px 60px rgba(13,110,253,.18);

}



.seo-featured-card{

background:
linear-gradient(145deg,#ffffff,#f5f9ff);

}



.seo-service-icon{

width:70px;
height:70px;
border-radius:22px;

display:flex;
align-items:center;
justify-content:center;

font-size:30px;
color:#fff;

background:
linear-gradient(135deg,#0d6efd,#0046b8);

margin-bottom:25px;

}



.seo-service-card h4{

font-weight:800;
margin-bottom:15px;

}



.seo-service-card p{

color:#6c757d;
line-height:1.7;

}



.seo-card-footer{

display:flex;
gap:15px;
flex-wrap:wrap;
margin-top:25px;

}


.seo-card-footer span{

background:#eef5ff;
color:#0d6efd;

padding:8px 14px;
border-radius:30px;

font-size:13px;
font-weight:600;

}



.seo-mini-card{

height:100%;
background:#fff;

border-radius:22px;

padding:25px;

display:flex;
gap:20px;
align-items:flex-start;

border:1px solid rgba(0,0,0,.06);

transition:.3s;

}



.seo-mini-card:hover{

transform:translateY(-6px);

border-color:#0d6efd;

box-shadow:0 15px 35px rgba(13,110,253,.12);

}



.seo-mini-card i{

font-size:28px;

color:#0d6efd;

background:#edf4ff;

width:55px;
height:55px;

border-radius:16px;

display:flex;
align-items:center;
justify-content:center;

}



.seo-mini-card h5{

font-weight:700;
margin-bottom:8px;

}



.seo-mini-card p{

font-size:14px;
color:#6c757d;
margin:0;

}

.seo-invest-section{
background:#fff;
}



.seo-benefit-item{

display:flex;
gap:18px;
margin-bottom:25px;

}



.seo-benefit-icon{

width:52px;
height:52px;

background:#eaf2ff;
color:#0d6efd;

border-radius:16px;

display:flex;
align-items:center;
justify-content:center;

font-size:20px;

flex-shrink:0;

}



.seo-benefit-item h6{

font-weight:700;
margin-bottom:5px;

}



.seo-benefit-item p{

margin:0;
font-size:14px;
color:#6c757d;

}






.seo-growth-dashboard{

background:
linear-gradient(145deg,#ffffff,#f2f7ff);

border-radius:30px;

padding:35px;

box-shadow:
0 25px 60px rgba(13,110,253,.15);

border:1px solid rgba(13,110,253,.12);

}



.seo-dashboard-header{

display:flex;
justify-content:space-between;
align-items:center;

margin-bottom:30px;

}


.seo-dashboard-header span{

font-size:13px;
color:#6c757d;

}


.seo-dashboard-header h4{

font-weight:800;
margin:5px 0 0;

}



.seo-dashboard-logo{

width:55px;
height:55px;

border-radius:18px;

background:#0d6efd;
color:#fff;

display:flex;
align-items:center;
justify-content:center;

font-size:22px;

}





.seo-score-box{

background:#fff;

padding:25px;

border-radius:22px;

display:flex;
justify-content:space-between;
align-items:center;

margin-bottom:25px;

box-shadow:0 10px 30px rgba(0,0,0,.05);

}



.seo-score-box small{

color:#777;

}


.seo-score-box h2{

color:#0d6efd;
font-weight:800;
margin:5px 0 0;

}



.seo-score-circle{

width:55px;
height:55px;

border-radius:50%;

background:#eaf2ff;
color:#0d6efd;

display:flex;
align-items:center;
justify-content:center;

}





.seo-check-list div{

background:#fff;

padding:16px;

border-radius:16px;

margin-bottom:12px;

display:flex;
align-items:center;
gap:12px;

font-weight:600;

}



.seo-check-list i{

color:#0d6efd;

}



.seo-check-list span{

margin-left:auto;

background:#eaf8ef;

color:#198754;

padding:5px 12px;

border-radius:20px;

font-size:12px;

}





.seo-growth-footer{

display:flex;

justify-content:space-around;

margin-top:25px;

background:#0d6efd;

color:#fff;

padding:18px;

border-radius:20px;

}



.seo-growth-footer div{

display:flex;

flex-direction:column;

align-items:center;

gap:5px;

font-size:13px;

}


.seo-growth-footer i{

font-size:22px;

}


.seo-process-wrapper{
position:relative;
max-width:1100px;
margin:auto;
}


.seo-process-line{

position:absolute;
left:50%;
top:0;
bottom:0;

width:3px;

background:linear-gradient(
#0066ff,
#00bfff
);

transform:translateX(-50%);

}



.seo-process-item{

position:relative;

min-height:150px;

display:flex;

align-items:center;

}



.seo-step-number{

position:absolute;

left:50%;
transform:translateX(-50%);

width:70px;
height:70px;

border-radius:50%;

background:white;

border:4px solid #0066ff;

display:flex;

align-items:center;
justify-content:center;

font-weight:800;

color:#0066ff;

z-index:3;

box-shadow:0 10px 30px rgba(0,102,255,.2);

}



.seo-step-card{

width:45%;

background:white;

padding:28px;

border-radius:24px;

display:flex;

gap:20px;

align-items:center;

box-shadow:
0 15px 40px rgba(0,0,0,.08);

transition:.3s;

border:1px solid #edf2ff;

}



.seo-left{

margin-right:auto;

}



.seo-right{

margin-left:auto;

}



.seo-step-card:hover{

transform:translateY(-8px);

box-shadow:
0 25px 60px rgba(0,102,255,.18);

}



.seo-step-icon{

width:65px;
height:65px;

border-radius:20px;

background:linear-gradient(
135deg,
#0066ff,
#00a8ff
);

display:flex;

align-items:center;
justify-content:center;

color:white;

font-size:25px;

flex-shrink:0;

}



.seo-step-card h5{

font-weight:700;

margin-bottom:8px;

}


.seo-step-card p{

color:#6c757d;

margin:0;

font-size:15px;

}



@media(max-width:768px){


.seo-process-line{

left:35px;

}


.seo-step-number{

left:35px;

}


.seo-process-item{

padding-left:80px;

}


.seo-step-card{

width:100%;

}


}

.seo-growth-process{

background:
radial-gradient(
circle at top left,
rgba(13,110,253,.12),
transparent 35%
),
linear-gradient(
135deg,
#f8fbff,
#eef5ff
);

position:relative;

overflow:hidden;

}



.seo-section-badge{


display:inline-flex;

align-items:center;

background:white;

color:#0066ff;

padding:12px 25px;

border-radius:50px;

font-weight:600;

box-shadow:
0 10px 30px rgba(0,102,255,.12);

}



.seo-growth-process h2{

font-size:42px;

letter-spacing:-1px;

}



.seo-process-wrapper{

background:rgba(255,255,255,.55);

padding:50px 20px;

border-radius:35px;

backdrop-filter:blur(10px);

box-shadow:

0 30px 70px rgba(0,0,0,.06);

}




.seo-step-card{


background:white;

border-radius:25px;

padding:30px;


border:1px solid rgba(13,110,253,.08);


box-shadow:

0 15px 45px rgba(0,0,0,.08);


}



.seo-step-icon{


background:
linear-gradient(
135deg,
#0066ff,
#00b8ff
);


box-shadow:

0 10px 25px rgba(0,102,255,.35);

}



.seo-step-number{


background:
linear-gradient(
white,
#f4f8ff
);


}




.seo-process-bottom{


margin-top:60px;

background:white;

border-radius:30px;

padding:45px;


box-shadow:

0 20px 60px rgba(0,0,0,.08);

border:

1px solid rgba(13,110,253,.08);

}



@media(max-width:768px){

.seo-growth-process h2{

font-size:32px;

}


.seo-process-wrapper{

padding:30px 10px;

}

}

/*==========================================
  BIZZNAME SEO TEAM COMPARISON
===========================================*/

.seo-team-section{
    background:linear-gradient(180deg,#f8fbff 0%,#ffffff 100%);
    position:relative;
    overflow:hidden;
}

.seo-team-section::before{
    content:"";
    position:absolute;
    width:420px;
    height:420px;
    background:rgba(13,110,253,.05);
    border-radius:50%;
    top:-180px;
    right:-120px;
}

.seo-team-section::after{
    content:"";
    position:absolute;
    width:300px;
    height:300px;
    background:rgba(13,110,253,.04);
    border-radius:50%;
    left:-140px;
    bottom:-120px;
}

.seo-team-section .container{
    position:relative;
    z-index:2;
}

/*=========================
Header
==========================*/

.seo-label{
    display:inline-flex;
    align-items:center;
    gap:10px;
    padding:10px 24px;
    background:rgba(13,110,253,.08);
    color:var(--bizz-primary);
    border-radius:40px;
    font-weight:700;
}

.seo-heading{
    font-size:46px;
    font-weight:800;
    line-height:1.2;
    margin-bottom:20px;
}

.seo-heading span{
    color:var(--bizz-primary);
}

.seo-subheading{
    font-size:18px;
    color:#6b7280;
    max-width:760px;
    margin:auto;
    line-height:1.8;
}

/*=========================
Comparison Card
==========================*/

.seo-comparison{
    background:#fff;
    border-radius:26px;
    overflow:hidden;
    box-shadow:0 25px 70px rgba(18,38,63,.08);
    border:1px solid #edf2f7;
}

/*=========================
Top Header
==========================*/

.compare-head{
    display:grid;
    grid-template-columns:1fr 1fr;
}

.compare-left,
.compare-right{
    padding:30px;
}

.compare-left{
    background:#fff5f5;
    border-right:1px solid #ececec;
}

.compare-right{
    background:linear-gradient(135deg,var(--bizz-primary),#2c82ff);
    color:#fff;
}

.compare-title{
    display:flex;
    align-items:center;
    gap:18px;
}

.compare-title h4{
    margin:0;
    font-size:22px;
    font-weight:700;
}

.compare-title small{
    opacity:.85;
    font-size:14px;
}

.compare-icon{
    width:62px;
    height:62px;
    border-radius:18px;
    display:flex;
    align-items:center;
    justify-content:center;
    font-size:24px;
}

.compare-icon.danger{
    background:#fff;
    color:#dc3545;
}

.compare-icon.success{
    background:rgba(255,255,255,.18);
    color:#fff;
}

/*=========================
Rows
==========================*/

.compare-item{
    display:grid;
    grid-template-columns:220px 1fr 1fr;
    align-items:center;
    border-top:1px solid #eef2f7;
    transition:.35s;
}

.compare-item:hover{
    background:#f9fcff;
}

.compare-item-title{
    padding:24px;
    font-weight:700;
    color:#23324d;
    background:#fbfcff;
    border-right:1px solid #eef2f7;
    text-align:center;
}

.compare-item-title i{
    display:block;
    font-size:22px;
    color:var(--bizz-primary);
    margin-bottom:10px;
}

.compare-value{
    padding:24px 30px;
    display:flex;
    align-items:center;
    gap:14px;
    font-size:15px;
}

.compare-value.left{
    color:#6b7280;
}

.compare-value.left i{
    color:#dc3545;
    font-size:20px;
}

.compare-value.right{
    color:#0b5ed7;
    font-weight:700;
    background:linear-gradient(90deg,#ffffff,#f5f9ff);
}

.compare-value.right i{
    color:#16b364;
    font-size:20px;
}

/*=========================
Growth Box
==========================*/

.seo-team-box{
    margin-top:70px;
    background:linear-gradient(135deg,#0f172a,#123b8d);
    border-radius:30px;
    padding:60px;
    color:#fff;
    overflow:hidden;
    position:relative;
}

.seo-team-box::before{
    content:"";
    position:absolute;
    width:260px;
    height:260px;
    border-radius:50%;
    background:rgba(255,255,255,.06);
    right:-80px;
    top:-80px;
}

.mini-title{
    display:inline-flex;
    align-items:center;
    padding:10px 22px;
    border-radius:40px;
    background:rgba(255,255,255,.12);
    font-weight:600;
    margin-bottom:20px;
}

.seo-team-box h3{
    font-size:38px;
    font-weight:800;
    line-height:1.3;
    margin-bottom:20px;
}

.seo-team-box p{
    color:rgba(255,255,255,.85);
    line-height:1.8;
}

/*=========================
Mini Cards
==========================*/

.mini-card{
    background:rgba(255,255,255,.08);
    border:1px solid rgba(255,255,255,.08);
    border-radius:18px;
    padding:22px;
    text-align:center;
    transition:.35s;
    height:100%;
}

.mini-card:hover{
    transform:translateY(-6px);
    background:rgba(255,255,255,.14);
}

.mini-card i{
    width:56px;
    height:56px;
    border-radius:14px;
    display:flex;
    align-items:center;
    justify-content:center;
    margin:auto auto 15px;
    background:#fff;
    color:var(--bizz-primary);
    font-size:22px;
}

.mini-card span{
    display:block;
    font-weight:700;
}

/*=========================
CTA
==========================*/

.cta-card{
    background:#fff;
    border-radius:24px;
    padding:40px 30px;
    box-shadow:0 20px 50px rgba(0,0,0,.18);
}

.cta-card i{
    width:70px;
    height:70px;
    border-radius:18px;
    display:flex;
    align-items:center;
    justify-content:center;
    margin:auto;
    background:linear-gradient(135deg,var(--bizz-primary),#2c82ff);
    color:#fff;
    font-size:28px;
    margin-bottom:20px;
}

.cta-card h4{
    color:#222;
    font-weight:800;
    margin-bottom:12px;
}

.cta-card p{
    color:#6b7280;
    margin-bottom:25px;
}

/*=========================
Responsive
==========================*/

@media(max-width:991px){

.seo-heading{
    font-size:34px;
}

.compare-head{
    grid-template-columns:1fr;
}

.compare-left{
    border-right:none;
}

.compare-item{
    grid-template-columns:1fr;
}

.compare-item-title{
    border-right:none;
    border-bottom:1px solid #eef2f7;
}

.compare-value{
    padding:18px 22px;
}

.seo-team-box{
    padding:35px;
}

.seo-team-box h3{
    font-size:28px;
}

.cta-card{
    margin-top:40px;
}

}

@media(max-width:576px){

.seo-heading{
    font-size:28px;
}

.compare-title{
    flex-direction:column;
    text-align:center;
}

.compare-item-title{
    font-size:15px;
}

.compare-value{
    font-size:14px;
}

.seo-team-box{
    padding:25px;
}

.mini-card{
    margin-bottom:15px;
}

}


.compare-value.right{
    background:linear-gradient(90deg,#f3f8ff 0%,#eef5ff 100%);
    border-left:4px solid var(--bizz-primary);
    color:#0d4db8;
    font-weight:700;
}

.compare-value.left{
    background:#fff;
    color:#666;
}

.compare-value.right{
    position:relative;
}

.compare-value.right::before{
    content:"";
    position:absolute;
    left:0;
    top:0;
    bottom:0;
    width:5px;
    background:linear-gradient(
        180deg,
        var(--bizz-primary),
        #58a6ff
    );
}

.compare-right{
    background:linear-gradient(
        135deg,
        #0d6efd,
        #0a58ca
    );
    color:#fff;
    position:relative;
    overflow:hidden;
}
.compare-right::after{
    content:"";
    position:absolute;
    width:180px;
    height:180px;
    background:rgba(255,255,255,.08);
    border-radius:50%;
    right:-60px;
    top:-60px;
}

.compare-head,
.compare-item{
    display:grid;
    grid-template-columns:1.2fr 1fr 1fr;
    align-items:center;
}

.compare-feature,
.compare-left,
.compare-right{
    height:100%;
}

.compare-head,
.compare-item{
    display:grid;
    grid-template-columns:0.7fr 1.15fr 1.15fr;
    align-items:stretch;
}

.compare-feature{
    display:flex;
    align-items:center;
    justify-content:center;
}

.compare-feature .compare-title{
    justify-content:center;
    text-align:center;
}

/* Smooth Animation */
.compare-item{
    transition:all .35s ease;
    border-radius:18px;
    position:relative;
}

/* Hover Entire Row */
.compare-item:hover{
    background:#f4f9ff;
    transform:translateY(-3px);
    box-shadow:0 18px 40px rgba(0,86,210,.10);
}

/* Left Column */
.compare-item:hover .compare-item-title{
    color:var(--bizz-primary);
}

/* In-house Column */
.compare-item:hover .compare-value.left{
    background:#fff6f6;
}

/* Highlight Bizzname Column */
.compare-item:hover .compare-value.right{
    background:linear-gradient(135deg,#0d6efd 0%,#0b5ed7 100%);
    color:#fff;
    transform:scale(1.02);
    box-shadow:0 10px 30px rgba(13,110,253,.25);
}

/* Icons */
.compare-item:hover .compare-value.right i{
    color:#fff;
}

.compare-item:hover .compare-value.left i{
    color:#dc3545;
}

.compare-item:hover .compare-item-title i{
    transform:rotate(-8deg) scale(1.1);
    color:var(--bizz-primary);
}

.compare-item i{
    transition:.3s;
}

.compare-value,
.compare-item-title{
    transition:.3s;
}

.compare-item::before{
    content:"";
    position:absolute;
    left:0;
    top:10%;
    width:4px;
    height:80%;
    background:transparent;
    border-radius:20px;
    transition:.3s;
}

.compare-item:hover::before{
    background:linear-gradient(to bottom,#0d6efd,#4dabff);
}

/*==============================================
   SEO CHALLENGES
   Bizzname Premium SaaS Section
==============================================*/

.seo-challenge-section{
    position:relative;
    overflow:hidden;
}

.seo-challenge-section::before{
    content:"";
    position:absolute;
    width:420px;
    height:420px;
    background:rgba(24,119,242,.04);
    border-radius:50%;
    top:-180px;
    right:-150px;
}

.seo-challenge-section::after{
    content:"";
    position:absolute;
    width:300px;
    height:300px;
    background:rgba(24,119,242,.03);
    border-radius:50%;
    bottom:-120px;
    left:-120px;
}

.seo-challenge-section .container{
    position:relative;
    z-index:2;
}

/*==============================================
Cards
==============================================*/

.seo-card{
    background:#fff;
    border-radius:24px;
    overflow:hidden;
    height:100%;
    border:1px solid #e9eef8;
    box-shadow:0 18px 45px rgba(15,23,42,.08);
    transition:.35s;
}

.seo-card:hover{
    transform:translateY(-10px);
    box-shadow:0 30px 70px rgba(24,119,242,.15);
}

/*==============================================
Headers
==============================================*/

.seo-card-header{
    padding:30px;
    display:flex;
    align-items:center;
    gap:18px;
    color:#fff;
    position:relative;
    overflow:hidden;
}

.seo-card-header::after{
    content:"";
    position:absolute;
    width:160px;
    height:160px;
    border-radius:50%;
    background:rgba(255,255,255,.08);
    right:-60px;
    top:-60px;
}

.seo-card-danger .seo-card-header{
    background:linear-gradient(135deg,#ff5c73,#ff2d55);
}

.seo-card-success .seo-card-header{
    background:linear-gradient(135deg,#0b63ff,#2588ff);
}

.seo-card-icon{
    width:70px;
    height:70px;
    border-radius:20px;
    background:rgba(255,255,255,.15);
    display:flex;
    align-items:center;
    justify-content:center;
    font-size:28px;
    backdrop-filter:blur(12px);
    flex-shrink:0;
}

.seo-card-header h3{
    margin:0;
    font-size:28px;
    font-weight:700;
}

.seo-card-header p{
    margin:6px 0 0;
    color:rgba(255,255,255,.85);
    font-size:15px;
}

/*==============================================
Body
==============================================*/

.seo-card-body{
    padding:30px;
}

.seo-item{
    display:flex;
    align-items:flex-start;
    gap:18px;
    padding:22px 0;
    border-bottom:1px dashed #e4ebf6;
    transition:.3s;
}

.seo-item:last-child{
    border:none;
    padding-bottom:0;
}

.seo-item:hover{
    transform:translateX(8px);
}

.seo-item-icon{
    width:56px;
    height:56px;
    border-radius:16px;
    display:flex;
    align-items:center;
    justify-content:center;
    flex-shrink:0;
    font-size:20px;
}

.seo-card-danger .seo-item-icon{
    background:#ffe7ec;
    color:#ff315d;
}

.seo-card-success .seo-item-icon{
    background:#eaf3ff;
    color:var(--bizz-primary);
}

.seo-item h5{
    margin-bottom:6px;
    font-size:18px;
    font-weight:700;
}

.seo-item p{
    margin:0;
    color:#6c757d;
    line-height:1.8;
}

/*==============================================
CTA
==============================================*/

.seo-foundation{
    margin-top:70px;
    padding:70px 60px;
    border-radius:28px;
    text-align:center;
    position:relative;
    overflow:hidden;
    background:linear-gradient(135deg,var(--bizz-primary),#0a55d9);
    box-shadow:0 25px 70px rgba(24,119,242,.18);
}

.seo-foundation::before{
    content:"";
    position:absolute;
    width:260px;
    height:260px;
    border-radius:50%;
    background:rgba(255,255,255,.08);
    top:-120px;
    right:-100px;
}

.seo-foundation::after{
    content:"";
    position:absolute;
    width:180px;
    height:180px;
    border-radius:50%;
    background:rgba(255,255,255,.05);
    left:-70px;
    bottom:-70px;
}

.seo-foundation>*{
    position:relative;
    z-index:2;
}

.foundation-icon{
    width:90px;
    height:90px;
    margin:auto;
    border-radius:24px;
    background:rgba(255,255,255,.12);
    color:#fff;
    display:flex;
    align-items:center;
    justify-content:center;
    font-size:36px;
    margin-bottom:25px;
}

.seo-foundation h3{
    color:#fff;
    font-size:42px;
    font-weight:800;
    margin-bottom:22px;
}

.seo-foundation p{
    max-width:850px;
    margin:auto;
    color:rgba(255,255,255,.90);
    line-height:1.9;
    font-size:17px;
}

.seo-foundation .badge{
    font-size:14px;
}

.seo-foundation .btn{
    margin-top:35px;
    padding:15px 40px;
    border-radius:14px;
    font-weight:700;
    box-shadow:0 15px 35px rgba(0,0,0,.18);
    transition:.3s;
}

.seo-foundation .btn:hover{
    transform:translateY(-4px);
}

/*==============================================
Responsive
==============================================*/

@media(max-width:991px){

.seo-card{
margin-bottom:25px;
}

.seo-card-header{
padding:24px;
}

.seo-card-body{
padding:24px;
}

.seo-item{
gap:14px;
padding:18px 0;
}

.seo-item-icon{
width:48px;
height:48px;
font-size:18px;
}

.seo-foundation{
padding:45px 25px;
}

.seo-foundation h3{
font-size:30px;
}

.foundation-icon{
width:75px;
height:75px;
font-size:30px;
}

}

/*==================================================
   SEO FIT SECTION
==================================================*/

.seo-fit-section{
    position:relative;
    overflow:hidden;
}

.seo-fit-section::before{
    content:"";
    position:absolute;
    width:380px;
    height:380px;
    background:rgba(13,110,253,.05);
    border-radius:50%;
    top:-180px;
    left:-150px;
}

.seo-fit-section::after{
    content:"";
    position:absolute;
    width:260px;
    height:260px;
    background:rgba(13,110,253,.04);
    border-radius:50%;
    bottom:-120px;
    right:-100px;
}

.seo-fit-section .container{
    position:relative;
    z-index:2;
}


/*==================================
 Left Card
===================================*/

.seo-fit-card{

    background:#fff;
    border-radius:28px;
    padding:45px;
    border:1px solid #edf2ff;
    box-shadow:0 20px 50px rgba(15,23,42,.08);
    height:100%;
    transition:.35s;
    position:relative;
    overflow:hidden;

}

.seo-fit-card:hover{

    transform:translateY(-8px);
    box-shadow:0 30px 70px rgba(13,110,253,.15);

}

.seo-fit-card::before{

    content:"";
    position:absolute;
    width:180px;
    height:180px;
    border-radius:50%;
    background:rgba(13,110,253,.05);
    top:-80px;
    right:-80px;

}

.seo-fit-icon{

    width:90px;
    height:90px;
    border-radius:24px;
    background:linear-gradient(135deg,var(--bizz-primary),#4f8dff);
    color:#fff;
    display:flex;
    align-items:center;
    justify-content:center;
    font-size:34px;
    margin-bottom:25px;
    box-shadow:0 20px 40px rgba(13,110,253,.25);

}

.seo-fit-tag{

    display:inline-block;
    padding:8px 18px;
    border-radius:50px;
    background:#edf4ff;
    color:var(--bizz-primary);
    font-weight:700;
    margin-bottom:20px;

}

.seo-fit-card h3{

    font-weight:800;
    margin-bottom:18px;

}

.seo-fit-card p{

    color:#6c757d;
    line-height:1.8;

}


/*==================================
 Checklist
===================================*/

.seo-fit-list{

    margin-top:30px;

}

.fit-item{

    display:flex;
    align-items:center;
    gap:18px;
    padding:16px 0;
    border-bottom:1px dashed #e6ecf6;
    transition:.3s;

}

.fit-item:last-child{

    border:none;

}

.fit-item:hover{

    padding-left:8px;

}

.fit-item i{

    width:46px;
    height:46px;
    border-radius:14px;
    display:flex;
    align-items:center;
    justify-content:center;
    background:#edf4ff;
    color:var(--bizz-primary);
    font-size:18px;
    flex-shrink:0;

}

.fit-item span{

    font-weight:600;
    color:#343a40;

}


/*==================================
 Industry Card
===================================*/

.industry-card{

    background:#fff;
    border-radius:28px;
    padding:40px;
    border:1px solid #edf2ff;
    box-shadow:0 20px 50px rgba(15,23,42,.08);
    height:100%;

}

.industry-header span{

    font-size:26px;
    font-weight:800;
    color:#222;
    display:block;
    margin-bottom:15px;

}

.industry-header i{

    color:var(--bizz-primary);

}

.industry-header p{

    color:#6c757d;
    line-height:1.8;
    margin-bottom:30px;

}


/*==================================
 Industry Grid
===================================*/

.industry-grid{

    display:flex;
    flex-wrap:wrap;
    gap:16px;

}

.industry-pill{

    padding:14px 22px;
    border-radius:16px;
    background:#f7faff;
    border:1px solid #e8eef9;
    font-weight:600;
    color:#444;
    transition:.3s;
    display:flex;
    align-items:center;
    gap:10px;

}

.industry-pill i{

    color:var(--bizz-primary);

}

.industry-pill:hover{

    background:var(--bizz-primary);
    color:#fff;
    transform:translateY(-4px);
    box-shadow:0 15px 30px rgba(13,110,253,.18);

}

.industry-pill:hover i{

    color:#fff;

}

.industry-pill.highlight{

    background:linear-gradient(135deg,var(--bizz-primary),#4f8dff);
    color:#fff;
    border:none;

}

.industry-pill.highlight i{

    color:#fff;

}


/*==================================
 CTA
===================================*/

.seo-fit-cta{

    margin-top:70px;
    background:linear-gradient(135deg,var(--bizz-primary),#0a55d9);
    border-radius:28px;
    padding:55px;
    color:#fff;
    overflow:hidden;
    position:relative;
    box-shadow:0 25px 60px rgba(13,110,253,.20);

}

.seo-fit-cta::before{

    content:"";
    position:absolute;
    width:240px;
    height:240px;
    border-radius:50%;
    background:rgba(255,255,255,.08);
    right:-80px;
    top:-80px;

}

.seo-fit-cta>*{

    position:relative;
    z-index:2;

}

.seo-fit-cta h3{

    font-size:34px;
    font-weight:800;
    margin-bottom:18px;

}

.seo-fit-cta p{

    color:rgba(255,255,255,.90);
    line-height:1.8;
    margin-bottom:0;

}

.seo-fit-cta .btn{

    border-radius:14px;
    padding:15px 35px;
    font-weight:700;
    box-shadow:0 15px 35px rgba(0,0,0,.18);
    transition:.3s;

}

.seo-fit-cta .btn:hover{

    transform:translateY(-4px);

}


/*==================================
 Responsive
===================================*/

@media(max-width:991px){

.seo-fit-card,
.industry-card{

padding:30px;

}

.seo-fit-icon{

width:75px;
height:75px;
font-size:28px;

}

.industry-grid{

gap:12px;

}

.industry-pill{

width:100%;
justify-content:flex-start;

}

.seo-fit-cta{

padding:40px 25px;
text-align:center;

}

.seo-fit-cta h3{

font-size:28px;

}

.seo-fit-cta .btn{

margin-top:25px;

}

}

.seo-business-card{
    background:#fff;
    border-radius:24px;
    padding:32px;
    border:1px solid #e8eefc;
    box-shadow:0 15px 40px rgba(25,92,255,.08);
    transition:.35s;
    height:100%;
}

.seo-business-card:hover{
    transform:translateY(-6px);
    box-shadow:0 22px 55px rgba(25,92,255,.16);
}

.seo-business-header{
    display:flex;
    align-items:center;
    gap:18px;
    margin-bottom:22px;
}

.seo-business-icon{
    width:64px;
    height:64px;
    border-radius:18px;
    display:flex;
    align-items:center;
    justify-content:center;
    background:linear-gradient(135deg,#0d6efd,#3b82f6);
    color:#fff;
    font-size:24px;
    flex-shrink:0;
}

.seo-business-label{
    display:inline-block;
    padding:6px 14px;
    border-radius:30px;
    background:#eef5ff;
    color:#0d6efd;
    font-size:13px;
    font-weight:700;
    margin-bottom:8px;
}

.seo-business-header h4{
    margin:0;
    font-weight:700;
}

.seo-business-desc{
    color:#6c757d;
    line-height:1.8;
    margin-bottom:25px;
}

.seo-business-stats{
    display:flex;
    flex-direction:column;
    gap:18px;
}

.seo-stat-item{
    display:flex;
    align-items:flex-start;
    gap:15px;
    padding:16px 18px;
    border-radius:16px;
    background:#f8fbff;
    transition:.3s;
}

.seo-stat-item:hover{
    background:#eef5ff;
    transform:translateX(6px);
}

.seo-stat-item i{
    width:46px;
    height:46px;
    border-radius:14px;
    background:#0d6efd;
    color:#fff;
    display:flex;
    align-items:center;
    justify-content:center;
    font-size:18px;
    flex-shrink:0;
}

.seo-stat-item strong{
    display:block;
    margin-bottom:4px;
    color:#212529;
}

.seo-stat-item span{
    color:#6c757d;
    font-size:14px;
    line-height:1.6;
}

/*==================================================
SEO FOUNDATION SECTION
==================================================*/

.seo-foundation-section{
    position:relative;
    overflow:hidden;
}


/*=========================================
LEFT BLUE CARD
=========================================*/

.seo-blue-card{
    background:linear-gradient(135deg,#0d6efd 0%,#1976ff 100%);
    color:#fff;
    border-radius:28px;
    padding:40px;
    height:100%;
    position:relative;
    overflow:hidden;
    box-shadow:0 18px 50px rgba(13,110,253,.18);
}

.seo-blue-card::before{
    content:"";
    position:absolute;
    width:280px;
    height:280px;
    right:-90px;
    top:-90px;
    background:rgba(255,255,255,.08);
    border-radius:50%;
}

.seo-blue-card::after{
    content:"";
    position:absolute;
    width:180px;
    height:180px;
    left:-60px;
    bottom:-60px;
    background:rgba(255,255,255,.05);
    border-radius:50%;
}


/*=========================================
HEADER
=========================================*/

.seo-card-icon{
    width:72px;
    height:72px;
    border-radius:22px;
    background:rgba(255,255,255,.15);
    backdrop-filter:blur(8px);
    display:flex;
    align-items:center;
    justify-content:center;
    font-size:30px;
    flex-shrink:0;
}

.seo-card-icon i{
    color:#fff;
}


/*=========================================
FEATURE ITEMS
=========================================*/

.seo-feature-item{
    display:flex;
    align-items:flex-start;
    gap:18px;
    padding:18px;
    border-radius:18px;
    background:rgba(255,255,255,.10);
    backdrop-filter:blur(10px);
    border:1px solid rgba(255,255,255,.12);
    transition:.35s;
    height:100%;
    position:relative;
    z-index:2;
}

.seo-feature-item:hover{
    background:rgba(255,255,255,.18);
    transform:translateY(-6px);
}

.seo-feature-item i{
    width:52px;
    height:52px;
    border-radius:15px;
    background:#fff;
    color:#0d6efd;
    display:flex;
    align-items:center;
    justify-content:center;
    font-size:22px;
    flex-shrink:0;
}

.seo-feature-item h6{
    color:#fff;
    margin-bottom:5px;
    font-weight:700;
}

.seo-feature-item small{
    color:rgba(255,255,255,.82);
    line-height:1.6;
    display:block;
}


/*=========================================
RIGHT CARD
=========================================*/

.seo-white-card{
    background:#fff;
    border-radius:28px;
    padding:40px;
    height:100%;
    border:1px solid #edf2fb;
    box-shadow:0 15px 45px rgba(30,60,114,.08);
    transition:.35s;
}

.seo-white-card:hover{
    transform:translateY(-6px);
    box-shadow:0 20px 55px rgba(13,110,253,.10);
}


/*=========================================
ROUND ICON
=========================================*/

.seo-round-icon{
    width:90px;
    height:90px;
    border-radius:50%;
    background:linear-gradient(135deg,#0d6efd,#4ea2ff);
    display:flex;
    align-items:center;
    justify-content:center;
    color:#fff;
    font-size:34px;
    box-shadow:0 15px 35px rgba(13,110,253,.22);
}


/*=========================================
PROGRESS
=========================================*/

.seo-progress-item{
    margin-bottom:28px;
}

.seo-progress-item:last-child{
    margin-bottom:0;
}

.seo-progress-item span{
    color:#495057;
    font-weight:600;
}

.seo-progress-item strong{
    color:#0d6efd;
}

.seo-progress-item .progress{
    height:9px;
    margin-top:10px;
    border-radius:30px;
    background:#eef3fa;
}

.seo-progress-item .progress-bar{
    border-radius:30px;
}


/*=========================================
BOTTOM NOTE
=========================================*/

.seo-note{
    display:flex;
    align-items:flex-start;
    gap:16px;
    background:#f5f9ff;
    padding:20px;
    border-radius:18px;
    border-left:4px solid #0d6efd;
}

.seo-note i{
    font-size:28px;
    color:#0d6efd;
    margin-top:3px;
}

.seo-note span{
    color:#556070;
    line-height:1.7;
}


/*=========================================
BADGE
=========================================*/

.seo-foundation-section .badge{
    font-size:.82rem;
    letter-spacing:.4px;
}


/*=========================================
RESPONSIVE
=========================================*/

@media(max-width:991px){

.seo-blue-card,
.seo-white-card{
    padding:30px;
}

}

@media(max-width:767px){

.seo-blue-card,
.seo-white-card{
    padding:24px;
}

.seo-card-icon{
    width:60px;
    height:60px;
    font-size:24px;
}

.seo-round-icon{
    width:72px;
    height:72px;
    font-size:28px;
}

.seo-feature-item{
    gap:14px;
    padding:16px;
}

.seo-feature-item i{
    width:46px;
    height:46px;
    font-size:18px;
}

.seo-note{
    flex-direction:column;
    text-align:center;
}

.seo-note i{
    margin:auto;
}

}

/*==================================================
TECH STACK SECTION
==================================================*/

.tech-stack-section{
    position:relative;
    background:linear-gradient(180deg,#ffffff 0%,#f5f9ff 100%);
    overflow:hidden;
}

.tech-stack-section::before{
    content:"";
    position:absolute;
    width:450px;
    height:450px;
    border-radius:50%;
    background:rgba(13,110,253,.06);
    top:-180px;
    right:-180px;
    filter:blur(30px);
}

.tech-stack-section::after{
    content:"";
    position:absolute;
    width:380px;
    height:380px;
    border-radius:50%;
    background:rgba(13,110,253,.05);
    bottom:-150px;
    left:-150px;
    filter:blur(35px);
}

/*=====================
Dashboard
======================*/

.tech-dashboard{

    position:relative;
    overflow:hidden;
    border-radius:28px;
    padding:60px;
    margin-bottom:40px;

    background:linear-gradient(135deg,#0d6efd 0%,#0047c7 100%);

    color:#fff;

    box-shadow:
    0 30px 80px rgba(13,110,253,.25);

}

.tech-dashboard::before{

    content:"";
    position:absolute;
    inset:0;

    background:
    radial-gradient(circle at top right,
    rgba(255,255,255,.18),
    transparent 40%);

}

.dashboard-content{

    position:relative;
    z-index:2;

}

.dashboard-label{

    display:inline-flex;
    align-items:center;

    padding:10px 18px;

    border-radius:50px;

    background:rgba(255,255,255,.14);

    backdrop-filter:blur(10px);

    font-size:13px;
    font-weight:600;

    letter-spacing:.5px;

}

.dashboard-content h3{

    font-size:2.4rem;
    font-weight:700;
    line-height:1.2;

}

.dashboard-content p{

    color:rgba(255,255,255,.82);

}

/*=====================
Features
======================*/

.tech-feature{

    display:flex;
    align-items:flex-start;
    gap:18px;

    padding:18px;

    border-radius:18px;

    background:rgba(255,255,255,.10);

    backdrop-filter:blur(15px);

    transition:.35s;

}

.tech-feature:hover{

    transform:translateY(-6px);

    background:rgba(255,255,255,.18);

}

.tech-feature i{

    width:54px;
    height:54px;

    border-radius:16px;

    display:flex;
    align-items:center;
    justify-content:center;

    background:#fff;
    color:#0d6efd;

    font-size:22px;

    flex-shrink:0;

}

.tech-feature h6{

    color:#fff;
    margin-bottom:5px;
    font-weight:700;

}

.tech-feature small{

    color:rgba(255,255,255,.72);

}

/*=====================
Right Dashboard
======================*/

.dashboard-visual{

    position:relative;

    min-height:420px;

    display:flex;
    align-items:center;
    justify-content:center;

}

.tech-score{

    width:220px;
    height:220px;

    border-radius:50%;

    background:#fff;

    color:#0d6efd;

    display:flex;
    flex-direction:column;
    justify-content:center;
    align-items:center;

    box-shadow:
    0 25px 60px rgba(0,0,0,.18);

    z-index:2;

}

.tech-score span{

    font-size:14px;
    font-weight:600;
    color:#6c757d;

}

.tech-score h2{

    font-size:70px;
    font-weight:800;
    margin:5px 0;

}

.tech-score small{

    color:#888;

}

/*=====================
Floating Chips
======================*/

.floating-chip{

    position:absolute;

    padding:9px 18px;

    border-radius:50px;

    background:#fff;

    color:#0d6efd;

    font-weight:700;

    font-size:13px;

    box-shadow:
    0 12px 35px rgba(0,0,0,.12);

    animation:floatChip 5s ease-in-out infinite;

}

.chip-1{top:15px;left:20px;}
.chip-2{top:50px;right:15px;}
.chip-3{left:0;top:170px;}
.chip-4{right:-5px;top:180px;}
.chip-5{left:30px;bottom:55px;}
.chip-6{right:15px;bottom:60px;}
.chip-7{left:95px;bottom:-5px;}
.chip-8{right:80px;top:-8px;}

@keyframes floatChip{

0%,100%{

transform:translateY(0);

}

50%{

transform:translateY(-10px);

}

}

/*=====================
Bottom Cards
======================*/

.tech-card{

    height:100%;

    background:#fff;

    border-radius:24px;

    padding:35px 30px;

    text-align:center;

    transition:.35s;

    border:1px solid #edf2ff;

    box-shadow:0 12px 35px rgba(15,40,80,.05);

}

.tech-card:hover{

    transform:translateY(-10px);

    box-shadow:0 25px 60px rgba(13,110,253,.12);

    border-color:#0d6efd;

}

.tech-card-icon{

    width:75px;
    height:75px;

    margin:auto auto 25px;

    border-radius:22px;

    display:flex;
    align-items:center;
    justify-content:center;

    background:linear-gradient(135deg,#0d6efd,#0050d8);

    color:#fff;

    font-size:30px;

    transition:.35s;

}

.tech-card:hover .tech-card-icon{

    transform:rotate(-8deg) scale(1.08);

}

.tech-card h5{

    font-weight:700;
    margin-bottom:12px;

}

.tech-card p{

    color:#6c757d;
    margin:0;

}

/*=====================
CTA
======================*/

.tech-cta{

    padding:55px;

    border-radius:28px;

    background:#fff;

    border:1px solid #edf2ff;

    box-shadow:0 20px 60px rgba(13,110,253,.08);

}

.cta-tag{

    display:inline-block;

    background:#eaf3ff;

    color:#0d6efd;

    padding:8px 18px;

    border-radius:40px;

    font-size:12px;

    font-weight:700;

    letter-spacing:1px;

}

.tech-cta h3{

    font-weight:700;
    margin-bottom:18px;

}

.tech-cta p{

    color:#6c757d;

}

/*=====================
Responsive
======================*/

@media(max-width:991px){

.tech-dashboard{

padding:35px;

}

.dashboard-content h3{

font-size:2rem;

}

.dashboard-visual{

margin-top:40px;

min-height:340px;

}

.tech-score{

width:180px;
height:180px;

}

.tech-score h2{

font-size:54px;

}

}

@media(max-width:767px){

.tech-dashboard{

padding:25px;

}

.dashboard-content h3{

font-size:1.7rem;

}

.tech-feature{

flex-direction:column;
text-align:center;

}

.tech-feature i{

margin:auto;

}

.floating-chip{

display:none;

}

.tech-cta{

padding:35px 25px;

text-align:center;

}

}


/*======================================
    BIZZNAME TRUST SECTION
======================================*/

.commitment-section{
    position:relative;
    background:#f7faff;
    overflow:hidden;
}

.commitment-section::before{
    content:"";
    position:absolute;
    width:420px;
    height:420px;
    border-radius:50%;
    background:rgba(13,110,253,.05);
    top:-180px;
    left:-120px;
    filter:blur(40px);
}

.commitment-section::after{
    content:"";
    position:absolute;
    width:380px;
    height:380px;
    border-radius:50%;
    background:rgba(13,110,253,.04);
    bottom:-180px;
    right:-120px;
    filter:blur(40px);
}

.commitment-section .container{
    position:relative;
    z-index:2;
}
/*=========================================
        TRUST WALL
=========================================*/

.trust-wall{
    position: relative;
    background: linear-gradient(180deg,#f8fbff 0%,#ffffff 100%);
    overflow: hidden;
}

.trust-wall::before{
    content:"";
    position:absolute;
    width:420px;
    height:420px;
    border-radius:50%;
    background:rgba(13,110,253,.05);
    top:-180px;
    left:-140px;
}

.trust-wall::after{
    content:"";
    position:absolute;
    width:380px;
    height:380px;
    border-radius:50%;
    background:rgba(13,110,253,.04);
    right:-120px;
    bottom:-150px;
}

.trust-wall .container{
    position:relative;
    z-index:2;
}


/*=========================================
        PANELS
=========================================*/

.trust-panel{
    background:#fff;
    border:1px solid #e9eef7;
    border-radius:24px;
    padding:40px;
    height:100%;
    box-shadow:0 15px 40px rgba(15,23,42,.06);
    transition:.35s ease;
}

.trust-panel:hover{
    transform:translateY(-8px);
    box-shadow:0 25px 60px rgba(15,23,42,.12);
}

.trust-panel-dark{
    background:#111827;
    color:#fff;
    border-color:#1f2937;
}

.trust-panel-dark .trust-label,
.trust-panel-dark .trust-item p{
    color:rgba(255,255,255,.70);
}

.trust-panel-dark h3,
.trust-panel-dark h6{
    color:#fff;
}


/*=========================================
        HEADER
=========================================*/

.trust-panel-header{
    display:flex;
    align-items:center;
    gap:20px;
    margin-bottom:35px;
}

.trust-icon{
    width:72px;
    height:72px;
    border-radius:20px;
    display:flex;
    align-items:center;
    justify-content:center;
    font-size:28px;
    color:#0d6efd;
    background:#eef5ff;
    flex-shrink:0;
}

.trust-icon.danger{
    background:rgba(220,53,69,.12);
    color:#ff6b6b;
}

.trust-label{
    display:inline-block;
    font-size:12px;
    font-weight:700;
    letter-spacing:1px;
    text-transform:uppercase;
    color:#0d6efd;
    margin-bottom:6px;
}

.trust-panel-header h3{
    font-size:28px;
    font-weight:700;
    margin:0;
}


/*=========================================
        LIST
=========================================*/

.trust-list{
    display:flex;
    flex-direction:column;
    gap:18px;
}

.trust-item{
    display:flex;
    align-items:flex-start;
    gap:18px;
    padding:18px;
    border-radius:18px;
    transition:.30s;
}

.trust-panel .trust-item{
    background:#f8fbff;
}

.trust-panel-dark .trust-item{
    background:rgba(255,255,255,.05);
}

.trust-item:hover{
    transform:translateX(6px);
}

.trust-check,
.trust-ban{
    width:42px;
    height:42px;
    border-radius:12px;
    display:flex;
    align-items:center;
    justify-content:center;
    font-size:16px;
    flex-shrink:0;
}

.trust-check{
    background:#e8f8ef;
    color:#16a34a;
}

.trust-ban{
    background:#ffe9ea;
    color:#dc3545;
}

.trust-item h6{
    font-weight:700;
    margin-bottom:5px;
}

.trust-item p{
    margin:0;
    color:#6b7280;
    line-height:1.6;
    font-size:15px;
}


/*=========================================
        CTA
=========================================*/

.trust-cta{
    margin-top:70px;
    background:linear-gradient(135deg,#0d6efd,#0050d7);
    border-radius:28px;
    padding:55px;
    color:#fff;
    box-shadow:0 25px 60px rgba(13,110,253,.25);
    position:relative;
    overflow:hidden;
}

.trust-cta::before{
    content:"";
    position:absolute;
    width:240px;
    height:240px;
    background:rgba(255,255,255,.08);
    border-radius:50%;
    right:-80px;
    top:-80px;
}

.trust-cta::after{
    content:"";
    position:absolute;
    width:170px;
    height:170px;
    background:rgba(255,255,255,.06);
    border-radius:50%;
    left:-60px;
    bottom:-60px;
}

.trust-cta .row{
    position:relative;
    z-index:2;
}

.trust-mini-badge{
    display:inline-flex;
    align-items:center;
    gap:8px;
    background:rgba(255,255,255,.15);
    padding:10px 18px;
    border-radius:50px;
    margin-bottom:18px;
    font-size:14px;
    font-weight:600;
}

.trust-cta h3{
    color:#fff;
    font-size:38px;
    font-weight:800;
    margin-bottom:18px;
}

.trust-cta p{
    color:rgba(255,255,255,.85);
    font-size:17px;
    line-height:1.8;
    margin-bottom:0;
}

.trust-cta .btn{
    min-width:240px;
    height:58px;
    border-radius:50px;
    font-weight:700;
    box-shadow:0 12px 30px rgba(0,0,0,.15);
}


/*=========================================
        RESPONSIVE
=========================================*/

@media(max-width:991px){

    .trust-panel{
        padding:30px;
    }

    .trust-cta{
        padding:40px 30px;
        text-align:center;
    }

    .trust-cta h3{
        font-size:30px;
    }

}

@media(max-width:767px){

    .trust-panel-header{
        flex-direction:column;
        text-align:center;
    }

    .trust-item{
        padding:15px;
    }

    .trust-cta h3{
        font-size:26px;
    }

    .trust-cta .btn{
        width:100%;
        min-width:100%;
        margin-top:25px;
    }

}

/*=====================================================
                SEO ROADMAP SECTION
=====================================================*/

.seo-roadmap-section{
    position:relative;
    background:linear-gradient(180deg,#ffffff 0%,#f7faff 100%);
    overflow:hidden;
}

.seo-roadmap-section::before{
    content:"";
    position:absolute;
    width:420px;
    height:420px;
    border-radius:50%;
    background:rgba(13,110,253,.05);
    top:-180px;
    left:-140px;
}

.seo-roadmap-section::after{
    content:"";
    position:absolute;
    width:340px;
    height:340px;
    border-radius:50%;
    background:rgba(13,110,253,.04);
    bottom:-120px;
    right:-100px;
}

.seo-roadmap-section .container{
    position:relative;
    z-index:2;
}


/*=====================================================
                    ROADMAP
=====================================================*/

.seo-roadmap{
    position:relative;
    padding-top:45px;
}

.roadmap-line{
    position:absolute;
    left:12%;
    right:12%;
    top:42px;
    height:4px;
    border-radius:20px;
    background:linear-gradient(90deg,#0d6efd,#62a9ff);
    z-index:1;
}

.roadmap-line::after{
    content:"";
    position:absolute;
    inset:0;
    border-radius:20px;
    background:
    repeating-linear-gradient(
        90deg,
        transparent 0,
        transparent 18px,
        rgba(255,255,255,.45) 18px,
        rgba(255,255,255,.45) 28px
    );
}


/*=====================================================
                    CARD
=====================================================*/

.roadmap-card{

    position:relative;
    background:#fff;
    border-radius:24px;
    border:1px solid #edf2f8;
    box-shadow:0 18px 45px rgba(16,24,40,.06);
    padding:65px 28px 30px;
    height:100%;
    transition:.35s;
    overflow:visible;
    z-index:5;

}

.roadmap-card:hover{

    transform:translateY(-10px);
    box-shadow:0 30px 60px rgba(16,24,40,.12);

}

.roadmap-card::before{

    content:"";
    position:absolute;
    left:0;
    top:0;
    width:100%;
    height:5px;
    border-radius:24px 24px 0 0;
    background:linear-gradient(90deg,#0d6efd,#54a2ff);
    transform:scaleX(0);
    transform-origin:left;
    transition:.35s;

}

.roadmap-card:hover::before{

    transform:scaleX(1);

}


/*=====================================================
                ACTIVE CARD
=====================================================*/

.roadmap-active{

    background:linear-gradient(135deg,#0d6efd,#0058d8);
    color:#fff;
    box-shadow:0 30px 65px rgba(13,110,253,.28);

}

.roadmap-active::before{

    display:none;

}

.roadmap-active h4,
.roadmap-active p,
.roadmap-active li{

    color:#fff;

}

.roadmap-active .roadmap-phase{

    background:rgba(255,255,255,.16);
    color:#fff;

}


/*=====================================================
                    ICON
=====================================================*/

.roadmap-icon{

    position:absolute;
    top:-42px;
    left:50%;
    transform:translateX(-50%);

    width:84px;
    height:84px;

    border-radius:50%;

    background:linear-gradient(135deg,#0d6efd,#56a4ff);

    color:#fff;

    display:flex;
    align-items:center;
    justify-content:center;

    font-size:30px;

    border:6px solid #fff;

    box-shadow:0 18px 35px rgba(13,110,253,.30);

    z-index:20;

}

.roadmap-active .roadmap-icon{

    background:#fff;
    color:#0d6efd;

}


/*=====================================================
                BIG NUMBER
=====================================================*/

.roadmap-number{

    position:absolute;
    top:15px;
    right:18px;

    font-size:68px;
    line-height:1;
    font-weight:900;

    color:#edf2fb;

    user-select:none;

}

.roadmap-active .roadmap-number{

    color:rgba(255,255,255,.08);

}


/*=====================================================
                    CONTENT
=====================================================*/

.roadmap-phase{

    display:inline-flex;
    align-items:center;
    justify-content:center;

    padding:8px 18px;

    border-radius:50px;

    background:#eef5ff;

    color:#0d6efd;

    font-size:12px;
    font-weight:700;
    letter-spacing:.6px;
    text-transform:uppercase;

    margin-bottom:18px;

}

.roadmap-card h4{

    font-size:24px;
    font-weight:700;
    margin-bottom:15px;

}

.roadmap-card p{

    color:#667085;
    line-height:1.7;
    margin-bottom:28px;

}
/*=====================================================
                    ROADMAP LIST
=====================================================*/

.roadmap-list{
    list-style:none;
    padding:0;
    margin:0;
}

.roadmap-list li{

    display:flex;
    align-items:flex-start;
    gap:12px;

    padding:14px 0;

    border-bottom:1px dashed #e8edf5;

    color:#374151;
    font-size:15px;
    font-weight:500;

    transition:.30s;

}

.roadmap-list li:last-child{

    border-bottom:none;

}

.roadmap-list li i{

    width:38px;
    height:38px;

    border-radius:12px;

    display:flex;
    align-items:center;
    justify-content:center;

    background:#eef5ff;

    color:#0d6efd;

    flex-shrink:0;

    transition:.30s;

}

.roadmap-list li:hover{

    transform:translateX(6px);

}

.roadmap-list li:hover i{

    background:#0d6efd;
    color:#fff;

}


/* Active Card */

.roadmap-active .roadmap-list li{

    border-color:rgba(255,255,255,.15);
    color:#fff;

}

.roadmap-active .roadmap-list li i{

    background:rgba(255,255,255,.18);
    color:#fff;

}

.roadmap-active .roadmap-list li:hover i{

    background:#fff;
    color:#0d6efd;

}


/*=====================================================
                    CTA
=====================================================*/

.roadmap-cta{

    margin-top:70px;

    padding:50px;

    border-radius:28px;

    background:linear-gradient(135deg,#0d6efd,#0057d7);

    color:#fff;

    overflow:hidden;

    position:relative;

    box-shadow:0 25px 70px rgba(13,110,253,.22);

}

.roadmap-cta::before{

    content:"";

    position:absolute;

    width:260px;
    height:260px;

    border-radius:50%;

    background:rgba(255,255,255,.08);

    right:-90px;
    top:-90px;

}

.roadmap-cta::after{

    content:"";

    position:absolute;

    width:180px;
    height:180px;

    border-radius:50%;

    background:rgba(255,255,255,.05);

    left:-60px;
    bottom:-60px;

}

.roadmap-cta .row{

    position:relative;
    z-index:2;

}

.roadmap-badge{

    display:inline-flex;
    align-items:center;
    gap:8px;

    background:rgba(255,255,255,.15);

    padding:10px 18px;

    border-radius:50px;

    font-size:14px;
    font-weight:600;

}

.roadmap-badge i{

    color:#fff;

}

.roadmap-cta h3{

    font-size:36px;
    font-weight:800;

    margin:20px 0 18px;

    color:#fff;

}

.roadmap-cta p{

    color:rgba(255,255,255,.88);

    font-size:17px;

    line-height:1.8;

}

.roadmap-cta .btn{

    min-width:240px;

    height:58px;

    font-weight:700;

    border-radius:50px;

    box-shadow:0 15px 35px rgba(0,0,0,.18);

}


/*=====================================================
                RESPONSIVE
=====================================================*/

@media (max-width:991px){

    .roadmap-line{

        display:none !important;

    }

    .roadmap-card{

        margin-top:40px;

    }

    .roadmap-number{

        font-size:58px;

    }

    .roadmap-icon{

        width:76px;
        height:76px;
        top:-38px;

        font-size:26px;

    }

    .roadmap-cta{

        text-align:center;

        padding:40px 30px;

    }

    .roadmap-cta .btn{

        width:100%;
        margin-top:25px;

    }

}

@media (max-width:767px){

    .seo-roadmap{

        padding-top:10px;

    }

    .roadmap-card{

        padding:60px 22px 25px;

    }

    .roadmap-card h4{

        font-size:22px;

    }

    .roadmap-card p{

        font-size:15px;

    }

    .roadmap-list li{

        font-size:14px;

        padding:12px 0;

    }

    .roadmap-list li i{

        width:34px;
        height:34px;
        font-size:14px;

    }

    .roadmap-cta h3{

        font-size:28px;

    }

    .roadmap-cta p{

        font-size:15px;

    }

}
/*==================================================
            AI SEO MYTHS SECTION
==================================================*/

.seo-ai-section{
    background:#f8fbff;
}

.seo-ai-section .badge{
    font-size:.82rem;
    letter-spacing:.8px;
}

.seo-ai-section h2{
    font-size:2.7rem;
    line-height:1.3;
}

.seo-ai-section .lead{
    max-width:760px;
    margin:auto;
}


/*==================================================
            ANALYSIS CARD
==================================================*/

.ai-analysis-card{

    background:#fff;

    border-radius:22px;

    border:1px solid #e9eef5;

    padding:28px;

    box-shadow:0 12px 35px rgba(15,23,42,.06);

    transition:.35s;

}

.ai-analysis-card:hover{

    transform:translateY(-6px);

    box-shadow:0 22px 50px rgba(13,110,253,.12);

}

.analysis-top{

    display:flex;

    justify-content:space-between;

    align-items:center;

    margin-bottom:20px;

}

.analysis-title{

    display:flex;

    align-items:center;

    gap:12px;

    font-size:13px;

    font-weight:700;

    letter-spacing:1px;

    color:#64748b;

    text-transform:uppercase;

}

.analysis-title i{

    color:#0d6efd;

    font-size:20px;

}

.analysis-status{

    background:#e8f9ef;

    color:#16a34a;

    padding:6px 15px;

    border-radius:30px;

    font-size:13px;

    font-weight:700;

}

.analysis-query{

    background:#f8fbff;

    border-left:4px solid #0d6efd;

    padding:18px 22px;

    border-radius:10px;

    font-size:20px;

    font-weight:700;

    color:#1e293b;

    margin-bottom:22px;

}

.analysis-progress{

    height:8px;

    background:#edf2f7;

    border-radius:50px;

    overflow:hidden;

    margin-bottom:25px;

}

.analysis-bar{

    width:100%;

    height:100%;

    background:linear-gradient(90deg,#0d6efd,#4dabff);

    border-radius:50px;

}

.analysis-result{

    display:flex;

    gap:22px;

    align-items:flex-start;

}

.result-icon{

    width:70px;

    height:70px;

    border-radius:18px;

    display:flex;

    align-items:center;

    justify-content:center;

    font-size:34px;

    flex-shrink:0;

}

.analysis-result.false .result-icon{

    background:#ffe8e8;

    color:#dc3545;

}

.analysis-result.true .result-icon{

    background:#e9fff1;

    color:#16a34a;

}

.analysis-result h5{

    font-weight:700;

    margin-bottom:10px;

    color:#1e293b;

}

.analysis-result p{

    color:#64748b;

    line-height:1.8;

    margin:0;

}


/*==================================================
            AI FINAL REPORT
==================================================*/

.seo-ai-report{

    margin-top:60px;

    background:#fff;

    border-radius:28px;

    padding:50px;

    border:1px solid #e9eef5;

    box-shadow:0 20px 50px rgba(15,23,42,.08);

}

.report-header{

    display:flex;

    align-items:center;

    gap:20px;

    margin-bottom:25px;

}

.report-icon{

    width:80px;

    height:80px;

    border-radius:22px;

    background:linear-gradient(135deg,#0d6efd,#3b82f6);

    display:flex;

    align-items:center;

    justify-content:center;

    color:#fff;

    font-size:34px;

    flex-shrink:0;

}

.report-label{

    display:inline-block;

    background:#eaf3ff;

    color:#0d6efd;

    padding:6px 16px;

    border-radius:30px;

    font-size:12px;

    font-weight:700;

    letter-spacing:1px;

    margin-bottom:10px;

}

.report-header h3{

    font-size:34px;

    font-weight:700;

    margin:0;

    color:#1e293b;

}

.report-text{

    font-size:17px;

    color:#667085;

    line-height:1.9;

    margin-bottom:35px;

}


/*==================================================
            REPORT POINTS
==================================================*/

.report-points{

    display:grid;

    grid-template-columns:repeat(2,1fr);

    gap:18px;

}

.report-point{

    display:flex;

    align-items:flex-start;

    gap:14px;

    padding:18px;

    background:#f8fbff;

    border:1px solid #e9eef5;

    border-radius:16px;

    transition:.35s;

    font-weight:600;

    color:#1f2937;

}

.report-point:hover{

    background:#0d6efd;

    color:#fff;

    transform:translateY(-5px);

}

.report-point i{

    color:#16a34a;

    font-size:18px;

    margin-top:2px;

}

.report-point:hover i{

    color:#fff;

}


/*==================================================
            SCORE CARD
==================================================*/

.analysis-score{

    background:linear-gradient(145deg,#0d6efd,#0057d8);

    border-radius:28px;

    padding:35px 28px;

    text-align:center;

    color:#fff;

    height:100%;

    box-shadow:0 20px 45px rgba(13,110,253,.30);

}

.score-circle{

    width:150px;

    height:150px;

    margin:0 auto 25px;

    background:#fff;

    border:8px solid rgba(255,255,255,.25);

    border-radius:50%;

    display:flex;

    align-items:center;

    justify-content:center;

    color:#0d6efd;

    font-size:40px;

    font-weight:800;

}

.analysis-score h4{

    color:#fff;

    font-weight:700;

    margin-bottom:15px;

}

.analysis-score p{

    color:rgba(255,255,255,.92);

    line-height:1.8;

}

.analysis-score hr{

    border-color:rgba(255,255,255,.2);

}

.analysis-score .text-start{

    text-align:left!important;

    margin-top:10px;

}

.analysis-score .text-start div{

    display:flex;

    align-items:center;

    margin-bottom:14px;

    font-weight:600;

}

.analysis-score .text-start i{

    color:#7dffb0;

    margin-right:12px;

    width:18px;

}

.analysis-score .btn{

    margin-top:28px;

    height:56px;

    border-radius:50px;

    font-weight:700;

}


/*==================================================
            RESPONSIVE
==================================================*/

@media(max-width:991px){

    .seo-ai-report{

        padding:35px;

    }

    .report-points{

        grid-template-columns:1fr;

    }

    .analysis-score{

        margin-top:35px;

    }

}

@media(max-width:767px){

    .seo-ai-section h2{

        font-size:2rem;

    }

    .analysis-top{

        flex-direction:column;

        align-items:flex-start;

        gap:12px;

    }

    .analysis-result{

        flex-direction:column;

    }

    .result-icon{

        width:60px;

        height:60px;

        font-size:28px;

    }

    .seo-ai-report{

        padding:25px;

    }

    .report-header{

        flex-direction:column;

        text-align:center;

    }

    .report-header h3{

        font-size:28px;

    }

    .report-icon{

        width:70px;

        height:70px;

        font-size:30px;

    }

    .report-text{

        font-size:15px;

    }

    .score-circle{

        width:120px;

        height:120px;

        font-size:32px;

    }

}

/*==================================================
            BEFORE vs AFTER SEO
==================================================*/

.seo-comparison-section{
    background:#fff;
    position:relative;
    overflow:hidden;
}

.seo-comparison-section .badge{
    font-size:.85rem;
    letter-spacing:.8px;
}

.seo-comparison-section h2{
    font-size:2.7rem;
    line-height:1.3;
}

.seo-comparison-section .lead{
    max-width:760px;
    margin:auto;
    color:#6b7280;
}


/*==============================
        WRAPPER
==============================*/

.seo-vs-wrapper2{
    position:relative;
    border-radius:30px;
    overflow:hidden;
    box-shadow:0 20px 60px rgba(15,23,42,.08);
    background:#fff;
}


/*==============================
        PANELS
==============================*/

.comparison-panel{
    padding:45px;
    height:100%;
}

.comparison-left{
    background:#fff5f5;
    border-right:1px solid #ececec;
}

.comparison-right{
    background:#f4fff8;
}


/*==============================
        HEADER
==============================*/

.comparison-header{
    display:flex;
    align-items:center;
    margin-bottom:35px;
}

.comparison-icon{
    width:70px;
    height:70px;
    border-radius:20px;
    display:flex;
    align-items:center;
    justify-content:center;
    margin-right:20px;
    font-size:28px;
    background:#ffe4e6;
    color:#dc3545;
}

.comparison-icon.success{
    background:#dff8e8;
    color:#16a34a;
}

.comparison-label{
    display:inline-block;
    background:#dc3545;
    color:#fff;
    padding:5px 14px;
    border-radius:30px;
    font-size:12px;
    font-weight:700;
    letter-spacing:1px;
    margin-bottom:8px;
}

.comparison-label.success{
    background:#16a34a;
}

.comparison-header h3{
    margin:0;
    font-weight:700;
    color:#1f2937;
}


/*==============================
        LIST
==============================*/

.comparison-list{
    display:flex;
    flex-direction:column;
    gap:18px;
}

.comparison-item{
    display:flex;
    align-items:center;
    padding:18px 22px;
    border-radius:16px;
    font-weight:600;
    transition:.3s;
    font-size:16px;
}

.comparison-item i{
    font-size:22px;
    margin-right:16px;
    width:28px;
}

.comparison-item.bad{
    background:#fff;
    color:#374151;
    border:1px solid #ffd9dd;
}

.comparison-item.bad i{
    color:#dc3545;
}

.comparison-item.good{
    background:#fff;
    color:#1f2937;
    border:1px solid #d8f5e3;
}

.comparison-item.good i{
    color:#16a34a;
}

.comparison-item:hover{
    transform:translateX(8px);
    box-shadow:0 10px 25px rgba(0,0,0,.06);
}

/*==========================================
        IMPROVEMENT DASHBOARD
==========================================*/

.seo-improvement-panel{
    margin-top:70px;
    background:#fff;
    border-radius:30px;
    padding:50px;
    box-shadow:0 18px 45px rgba(15,23,42,.08);
    border:1px solid #edf2f7;
}

.panel-label{
    display:inline-flex;
    align-items:center;
    background:#eef6ff;
    color:#0d6efd;
    padding:8px 18px;
    border-radius:50px;
    font-size:13px;
    font-weight:700;
    letter-spacing:.8px;
}

.panel-label i{
    font-size:15px;
}

.seo-improvement-panel h3{
    font-size:2rem;
    color:#1f2937;
}

.seo-improvement-panel p{
    color:#6b7280;
    line-height:1.8;
}


/*==========================================
        PROGRESS BARS
==========================================*/

.improvement-bars{
    display:flex;
    flex-direction:column;
    gap:28px;
}

.improvement-item span{
    font-weight:600;
    color:#374151;
}

.improvement-item strong{
    color:#0d6efd;
}

.improvement-item .progress{
    height:12px;
    background:#edf2f7;
    border-radius:50px;
    overflow:hidden;
}

.improvement-item .progress-bar{
    border-radius:50px;
}


/*==========================================
        SCORE CARD
==========================================*/

.seo-score-card{
    height:100%;
    background:linear-gradient(145deg,#0d6efd,#0056d6);
    color:#fff;
    border-radius:28px;
    padding:40px 35px;
    text-align:center;
    box-shadow:0 20px 45px rgba(13,110,253,.28);
}

.score-ring{
    width:160px;
    height:160px;
    margin:0 auto 25px;
    border-radius:50%;
    background:#fff;
    border:8px solid rgba(255,255,255,.25);
    display:flex;
    align-items:center;
    justify-content:center;
}

.score-ring span{
    font-size:42px;
    font-weight:800;
    color:#0d6efd;
}

.seo-score-card h4{
    color:#fff;
    font-weight:700;
    margin-bottom:15px;
}

.seo-score-card p{
    color:rgba(255,255,255,.92);
    line-height:1.8;
}

.score-features{
    margin-top:30px;
    text-align:left;
}

.score-features div{
    display:flex;
    align-items:center;
    margin-bottom:16px;
    font-weight:600;
    color:#fff;
}

.score-features i{
    color:#8df3b6;
    margin-right:12px;
    width:20px;
    font-size:18px;
}


/*==========================================
        CTA
==========================================*/

.comparison-cta{
    margin-top:70px;
    padding:45px 50px;
    border-radius:28px;
    background:linear-gradient(135deg,#0d6efd,#3b82f6);
    color:#fff;
    box-shadow:0 20px 50px rgba(13,110,253,.25);
}

.comparison-cta h3{
    color:#fff;
    font-size:2rem;
    margin-bottom:15px;
}

.comparison-cta p{
    color:rgba(255,255,255,.92);
    line-height:1.8;
}

.comparison-cta .btn{
    min-width:260px;
    height:58px;
    border-radius:50px;
    font-size:17px;
    font-weight:700;
}


/*==========================================
        RESPONSIVE
==========================================*/

@media(max-width:991px){

    .comparison-left{
        border-right:none;
        border-bottom:1px solid #ececec;
    }

    .comparison-panel{
        padding:35px;
    }

    .seo-improvement-panel{
        padding:35px;
    }

    .seo-score-card{
        margin-top:40px;
    }

    .comparison-cta{
        text-align:center;
        padding:40px 30px;
    }

    .comparison-cta .btn{
        width:100%;
        margin-top:25px;
    }

}

@media(max-width:767px){

    .seo-comparison-section h2{
        font-size:2rem;
    }

    .comparison-header{
        flex-direction:column;
        text-align:center;
    }

    .comparison-icon{
        margin:0 0 18px;
    }

    .comparison-panel{
        padding:28px;
    }

    .comparison-item{
        padding:15px 16px;
        font-size:15px;
    }

    .comparison-item i{
        font-size:20px;
    }

    .seo-improvement-panel{
        padding:25px;
    }

    .seo-improvement-panel h3{
        font-size:1.6rem;
    }

    .comparison-cta h3{
        font-size:1.7rem;
    }

    .score-ring{
        width:130px;
        height:130px;
    }

    .score-ring span{
        font-size:34px;
    }

}

/*==================================================
            SEO AUDIT SCANNER SECTION
==================================================*/

.seo-audit-section{
    background:#f8fbff;
    position:relative;
    overflow:hidden;
}

.seo-audit-section::before{
    content:"";
    position:absolute;
    width:420px;
    height:420px;
    border-radius:50%;
    background:rgba(13,110,253,.05);
    top:-180px;
    right:-120px;
}

.seo-audit-section::after{
    content:"";
    position:absolute;
    width:320px;
    height:320px;
    border-radius:50%;
    background:rgba(13,110,253,.04);
    bottom:-120px;
    left:-100px;
}

.seo-audit-section .container{
    position:relative;
    z-index:2;
}

.seo-audit-section h2{
    font-size:2.7rem;
    line-height:1.3;
}

.seo-audit-section .lead{
    max-width:760px;
    margin:auto;
    color:#64748b;
}


/*==================================================
            AUDIT PANEL
==================================================*/

.seo-audit-panel{
    background:#fff;
    border-radius:28px;
    padding:35px;
    border:1px solid #e9eef5;
    box-shadow:0 20px 50px rgba(15,23,42,.08);
}

.audit-header{
    display:flex;
    justify-content:space-between;
    align-items:center;
    flex-wrap:wrap;
    gap:15px;
    margin-bottom:25px;
}

.audit-live{
    display:flex;
    align-items:center;
    gap:10px;
    background:#eefbf3;
    color:#16a34a;
    padding:10px 18px;
    border-radius:40px;
    font-size:13px;
    font-weight:700;
    letter-spacing:1px;
}

.audit-live span{
    width:10px;
    height:10px;
    border-radius:50%;
    background:#16a34a;
    animation:pulse 1.5s infinite;
}

@keyframes pulse{
    0%{opacity:1;transform:scale(1);}
    50%{opacity:.4;transform:scale(1.3);}
    100%{opacity:1;transform:scale(1);}
}

.audit-domain{
    font-weight:700;
    color:#0f172a;
    background:#f8fafc;
    border:1px solid #edf2f7;
    padding:10px 16px;
    border-radius:14px;
}


/*==================================================
            PROGRESS BAR
==================================================*/

.audit-progress{
    height:10px;
    background:#edf2f7;
    border-radius:50px;
    overflow:hidden;
    margin-bottom:30px;
}

.audit-progress-bar{
    width:100%;
    height:100%;
    background:linear-gradient(90deg,#0d6efd,#4dabff);
    border-radius:50px;
}


/*==================================================
            AUDIT ITEMS
==================================================*/

.audit-item{
    display:flex;
    justify-content:space-between;
    align-items:center;
    padding:18px 20px;
    border:1px solid #edf2f7;
    border-radius:18px;
    background:#fff;
    margin-bottom:18px;
    transition:.3s;
}

.audit-item:hover{
    transform:translateY(-4px);
    box-shadow:0 12px 30px rgba(13,110,253,.08);
    border-color:#dbeafe;
}

.audit-left{
    display:flex;
    align-items:center;
    gap:14px;
    font-weight:600;
    color:#1f2937;
}

.audit-left i{
    width:44px;
    height:44px;
    border-radius:12px;
    display:flex;
    align-items:center;
    justify-content:center;
    background:#eef5ff;
    color:#0d6efd;
    font-size:18px;
}

.audit-status{
    padding:8px 16px;
    border-radius:30px;
    font-size:12px;
    font-weight:700;
    letter-spacing:.5px;
    text-transform:uppercase;
}

.audit-status.success{
    background:#e8f9ef;
    color:#16a34a;
}


/*==================================================
            FINAL REPORT
==================================================*/

.audit-report{
    margin-top:60px;
    background:#fff;
    border-radius:28px;
    padding:50px;
    border:1px solid #e9eef5;
    box-shadow:0 20px 50px rgba(15,23,42,.08);
}

.report-head{
    display:flex;
    align-items:center;
    gap:20px;
    margin-bottom:25px;
}

.report-badge{
    width:80px;
    height:80px;
    border-radius:22px;
    background:linear-gradient(135deg,#0d6efd,#3b82f6);
    display:flex;
    align-items:center;
    justify-content:center;
    color:#fff;
    font-size:34px;
    flex-shrink:0;
}

.report-tag{
    display:inline-block;
    background:#eaf3ff;
    color:#0d6efd;
    padding:6px 16px;
    border-radius:30px;
    font-size:12px;
    font-weight:700;
    letter-spacing:1px;
    margin-bottom:10px;
}

.report-head h3{
    margin:0;
    font-size:2rem;
    font-weight:700;
    color:#0f172a;
}

.report-description{
    font-size:17px;
    line-height:1.9;
    color:#64748b;
    margin-bottom:35px;
}


/*==================================================
            REPORT FEATURES
==================================================*/

.report-feature{
    display:flex;
    align-items:center;
    gap:12px;
    padding:16px 18px;
    background:#f8fbff;
    border:1px solid #e9eef5;
    border-radius:16px;
    font-weight:600;
    color:#1f2937;
    transition:.3s;
}

.report-feature:hover{
    background:#0d6efd;
    color:#fff;
    transform:translateY(-4px);
}

.report-feature i{
    color:#16a34a;
    font-size:18px;
}

.report-feature:hover i{
    color:#fff;
}


/*==================================================
            SCORE CARD
==================================================*/

.audit-score-card{
    background:linear-gradient(145deg,#0d6efd,#0057d8);
    border-radius:28px;
    padding:35px 28px;
    text-align:center;
    color:#fff;
    height:100%;
    box-shadow:0 20px 45px rgba(13,110,253,.30);
}

.score-header{
    font-size:13px;
    font-weight:700;
    letter-spacing:1px;
    opacity:.9;
    margin-bottom:20px;
    text-transform:uppercase;
}

.audit-score-circle{
    width:170px;
    height:170px;
    margin:0 auto 25px;
    background:#fff;
    border-radius:50%;
    border:8px solid rgba(255,255,255,.22);
    display:flex;
    align-items:center;
    justify-content:center;
    flex-direction:row;
    gap:4px;
}

.audit-score-circle span{
    font-size:52px;
    font-weight:800;
    color:#0d6efd;
    line-height:1;
}

.audit-score-circle small{
    color:#64748b;
    font-weight:700;
    font-size:18px;
}

.audit-score-card h4{
    color:#fff;
    font-weight:700;
    margin-bottom:15px;
}

.audit-score-card p{
    color:rgba(255,255,255,.92);
    line-height:1.8;
}

.mini-score-list{
    margin-top:28px;
    text-align:left;
}

.mini-score-list div{
    display:flex;
    justify-content:space-between;
    align-items:center;
    padding:12px 0;
    border-bottom:1px solid rgba(255,255,255,.18);
    color:#fff;
    font-weight:600;
}

.mini-score-list div:last-child{
    border-bottom:none;
}

.audit-score-card .btn{
    margin-top:30px;
    height:56px;
    border-radius:50px;
    font-weight:700;
}


/*==================================================
            BOTTOM CTA
==================================================*/

.audit-bottom-banner{
    margin-top:60px;
    padding:45px 50px;
    border-radius:28px;
    background:linear-gradient(135deg,#0d6efd,#3b82f6);
    color:#fff;
    box-shadow:0 20px 50px rgba(13,110,253,.25);
}

.audit-bottom-banner h3{
    color:#fff;
    font-size:2rem;
    font-weight:700;
    margin-bottom:15px;
}

.audit-bottom-banner p{
    color:rgba(255,255,255,.92);
    line-height:1.8;
    margin-bottom:0;
}

.audit-bottom-banner .btn{
    min-width:260px;
    height:58px;
    border-radius:50px;
    font-weight:700;
    font-size:17px;
}


/*==================================================
            RESPONSIVE
==================================================*/

@media(max-width:991px){

    .seo-audit-panel,
    .audit-report{
        padding:30px;
    }

    .audit-score-card{
        margin-top:35px;
    }

    .audit-bottom-banner{
        text-align:center;
        padding:35px 25px;
    }

    .audit-bottom-banner .btn{
        width:100%;
        margin-top:25px;
    }

}

@media(max-width:767px){

    .seo-audit-section h2{
        font-size:2rem;
    }

    .audit-header{
        flex-direction:column;
        align-items:flex-start;
    }

    .audit-item{
        flex-direction:column;
        align-items:flex-start;
        gap:14px;
    }

    .audit-status{
        align-self:flex-start;
    }

    .audit-report{
        padding:25px;
    }

    .report-head{
        flex-direction:column;
        text-align:center;
    }

    .report-badge{
        width:70px;
        height:70px;
        font-size:30px;
    }

    .report-head h3{
        font-size:1.6rem;
    }

    .report-description{
        font-size:15px;
    }

    .audit-score-circle{
        width:135px;
        height:135px;
    }

    .audit-score-circle span{
        font-size:40px;
    }

    .audit-bottom-banner h3{
        font-size:1.6rem;
    }

}

/*==================================================
            PRICING FORMULA SECTION
==================================================*/

.pricing-formula-section{
    background:#fff;
    position:relative;
    overflow:hidden;
}

.pricing-formula-section .badge{
    font-size:.85rem;
    letter-spacing:.8px;
}

.pricing-formula-section h2{
    font-size:2.7rem;
    line-height:1.3;
}

.pricing-formula-section .lead{
    max-width:760px;
    margin:auto;
    color:#6b7280;
}


/*=========================================
            FORMULA WRAPPER
=========================================*/

.pricing-formula-wrapper{
    background:#f8fbff;
    border:1px solid #edf2f7;
    border-radius:30px;
    padding:60px;
    box-shadow:0 20px 60px rgba(15,23,42,.06);
}

.formula-header h3{
    font-size:2rem;
    font-weight:700;
    color:#1f2937;
}

.formula-header p{
    color:#6b7280;
    margin-top:10px;
}


/*=========================================
            FORMULA CARD
=========================================*/

.formula-card{
    background:#fff;
    border-radius:24px;
    padding:35px 30px;
    text-align:center;
    border:1px solid #edf2f7;
    transition:.35s;
    height:100%;
    box-shadow:0 10px 30px rgba(15,23,42,.05);
}

.formula-card:hover{
    transform:translateY(-10px);
    box-shadow:0 25px 50px rgba(15,23,42,.12);
}

.formula-icon{
    width:82px;
    height:82px;
    margin:auto auto 25px;
    border-radius:22px;
    background:linear-gradient(135deg,#0d6efd,#4f9dff);
    color:#fff;
    display:flex;
    align-items:center;
    justify-content:center;
    font-size:32px;
}

.formula-card h5{
    font-weight:700;
    margin-bottom:15px;
    color:#1f2937;
}

.formula-card p{
    color:#6b7280;
    margin:0;
    line-height:1.8;
}


/*=========================================
            + SYMBOL
=========================================*/

.formula-symbol{
    width:60px;
    height:60px;
    border-radius:50%;
    background:#0d6efd;
    color:#fff;
    display:flex;
    align-items:center;
    justify-content:center;
    font-size:32px;
    font-weight:700;
    margin:auto;
    box-shadow:0 10px 25px rgba(13,110,253,.25);
}

.formula-equals{
    margin:45px 0;
}

.formula-equals span{
    width:70px;
    height:70px;
    display:inline-flex;
    align-items:center;
    justify-content:center;
    background:#16a34a;
    color:#fff;
    border-radius:50%;
    font-size:36px;
    font-weight:700;
    box-shadow:0 12px 30px rgba(22,163,74,.25);
}


/*=========================================
        RESULT CARD
=========================================*/

.custom-plan-card{
    background:linear-gradient(135deg,#0d6efd,#1f6feb);
    border-radius:30px;
    padding:45px;
    color:#fff;
    box-shadow:0 25px 60px rgba(13,110,253,.25);
}

.custom-plan-icon{
    width:90px;
    height:90px;
    border-radius:24px;
    background:rgba(255,255,255,.18);
    display:flex;
    align-items:center;
    justify-content:center;
    font-size:38px;
    color:#fff;
    flex-shrink:0;
}

.plan-label{
    display:inline-block;
    padding:6px 14px;
    border-radius:30px;
    background:rgba(255,255,255,.18);
    font-size:12px;
    font-weight:700;
    letter-spacing:1px;
    margin-bottom:10px;
}

.custom-plan-card h3{
    color:#fff;
    font-weight:700;
    margin-bottom:12px;
}

.custom-plan-card p{
    color:rgba(255,255,255,.92);
    line-height:1.8;
}

.custom-plan-card .btn{
    min-width:220px;
    border-radius:50px;
    height:56px;
}

/*==================================================
            BENEFITS
==================================================*/

.pricing-benefits{
    margin-top:80px;
}

.benefit-badge{
    display:inline-flex;
    align-items:center;
    background:#eef6ff;
    color:#0d6efd;
    padding:10px 20px;
    border-radius:50px;
    font-size:13px;
    font-weight:700;
    letter-spacing:.8px;
}

.benefit-card{
    background:#fff;
    border:1px solid #edf2f7;
    border-radius:24px;
    padding:35px 30px;
    text-align:center;
    height:100%;
    transition:.35s;
    box-shadow:0 10px 30px rgba(15,23,42,.05);
}

.benefit-card:hover{
    transform:translateY(-10px);
    box-shadow:0 20px 45px rgba(15,23,42,.12);
}

.benefit-icon{
    width:78px;
    height:78px;
    margin:0 auto 22px;
    border-radius:20px;
    background:linear-gradient(135deg,#0d6efd,#4f9dff);
    color:#fff;
    display:flex;
    align-items:center;
    justify-content:center;
    font-size:30px;
}

.benefit-card h5{
    font-weight:700;
    color:#1f2937;
    margin-bottom:15px;
}

.benefit-card p{
    color:#6b7280;
    line-height:1.8;
    margin:0;
}


/*==================================================
            INCLUDED GRID
==================================================*/

.pricing-included{
    margin-top:80px;
    background:#fff;
    border-radius:30px;
    padding:45px;
    border:1px solid #edf2f7;
    box-shadow:0 18px 45px rgba(15,23,42,.05);
}

.included-header{
    display:flex;
    align-items:center;
    justify-content:center;
    gap:15px;
    font-size:28px;
    font-weight:700;
    color:#1f2937;
    text-align:center;
}

.included-header i{
    color:#0d6efd;
    font-size:34px;
}

.included-item{
    background:#f8fbff;
    border:1px solid #e6eef8;
    border-radius:18px;
    padding:18px 20px;
    display:flex;
    align-items:center;
    font-weight:600;
    color:#374151;
    transition:.3s;
    height:100%;
}

.included-item:hover{
    background:#0d6efd;
    color:#fff;
    transform:translateY(-5px);
    box-shadow:0 15px 30px rgba(13,110,253,.18);
}

.included-item i{
    color:#16a34a;
    margin-right:12px;
    font-size:18px;
    flex-shrink:0;
}

.included-item:hover i{
    color:#fff;
}


/*==================================================
        TRANSPARENCY CTA
==================================================*/

.pricing-transparency{
    margin-top:80px;
    background:linear-gradient(135deg,#0d6efd,#2563eb);
    border-radius:30px;
    padding:50px;
    color:#fff;
    box-shadow:0 25px 60px rgba(13,110,253,.25);
}

.pricing-transparency h3{
    color:#fff;
    font-weight:700;
    margin-bottom:18px;
}

.pricing-transparency p{
    color:rgba(255,255,255,.92);
    line-height:1.9;
    margin-bottom:0;
}

.pricing-transparency .btn{
    min-width:240px;
    height:58px;
    border-radius:50px;
}


/*==================================================
            RESPONSIVE
==================================================*/

@media (max-width:991px){

    .pricing-formula-wrapper{
        padding:40px 30px;
    }

    .custom-plan-card{
        text-align:center;
    }

    .custom-plan-card .d-flex{
        flex-direction:column;
        text-align:center;
    }

    .custom-plan-icon{
        margin:0 auto 25px;
    }

    .custom-plan-card .ms-4{
        margin-left:0 !important;
    }

    .custom-plan-card .btn{
        margin-top:30px;
        width:100%;
    }

    .pricing-included{
        padding:35px 25px;
    }

    .pricing-transparency{
        text-align:center;
        padding:40px 30px;
    }

    .pricing-transparency .btn{
        width:100%;
        margin-top:25px;
    }

}

@media (max-width:767px){

    .pricing-formula-section h2{
        font-size:2rem;
    }

    .pricing-formula-wrapper{
        padding:30px 20px;
    }

    .formula-header h3{
        font-size:1.5rem;
    }

    .formula-card{
        padding:28px 20px;
    }

    .formula-icon{
        width:70px;
        height:70px;
        font-size:28px;
    }

    .formula-symbol{
        display:none;
    }

    .formula-equals{
        margin:30px 0;
    }

    .custom-plan-card{
        padding:30px 25px;
    }

    .custom-plan-icon{
        width:75px;
        height:75px;
        font-size:30px;
    }

    .benefit-card{
        padding:28px 20px;
    }

    .benefit-icon{
        width:70px;
        height:70px;
        font-size:28px;
    }

    .included-header{
        flex-direction:column;
        font-size:22px;
    }

    .pricing-transparency h3{
        font-size:1.6rem;
    }

}

/* =========================================================
   BIZZNAME - BUSINESS FIT SECTION
   Scoped completely inside .bfit-section-bizzname
   ========================================================= */


/* =========================================================
   MAIN SECTION
   ========================================================= */

.bfit-section-bizzname {
    background: #f8fafc;
    color: #1f2937;
    overflow: hidden;
}

.bfit-section-bizzname .container {
    position: relative;
}


/* =========================================================
   SECTION HEADER
   ========================================================= */

.bfit-section-bizzname h2 {
    color: #1f2937;
    line-height: 1.25;
}

.bfit-section-bizzname .lead {
    line-height: 1.8;
}

.bfit-section-bizzname .text-bizz-primary {
    color: #0d6efd !important;
}


/* =========================================================
   QUESTION CARDS
   ========================================================= */

.bfit-section-bizzname .bfit-card {
    background: #ffffff;
    border: 1px solid #e9eef5;
    border-radius: 24px;
    padding: 30px;
    box-shadow: 0 12px 35px rgba(15, 23, 42, 0.06);
    transition:
        transform 0.3s ease,
        box-shadow 0.3s ease,
        border-color 0.3s ease;
}

.bfit-section-bizzname .bfit-card:hover {
    transform: translateY(-5px);
    border-color: rgba(13, 110, 253, 0.18);
    box-shadow: 0 20px 45px rgba(15, 23, 42, 0.10);
}


/* =========================================================
   QUESTION ICON
   ========================================================= */

.bfit-section-bizzname .bfit-icon {
    width: 78px;
    height: 78px;
    margin: 0 auto;
    border-radius: 22px;

    display: flex;
    align-items: center;
    justify-content: center;

    color: #ffffff;
    font-size: 30px;

    box-shadow: 0 10px 25px rgba(15, 23, 42, 0.12);
}

.bfit-section-bizzname .bfit-green {
    background: linear-gradient(135deg, #16a34a, #22c55e);
}

.bfit-section-bizzname .bfit-blue {
    background: linear-gradient(135deg, #0d6efd, #3b82f6);
}

.bfit-section-bizzname .bfit-orange {
    background: linear-gradient(135deg, #f59e0b, #f97316);
}

.bfit-section-bizzname .bfit-red {
    background: linear-gradient(135deg, #dc2626, #ef4444);
}


/* =========================================================
   QUESTION LABEL
   ========================================================= */

.bfit-section-bizzname .bfit-step {
    display: inline-block;

    padding: 6px 13px;

    border-radius: 50px;

    background: #eef5ff;
    color: #0d6efd;

    font-size: 11px;
    font-weight: 700;
    letter-spacing: 1px;

    margin-bottom: 12px;
}


/* =========================================================
   QUESTION CONTENT
   ========================================================= */

.bfit-section-bizzname .bfit-card h3 {
    font-size: 1.35rem;
    font-weight: 700;
    line-height: 1.4;

    color: #1f2937;

    margin-bottom: 12px;
}

.bfit-section-bizzname .bfit-card p {
    color: #6b7280;
    line-height: 1.75;
    margin-bottom: 0;
}


/* =========================================================
   STATUS
   ========================================================= */

.bfit-section-bizzname .bfit-status {
    min-width: 125px;

    padding: 15px 12px;

    border-radius: 18px;

    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;

    gap: 7px;

    font-size: 13px;
    font-weight: 700;
}

.bfit-section-bizzname .bfit-status i {
    font-size: 28px;
}

.bfit-section-bizzname .bfit-status-green {
    background: #ecfdf3;
    color: #15803d;
}

.bfit-section-bizzname .bfit-status-red {
    background: #fef2f2;
    color: #dc2626;
}


/* =========================================================
   FINAL RESULT / SUMMARY
   ========================================================= */

.bfit-section-bizzname .bfit-summary {
    background: #ffffff;

    border: 1px solid #e5eaf1;
    border-radius: 28px;

    padding: 40px;

    box-shadow: 0 15px 40px rgba(15, 23, 42, 0.07);
}

.bfit-section-bizzname .bfit-summary-icon {
    width: 90px;
    height: 90px;

    margin: 0 auto;

    border-radius: 25px;

    display: flex;
    align-items: center;
    justify-content: center;

    background: linear-gradient(135deg, #0d6efd, #2563eb);

    color: #ffffff;

    font-size: 36px;

    box-shadow: 0 12px 30px rgba(13, 110, 253, 0.25);
}

.bfit-section-bizzname .bfit-summary-badge {
    display: inline-block;

    padding: 7px 15px;

    border-radius: 50px;

    background: #eef5ff;
    color: #0d6efd;

    font-size: 11px;
    font-weight: 700;
    letter-spacing: 1px;
}

.bfit-section-bizzname .bfit-summary h2 {
    font-size: 1.9rem;
    line-height: 1.35;
}

.bfit-section-bizzname .bfit-summary p {
    color: #6b7280;
    line-height: 1.8;
}


/* =========================================================
   SERVICE CARDS
   ========================================================= */

.bfit-section-bizzname .bfit-service-card {
    height: 100%;

    background: #ffffff;

    border: 1px solid #e9eef5;
    border-radius: 24px;

    padding: 35px 30px;

    text-align: center;

    box-shadow: 0 12px 35px rgba(15, 23, 42, 0.05);

    transition:
        transform 0.3s ease,
        box-shadow 0.3s ease,
        border-color 0.3s ease;
}

.bfit-section-bizzname .bfit-service-card:hover {
    transform: translateY(-7px);

    border-color: rgba(13, 110, 253, 0.18);

    box-shadow: 0 22px 45px rgba(15, 23, 42, 0.10);
}

.bfit-section-bizzname .bfit-service-icon {
    width: 72px;
    height: 72px;

    margin: 0 auto 22px;

    border-radius: 20px;

    display: flex;
    align-items: center;
    justify-content: center;

    background: #eef5ff;

    color: #0d6efd;

    font-size: 29px;

    transition:
        background 0.3s ease,
        color 0.3s ease,
        transform 0.3s ease;
}

.bfit-section-bizzname .bfit-service-card:hover .bfit-service-icon {
    background: #0d6efd;
    color: #ffffff;

    transform: scale(1.05);
}

.bfit-section-bizzname .bfit-service-card h4 {
    font-size: 1.25rem;
    font-weight: 700;

    margin-bottom: 14px;

    color: #1f2937;
}

.bfit-section-bizzname .bfit-service-card p {
    color: #6b7280;

    line-height: 1.75;

    margin-bottom: 0;
}


/* =========================================================
   EVERYTHING WORKS TOGETHER
   ========================================================= */

.bfit-section-bizzname .bfit-features-box {
    background: #ffffff;

    border: 1px solid #e6ebf2;
    border-radius: 30px;

    padding: 45px;

    box-shadow: 0 15px 40px rgba(15, 23, 42, 0.06);
}

.bfit-section-bizzname .bfit-features-box h3 {
    font-size: 1.9rem;
}

.bfit-section-bizzname .bfit-feature-item {
    min-height: 105px;

    background: #f8fbff;

    border: 1px solid #e7edf5;
    border-radius: 18px;

    padding: 20px 15px;

    display: flex;
    flex-direction: column;

    align-items: center;
    justify-content: center;

    text-align: center;

    gap: 10px;

    font-size: 14px;
    font-weight: 600;

    color: #374151;

    transition:
        background 0.3s ease,
        color 0.3s ease,
        border-color 0.3s ease,
        transform 0.3s ease,
        box-shadow 0.3s ease;
}

.bfit-section-bizzname .bfit-feature-item i {
    font-size: 25px;
    color: #0d6efd;

    transition: color 0.3s ease;
}

.bfit-section-bizzname .bfit-feature-item:hover {
    background: #0d6efd;
    border-color: #0d6efd;

    color: #ffffff;

    transform: translateY(-4px);

    box-shadow: 0 12px 25px rgba(13, 110, 253, 0.20);
}

.bfit-section-bizzname .bfit-feature-item:hover i {
    color: #ffffff;
}


/* =========================================================
   CTA BOX
   ========================================================= */

.bfit-section-bizzname .bfit-cta-box {
    background: linear-gradient(
        135deg,
        #0d6efd 0%,
        #2563eb 100%
    );

    border-radius: 30px;

    padding: 50px;

    color: #ffffff;

    box-shadow: 0 20px 50px rgba(13, 110, 253, 0.22);
}

.bfit-section-bizzname .bfit-cta-box .bfit-summary-badge {
    background: rgba(255, 255, 255, 0.15);
    color: #ffffff;
}

.bfit-section-bizzname .bfit-cta-box h2 {
    color: #ffffff;

    font-size: 2.2rem;
    line-height: 1.3;
}

.bfit-section-bizzname .bfit-cta-box p {
    color: rgba(255, 255, 255, 0.88);

    line-height: 1.8;
}

.bfit-section-bizzname .bfit-cta-box .btn {
    min-width: 190px;
    min-height: 56px;

    border-radius: 50px;
}


/* =========================================================
   TABLET
   ========================================================= */

@media (max-width: 991.98px) {

    .bfit-section-bizzname .bfit-card {
        padding: 28px 24px;
    }

    .bfit-section-bizzname .bfit-icon {
        margin-bottom: 20px;
    }

    .bfit-section-bizzname .bfit-status {
        margin-top: 20px;
        width: 100%;
    }

    .bfit-section-bizzname .bfit-summary {
        padding: 35px 28px;
    }

    .bfit-section-bizzname .bfit-summary-icon {
        margin-bottom: 25px;
    }

    .bfit-section-bizzname .bfit-features-box {
        padding: 35px 25px;
    }

    .bfit-section-bizzname .bfit-cta-box {
        padding: 40px 30px;
    }

    .bfit-section-bizzname .bfit-cta-box h2 {
        font-size: 1.9rem;
    }

}


/* =========================================================
   MOBILE
   ========================================================= */

@media (max-width: 767.98px) {

    .bfit-section-bizzname {
        padding-top: 50px !important;
        padding-bottom: 50px !important;
    }

    .bfit-section-bizzname h2 {
        font-size: 2rem;
    }

    .bfit-section-bizzname .lead {
        font-size: 1rem;
    }

    .bfit-section-bizzname .bfit-card {
        padding: 25px 20px;

        border-radius: 20px;
    }

    .bfit-section-bizzname .bfit-icon {
        width: 68px;
        height: 68px;

        border-radius: 19px;

        font-size: 26px;
    }

    .bfit-section-bizzname .bfit-card h3 {
        font-size: 1.18rem;
    }

    .bfit-section-bizzname .bfit-card p {
        font-size: 14px;
    }

    .bfit-section-bizzname .bfit-status {
        min-width: 0;

        padding: 13px;

        margin-top: 18px;
    }

    .bfit-section-bizzname .bfit-summary {
        padding: 30px 20px;

        border-radius: 22px;
    }

    .bfit-section-bizzname .bfit-summary-icon {
        width: 75px;
        height: 75px;

        border-radius: 20px;

        font-size: 30px;
    }

    .bfit-section-bizzname .bfit-summary h2 {
        font-size: 1.55rem;
    }

    .bfit-section-bizzname .bfit-service-card {
        padding: 30px 22px;

        border-radius: 20px;
    }

    .bfit-section-bizzname .bfit-features-box {
        padding: 30px 18px;

        border-radius: 22px;
    }

    .bfit-section-bizzname .bfit-features-box h3 {
        font-size: 1.5rem;
    }

    .bfit-section-bizzname .bfit-feature-item {
        min-height: 95px;

        padding: 15px 10px;

        font-size: 13px;
    }

    .bfit-section-bizzname .bfit-feature-item i {
        font-size: 22px;
    }

    .bfit-section-bizzname .bfit-cta-box {
        padding: 35px 22px;

        border-radius: 22px;

        text-align: center;
    }

    .bfit-section-bizzname .bfit-cta-box h2 {
        font-size: 1.65rem;
    }

    .bfit-section-bizzname .bfit-cta-box p {
        font-size: 14px;
    }

    .bfit-section-bizzname .bfit-cta-box .btn {
        width: 100%;
        margin-top: 5px;
    }

}


/* =========================================================
   SMALL MOBILE
   ========================================================= */

@media (max-width: 575.98px) {

    .bfit-section-bizzname .bfit-card {
        padding: 22px 17px;
    }

    .bfit-section-bizzname .bfit-step {
        font-size: 10px;
    }

    .bfit-section-bizzname .bfit-card h3 {
        font-size: 1.1rem;
    }

    .bfit-section-bizzname .bfit-card p {
        font-size: 13.5px;
    }

    .bfit-section-bizzname .bfit-status {
        font-size: 12px;
    }

    .bfit-section-bizzname .bfit-status i {
        font-size: 24px;
    }

    .bfit-section-bizzname .bfit-service-icon {
        width: 65px;
        height: 65px;

        font-size: 26px;
    }

    .bfit-section-bizzname .bfit-service-card h4 {
        font-size: 1.15rem;
    }

    .bfit-section-bizzname .bfit-service-card p {
        font-size: 13.5px;
    }

}

/* =========================================================
   BIZZNAME PERFORMANCE SEO ADVANTAGE
   Fully scoped CSS
   ========================================================= */

.bizz-advantage-section {
    position: relative;
    overflow: hidden;

    background:
        radial-gradient(
            circle at 10% 10%,
            rgba(255, 255, 255, 0.12),
            transparent 30%
        ),
        radial-gradient(
            circle at 90% 80%,
            rgba(255, 193, 7, 0.10),
            transparent 30%
        ),
        var(--bizz-primary, #0d6efd);

    padding-top: 80px !important;
    padding-bottom: 80px !important;
}


/* =========================================================
   SECTION HEADER
   ========================================================= */

.bizz-advantage-section .bizz-advantage-badge {
    display: inline-flex;
    align-items: center;

    padding: 9px 18px;

    border-radius: 50px;

    background: #ffffff;
    color: #0d6efd;

    font-size: 0.8rem;
    font-weight: 700;

    letter-spacing: 0.3px;

    margin-bottom: 18px;

    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.08);
}

.bizz-advantage-section .bizz-advantage-highlight {
    color: #ffc107;
}

.bizz-advantage-section .bizz-advantage-intro {
    max-width: 760px;
    margin-left: auto;
    margin-right: auto;

    color: rgba(255, 255, 255, 0.78);

    line-height: 1.8;
}


/* =========================================================
   ADVANTAGE CARDS
   ========================================================= */

.bizz-advantage-section .bizz-advantage-card {
    position: relative;

    height: 100%;

    padding: 35px 30px;

    background: #ffffff;

    color: #212529;

    border: 1px solid rgba(255, 255, 255, 0.25);

    border-radius: 24px;

    box-shadow:
        0 15px 35px rgba(0, 0, 0, 0.10);

    overflow: hidden;

    transition:
        transform 0.3s ease,
        box-shadow 0.3s ease,
        border-color 0.3s ease;
}

.bizz-advantage-section .bizz-advantage-card::before {
    content: "";

    position: absolute;

    top: 0;
    left: 0;

    width: 100%;
    height: 4px;

    background: linear-gradient(
        90deg,
        #0d6efd,
        #ffc107
    );

    opacity: 0;

    transition: opacity 0.3s ease;
}

.bizz-advantage-section .bizz-advantage-card:hover {
    transform: translateY(-8px);

    box-shadow:
        0 25px 50px rgba(0, 0, 0, 0.16);

    border-color: rgba(13, 110, 253, 0.15);
}

.bizz-advantage-section .bizz-advantage-card:hover::before {
    opacity: 1;
}


/* =========================================================
   CARD ICON
   ========================================================= */

.bizz-advantage-section .bizz-advantage-icon {
    width: 68px;
    height: 68px;

    display: flex;
    align-items: center;
    justify-content: center;

    border-radius: 19px;

    background: #eef5ff;

    color: #0d6efd;

    font-size: 27px;

    box-shadow:
        0 8px 20px rgba(13, 110, 253, 0.10);

    transition:
        transform 0.3s ease,
        background 0.3s ease,
        color 0.3s ease;
}

.bizz-advantage-section .bizz-advantage-card:hover
.bizz-advantage-icon {
    transform: scale(1.08);

    background: #0d6efd;

    color: #ffffff;
}


/* =========================================================
   CARD CONTENT
   ========================================================= */

.bizz-advantage-section .bizz-advantage-card h4 {
    margin-top: 24px;
    margin-bottom: 12px;

    font-size: 1.25rem;
    font-weight: 700;

    line-height: 1.35;

    color: #1f2937;
}

.bizz-advantage-section .bizz-advantage-card p {
    margin-bottom: 0;

    color: #6b7280;

    font-size: 0.96rem;

    line-height: 1.75;
}


/* =========================================================
   BOTTOM INFORMATION BOX
   ========================================================= */

.bizz-advantage-section .bizz-advantage-bottom {
    position: relative;

    padding: 45px;

    background: #ffffff;

    color: #212529;

    border-radius: 28px;

    box-shadow:
        0 20px 50px rgba(0, 0, 0, 0.15);

    overflow: hidden;
}

.bizz-advantage-section .bizz-advantage-bottom::after {
    content: "";

    position: absolute;

    width: 180px;
    height: 180px;

    right: -80px;
    bottom: -90px;

    border-radius: 50%;

    background: rgba(13, 110, 253, 0.06);

    pointer-events: none;
}


/* =========================================================
   BOTTOM LABEL
   ========================================================= */

.bizz-advantage-section .bizz-advantage-small-label {
    display: inline-flex;
    align-items: center;

    margin-bottom: 14px;

    color: #0d6efd;

    font-size: 0.75rem;
    font-weight: 800;

    letter-spacing: 1px;
    text-transform: uppercase;
}


/* =========================================================
   BOTTOM CONTENT
   ========================================================= */

.bizz-advantage-section .bizz-advantage-bottom h3 {
    margin-bottom: 18px;

    color: #1f2937;

    font-size: 2rem;
    font-weight: 700;

    line-height: 1.3;
}

.bizz-advantage-section .bizz-advantage-bottom p {
    color: #6b7280;

    line-height: 1.8;

    font-size: 0.98rem;
}


/* =========================================================
   CTA BUTTON
   ========================================================= */

.bizz-advantage-section .bizz-advantage-bottom .btn {
    position: relative;
    z-index: 2;

    min-height: 55px;

    border-radius: 50px;

    padding-left: 30px !important;
    padding-right: 30px !important;

    font-weight: 600;

    white-space: nowrap;

    box-shadow:
        0 10px 25px rgba(13, 110, 253, 0.20);

    transition:
        transform 0.3s ease,
        box-shadow 0.3s ease;
}

.bizz-advantage-section .bizz-advantage-bottom .btn:hover {
    transform: translateY(-3px);

    box-shadow:
        0 15px 30px rgba(13, 110, 253, 0.28);
}


/* =========================================================
   LARGE DESKTOP
   ========================================================= */

@media (min-width: 1200px) {

    .bizz-advantage-section {
        padding-top: 100px !important;
        padding-bottom: 100px !important;
    }

    .bizz-advantage-section .bizz-advantage-card {
        padding: 38px 32px;
    }

}


/* =========================================================
   TABLET
   ========================================================= */

@media (max-width: 991.98px) {

    .bizz-advantage-section {
        padding-top: 70px !important;
        padding-bottom: 70px !important;
    }

    .bizz-advantage-section .display-5 {
        font-size: 2.4rem;
    }

    .bizz-advantage-section .bizz-advantage-intro {
        font-size: 1rem;
    }

    .bizz-advantage-section .bizz-advantage-card {
        padding: 30px 25px;
    }

    .bizz-advantage-section .bizz-advantage-bottom {
        padding: 38px 30px;
    }

    .bizz-advantage-section .bizz-advantage-bottom h3 {
        font-size: 1.8rem;
    }

}


/* =========================================================
   MOBILE
   ========================================================= */

@media (max-width: 767.98px) {

    .bizz-advantage-section {
        padding-top: 55px !important;
        padding-bottom: 55px !important;
    }

    .bizz-advantage-section .display-5 {
        font-size: 2rem;

        line-height: 1.25;
    }

    .bizz-advantage-section .bizz-advantage-badge {
        font-size: 0.72rem;

        padding: 8px 15px;
    }

    .bizz-advantage-section .bizz-advantage-intro {
        font-size: 0.95rem;

        line-height: 1.7;
    }

    .bizz-advantage-section .bizz-advantage-card {
        padding: 28px 22px;

        border-radius: 20px;
    }

    .bizz-advantage-section .bizz-advantage-icon {
        width: 62px;
        height: 62px;

        border-radius: 17px;

        font-size: 25px;
    }

    .bizz-advantage-section .bizz-advantage-card h4 {
        font-size: 1.15rem;
    }

    .bizz-advantage-section .bizz-advantage-card p {
        font-size: 0.9rem;
    }

    .bizz-advantage-section .bizz-advantage-bottom {
        padding: 30px 22px;

        border-radius: 22px;

        text-align: center;
    }

    .bizz-advantage-section .bizz-advantage-bottom h3 {
        font-size: 1.6rem;
    }

    .bizz-advantage-section .bizz-advantage-bottom p {
        font-size: 0.9rem;
    }

    .bizz-advantage-section .bizz-advantage-bottom .btn {
        width: 100%;

        margin-top: 5px;
    }

}


/* =========================================================
   SMALL MOBILE
   ========================================================= */

@media (max-width: 575.98px) {

    .bizz-advantage-section {
        padding-top: 45px !important;
        padding-bottom: 45px !important;
    }

    .bizz-advantage-section .display-5 {
        font-size: 1.75rem;
    }

    .bizz-advantage-section .bizz-advantage-card {
        padding: 25px 18px;
    }

    .bizz-advantage-section .bizz-advantage-icon {
        width: 58px;
        height: 58px;

        font-size: 23px;
    }

    .bizz-advantage-section .bizz-advantage-card h4 {
        font-size: 1.08rem;
    }

    .bizz-advantage-section .bizz-advantage-card p {
        font-size: 0.87rem;
    }

    .bizz-advantage-section .bizz-advantage-bottom {
        padding: 27px 18px;
    }

    .bizz-advantage-section .bizz-advantage-bottom h3 {
        font-size: 1.45rem;
    }

}

/* =========================================================
   BIZZNAME PERFORMANCE SEO
   BOTTOM CTA
   ========================================================= */

.bizz-advantage-section .bizz-advantage-cta {
    position: relative;

    padding: 55px 45px;

    border-radius: 30px;

    background: linear-gradient(
        135deg,
        #ffffff 0%,
        #f8fbff 100%
    );

    color: #1f2937;

    text-align: center;

    overflow: hidden;

    box-shadow:
        0 20px 50px rgba(0, 0, 0, 0.16);
}


/* Decorative circles */

.bizz-advantage-section .bizz-advantage-cta::before {
    content: "";

    position: absolute;

    width: 220px;
    height: 220px;

    top: -120px;
    left: -100px;

    border-radius: 50%;

    background: rgba(13, 110, 253, 0.07);

    pointer-events: none;
}

.bizz-advantage-section .bizz-advantage-cta::after {
    content: "";

    position: absolute;

    width: 200px;
    height: 200px;

    right: -100px;
    bottom: -110px;

    border-radius: 50%;

    background: rgba(255, 193, 7, 0.10);

    pointer-events: none;
}


/* CTA content */

.bizz-advantage-section .bizz-advantage-cta-content {
    position: relative;

    z-index: 2;

    max-width: 800px;

    margin: 0 auto;
}


/* Badge */

.bizz-advantage-section .bizz-advantage-cta-badge {
    display: inline-flex;

    align-items: center;

    padding: 8px 16px;

    margin-bottom: 18px;

    border-radius: 50px;

    background: #eef5ff;

    color: #0d6efd;

    font-size: 0.75rem;

    font-weight: 800;

    letter-spacing: 0.8px;
}


/* Heading */

.bizz-advantage-section .bizz-advantage-cta h3 {
    margin-bottom: 18px;

    color: #1f2937;

    font-size: 2.35rem;

    font-weight: 800;

    line-height: 1.25;
}

.bizz-advantage-section .bizz-advantage-cta h3 span {
    color: #0d6efd;
}


/* Description */

.bizz-advantage-section .bizz-advantage-cta p {
    max-width: 680px;

    margin: 0 auto 28px;

    color: #6b7280;

    font-size: 1rem;

    line-height: 1.8;
}


/* Button */

.bizz-advantage-section .bizz-advantage-cta-btn {
    min-height: 58px;

    border: 0;

    border-radius: 50px;

    color: #0d6efd;

    font-weight: 700;

    box-shadow:
        0 10px 25px rgba(13, 110, 253, 0.16);

    transition:
        transform 0.3s ease,
        box-shadow 0.3s ease;
}

.bizz-advantage-section .bizz-advantage-cta-btn:hover {
    color: #0d6efd;

    transform: translateY(-3px);

    box-shadow:
        0 16px 32px rgba(13, 110, 253, 0.24);
}


/* =========================================================
   CTA TABLET
   ========================================================= */

@media (max-width: 991.98px) {

    .bizz-advantage-section .bizz-advantage-cta {
        padding: 45px 30px;
    }

    .bizz-advantage-section .bizz-advantage-cta h3 {
        font-size: 2rem;
    }

}


/* =========================================================
   CTA MOBILE
   ========================================================= */

@media (max-width: 767.98px) {

    .bizz-advantage-section .bizz-advantage-cta {
        padding: 40px 22px;

        border-radius: 24px;
    }

    .bizz-advantage-section .bizz-advantage-cta h3 {
        font-size: 1.7rem;
    }

    .bizz-advantage-section .bizz-advantage-cta p {
        font-size: 0.9rem;

        line-height: 1.7;
    }

    .bizz-advantage-section .bizz-advantage-cta-btn {
        width: 100%;

        padding-left: 20px !important;
        padding-right: 20px !important;

        font-size: 0.9rem;
    }

}


/* =========================================================
   SMALL MOBILE
   ========================================================= */

@media (max-width: 575.98px) {

    .bizz-advantage-section .bizz-advantage-cta {
        padding: 35px 18px;
    }

    .bizz-advantage-section .bizz-advantage-cta h3 {
        font-size: 1.5rem;
    }

    .bizz-advantage-section .bizz-advantage-cta-badge {
        font-size: 0.68rem;
    }

}