:root{

--primary:#7B2CF5;
--primary-dark:#5B17C8;

--dark:#101828;
--text:#667085;

--light:#F8F7FF;
--border:#EAECF0;

}

body{
font-family:'Inter',sans-serif;
color:var(--dark);
overflow-x:hidden;
}

.custom-navbar{
background:#fff;
padding:15px 0;
box-shadow:0 5px 30px rgba(0,0,0,.05);
}

.site-logo{
height:60px;
width:auto;
}

.btn-primary{
background:var(--primary);
border:none;
}

.btn-primary:hover{
background:var(--primary-dark);
}

.hero-section{
position:relative;
padding-top:120px;
overflow:hidden;
}

.hero-badge{
display:inline-block;
background:#f3edff;
color:#fff;
padding:10px 18px;
border-radius:30px;
font-weight:600;
margin-bottom:20px;
}

.hero-title{
font-size:4rem;
font-weight:800;
line-height:1.1;
margin-bottom:25px;
}

.hero-text{
font-size:1.15rem;
color:var(--text);
margin-bottom:35px;
}

.hero-buttons{
display:flex;
gap:15px;
margin-bottom:50px;
}

.hero-stats{

display:flex;
justify-content:center;
gap:60px;

margin-top:60px;

padding-top:40px;

border-top:1px solid rgba(0,0,0,.08);

}

.stat-item{
text-align:center;
}

.stat-item h3{

font-size:42px;
font-weight:800;
color:#7B2CF5;
margin-bottom:10px;

}

.stat-item span{

font-size:15px;
color:#666;

}
.dashboard-card{
background:#fff;
padding:40px;
border-radius:24px;
box-shadow:0 30px 60px rgba(0,0,0,.08);
}

.dashboard-header{
font-size:1.3rem;
font-weight:700;
margin-bottom:30px;
}

.metric{
display:flex;
justify-content:space-between;
padding:18px 0;
border-bottom:1px solid #eee;
}

.hero-bg-circle{
position:absolute;
border-radius:50%;
filter:blur(120px);
z-index:-1;
}

.hero-circle-1{
width:400px;
height:400px;
background:#b084ff;
top:-150px;
right:-100px;
}

.hero-circle-2{
width:300px;
height:300px;
background:#d8c2ff;
bottom:0;
left:-100px;
}

@media(max-width:991px){

.hero-title{
font-size:2.8rem;
}

.hero-stats{
flex-wrap:wrap;
gap:20px;
}

.hero-buttons{
flex-direction:column;
}

}

.section-padding{
padding:100px 0;
}

.bg-light{
background:#f8f7ff!important;
}

.section-title{
margin-bottom:60px;
}

.section-tag{
display:inline-block;
background:#f1ebff;
color:var(--primary);
padding:8px 18px;
border-radius:30px;
font-weight:600;
margin-bottom:15px;
}

.section-title h2{
font-size:3rem;
font-weight:800;
margin-bottom:15px;
}

.service-card{
background:#fff;
padding:35px;
border-radius:24px;
height:100%;
transition:.3s;
box-shadow:0 10px 30px rgba(0,0,0,.05);
}

.service-card:hover{
transform:translateY(-8px);
}

.service-card i{
font-size:2rem;
color:var(--primary);
margin-bottom:20px;
}

.service-price{
font-weight:700;
color:var(--primary);
margin:20px 0;
}

.feature-card{
text-align:center;
padding:30px;
}

.feature-number{
width:60px;
height:60px;
background:var(--primary);
color:#fff;
border-radius:50%;
display:flex;
align-items:center;
justify-content:center;
margin:auto;
margin-bottom:20px;
font-weight:700;
}

.pricing-section{
padding:100px 0;
background:#fff;
}

.pricing-card{
background:#fff;
padding:40px;
border-radius:24px;
box-shadow:0 10px 40px rgba(0,0,0,.08);
position:relative;
height:100%;
}

.pricing-card.featured{
border:2px solid var(--primary);
}

.popular{
position:absolute;
top:-15px;
left:50%;
transform:translateX(-50%);
background:var(--primary);
color:#fff;
padding:8px 20px;
border-radius:30px;
}

.price{
font-size:3rem;
font-weight:800;
color:var(--primary);
margin-bottom:10px;
}

