/* ===================================================
   GLOBAL
=================================================== */

.sar-container{
    width:90%;
    max-width:1280px;
    margin:0 auto;
}

/* ===================================================
   HERO
=================================================== */

.sar-hero{

    position:relative;
    overflow:hidden;

    min-height:740px;

    display:flex;
    align-items:center;

    padding:70px 0 45px;

    background:linear-gradient(90deg,#4f8dfd 0%,#2f5fe8 55%,#5b32d6 100%);

    
    

    

}

.sar-hero .sar-container{

display:flex;

justify-content:center;

align-items:center;

text-align:center;

max-width:980px;

margin:auto;

}



.sar-glow{
    position:absolute;
    border-radius:50%;
    filter:blur(120px);
    
    opacity:.55;

    
}

.sar-glow-1{
    width:320px;
    height:320px;
    background:#60a5fa;
    top:-120px;
    left:-80px;
}

.sar-glow-2{
    width:300px;
    height:300px;
    background:#9333ea;
    right:-120px;
    bottom:-80px;
}

.sar-hero-left{

width:100%;

max-width:900px;

margin:auto;

}
.sar-input-wrap{

    display:flex;

    align-items:center;

    flex:1;

}

.sar-input-icon{

    font-size:24px;

    margin-left:22px;

    opacity:.65;

}


/* ===================================================
   HERO CONTENT
=================================================== */

.sar-badge{
    display:inline-flex;
    align-items:center;
    gap:10px;
    padding:10px 22px;
    border-radius:40px;
    background:rgba(255,255,255,.15);
    border:1px solid rgba(255,255,255,.2);
    color:#fff;
    backdrop-filter:blur(10px);
    margin-bottom:15px;
}

.sar-hero h1{
    color:#fff;
    font-size:46px;
    
    font-weight:700;
    margin-bottom:25px;
    letter-spacing:-2px;

max-width:950px;

margin:20px auto;



line-height:1.05;



}

.sar-hero p{

max-width:760px;

margin:0 auto 40px;

font-size:18px;

line-height:1.7;



    color:rgba(255,255,255,.92);

}

/* ===================================================
   FORM
=================================================== */

.sar-input-group{

    display:flex;
    align-items:center;

    max-width:1050px;

    margin:0 auto;

    background:#ffffff;

    border:2px solid rgba(255,255,255,.35);

    border-radius:22px;

    padding:8px;

    height:86px;

    box-shadow:
        0 20px 45px rgba(10,25,60,.18),
        inset 0 1px 0 rgba(255,255,255,.7);

    transition:.35s;

}

.sar-url-input{

    flex:1;

    border:none;

    outline:none;

    background:transparent;

    padding:0 30px;

    font-size:24px;

    color:#111827;

    font-weight:500;

}
.sar-url-input::placeholder{

    color:#9ca3af;

    font-size:21px;

    font-weight:400;

}

.sar-btn{

    width:320px;

    height:70px;

    border:none;

    border-radius:18px;

    cursor:pointer;

    font-size:22px;

    font-weight:700;

    color:#fff;

    background:linear-gradient(135deg,#2563eb,#4f46e5);

    box-shadow:0 15px 30px rgba(37,99,235,.35);

    transition:.35s;

}

.sar-btn:hover{

    transform:translateY(-3px);

    box-shadow:0 22px 45px rgba(37,99,235,.45);

    background:linear-gradient(135deg,#1d4ed8,#4338ca);

}

.sar-input-group:focus-within{

    border-color:#93c5fd;

    box-shadow:
        0 0 0 6px rgba(59,130,246,.18),
        0 22px 45px rgba(0,0,0,.20);

}

/* ===================================================
   FEATURES
=================================================== */

.sar-features-list{
    display:flex;
    flex-wrap:wrap;
    gap:30px;
    margin-top:28px;
    padding:0;
    list-style:none;
    color:#fff;
    
        justify-content:center;



    font-size:17px;
}

/* ===================================================
   DASHBOARD
=================================================== */

.sar-dashboard{
    position:relative;
    z-index:2;
    background:rgba(255,255,255,.95);
    backdrop-filter:blur(20px);
    border-radius:24px;
    padding:28px;
    box-shadow:0 35px 80px rgba(0,0,0,.20);
    margin-top:24px;
flex:0 0 470px;
    gap:22px;
}

.sar-dashboard-header{
    display:flex;
    justify-content:space-between;
    align-items:center;
    margin-bottom:28px;
}

.sar-dashboard-header span:first-child{
    font-size:20px;
    font-weight:600;
    color:#0f172a;
}

.sar-live-badge{
    background:#dcfce7;
    color:#16a34a;
    padding:6px 14px;
    border-radius:30px;
    font-size:13px;
    font-weight:600;
}

/* ===================================================
   DASHBOARD SCORE
=================================================== */

.sar-dashboard-score{
    display:flex;
    gap:24px;
    align-items:center;
    margin-bottom:35px;
}

.sar-score-ring{
    width:120px;
    height:120px;
    border-radius:50%;
    border:8px solid #22c55e;
    display:flex;
    justify-content:center;
    align-items:center;
    flex-shrink:0;
}

.sar-score-ring span{
    font-size:42px;
    color:#16a34a;
    font-weight:700;
}

.sar-dashboard-score-info h3{
    margin:0 0 8px;
    font-size:22px;
    color:#0f172a;
}

.sar-dashboard-score-info p{
    margin:0;
    color:#64748b;
    font-size:14px;
    line-height:1.7;
}

/* ===================================================
   METRIC CARDS
=================================================== */

.sar-dashboard-grid{
    display:grid;
    grid-template-columns:repeat(2,1fr);
    gap:18px;
}

.sar-metric-card{
    background:#f8fafc;
    border:1px solid #e2e8f0;
    border-radius:18px;
    padding:20px;
}

.sar-metric-card h4{
    margin:0;
    color:#64748b;
    font-size:14px;
}

.sar-metric-card strong{
    display:block;
    margin:10px 0;
    font-size:26px;
    color:#0f172a;
}

.sar-progress{
    height:8px;
    background:#e5e7eb;
    border-radius:30px;
    overflow:hidden;
}

.sar-progress span{
    display:block;
    height:100%;
    background:linear-gradient(90deg,#22c55e,#16a34a);
}

/* ===================================================
   FLOATING CARDS
=================================================== */

.sar-floating-card{
    position:absolute;
    background:#fff;
    padding:12px 18px;
    border-radius:14px;
    box-shadow:0 15px 40px rgba(0,0,0,.15);
    font-size:14px;
    font-weight:600;
    animation:sarFloat 4s ease-in-out infinite;
    color:#111827;
font-size:15px;
font-weight:600;
overflow:visible;
white-space:nowrap;
z-index:5;
}

.sar-floating-1{
    top:40px;
    left:-35px;
}

.sar-floating-2{
    right:-25px;
    top:170px;
}

.sar-floating-3{
    left:40px;
    bottom:-20px;
}

@keyframes sarFloat{

0%{transform:translateY(0);}
50%{transform:translateY(-10px);}
100%{transform:translateY(0);}

}

/* ===================================================
   RESPONSIVE
=================================================== */

@media(max-width:991px){

.sar-hero .sar-container{
    flex-direction:column;
}

.sar-hero-right{
    width:100%;
    max-width:430px;
}

.sar-hero h1{
    font-size:40px;
}

.sar-input-group{
    flex-direction:column;
}

.sar-btn{
    height:58px;
    margin-top:10px;
}

.sar-dashboard-score{
    flex-direction:column;
    text-align:center;
}

.sar-dashboard-grid{
    grid-template-columns:1fr;
}

.sar-floating-card{
    display:none;
}

}


/* ===============================
   HERO BACKGROUND GLOW
================================= */

.sar-hero{
    position: relative;
    overflow: hidden;
}

.sar-hero::before{
    content:"";
    position:absolute;
    width:700px;
    height:700px;
    left:-180px;
    top:-180px;

    background:radial-gradient(circle,
        rgba(255,255,255,.18) 0%,
        rgba(255,255,255,.08) 30%,
        transparent 75%);

    filter:blur(60px);

    animation:heroGlow1 18s ease-in-out infinite;

    pointer-events:none;

    z-index:0;
}

.sar-hero::after{
    content:"";
    position:absolute;

    width:600px;
    height:600px;

    right:-150px;
    bottom:-180px;

    background:radial-gradient(circle,
        rgba(147,197,253,.22) 0%,
        rgba(147,197,253,.10) 35%,
        transparent 75%);

    filter:blur(70px);

    animation:heroGlow2 22s ease-in-out infinite;

    pointer-events:none;

    z-index:0;
}

@keyframes heroGlow1{

0%{
transform:translate(0,0) scale(1);
}

50%{
transform:translate(40px,30px) scale(1.08);
}

100%{
transform:translate(0,0) scale(1);
}

}

@keyframes heroGlow2{

0%{
transform:translate(0,0) scale(1);
}

50%{
transform:translate(-35px,-25px) scale(1.05);
}

100%{
transform:translate(0,0) scale(1);
}

}
.sar-hero > .container,
.sar-hero .container{
    position:relative;
    z-index:2;
}



/* ===================================================
   SEO REPORT
=================================================== */

.sar-report-section{

display:none;

padding:50px 0;

background:#f8fafc;

}

.sar-report-container{

width:90%;

max-width:1280px;

margin:auto;

}

/* ========================= */

.sar-report-header{

text-align:center;

margin-bottom:60px;

}

.sar-report-header h2{

font-size:46px;

font-weight:700;

color:#0f172a;

margin-bottom:12px;

}

.sar-report-header p{

font-size:18px;

color:#64748b;

word-break:break-word;

}

/* ========================= */

.sar-score-wrapper{

display:flex;

align-items:center;

gap:60px;

margin-bottom:70px;

}

.sar-score-circle{

width:180px;

height:180px;

border-radius:50%;

background:#fff;

border:12px solid #22c55e;

display:flex;

justify-content:center;

align-items:center;

flex-shrink:0;

box-shadow:0 20px 50px rgba(0,0,0,.08);

}

.sar-score-circle span{

font-size:72px;

font-weight:700;

line-height:1;

color:#16a34a;

}

.sar-score-info{

flex:1;

}

.sar-score-info h3{

margin:0 0 15px;

font-size:42px;

color:#16a34a;

font-weight:700;

}

.sar-score-info p{

margin:0;

font-size:18px;

line-height:1.8;

color:#64748b;

}

/* ========================= */

.sar-overview-grid{

display:grid;

grid-template-columns:repeat(4,1fr);

gap:25px;

}

.sar-overview-card{

background:#fff;

border-radius:22px;

padding:30px;

min-height:170px;

display:flex;

flex-direction:column;

justify-content:center;

align-items:center;

text-align:center;

box-shadow:0 15px 40px rgba(0,0,0,.06);

transition:.3s;

}

.sar-overview-card:hover{

transform:translateY(-6px);

box-shadow:0 25px 55px rgba(0,0,0,.10);

}

.sar-overview-card h4{

font-size:18px;

margin-bottom:18px;

color:#0f172a;

}

.sar-overview-card p{

margin:0;

font-size:17px;

line-height:1.6;

font-weight:600;

color:#2563eb;

}

/* ========================= */

@media(max-width:992px){

.sar-score-wrapper{

flex-direction:column;

text-align:center;

}

.sar-overview-grid{

grid-template-columns:repeat(2,1fr);

}

}

@media(max-width:576px){

.sar-report-header h2{

font-size:34px;

}

.sar-score-circle{

width:150px;

height:150px;

}

.sar-score-circle span{

font-size:58px;

}

.sar-score-info h3{

font-size:32px;

}

.sar-overview-grid{

grid-template-columns:1fr;

}

}

/* ===================================================
   SCORE ANIMATION
=================================================== */

.sar-score-circle{
    position:relative;
    overflow:hidden;
    transition:.4s;
}

.sar-score-circle::before{
    content:'';
    position:absolute;
    inset:-12px;
    border-radius:50%;
    border:12px solid rgba(34,197,94,.15);
}

.sar-score-circle span{
    position:relative;
    z-index:2;
}

/* ===================================================
   STATUS BADGES
=================================================== */

.sar-status{

display:inline-flex;

align-items:center;

justify-content:center;

padding:8px 18px;

border-radius:40px;

font-size:14px;

font-weight:600;

}

.sar-pass{

background:#dcfce7;

color:#15803d;

}

.sar-warning{

background:#fef3c7;

color:#b45309;

}

.sar-fail{

background:#fee2e2;

color:#dc2626;

}

/* ===================================================
   TECHNICAL SUMMARY
=================================================== */

.sar-tech-summary{

margin-top:60px;

display:grid;

grid-template-columns:repeat(3,1fr);

gap:25px;

}

.sar-tech-card{

background:#fff;

padding:30px;

border-radius:20px;

box-shadow:0 15px 40px rgba(0,0,0,.05);

}

.sar-tech-card h4{

margin:0 0 15px;

font-size:20px;

color:#0f172a;

}

.sar-tech-card p{

margin:0;

line-height:1.8;

color:#64748b;

}

/* ===================================================
   RECOMMENDATION
=================================================== */

.sar-recommendation{

margin-top:50px;

padding:35px;

background:#eff6ff;

border-left:5px solid #2563eb;

border-radius:20px;

}

.sar-recommendation h3{

margin:0 0 15px;

font-size:26px;

}

.sar-recommendation p{

margin:0;

line-height:1.8;

color:#475569;

}

/* ===================================================
   RESPONSIVE
=================================================== */

@media(max-width:992px){

.sar-tech-summary{

grid-template-columns:1fr;

}

}

/* ==========================================
TRUST SECTION
========================================== */

.sar-trust{

    padding:90px 0;

    background:#fff;

}

.sar-trust-top{

    text-align:center;

    max-width:850px;

    margin:0 auto 60px;

}

.sar-trust-badge{

    display:inline-block;

    padding:10px 22px;

    border-radius:40px;

    background:#eef4ff;

    color:#2563eb;

    font-weight:600;

    margin-bottom:18px;

}

.sar-trust-top h2{

    font-size:44px;

    color:#0f172a;

    margin-bottom:18px;

}

.sar-trust-top p{

    color:#64748b;

    font-size:18px;

    line-height:1.8;

}

.sar-trust-grid{

    display:grid;

    grid-template-columns:repeat(4,1fr);

    gap:25px;

}

.sar-trust-card{

    background:#fff;

    border:1px solid #e5e7eb;

    border-radius:22px;

    padding:40px 20px;

    text-align:center;

    transition:.35s;

    box-shadow:0 10px 30px rgba(0,0,0,.05);

}

.sar-trust-card:hover{

    transform:translateY(-8px);

    box-shadow:0 25px 45px rgba(37,99,235,.12);

}

.sar-trust-card h3{

    font-size:46px;

    margin-bottom:12px;

    color:#2563eb;

    font-weight:700;

}

.sar-trust-card span{

    color:#64748b;

    font-size:17px;

}

.sar-trust-card{
    transition:.35s ease;
}

.sar-trust-card:hover{
    transform:translateY(-8px);
    box-shadow:0 18px 45px rgba(45,86,255,.15);
    border-color:#2d5cff;
}

@media(max-width:992px){

.sar-trust-grid{

grid-template-columns:repeat(2,1fr);

}

}

@media(max-width:576px){

.sar-trust-top h2{

font-size:32px;

}

.sar-trust-grid{

grid-template-columns:1fr;

}

}

/* ==========================================
WHAT WE CHECK
========================================== */

.sar-checks{

    padding:50px 0;

    background:#f8fafc;

}

.sar-section-heading{

    text-align:center;

    max-width:850px;

    margin:0 auto 60px;

}

.sar-section-badge{

    display:inline-block;

    padding:10px 22px;

    border-radius:40px;

    background:#e8f1ff;

    color:#2563eb;

    font-weight:600;

    margin-bottom:18px;

}

.sar-section-heading h2{

    font-size:46px;

    margin-bottom:18px;

    color:#0f172a;

}

.sar-section-heading p{

    color:#64748b;

    font-size:18px;

    line-height:1.8;

}

.sar-check-grid{

    display:grid;

    grid-template-columns:repeat(4,1fr);

    gap:28px;

}

.sar-check-card{

    background:#fff;

    border-radius:22px;

    padding:35px;

    text-align:left;

    transition:.35s;

    border:1px solid #e5e7eb;

}

.sar-check-card:hover{

    transform:translateY(-10px);

    box-shadow:0 25px 50px rgba(37,99,235,.12);

}

.sar-check-icon{

    width:70px;

    height:70px;

    border-radius:18px;

    background:linear-gradient(135deg,#2563eb,#4f46e5);

    display:flex;

    justify-content:center;

    align-items:center;

    color:#fff;

    font-size:28px;

    margin-bottom:25px;

}

.sar-check-card h3{

    margin-bottom:12px;

    font-size:24px;

    color:#0f172a;

}

.sar-check-card p{

    margin:0;

    color:#64748b;

    line-height:1.8;

}

@media(max-width:992px){

.sar-check-grid{

grid-template-columns:repeat(2,1fr);

}

}

@media(max-width:576px){

.sar-check-grid{

grid-template-columns:1fr;

}

.sar-section-heading h2{

font-size:34px;

}

}
/* ======================================
SEO REPORT PREVIEW
====================================== */

.sar-preview{

    padding:50px 0;

    background:#ffffff;

}

.sar-preview .sar-container{

    display:grid;

    grid-template-columns:1.1fr .9fr;

    gap:70px;

    align-items:center;

}

.sar-preview-left h2{

    font-size:48px;

    line-height:1.2;

    margin:20px 0;

    color:#0f172a;

}

.sar-preview-left p{

    font-size:18px;

    color:#64748b;

    line-height:1.8;

    margin-bottom:30px;

}

.sar-preview-list{

    list-style:none;

    padding:0;

    margin:0 0 35px;

}

.sar-preview-list li{

    padding:12px 0;

    font-size:17px;

    color:#334155;

}

.sar-preview-card{

    background:#fff;

    border-radius:24px;

    padding:35px;

    box-shadow:0 25px 60px rgba(37,99,235,.15);

    border:1px solid #eef2ff;

}

.sar-preview-header{

    display:flex;

    gap:10px;

    margin-bottom:30px;

}

.sar-preview-header span{

    width:14px;

    height:14px;

    border-radius:50%;

}

.green{background:#22c55e;}
.yellow{background:#f59e0b;}
.red{background:#ef4444;}

.sar-preview-score{

    display:flex;

    align-items:center;

    gap:25px;

    margin-bottom:35px;

}

.sar-preview-score .circle{

    width:110px;

    height:110px;

    border-radius:50%;

    border:8px solid #22c55e;

    display:flex;

    justify-content:center;

    align-items:center;

    font-size:38px;

    font-weight:700;

    color:#22c55e;

}

.sar-mini-grid{

    display:grid;

    grid-template-columns:repeat(2,1fr);

    gap:18px;

}

.sar-mini-grid div{

    background:#f8fafc;

    border-radius:16px;

    padding:22px;

}

.sar-mini-grid strong{

    display:block;

    font-size:32px;

    color:#2563eb;

}

.sar-mini-grid span{

    color:#64748b;

}

@media(max-width:992px){

.sar-preview .sar-container{

grid-template-columns:1fr;

}

}

/*==========================
WHY CHOOSE
==========================*/

.sar-why{

    padding:50px 0;

    background:#f8fbff;

}

.sar-section-title{

    text-align:center;

    max-width:800px;

    margin:auto auto 70px;

}

.sar-section-title h2{

    font-size:46px;

    margin:20px 0;

    color:#0f172a;

}

.sar-section-title p{

    font-size:18px;

    color:#64748b;

    line-height:1.8;

}

.sar-why-grid{

    display:grid;

    grid-template-columns:repeat(3,1fr);

    gap:30px;

}

.sar-why-card{

    background:#fff;

    border-radius:22px;

    padding:40px;

    text-align:center;

    transition:.35s;

    border:1px solid #eef2ff;

    box-shadow:0 15px 45px rgba(15,23,42,.05);

}

.sar-why-card:hover{

    transform:translateY(-10px);

    box-shadow:0 30px 60px rgba(37,99,235,.15);

}

.sar-why-card .icon{

    width:75px;

    height:75px;

    margin:auto;

    border-radius:18px;

    background:linear-gradient(135deg,#2563eb,#7c3aed);

    color:#fff;

    font-size:34px;

    display:flex;

    align-items:center;

    justify-content:center;

    margin-bottom:25px;

}

.sar-why-card h3{

    margin-bottom:15px;

    font-size:24px;

}

.sar-why-card p{

    color:#64748b;

    line-height:1.8;

}

@media(max-width:992px){

.sar-why-grid{

grid-template-columns:repeat(2,1fr);

}

}

@media(max-width:768px){

.sar-why-grid{

grid-template-columns:1fr;

}

}

/*===================================
HOW IT WORKS
===================================*/

.sar-how{

    padding:60px 0;

    background:#fff;

}

.sar-how-grid{

    display:grid;

    grid-template-columns:repeat(3,1fr);

    gap:35px;

    margin-top:70px;

}

.sar-how-card{

    background:#fff;

    border-radius:24px;

    padding:45px;

    text-align:center;

    border:1px solid #edf2ff;

    position:relative;

    transition:.35s;

    box-shadow:0 15px 45px rgba(15,23,42,.05);

}

.sar-how-card:hover{

    transform:translateY(-8px);

    box-shadow:0 30px 60px rgba(37,99,235,.15);

}

.sar-step-number{

    position:absolute;

    top:-18px;

    left:50%;

    transform:translateX(-50%);

    width:42px;

    height:42px;

    border-radius:50%;

    background:#2563eb;

    color:#fff;

    font-weight:700;

    display:flex;

    justify-content:center;

    align-items:center;

    font-size:18px;

}

.sar-step-icon{

    width:90px;

    height:90px;

    margin:20px auto;

    border-radius:22px;

    background:linear-gradient(135deg,#2563eb,#7c3aed);

    display:flex;

    justify-content:center;

    align-items:center;

    font-size:42px;

    color:#fff;

}

.sar-how-card h3{

    margin:25px 0 15px;

    font-size:26px;

}

.sar-how-card p{

    color:#64748b;

    line-height:1.8;

}

@media(max-width:992px){

.sar-how-grid{

grid-template-columns:1fr;

}

}

/*====================================
COMPARE
====================================*/

.sar-compare{

    padding:60px 0;

    background:#f8fafc;

}

.sar-compare-grid{

    display:grid;

    grid-template-columns:repeat(2,1fr);

    gap:40px;

    margin-top:70px;

}

.sar-plan{

    background:#fff;

    border-radius:26px;

    padding:45px;

    position:relative;

    box-shadow:0 20px 55px rgba(0,0,0,.06);

    border:1px solid #e5e7eb;

}

.sar-plan.pro{

    border:2px solid #2563eb;

}

.sar-plan-header{

    margin-bottom:35px;

}

.sar-plan-header h3{

    font-size:34px;

    margin-bottom:8px;

}

.sar-plan-header span{

    color:#2563eb;

    font-weight:600;

}

.sar-plan ul{

    list-style:none;

    padding:0;

    margin:0;

}

.sar-plan li{

    padding:14px 0;

    border-bottom:1px solid #eef2f7;

    color:#334155;

}

.sar-coming{

    position:absolute;

    right:25px;

    top:25px;

    background:#2563eb;

    color:#fff;

    padding:8px 18px;

    border-radius:40px;

    font-size:13px;

    font-weight:600;

}

.sar-waitlist-btn{

    margin-top:35px;

    width:100%;

    height:58px;

    border:none;

    border-radius:14px;

    background:linear-gradient(135deg,#2563eb,#7c3aed);

    color:#fff;

    font-size:17px;

    font-weight:600;

    cursor:pointer;

}

.sar-waitlist-btn:hover{

    opacity:.92;

}

@media(max-width:992px){

.sar-compare-grid{

grid-template-columns:1fr;

}

}

/*=====================================
SAMPLE REPORT
======================================*/

.sar-sample{

    padding:60px 0;

    background:#fff;

}

.sar-sample-wrapper{

    display:grid;

    grid-template-columns:1.1fr .9fr;

    gap:60px;

    align-items:center;

}

.sar-sample-image img{

    width:100%;

    border-radius:22px;

    box-shadow:0 25px 60px rgba(0,0,0,.12);

}

.sar-sample-content h3{

    font-size:40px;

    margin-bottom:20px;

}

.sar-sample-content p{

    font-size:18px;

    color:#64748b;

    line-height:1.8;

}

.sar-sample-content ul{

    list-style:none;

    padding:0;

    margin:35px 0;

}

.sar-sample-content li{

    padding:10px 0;

    color:#334155;

    font-size:17px;

}

@media(max-width:992px){

.sar-sample-wrapper{

grid-template-columns:1fr;

}

}

/*=====================================
FAQ
======================================*/

.sar-faq{

    padding:60px 0;

    background:#f8fafc;

}

.sar-faq-wrapper{

    max-width:900px;

    margin:auto;

}

.sar-faq-item{

    background:#fff;

    margin-bottom:18px;

    border-radius:18px;

    overflow:hidden;

    border:1px solid #e5e7eb;

}

.sar-faq-question{

    width:100%;

    background:none;

    border:none;

    display:flex;

    justify-content:space-between;

    align-items:center;

    padding:26px;

    cursor:pointer;

    font-size:20px;

    font-weight:600;

}

.sar-faq-answer{

    display:none;

    padding:0 26px 26px;

    color:#64748b;

    line-height:1.8;

}

.sar-faq-item.active .sar-faq-answer{

    display:block;

}

/*=====================================
FINAL CTA
======================================*/

.sar-final-cta{

padding:120px 0;

background:linear-gradient(135deg,#2563eb,#4f46e5);

}

.sar-final-box{

max-width:900px;

margin:auto;

text-align:center;

color:#fff;

}

.sar-final-box h2{

font-size:52px;

margin:20px 0;

}

.sar-final-box p{

font-size:20px;

line-height:1.8;

opacity:.9;

margin-bottom:40px;

}

.sar-final-form{

display:flex;

background:#fff;

padding:8px;

border-radius:18px;

max-width:720px;

margin:auto;

}

.sar-final-form input{

flex:1;

border:none;

padding:20px;

font-size:16px;

outline:none;

}

.sar-final-form button{

border:none;

padding:0 40px;

background:#2563eb;

color:#fff;

font-weight:600;

border-radius:12px;

cursor:pointer;

}

.sar-final-points{

display:flex;

justify-content:center;

gap:35px;

margin-top:30px;

font-size:16px;

}

@media(max-width:768px){

.sar-final-form{

flex-direction:column;

}

.sar-final-form button{

height:56px;

margin-top:10px;

}

.sar-final-points{

flex-direction:column;

gap:12px;

}

.sar-final-box h2{

font-size:36px;

}

}

/*====================================
SEO CONTENT
====================================*/

.sar-seo-content{

    padding:70px 0;

    background:#fff;

}

.sar-content-wrapper{

    max-width:1000px;

    margin:auto;

}

.sar-content-block{

    margin-bottom:50px;

}

.sar-content-block h3{

    font-size:32px;

    color:#0f172a;

    margin-bottom:18px;

}

.sar-content-block p{

    color:#475569;

    font-size:18px;

    line-height:1.9;

}

.sar-content-block ul{

    padding-left:25px;

    margin-top:20px;

}

.sar-content-block li{

    margin-bottom:14px;

    color:#475569;

    font-size:17px;

    line-height:1.8;

}

@media(max-width:768px){

.sar-content-block h3{

font-size:26px;

}

.sar-content-block p{

font-size:16px;

}

}

/*=====================================
RELATED TOOLS
======================================*/

.sar-related-tools{

    padding:70px 0;

    background:#f8fafc;

}

.sar-tools-grid{

    display:grid;

    grid-template-columns:repeat(4,1fr);

    gap:30px;

    margin-top:70px;

}

.sar-tool-card{

    display:block;

    text-decoration:none;

    background:#fff;

    border-radius:22px;

    padding:35px;

    transition:.35s;

    border:1px solid #e5e7eb;

    color:inherit;

    box-shadow:0 12px 35px rgba(15,23,42,.05);

}

.sar-tool-card:hover{

    transform:translateY(-8px);

    box-shadow:0 25px 55px rgba(37,99,235,.12);

    border-color:#2563eb;

}

.sar-tool-card i{

    width:70px;

    height:70px;

    border-radius:18px;

    display:flex;

    align-items:center;

    justify-content:center;

    background:linear-gradient(135deg,#2563eb,#7c3aed);

    color:#fff;

    font-size:28px;

    margin-bottom:25px;

}

.sar-tool-card h3{

    font-size:22px;

    color:#0f172a;

    margin-bottom:12px;

}

.sar-tool-card p{

    color:#64748b;

    line-height:1.8;

    margin:0;

}

@media(max-width:1200px){

.sar-tools-grid{

grid-template-columns:repeat(2,1fr);

}

}

@media(max-width:768px){

.sar-tools-grid{

grid-template-columns:1fr;

}

}

/*======================================================
  HOW IT WORKS - PREMIUM TIMELINE
======================================================*/

.wtr-process{
    padding:50px 0;
    background:#ffffff;
    position:relative;
}

.wtr-section-title{
    text-align:center;
    max-width:760px;
    margin:0 auto 70px;
}

.wtr-badge{
    display:inline-flex;
    align-items:center;
    gap:8px;
    padding:10px 24px;
    border-radius:50px;
    background:#eaf2ff;
    color:#2f62f5;
    font-weight:600;
    margin-bottom:18px;
}

.wtr-section-title h2{
    font-size:52px;
    font-weight:800;
    line-height:1.15;
    color:#111827;
    margin-bottom:18px;
}

.wtr-section-title h2 span{
    color:#2f62f5;
}

.wtr-section-title p{
    font-size:20px;
    color:#64748b;
    line-height:1.7;
}

/* Timeline */

.wtr-process-wrapper{

    position:relative;

    display:flex;

    justify-content:space-between;

    align-items:flex-start;

    gap:40px;

}

/* Gray line */

.wtr-process-line{

    position:absolute;

    left:10%;

    right:10%;

    top:42px;

    height:2px;

    background:#d9e3f6;

    z-index:1;

}

/* Blue animated line */

.wtr-process-progress{

    position:absolute;

    left:10%;

    top:42px;

    height:2px;

    width:80%;

    background:linear-gradient(90deg,#2563eb,#7c3aed,#2563eb);

    background-size:300% 100%;

    z-index:2;

}

.wtr-step{

    position:relative;

    z-index:5;

    flex:1;

    text-align:center;

}

.wtr-icon{

    position:relative;

    width:82px;

    height:82px;

    margin:0 auto 22px;

    border-radius:50%;

    background:linear-gradient(135deg,#2563eb,#7c3aed);

    display:flex;

    align-items:center;

    justify-content:center;

    font-size:34px;

    color:#fff;

    box-shadow:0 18px 40px rgba(37,99,235,.18);

}

.wtr-step h3{

    font-size:28px;

    margin-bottom:12px;

    color:#111827;

}

.wtr-step p{

    max-width:240px;

    margin:auto;

    color:#64748b;

    line-height:1.7;

    font-size:17px;

}

/* Hover */

.wtr-step:hover .wtr-icon{

    transform:translateY(-8px);

    transition:.35s;

    box-shadow:0 24px 55px rgba(37,99,235,.28);

}

/* Mobile */

@media(max-width:991px){

.wtr-process-wrapper{

flex-direction:column;

gap:60px;

}

.wtr-process-line,

.wtr-process-progress{

display:none;

}

.wtr-step{

width:100%;

}

.wtr-section-title h2{

font-size:38px;

}

}

/*=========================================
PROCESS LINE ANIMATION
=========================================*/

.wtr-process-progress{

    animation:lineFlow 4s linear infinite;

}

/* Moving Glow Dot */

.wtr-process-progress::after{

    content:"";

    position:absolute;

    right:-8px;

    top:50%;

    transform:translateY(-50%);

    width:14px;

    height:14px;

    border-radius:50%;

    background:#ffffff;

    box-shadow:
        0 0 0 5px rgba(37,99,235,.18),
        0 0 18px rgba(37,99,235,.8);

}

/* Gradient Animation */

@keyframes lineFlow{

    0%{

        background-position:0% 50%;

    }

    100%{

        background-position:300% 50%;

    }

}


/*=========================================
ICON FLOATING
=========================================*/

.wtr-icon{

    animation:floatIcon 3s ease-in-out infinite;

}

.wtr-step:nth-child(3) .wtr-icon{

    animation-delay:.4s;

}

.wtr-step:nth-child(4) .wtr-icon{

    animation-delay:.8s;

}

.wtr-step:nth-child(5) .wtr-icon{

    animation-delay:1.2s;

}

@keyframes floatIcon{

    0%{

        transform:translateY(0px);

    }

    50%{

        transform:translateY(-8px);

    }

    100%{

        transform:translateY(0px);

    }

}


/*=========================================
ICON GLOW
=========================================*/

.wtr-icon::before{

    content:"";

    position:absolute;

    inset:-8px;

    border-radius:50%;

    background:radial-gradient(rgba(37,99,235,.25),transparent 70%);

    z-index:-1;

    animation:pulseGlow 2.5s infinite;

}

@keyframes pulseGlow{

    0%{

        transform:scale(.9);

        opacity:.3;

    }

    50%{

        transform:scale(1.15);

        opacity:1;

    }

    100%{

        transform:scale(.9);

        opacity:.3;

    }

}

