
:root{
    --dfd-navy:#07172f;
    --dfd-navy-2:#0b2346;
    --dfd-blue:#145da0;
    --dfd-sky:#38bdf8;
    --dfd-yellow:#fbbf24;
    --dfd-yellow-2:#f59e0b;
    --dfd-text:#101b31;
    --dfd-muted:#64748b;
    --dfd-bg:#f4f7fb;
    --dfd-white:#ffffff;
    --dfd-border:#dfe7f2;
    --dfd-shadow:0 22px 55px rgba(7,23,47,.10);
}

*{
    box-sizing:border-box;
    margin:0;
    padding:0;
}

body{
    font-family:var(--font-sans);
    background:var(--dfd-bg);
    color:var(--dfd-text);
    overflow-x:hidden;
}

.page{
    max-width:100%;
}

img{
    max-width:100%;
    height:auto;
}

/* HERO */
.hero{
    position:relative;
    overflow:hidden;
    background-size:cover;
    background-position:center;
    background-repeat:no-repeat;
    text-align:center;
    min-height:620px;
    display:flex;
    align-items:center;
    justify-content:center;
}

.hero:before{
    content:"";
    position:absolute;
    inset:0;
    background:
        radial-gradient(circle at 75% 35%, rgba(56,189,248,.20), transparent 30%),
        linear-gradient(90deg, rgba(7,23,47,.94) 0%, rgba(7,23,47,.78) 45%, rgba(7,23,47,.64) 100%);
    z-index:1;
}

.hero:after{
    content:"";
    position:absolute;
    inset:auto 0 0 0;
    height:180px;
    background:linear-gradient(180deg, rgba(7,23,47,0), rgba(7,23,47,.35));
    z-index:1;
}

.hero-inner{
    position:relative;
    z-index:2;
    padding:95px 16px 85px;
    width:100%;
}

.hero-badge{
    display:inline-flex;
    align-items:center;
    gap:8px;
    background:rgba(255,255,255,.14);
    border:1px solid rgba(255,255,255,.18);
    backdrop-filter:blur(14px);
    color:#eaf6ff;
    padding:10px 20px;
    border-radius:999px;
    font-size:13px;
    font-weight:700;
    margin-bottom:24px;
    box-shadow:0 12px 30px rgba(0,0,0,.16);
}

.hero h1{
    font-size:52px;
    font-weight:800;
    color:#fff;
    line-height:1.18;
    letter-spacing:-1.5px;
    max-width:980px;
    margin:0 auto;
}

.hero h1 span{
    color:var(--dfd-yellow);
}

.hero p{
    color:#d9e8f8;
    font-size:16px;
    line-height:1.75;
    margin:24px auto 34px;
    max-width:780px;
    -webkit-line-clamp:5;
    -webkit-box-orient:vertical;
    overflow:hidden;
}

.hero-btns{
    display:flex;
    justify-content:center;
    gap:15px;
    flex-wrap:wrap;
}

.btn-primary{
    background:linear-gradient(135deg,var(--dfd-yellow),var(--dfd-yellow-2));
    color:#07172f;
    padding:15px 30px;
    border-radius:999px;
    font-weight:700;
    border:none;
    cursor:pointer;
    text-decoration:none;
    display:inline-flex;
    align-items:center;
    justify-content:center;
    gap:8px;
    transition:.25s;box-shadow:0 16px 34px rgba(251,191,36,.30);
}

.btn-primary:hover{
    transform:translateY(-3px);
    color:#07172f;
}

.btn-outline{
    border:1px solid rgba(255,255,255,.45);
    background:rgba(255,255,255,.06);
    color:#fff;
    padding:15px 30px;
    border-radius:999px;
    text-decoration:none;
    font-weight:700;
    transition:.25s;
}

.btn-outline:hover{
    background:#fff;
    color:var(--dfd-navy);
}

/* HERO STATS */
.hero-stats{
    margin:52px auto 0;
    display:grid;
    grid-template-columns:repeat(4, minmax(135px, 1fr));
    gap:16px;
    max-width:720px;
}

.stat{
    position:relative;
    overflow:hidden;
    padding:18px 16px;
    border-radius:10px;
    border:1px solid rgba(255,255,255,.20);
    backdrop-filter:blur(16px);
    box-shadow:0 18px 40px rgba(0,0,0,.18);
}