.pricing-card ul{
padding-left:20px;
margin-top:25px;
}


.industry-card{
background:#fff;
padding:35px;
border-radius:20px;
height:100%;
text-align:center;
transition:.3s;
box-shadow:0 10px 30px rgba(0,0,0,.05);
}

.industry-card:hover{
transform:translateY(-8px);
}

.industry-card i{
font-size:2rem;
color:var(--primary);
margin-bottom:20px;
}

.process-wrapper{
display:flex;
justify-content:space-between;
gap:20px;
flex-wrap:wrap;
}

.process-step{
flex:1;
min-width:180px;
text-align:center;
}

.step-circle{
width:70px;
height:70px;
background:var(--primary);
color:#fff;
border-radius:50%;
display:flex;
align-items:center;
justify-content:center;
font-size:1.5rem;
font-weight:700;
margin:0 auto 20px;
}

.accordion-button:not(.collapsed){
background:#f3edff;
color:var(--primary);
}

.seo-section{
padding:100px 0;
background:#fff;
}

.seo-content{
background:#f8f7ff;
padding:60px;
border-radius:30px;
}

.seo-content p{
margin-bottom:20px;
color:var(--text);
line-height:1.8;
}

.seo-links{
margin-top:30px;
display:flex;
flex-wrap:wrap;
gap:15px;
}

.seo-links a{
padding:10px 18px;
background:#fff;
border-radius:30px;
text-decoration:none;
color:var(--primary);
font-weight:600;
}

.contact-section{
padding:100px 0;
background:#050b2c;
color:#fff;
}

.contact-card{
background:#fff;
padding:40px;
border-radius:24px;
}

.contact-info{
margin-top:40px;
}

.contact-item{
display:flex;
gap:20px;
margin-bottom:30px;
}

.contact-item i{
font-size:1.5rem;
color:#a78bfa;
margin-top:5px;
}

.contact-item p{
color:#d1d5db;
margin:0;
}

.contact-card .form-control,
.contact-card .form-select{
padding:14px;
border-radius:12px;
}

.whatsapp-float{
position:fixed;
right:25px;
bottom:25px;
width:65px;
height:65px;
background:#25D366;
border-radius:50%;
display:flex;
align-items:center;
justify-content:center;
font-size:30px;
color:#fff;
text-decoration:none;
box-shadow:0 10px 30px rgba(0,0,0,.25);
z-index:999;
}

.whatsapp-float:hover{
color:#fff;
transform:scale(1.05);
}


/* ==========================================
   FOOTER
========================================== */

.site-footer{
    background:#050b2c;
    color:#ffffff;
    padding:80px 0 30px;
}

.footer-logo{
    height:60px;
    width:auto;
    margin-bottom:20px;
}

.footer-tagline{
    font-size:16px;
    font-weight:600;
    color:#c4b5fd;
    margin-bottom:15px;
}

.footer-text{
    color:#9ca3af;
    line-height:1.8;
}

.site-footer h5{
    color:#ffffff;
    font-weight:700;
    margin-bottom:25px;
}

.footer-links{
    list-style:none;
    padding:0;
    margin:0;
}

.footer-links li{
    margin-bottom:12px;
}

.footer-links a{
    color:#9ca3af;
    text-decoration:none;
    transition:all .3s ease;
}

.footer-links a:hover{
    color:#ffffff;
    padding-left:5px;
}

.footer-contact{
    list-style:none;
    padding:0;
    margin:0;
}

.footer-contact li{
    display:flex;
    align-items:flex-start;
    gap:12px;
    margin-bottom:18px;
    color:#9ca3af;
}

.footer-contact i{
    color:var(--primary);
    margin-top:4px;
}

.site-footer hr{
    border-color:rgba(255,255,255,.1);
    margin:40px 0 25px;
}

.footer-bottom{
    text-align:center;
}

.footer-bottom p{
    margin:0;
    color:#9ca3af;
    font-size:14px;
}

/* ==========================================
   PROCESS SECTION
========================================== */

.process-section{
    padding:120px 0;
    background:#ffffff;
    position:relative;
    overflow:hidden;
}

.process-section::before{
    content:'';
    position:absolute;
    width:500px;
    height:500px;
    top:-250px;
    right:-250px;
    border-radius:50%;
    background:rgba(123,44,245,.05);
    filter:blur(80px);
}

