body{
    font-family:'Poppins',sans-serif;
    margin:0;
    background:linear-gradient(180deg,#f4f7fb 0%,#ffffff 38%,#f7f9fc 100%);
    overflow-x:hidden;
}

.container{
    width:92%;
    max-width:1300px;
    margin:auto;
}

.section-heading{
    max-width:640px;
    margin:0 auto 34px;
    text-align:center;
}

.section-heading-left{
    margin:0 0 28px;
    text-align:left;
}

.section-kicker,
.hero-emi-badge{
    display:inline-flex;
    align-items:center;
    gap:8px;
    padding:8px 14px;
    border-radius:999px;
    background:rgba(12,47,95,.08);
    color:#0b3c6f;
    font-size:12px;
    font-weight:600;
    letter-spacing:.04em;
    text-transform:uppercase;
}

.hero{
    position:relative;
    min-height:auto;
    padding:18px 0 42px;
    background-image:url('../images/technology-hologram-illustrated.jpg');
    background-image:image-set(
        url('../images/technology-hologram-illustrated.webp') type('image/webp'),
        url('../images/technology-hologram-illustrated.jpg') type('image/jpeg')
    );
    background-position:center;
    background-size:cover;
    background-repeat:no-repeat;
    overflow:hidden;
}

.hero::after{
    content:'';
    position:absolute;
    inset:auto -80px -140px auto;
    width:320px;
    height:320px;
    border-radius:50%;
    background:radial-gradient(circle, rgba(255,122,0,.24) 0%, rgba(255,122,0,0) 72%);
    pointer-events:none;
}

.hero-overlay{
    position:absolute;
    inset:0;
    background:linear-gradient(110deg,rgba(250,252,255,.96) 0%, rgba(250,252,255,.84) 48%, rgba(250,252,255,.34) 100%);
}

.hero-inner{
    position:relative;
    z-index:1;
    display:grid;
    grid-template-columns:minmax(0,1.12fr) minmax(340px,.88fr);
    align-items:center;
    gap:28px;
}

.hero-left{
    max-width:700px;
}

.hero-left h1{
    margin:8px 0 12px;
    font-size:clamp(2.3rem,5vw,4.2rem);
    line-height:1.08;
    color:#0b2244;
}

.hero-copy{
    max-width:620px;
    font-size:17px;
    line-height:1.6;
    color:#46556d;
}

.hero-cta{
    display:flex;
    flex-wrap:wrap;
    gap:10px;
    margin-top:22px;
}

.hero-stats{
    display:grid;
    grid-template-columns:repeat(3,minmax(0,1fr));
    gap:12px;
    margin-top:24px;
}

.hero-stat{
    padding:14px 16px;
    border-radius:18px;
    box-shadow:0 18px 40px rgba(11,34,68,.08);
}

.hero-stat strong{
    display:block;
    margin-bottom:6px;
    color:#0b2244;
    font-size:20px;
}

.hero-stat span{
    color:#607089;
    font-size:14px;
}

.hero-trust{
    margin-top:18px;
    color:#5f6f86;
    font-size:14px;
}

.btn-primary,
.btn-outline,
.btn-expert{
    border-radius:16px;
    text-decoration:none;
    display:inline-flex;
    align-items:center;
    justify-content:center;
    gap:10px;
    min-height:36px;
    font-weight:600;
    transition:.25s ease;
    font-size:13px;
}

.btn-primary{
    background:linear-gradient(135deg,#ff7a00 0%,#ff9a3d 100%);
    color:#fff;
    padding:5px 16px;
    box-shadow:0 14px 30px rgba(255,122,0,.24);
}

.btn-primary:hover,
.btn-outline:hover,
.btn-expert:hover{
    transform:translateY(-2px);
}

.btn-secondary{
    background:#102f5d;
    box-shadow:0 14px 30px rgba(16,47,93,.18);
}

.btn-outline{
    border:1.5px solid #d6dfeb;
    color:#0b3c6f;
    background:#fff;
    padding:8px 16px;
}

.btn-expert{
    border:1.5px solid rgba(11,60,111,.18);
    color:#0b3c6f;
    background:rgba(255,255,255,.72);
    padding:8px 16px;
}

.full{
    width:100%;
}

.glass-card{
    background:rgba(255,255,255,.78);
    backdrop-filter:blur(18px);
    border-radius:22px;
    padding:16px;
    border:1px solid rgba(255,255,255,.78);
    box-shadow:0 22px 50px rgba(12,37,74,.12);
}

.hero-emi{
    position:relative;
    width:100%;
    max-width:350px;
    min-width:0;
    justify-self:end;
}

.hero-emi-header h3{
    margin:10px 0 6px;
    font-size:22px;
    color:#0b2244;
}

.hero-emi-header p{
    margin:0 0 12px;
    color:#5f6f86;
    line-height:1.5;
    font-size:14px;
}

.emi-field{
    margin-bottom:12px;
}

.emi-field-head{
    display:flex;
    align-items:center;
    justify-content:space-between;
    gap:10px;
    margin-bottom:8px;
    min-width:0;
}

.emi-field label{
    font-size:13px;
    color:#18395f;
    font-weight:600;
}

.emi-field span{
    color:#ff7a00;
    font-size:13px;
    font-weight:700;
    text-align:right;
    min-width:0;
}

.slider-meta{
    display:flex;
    justify-content:space-between;
    margin-top:6px;
    color:#7d8da5;
    font-size:10px;
}

.emi-result{
    margin:14px 0 12px;
    padding:14px;
    border-radius:18px;
    background:linear-gradient(145deg,#0b2f5a,#11457f);
    color:#fff;
    box-shadow:0 18px 40px rgba(11,47,90,.22);
}

.emi-result p{
    margin:0;
    color:rgba(255,255,255,.74);
}

.emi-result h2{
    margin:8px 0 6px;
    font-size:28px;
}

.emi-result small{
    display:block;
    color:rgba(255,255,255,.7);
    line-height:1.4;
    font-size:12px;
}

.emi-actions{
    display:flex;
    flex-wrap:wrap;
    gap:8px;
    min-width:0;
}

.emi-actions .full{
    width:auto;
    flex:1 1 0;
    min-width:126px;
    min-height:34px;
    padding:7px 12px;
}

.loan-types{
    padding:36px 0 78px;
}

.loan-grid{
    display:grid;
    grid-template-columns:repeat(4,minmax(0,1fr));
    gap:22px;
}

.hero-stat.glass,
.loan-card.glass{
    backdrop-filter:blur(12px);
    background:rgba(255,255,255,.72);
    border-radius:24px;
    padding:24px;
    border:1px solid rgba(219,227,239,.85);
}

.loan-card{
    min-height:240px;
    transition:.25s ease;
    box-shadow:0 16px 36px rgba(17,43,80,.06);
}

.loan-card:hover{
    transform:translateY(-6px);
    box-shadow:0 24px 48px rgba(17,43,80,.12);
}

.loan-card-tag{
    display:inline-block;
    margin-bottom:14px;
    padding:7px 12px;
    border-radius:999px;
    background:#eef4ff;
    color:#2a5bd7;
    font-size:12px;
    font-weight:600;
}

.loan-card h3{
    margin:0 0 10px;
    color:#0b2244;
}

.loan-card p{
    margin:0;
    color:#607089;
    line-height:1.65;
}

.loan-card a{
    margin-top:18px;
    color:#ff7a00;
    font-weight:600;
    display:inline-flex;
    align-items:center;
    gap:8px;
}

.loan-card a::after{
    content:'>';
    transition:.25s ease;
}

.loan-card:hover a::after{
    transform:translateX(4px);
}

.advantages-section{
    padding:52px 0;
    background:
        radial-gradient(circle at top left, rgba(255,122,0,.08) 0%, rgba(255,122,0,0) 34%),
        linear-gradient(180deg,#f6f8fc 0%,#eef3fb 100%);
}

.advantages-inner{
    display:grid;
    grid-template-columns:minmax(0,1.05fr) minmax(280px,.95fr);
    align-items:center;
    gap:24px;
}

.advantages-content h2{
    margin:10px 0 10px;
    font-size:32px;
    color:#0b2244;
}

.advantages-content p{
    max-width:620px;
    color:#5f6f86;
    line-height:1.6;
    margin-bottom:0;
    font-size:15px;
}

.adv-grid{
    display:grid;
    grid-template-columns:repeat(2,minmax(0,1fr));
    gap:8px;
    margin-top:14px;
}

.adv-card{
    min-height:54px;
    padding:8px 10px;
    border-radius:14px;
    background:rgba(255,255,255,.9);
    border:1px solid rgba(214,223,235,.95);
    box-shadow:0 16px 36px rgba(17,43,80,.06);
    color:#0b2244;
    display:flex;
    flex-direction:column;
    justify-content:space-between;
    gap:4px;
    transition:.25s ease;
}

.adv-card strong{
    font-size:11px;
    line-height:1.18;
}

.adv-card span{
    color:#ff7a00;
    font-size:9px;
    font-weight:600;
}

.adv-card:hover{
    transform:translateY(-5px);
    box-shadow:0 22px 42px rgba(17,43,80,.11);
}

.advantages-visual{
    width:100%;
}

.advantages-image-wrap{
    position:relative;
    padding:12px;
    border-radius:24px;
    background:linear-gradient(145deg,rgba(255,255,255,.92),rgba(230,238,250,.88));
    box-shadow:0 26px 56px rgba(17,43,80,.13);
}

.advantages-image-wrap picture{
    display:block;
}

.advantages-right img,
.advantages-image-wrap img{
    width:100%;
    height:430px;
    object-fit:cover;
    border-radius:18px;
    display:block;
}

.lead-form{
    padding:72px 0 44px;
}

.mini-lead-card{
    background:rgba(255,255,255,0.68);
    backdrop-filter:blur(18px);
    -webkit-backdrop-filter:blur(18px);
    border-radius:24px;
    padding:28px;
    display:flex;
    gap:28px;
    box-shadow:0 22px 50px rgba(0,0,0,.10);
    border:1px solid rgba(255,255,255,.5);
}

.mini-lead-left{
    width:40%;
}

.mini-lead-left h3{
    font-size:26px;
    margin-bottom:8px;
    color:#0b2244;
}

.mini-lead-left p{
    color:#666;
    margin-bottom:16px;
}

.mini-lead-left ul{
    line-height:30px;
    color:#0a2c5e;
    padding-left:18px;
}

.mini-lead-right{
    width:60%;
}

.form-grid{
    display:grid;
    grid-template-columns:repeat(2,1fr);
    gap:12px;
    margin-bottom:12px;
}

.form-grid input,
.form-grid select{
    min-height:40px;
    padding:10px 12px;
    border-radius:10px;
    border:1px solid #ddd;
    font-size:14px;
}

.form-grid input:focus,
.form-grid select:focus{
    border-color:#2a5bd7;
    outline:none;
    box-shadow:0 0 0 4px rgba(42,91,215,.08);
}

.consent{
    font-size:13px;
    display:block;
    margin-bottom:12px;
    color:#666;
}

.consent a{
    color:#2a5bd7;
    font-weight:600;
    text-decoration:none;
}

.form-submit{
    border:none;
    cursor:pointer;
    min-height:40px;
    padding:9px 16px;
    border-radius:12px;
}

.banks{
    padding:0 0 24px;
    overflow:hidden;
}

.testimonial-section{
    padding:42px 20px;
    background:#f8fbff;
}

.testimonial-inner{
    max-width:1120px;
}

.testimonial-carousel{
    overflow:hidden;
    margin-bottom:24px;
}

.testimonial-track{
    display:flex;
    transition:transform .7s ease;
    will-change:transform;
}

.testimonial-slide{
    min-width:100%;
    display:grid;
    grid-template-columns:repeat(3,minmax(0,1fr));
    gap:18px;
}

.testimonial-card{
    background:#fff;
    border:1px solid #dbe7f5;
    border-radius:16px;
    padding:18px;
    box-shadow:0 16px 38px rgba(15,23,42,.07);
}

.testimonial-stars{
    color:#ff7a00;
    font-weight:900;
    letter-spacing:1px;
    margin-bottom:8px;
}

.testimonial-card p{
    color:#334155;
    line-height:1.6;
    margin:0 0 14px;
}

.testimonial-card strong,
.testimonial-card span{
    display:block;
}

.testimonial-card span{
    color:#64748b;
    font-size:13px;
}

.feedback-form{
    background:#fff;
    border:1px solid #dbe7f5;
    border-radius:18px;
    padding:22px;
    display:grid;
    gap:16px;
    overflow:hidden;
}

.feedback-form h3{
    margin:0;
    line-height:1.2;
}

.feedback-grid{
    display:grid;
    grid-template-columns:repeat(3,minmax(0,1fr));
    gap:16px;
}

.feedback-form input,
.feedback-form select,
.feedback-form textarea{
    width:100%;
    max-width:100%;
    box-sizing:border-box;
    border:1px solid #d1d9e6;
    border-radius:12px;
    min-height:46px;
    padding:10px 12px;
    font:inherit;
    background:#fff;
}

.feedback-form textarea{
    min-height:110px;
    resize:vertical;
}

.feedback-form button{
    width:100%;
    border:0;
    box-sizing:border-box;
}

@media(max-width:900px){
    .testimonial-slide,
    .feedback-grid{
        grid-template-columns:1fr;
    }
}

@media(max-width:600px){
    .feedback-form{
        padding:16px;
        border-radius:16px;
        gap:12px;
    }

    .feedback-form h3{
        font-size:20px;
    }

    .feedback-grid{
        gap:10px;
    }

    .feedback-form input,
    .feedback-form select,
    .feedback-form textarea{
        min-height:42px;
        font-size:13px;
        border-radius:10px;
    }
}

.bank-track{
    display:flex;
    align-items:center;
    gap:42px;
    width:max-content;
    animation:bank-scroll 18s linear infinite;
}

.bank-track picture{
    display:flex;
    align-items:center;
}

.bank-track img{
    height:38px;
    width:auto;
    opacity:.9;
    filter:grayscale(100%);
}

@keyframes bank-scroll{
    from{
        transform:translateX(0);
    }
    to{
        transform:translateX(-35%);
    }
}

input[type=range]{
    -webkit-appearance:none;
    appearance:none;
    width:100%;
    height:8px;
    border-radius:999px;
    background:linear-gradient(to right,#0a66ff 50%,#dbe3ef 50%);
    outline:none;
}

input[type=range]::-webkit-slider-runnable-track{
    height:8px;
    border-radius:999px;
    background:transparent;
}

input[type=range]::-webkit-slider-thumb{
    -webkit-appearance:none;
    appearance:none;
    width:24px;
    height:24px;
    margin-top:-8px;
    border-radius:50%;
    background:linear-gradient(135deg,#ff7a00,#ff9a3d);
    border:4px solid #fff;
    box-shadow:0 10px 20px rgba(255,122,0,.28);
    cursor:pointer;
}

input[type=range]::-moz-range-track{
    height:8px;
    border-radius:999px;
    background:transparent;
}

input[type=range]::-moz-range-thumb{
    width:24px;
    height:24px;
    border:none;
    border-radius:50%;
    background:linear-gradient(135deg,#ff7a00,#ff9a3d);
    box-shadow:0 10px 20px rgba(255,122,0,.28);
    cursor:pointer;
}

input[type=range]:focus-visible::-webkit-slider-thumb,
input[type=range]:focus-visible::-moz-range-thumb{
    box-shadow:0 0 0 6px rgba(10,102,255,.14),0 10px 20px rgba(255,122,0,.28);
}

#topBtn,
#chatBtn{
    position:fixed;
    right:20px;
    width:50px;
    height:50px;
    border-radius:50%;
    border:none;
    display:flex;
    align-items:center;
    justify-content:center;
}

@media(max-width:1100px){

    .hero-inner,
    .advantages-inner{
        grid-template-columns:1fr;
    }

    .hero-emi{
        max-width:none;
        justify-self:stretch;
    }

    .advantages-image-wrap img{
        height:320px;
    }

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

    .lead-form form{
        grid-template-columns:repeat(2,minmax(0,1fr));
    }

}

@media(max-width:900px){

    .hero{
        min-height:auto;
        padding:22px 0 48px;
        background-position:center top;
    }

    .hero-left,
    .hero-copy{
        max-width:none;
		max-height: 100%;
    }

    .hero-inner{
        gap:18px;
    }

    .hero-stats{
        grid-template-columns:1fr;
    }

    .adv-grid{
        grid-template-columns:1fr;
    }

    .lead-form form{
        grid-template-columns:1fr;
    }

    .emi-actions .full{
        width:100%;
        flex:1 1 100%;
    }

    .mini-lead-card{
        flex-direction:column;
        padding:22px 18px;
    }

    .mini-lead-left,
    .mini-lead-right{
        width:100%;
    }

    .form-grid{
        grid-template-columns:1fr;
    }

}

@media(max-width:768px){

    .hero{
        padding-top:26px;
    }

    .container{
        width:96%;
    }

    .hero-left h1{
        font-size:34px;
    }

    .hero-copy{
        font-size:16px;
    }

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

    .hero-cta a,
    .emi-actions a{
        width:80%;
        max-width:280px;
    }

    .emi-field-head{
        flex-direction:column;
        align-items:flex-start;
        gap:4px;
    }

    .emi-field span{
        text-align:left;
    }

    .glass-card{
        padding:14px 12px;
        border-radius:20px;
        width:100%;
        max-width:100%;
        box-sizing:border-box;
    }

    .hero-emi{
        width:100%;
        max-width:100%;
        justify-self:center;
        margin:0 auto;
    }

    .loan-types,
    .advantages-section,
    .lead-form{
        padding:48px 0 34px;
    }

    .loan-grid{
        grid-template-columns:1fr;
    }

    .advantages-content h2{
        font-size:26px;
    }

    .advantages-image-wrap img{
        height:250px;
    }

    .lead-inner{
        padding:24px 18px;
    }

}

@media(max-width:480px){

    .container{
        width:100%;
        padding:0 10px;
    }

    .hero-left h1{
        font-size:30px;
        margin-top:0;
    }

    .hero-emi-header h3{
        font-size:21px;
    }

    .emi-result h2{
        font-size:24px;
    }

    .adv-card{
        min-height:auto;
        padding:8px 10px;
    }

    .hero-emi{
        max-width:100%;
        width:100%;
    }

    .hero-cta a{
        width:80%;
        max-width:none;
    }

    .emi-actions .full{
        min-width:0;
        font-size:12px;
    }

    .hero-emi-header{
        padding-right:4px;
    }

    .emi-field-head,
    .slider-meta,
    .emi-result,
    .emi-actions{
        max-width:100%;
    }

    .adv-card{
        padding:9px 11px;
    }

    .mini-lead-card{
        padding:18px 14px;
    }

    .mini-lead-left h3{
        font-size:22px;
    }

}

/* Compact homepage refinements */
.hero{
    padding:14px 0 34px;
}

.hero-left h1{
    font-size:clamp(2rem,4.4vw,3.55rem);
}

.hero-copy{
    font-size:15px;
}

.hero-emi{
    max-width:315px;
}

@media(max-width:480px){
    .hero-left h1{
        font-size:29px;
        line-height:1.05;
        overflow-wrap:normal;
    }

    .hero-copy{
        font-size:14px;
        line-height:1.55;
    }

    .hero-cta a{
        width:100%;
        max-width:280px;
    }
}

.glass-card{
    padding:13px;
    border-radius:18px;
}

.hero-emi-header h3{
    font-size:19px;
    margin:7px 0 4px;
}

.hero-emi-header p{
    font-size:12px;
    margin-bottom:8px;
}

.hero-emi-badge{
    padding:5px 10px;
    font-size:10px;
}

.emi-field{
    margin-bottom:8px;
}

.emi-field-head{
    margin-bottom:5px;
}

.slider-meta{
    margin-top:4px;
}

.emi-result{
    margin:9px 0;
    padding:10px 12px;
    border-radius:14px;
}

.emi-result h2{
    font-size:23px;
}

.emi-result small{
    font-size:10px;
}

.emi-actions{
    gap:7px;
}

.loan-types,
.advantages-section,
.lead-form{
    padding-top:34px;
    padding-bottom:34px;
}

.section-heading{
    margin-bottom:22px;
}

@media(max-width:1100px){
    .hero-emi{
        max-width:520px;
        justify-self:start;
    }
}