.stat-val{
    position:relative;
    color:#fff;
    font-size:24px;
    line-height:1;
    font-weight:700;
    margin-bottom:7px;
}

.stat-lbl{
    position:relative;
    color:#d8e9fa;
    font-size:14px;
    font-weight:500;
}

/* TRUST STRIP */
.trust-strip{
    position:relative;
    background:#fff;
    max-width:1120px;
    margin:-45px auto 48px;
    padding:24px 24px;
    border-radius:18px;
    display:flex;
    justify-content:center;
    align-items:center;
    gap:22px;
    flex-wrap:wrap;
    box-shadow:var(--dfd-shadow);
    font-size:14px;
    font-weight:700;
    color:#14233c;
    z-index:10;
    border:1px solid rgba(223,231,242,.9);
}

.trust-strip span{
    display:inline-flex;
    align-items:center;
    gap:8px;
}

.trust-strip span:before{
    content:"";
    width:7px;
    height:7px;
    border-radius:50%;
    background:var(--dfd-yellow);
}

/* COMMON SECTIONS */
.section{
    padding:56px 16px;
    max-width:1200px;
    margin:0 auto;
}

.section-alt{
    padding-top:42px;
}

.section-head{
    margin-bottom:40px;
}

.section-label{
    font-size:12px;
    font-weight:900;
    letter-spacing:2.4px;
    text-transform:uppercase;
    color:var(--dfd-blue);
    margin-bottom:12px;
}

.section-title{
    font-size:36px;
    font-weight:900;
    color:var(--dfd-text);
    line-height:1.22;
    letter-spacing:-.8px;
    position:relative;
    margin-bottom:16px;
}

.section-title:after{
    content:"";
    display:block;
    width:84px;
    height:4px;
    border-radius:10px;
    margin-top:17px;
    background:var(--dfd-yellow);
}

.section-sub{
    font-size:15px;
    color:var(--dfd-muted);
    line-height:1.8;
    margin-bottom:30px;
    max-width:1120px;
}

/* SERVICES */
.services-grid{
    display:grid;
    gap:24px;
    grid-template-columns:repeat(auto-fit,minmax(300px,1fr));
    margin-top:30px;
}

.service-card,
.step,
.policy-card,
.testimonial,
.faq-item{
    background:rgba(255,255,255,.92);
    border:1px solid var(--dfd-border);
    box-shadow:0 14px 35px rgba(7,23,47,.06);
}

.service-card{
    padding:28px;
    border-radius:22px;
    transition:.35s;
    position:relative;
    z-index:1;
    overflow:hidden;
}



.service-card h3{
    font-size:18px;
    margin-bottom:10px;
    font-weight:850;
    color:var(--dfd-text);
}

.service-card p{
    font-size:14px;
    color:var(--dfd-muted);
    line-height:1.7;
}