.process-section::after{
    content:'';
    position:absolute;
    width:400px;
    height:400px;
    bottom:-200px;
    left:-200px;
    border-radius:50%;
    background:rgba(123,44,245,.04);
    filter:blur(80px);
}

.process-card{
    position:relative;
    background:#fff;
    padding:45px 35px;
    border-radius:28px;
    height:100%;
    transition:.4s ease;
    border:1px solid rgba(123,44,245,.08);
    box-shadow:0 10px 35px rgba(0,0,0,.04);
    overflow:hidden;
}

.process-card:hover{
    transform:translateY(-12px);
    box-shadow:0 25px 60px rgba(123,44,245,.15);
}

.process-card::before{
    content:'';
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:5px;
    background:linear-gradient(
        90deg,
        #7B2CF5,
        #A855F7
    );
}

.process-icon{
    width:80px;
    height:80px;
    border-radius:24px;
    background:linear-gradient(
        135deg,
        #F5F0FF,
        #EDE5FF
    );
    display:flex;
    align-items:center;
    justify-content:center;
    margin-bottom:25px;
}

.process-icon i{
    font-size:32px;
    color:#7B2CF5;
}

.process-step{
    position:absolute;
    right:25px;
    top:10px;
    font-size:72px;
    font-weight:800;
    color:#F3EEFF;
    line-height:1;
}

.process-card h3{
    font-size:24px;
    font-weight:700;
    margin-bottom:15px;
}

.process-card p{
    color:#6B7280;
    line-height:1.8;
    margin-bottom:0;
}

.growth-journey{
    padding:120px 0;
    background:#fff;
}

.journey-timeline{
    position:relative;
    max-width:900px;
    margin:auto;
}

.journey-timeline::before{
    content:'';
    position:absolute;
    left:40px;
    top:0;
    width:4px;
    height:100%;
    background:linear-gradient(
        #7B2CF5,
        #A855F7
    );
}

.journey-item{
    display:flex;
    gap:30px;
    margin-bottom:60px;
    position:relative;
}

.journey-icon{
    width:80px;
    height:80px;
    min-width:80px;
    border-radius:50%;
    background:#fff;
    border:4px solid #7B2CF5;
    display:flex;
    align-items:center;
    justify-content:center;
    font-size:30px;
    color:#7B2CF5;
    z-index:2;
}

.journey-content{
    background:#fff;
    padding:30px;
    border-radius:24px;
    flex:1;
    box-shadow:0 15px 40px rgba(0,0,0,.05);
}

.journey-content h3{
    margin-bottom:10px;
    font-weight:700;
}

.journey-content p{
    margin:0;
    color:#6B7280;
}

.service-hero-google{
    background:linear-gradient(
        135deg,
        #7B2CF5 0%,
        #5B17C8 100%
    );

    padding:140px 0;
    position:relative;
    overflow:hidden;
}

.service-hero-google::before{
    content:'';
    position:absolute;
    width:600px;
    height:600px;
    background:rgba(255,255,255,.08);
    border-radius:50%;
    top:-250px;
    right:-250px;
}

.service-hero-google::after{
    content:'';
    position:absolute;
    width:500px;
    height:500px;
    background:rgba(255,255,255,.05);
    border-radius:50%;
    bottom:-250px;
    left:-250px;
}

.hero-content{
    max-width:900px;
    margin:auto;
    color:#fff;
    position:relative;
    z-index:2;
}

.hero-badge{
    display:inline-block;
    padding:12px 25px;
    border-radius:50px;
    background:rgb(0 0 0);
    backdrop-filter:blur(10px);
    margin-bottom:25px;
    font-weight:600;
}

.hero-content h1{
    font-size:72px;
    font-weight:800;
    line-height:1.1;
    margin-bottom:20px;
}

.hero-content p{
    font-size:22px;
    opacity:.9;
    max-width:700px;
    margin:auto;
}

.hero-stats{
    display:flex;
    justify-content:center;
    gap:80px;
    margin:60px 0;
}

.hero-stat h2{
    font-size:60px;
    font-weight:800;
}

.hero-stat span{
    opacity:.8;
}