/* ICONS */
.icon-box{
    width:56px;
    height:56px;
    border-radius:18px;
    display:flex;
    align-items:center;
    justify-content:center;
    background:linear-gradient(135deg,#e6f1ff,#f8fbff);
    color:var(--dfd-blue);
    margin-bottom:18px;
    box-shadow:inset 0 0 0 1px rgba(20,93,160,.08);
}

.icon-box svg{
    width:26px;
    height:26px;
    transform:rotate(-20deg);
}

.icon-box.red{
    background:linear-gradient(135deg,#fff0f0,#fff8f8);
    color:#d13a3a;
}

/* STEPS */
.steps-wrapper{
    margin-top:50px;
    position:relative;
}

.steps{
    display:grid;
    grid-template-columns:repeat(3,1fr);
    gap:25px;
    position:relative;
}

.step{
    padding:28px;
    border-radius:22px;
    transition:.35s;
    position:relative;
    opacity:0;
    transform:translateY(40px);
}

.step.show{
    opacity:1;
    transform:translateY(0);
}

.step:hover{
    transform:translateY(-8px);
    box-shadow:0 28px 65px rgba(7,23,47,.13);
}

.step-top{
    display:flex;
    align-items:center;
    margin-bottom:16px;
}

.step-circle{
    width:44px;
    height:44px;
    border-radius:50%;
    background:linear-gradient(135deg,var(--dfd-blue),var(--dfd-navy));
    color:#fff;
    font-weight:900;
    display:flex;
    align-items:center;
    justify-content:center;
    box-shadow:0 12px 25px rgba(20,93,160,.25);
}

.step-line{
    flex:1;
    height:2px;
    background:linear-gradient(to right,var(--dfd-blue),rgba(20,93,160,.15));
    margin-left:12px;
}

.step h4{
    font-size:17px;
    margin-bottom:8px;
    color:var(--dfd-text);
    font-weight:850;
}

.step p{
    font-size:14px;
    color:var(--dfd-muted);
    line-height:1.7;
}

/* POLICIES */
.policy-grid{
    display:grid;
    gap:24px;
    grid-template-columns:repeat(auto-fit,minmax(280px,1fr));
    margin-top:40px;
}

.policy-card{
    padding:28px;
    border-radius:22px;
    transition:.35s;
}

.policy-card:hover{
    transform:translateY(-8px);
    box-shadow:0 28px 65px rgba(7,23,47,.13);
}

.policy-card h4{
    font-size:18px;
    margin:8px 0;
    color:var(--dfd-text);
    font-weight:850;
}

.policy-card p{
    font-size:14px;
    color:var(--dfd-muted);
    line-height:1.7;
}

/* CTA */
.cta-band{
    position:relative;
    padding:76px 20px;
    text-align:center;
    background:
        radial-gradient(circle at 20% 0%, rgba(251,191,36,.18), transparent 32%),
        linear-gradient(135deg,var(--dfd-navy),var(--dfd-blue));
    color:#fff;
    overflow:hidden;
    margin-top:30px;
}

.cta-band:before{
    content:"";
    position:absolute;
    width:520px;
    height:520px;
    background:var(--dfd-yellow);
    opacity:.10;
    filter:blur(130px);
    top:-160px;
    left:-130px;
}

.cta-band:after{
    content:"";
    position:absolute;
    width:420px;
    height:420px;
    background:var(--dfd-sky);
    opacity:.12;
    filter:blur(130px);
    right:-120px;
    bottom:-160px;
}

.cta-content{
    max-width:780px;
    margin:auto;
    position:relative;
    z-index:1;
}

.cta-band h2{
    font-size:36px;
    margin-bottom:12px;
    font-weight:900;
    letter-spacing:-.6px;
}

.cta-band p{
    color:#d9e8f8;
    font-size:16px;
    line-height:1.7;
    margin-bottom:30px;
}

.cta-row{
    display:flex;
    justify-content:center;
    gap:15px;
    flex-wrap:wrap;
}

.cta-phone{
    background:linear-gradient(135deg,var(--dfd-yellow),var(--dfd-yellow-2));
    color:#07172f;
    padding:15px 32px;
    border-radius:999px;
    font-weight:900;
    text-decoration:none;
    box-shadow:0 16px 35px rgba(251,191,36,.35);
    transition:.3s;
}

.cta-phone:hover{
    transform:translateY(-3px);
    color:#07172f;
}

.cta-chat{
    border:1px solid rgba(255,255,255,.42);
    background:rgba(255,255,255,.06);
    color:#fff;
    padding:15px 32px;
    border-radius:999px;
    text-decoration:none;
    font-weight:800;
    transition:.3s;
}

.cta-chat:hover{
    background:#fff;
    color:var(--dfd-navy);
}

.cta-trust{
    margin-top:26px;
    font-size:13px;
    color:#d8e9fa;
    display:flex;
    justify-content:center;
    gap:18px;
    flex-wrap:wrap;
}

.cta-trust span{
    display:flex;
    align-items:center;
    gap:8px;
    font-weight:700;
}

.tick{
    width:16px;
    height:16px;
    stroke:var(--dfd-yellow);
    stroke-width:2;
    fill:none;
}

/* TESTIMONIAL */
.testimonial-slider{
    overflow:hidden;
    width:100%;
    max-width:100%;
}

.testimonial-track{
    display:flex;
    gap:22px;
    transition:transform .5s ease;
    will-change:transform;
    max-width:100%;
}

.testimonial{
    min-width:calc(33.333% - 15px);
    backdrop-filter:blur(12px);
    border-radius:22px;
    padding:28px;
    position:relative;
    transition:.3s;
    overflow:hidden;
}

.testimonial:before{
    content:"";
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:5px;
}

.testimonial:hover{
    transform:translateY(-8px);
    
}

.quote{
    font-size:54px;
    position:absolute;
    top:12px;
    left:18px;
    color:#e7eef8;
    z-index:0;
}

.stars{
    color:var(--dfd-yellow);
    margin-bottom:12px;
    position:relative;
    z-index:1;
    font-size:16px;
    letter-spacing:1px;
}

.testimonial p{
    position:relative;
    z-index:1;
    font-size:14px;
    color:#475569;
    margin-bottom:22px;
    line-height:1.75;
}

.reviewer{
    display:flex;
    gap:12px;
    align-items:center;
}

.avatar{
    width:44px;
    height:44px;
    border-radius:50%;
    display:flex;
    align-items:center;
    justify-content:center;
    color:#fff;
    font-weight:900;
    box-shadow:0 12px 24px rgba(7,23,47,.12);
}

.avatar.blue{
    background:linear-gradient(135deg,var(--dfd-blue),#1d7be0);
}

.avatar.green{
    background:linear-gradient(135deg,#059669,#22c55e);
}

.avatar.orange{
    background:linear-gradient(135deg,#d85a30,#f97316);
}

.reviewer-name{
    font-weight:850;
    color:var(--dfd-text);
}

.reviewer-loc{
    font-size:12px;
    color:var(--dfd-muted);
}

/* FAQ */
.faq-list{
    margin:40px auto 0;
}

.faq-item{
    border-radius:16px;
    margin-bottom:14px;
    overflow:hidden;
    transition:.3s;
}

.faq-item:hover{
    box-shadow:0 18px 45px rgba(7,23,47,.09);
}

.faq-q{
    width:100%;
    background:none;
    border:none;
    padding:20px 22px;
    font-size:15px;
    font-weight:850;
    color:var(--dfd-text);
    display:flex;
    justify-content:space-between;
    align-items:center;
    cursor:pointer;
    text-align:left;
}

.faq-icon{
    width:22px;
    height:22px;
    position:relative;
    flex:0 0 22px;
    border-radius:50%;
    background:#eef6ff;
}

.faq-icon:before,
.faq-icon:after{
    content:"";
    position:absolute;
    background:var(--dfd-blue);
    transition:.3s;
}

.faq-icon:before{
    width:12px;
    height:2px;
    top:10px;
    left:5px;
}

.faq-icon:after{
    width:2px;
    height:12px;
    left:10px;
    top:5px;
}

.faq-a{
    max-height:0;
    overflow:hidden;
    padding:0 22px;
    font-size:14px;
    color:var(--dfd-muted);
    line-height:1.7;
    transition:max-height .4s ease,padding .3s;
}

.faq-item.open .faq-a{
    max-height:260px;
    padding:0 22px 22px;
}

.faq-item.open .faq-icon:after{
    transform:scaleY(0);
}

/* RESPONSIVE */
@media(max-width:992px){
    .hero h1{
        font-size:42px;
    }

    .hero-stats{
        grid-template-columns:repeat(2,1fr);
        max-width:520px;
    }

    .steps{
        grid-template-columns:repeat(2,1fr);
    }

    .testimonial{
        min-width:calc(50% - 11px);
    }
}

@media(max-width:768px){
    .hero{
        min-height:auto;
    }

    .hero-inner{
        padding:72px 16px 74px;
    }

    .hero h1{
        font-size:31px;
        letter-spacing:-.5px;
    }

    .hero p{
        font-size:14px;
    }

    .hero-stats{
        grid-template-columns:1fr;
        max-width:320px;
        gap:12px;
    }

    .trust-strip{
        flex-direction:column;
        align-items:flex-start;
        gap:14px;
        padding:22px 18px;
        margin:-30px 16px 44px;
        font-size:14px;
    }

    .section{
        padding:44px 16px;
    }

    .section-title{
        font-size:27px;
    }

    .section-head{
        max-width:100%;
    }
}

@media(max-width:600px){
    .steps{
        grid-template-columns:1fr;
    }

    .step-line{
        display:none;
    }

    .testimonial{
        min-width:100%;
    }

    .hero-btns,
    .cta-row{
        flex-direction:column;
        align-items:center;
    }

    .btn-primary,
    .btn-outline,
    .cta-phone,
    .cta-chat{
        width:100%;
        max-width:300px;
        justify-content:center;
        text-align:center;
    }
}