@media(max-width:768px){

.hero-content h1{
    font-size:42px;
}

.hero-stats{
    flex-direction:column;
    gap:30px;
}

}
.hero-buttons{
    display:flex;
    justify-content:center;
    align-items:center;
    gap:15px;
    margin-top:40px;
}

.pricing-section{
    padding:120px 0;
    background:#fff;
}

.pricing-wrapper{
    overflow:hidden;
    border-radius:30px;
    background:#fff;
    box-shadow:0 25px 80px rgba(0,0,0,.08);
}

.pricing-content{
    background:linear-gradient(
        135deg,
        #5B17C8,
        #7B2CF5
    );

    color:#fff;
    padding:70px 50px;
    height:100%;
}

.pricing-content h2{
    font-size:56px;
    font-weight:800;
    line-height:1.1;
    margin:20px 0;
}

.pricing-main{
    margin:30px 0;
}

.percentage{
    display:block;
    font-size:90px;
    font-weight:800;
    line-height:1;
}

.label{
    font-size:20px;
    opacity:.9;
}

.pricing-text{
    font-size:18px;
    opacity:.9;
    margin:25px 0;
}

.price-note{
    font-size:24px;
    margin-bottom:10px;
}

.setup-note{
    opacity:.8;
    margin-bottom:30px;
}

.pricing-features{
    padding:60px;
    display:grid;
    grid-template-columns:repeat(2,1fr);
    gap:20px;
}

.feature-item{
    padding:20px;
    border-radius:15px;
    background:#f8f7ff;
    font-weight:600;
    transition:.3s;
}

.feature-item:hover{
    transform:translateY(-5px);
    box-shadow:0 10px 30px rgba(123,44,245,.15);
}

/* ===================================
   LAUNCH PRICING
=================================== */

.launch-pricing-section{
    padding:120px 0;
    background:#f8f7ff;
}

.pricing-container{
    border-radius:32px;
    overflow:hidden;
    box-shadow:0 30px 80px rgba(0,0,0,.08);
    background:#fff;
}

.pricing-left{

    height:100%;

    background:linear-gradient(
        135deg,
        #5B17C8,
        #7B2CF5
    );

    padding:70px 50px;
    color:#fff;
}

.pricing-badge{

    display:inline-block;

    padding:10px 20px;

    background:rgba(255,255,255,.15);

    border-radius:50px;

    font-size:13px;

    letter-spacing:1px;

    margin-bottom:25px;
}

.pricing-left h2{

    font-size:52px;

    font-weight:800;

    line-height:1.1;

    margin-bottom:25px;
}

.pricing-left p{

    font-size:18px;

    opacity:.9;

    margin-bottom:35px;
}

.pricing-highlight{

    margin-bottom:30px;

    font-size:18px;
}

.pricing-highlight span{

    display:block;

    font-size:72px;

    font-weight:800;

    line-height:1;
}

.pricing-highlight small{

    display:block;

    opacity:.8;
}

.setup-fee{

    margin-bottom:35px;

    font-size:18px;
}

.pricing-left .btn{

    border-radius:50px;

    padding:14px 32px;

    font-weight:600;
}

/* RIGHT */

.pricing-right{

    padding:70px 60px;
}

.pricing-right h3{

    font-size:32px;

    font-weight:700;

    margin-bottom:40px;
}

.pricing-tier{

    display:flex;

    justify-content:space-between;

    align-items:center;

    padding:22px 0;

    border-bottom:1px solid #eee;
}

.pricing-tier span{

    color:#555;

    font-weight:500;
}

.pricing-tier strong{

    font-size:24px;

    color:#7B2CF5;
}

.included-services{

    margin-top:40px;
}

.included-services h4{

    margin-bottom:25px;

    font-weight:700;
}

.service-grid{

    display:grid;

    grid-template-columns:repeat(2,1fr);

    gap:18px;
}

.service-grid div{

    background:#f8f7ff;

    padding:14px 18px;

    border-radius:12px;

    font-weight:500;
}

/* MOBILE */

@media(max-width:991px){

    .pricing-left,
    .pricing-right{
        padding:40px 30px;
    }

    .pricing-left h2{
        font-size:40px;
    }

    .pricing-highlight span{
        font-size:56px;
    }

    .service-grid{
        grid-template-columns:1fr;
    }

    .pricing-tier{
        flex-direction:column;
        align-items:flex-start;
        gap:10px;
    }

}