:root{
    --gold:#f0b429;
    --gold-dark:#c8940a;
    --gold-light:#ffd666;
    --gold-bg:#fff8e7;
    --green:#1a5c1a;
    --green-mid:#236e23;
    --green-light:#2e8b2e;
    --text:#182018;
    --text-muted:#657065;
    --border:#d8e2d8;
    --bg:#f7faf7;
    --white:#ffffff;
}

.plx-page{
    background:var(--bg);
    color:var(--text);
    overflow-x:hidden;
}

.plx-page *{
    box-sizing:border-box;
}

.plx-page .container-fluid{
    padding-left:24px;
    padding-right:24px;
}

.plx-hero{
    background:#eef5ee;
    border-bottom:1px solid var(--border);
}

.plx-hero-slide img{
    width:100%;
    height:360px;
    object-fit:cover;
    display:block;
}

.plx-hero .owl-dots{
    margin-top:-34px;
    position:relative;
    z-index:3;
    text-align:center;
}

.plx-hero .owl-dots .owl-dot span{
    width:8px;
    height:8px;
    margin:4px;
    background:rgba(255,255,255,.55);
}

.plx-hero .owl-dots .owl-dot.active span{
    background:var(--gold);
}

.plx-topbar{
    background:#fff;
    border-bottom:1px solid var(--border);
    padding:18px 0 14px;
}

.plx-topbar-inner{
    display:flex;
    justify-content:space-between;
    align-items:flex-end;
    gap:18px;
    flex-wrap:wrap;
}

.plx-mini-tag,
.plx-tag{
    display:inline-flex;
    align-items:center;
    background:var(--gold-bg);
    color:var(--gold-dark);
    border:1px solid #f1dfb5;
    padding:6px 12px;
    font-size:11px;
    font-weight:900;
    text-transform:uppercase;
    letter-spacing:.3px;
}

.plx-title-block h1{
    margin:10px 0 8px;
    font-size:34px;
    line-height:1.1;
    color:var(--green);
    font-weight:900;
}

.plx-title-block p{
    margin:0;
    max-width:760px;
    color:var(--text-muted);
    font-size:14px;
    line-height:1.7;
}

.plx-top-points{
    display:flex;
    flex-wrap:wrap;
    gap:10px;
}

.plx-top-points span{
    padding:8px 12px;
    background:#fff;
    border:1px solid var(--border);
    color:var(--green);
    font-size:12px;
    font-weight:800;
}

.plx-anchor-wrap{
    position:sticky;
    top:0;
    z-index:50;
    background:rgba(255,255,255,.96);
    border-bottom:1px solid var(--border);
    backdrop-filter:blur(10px);
}

.plx-anchor-nav{
    display:flex;
    gap:8px;
    overflow-x:auto;
    padding:10px 0;
    scrollbar-width:none;
}

.plx-anchor-nav::-webkit-scrollbar{
    display:none;
}

.plx-anchor-link{
    flex:0 0 auto;
    text-decoration:none;
    padding:9px 12px;
    border:1px solid var(--border);
    background:#fff;
    color:var(--green);
    font-size:12px;
    font-weight:900;
    line-height:1;
}

.plx-anchor-link:hover,
.plx-anchor-link.active{
    background:var(--green);
    border-color:var(--green);
    color:#fff;
}

.plx-section{
    padding:22px 0;
}

.plx-section-head{
    margin-bottom:14px;
}

.plx-section-head h2{
    margin:10px 0 6px;
    font-size:28px;
    line-height:1.1;
    color:var(--green);
    font-weight:900;
}

.plx-section-head p{
    margin:0;
    color:var(--text-muted);
    font-size:13px;
    line-height:1.7;
    max-width:720px;
}

.plx-box,
.plx-form-box,
.plx-mini-card,
.plx-offer-card,
.plx-card,
.plx-emi-box,
.plx-process-card{
    background:var(--white);
    border:1px solid var(--border);
}

.plx-box,
.plx-form-box,
.plx-offer-card,
.plx-card,
.plx-emi-box,
.plx-process-card{
    padding:16px;
}

.plx-mini-card{
    padding:14px;
    height:100%;
}

.plx-mini-card h3,
.plx-offer-card h3,
.plx-card h3,
.plx-process-card h3{
    margin:0 0 8px;
    font-size:17px;
    color:var(--text);
    font-weight:900;
}

.plx-mini-card p,
.plx-card p,
.plx-process-card p{
    margin:0;
    font-size:13px;
    line-height:1.7;
    color:var(--text-muted);
}

.plx-form-head h3{
    margin:0 0 5px;
    font-size:24px;
    color:var(--green);
    font-weight:900;
}

.plx-form-head p{
    margin:0 0 12px;
    color:var(--text-muted);
    font-size:13px;
}

.plx-step-pills{
    display:flex;
    gap:8px;
    flex-wrap:wrap;
    margin-bottom:14px;
}

.plx-step-pill{
    padding:7px 11px;
    background:var(--gold-bg);
    border:1px solid #f1dfb5;
    color:var(--gold-dark);
    font-size:11px;
    font-weight:900;
}

.plx-step-pill.active{
    background:var(--green);
    border-color:var(--green);
    color:#fff;
}

.plx-step-pane{
    display:none;
}

.plx-step-pane.active{
    display:block;
}

.plx-form-group{
    margin-bottom:12px;
}

.plx-form-group label{
    display:block;
    margin-bottom:6px;
    font-size:12px;
    font-weight:900;
    color:var(--text);
}

.plx-form-group input,
.plx-form-group select,
.plx-form-group textarea{
    width:100%;
    border:1px solid var(--border);
    background:#fff;
    padding:11px 12px;
    font-size:13px;
    color:var(--text);
    outline:none;
}

.plx-form-group textarea{
    min-height:82px;
    resize:none;
}

.plx-form-group input:focus,
.plx-form-group select:focus,
.plx-form-group textarea:focus{
    border-color:var(--green-light);
}

.plx-form-actions{
    display:flex;
    justify-content:space-between;
    gap:10px;
    flex-wrap:wrap;
    margin-top:6px;
}

.plx-form-actions.right{
    justify-content:flex-end;
}

.plx-btn{
    display:inline-flex;
    align-items:center;
    justify-content:center;
    min-height:42px;
    padding:0 18px;
    border:1px solid transparent;
    text-decoration:none;
    font-size:13px;
    font-weight:900;
    cursor:pointer;
}

.plx-btn-primary{
    background:var(--green);
    border-color:var(--green);
    color:#fff;
}

.plx-btn-primary:hover{
    background:var(--green-mid);
    border-color:var(--green-mid);
    color:#fff;
}

.plx-btn-secondary{
    background:#fff;
    border-color:var(--border);
    color:var(--text);
}

.plx-btn-secondary:hover{
    border-color:var(--green);
    color:var(--green);
}

.plx-form-note{
    margin:12px 0 0;
    font-size:11px;
    line-height:1.6;
    color:var(--text-muted);
}

.plx-rate{
    display:inline-block;
    margin-bottom:10px;
    padding:6px 10px;
    background:var(--gold-bg);
    border:1px solid #f1dfb5;
    color:var(--gold-dark);
    font-size:11px;
    font-weight:900;
}

.plx-offer-card ul,
.plx-list{
    margin:0;
    padding-left:18px;
    color:var(--text-muted);
}

.plx-offer-card ul li,
.plx-list li{
    margin-bottom:8px;
    font-size:13px;
    line-height:1.7;
}

.plx-offer-card a{
    display:inline-block;
    margin-top:8px;
    text-decoration:none;
    color:var(--green);
    font-size:13px;
    font-weight:900;
}

.plx-offer-card a:hover{
    color:var(--green-light);
}

.plx-table-wrap{
    overflow:auto;
    background:#fff;
    border:1px solid var(--border);
}

.plx-table{
    width:100%;
    min-width:760px;
    border-collapse:collapse;
}

.plx-table th,
.plx-table td{
    border:1px solid var(--border);
    padding:12px 14px;
    text-align:left;
    font-size:13px;
    vertical-align:top;
}

.plx-table th{
    background:var(--green);
    color:#fff;
    font-weight:900;
}

.plx-table tbody tr:nth-child(even){
    background:#f8fbf8;
}

.plx-emi-box{
    padding:16px;
}

.plx-range-group{
    margin-bottom:16px;
}

.plx-range-group:last-child{
    margin-bottom:0;
}

.plx-range-top{
    display:flex;
    justify-content:space-between;
    gap:10px;
    margin-bottom:6px;
}

.plx-range-top label{
    font-size:13px;
    font-weight:900;
    color:var(--text);
}

.plx-range-top span{
    font-size:13px;
    font-weight:900;
    color:var(--green);
}

.plx-emi-box input[type="range"]{
    width:100%;
    accent-color:var(--green);
}

.plx-emi-result{
    display:grid;
    gap:10px;
}

.plx-result-card{
    border:1px solid var(--border);
    background:var(--gold-bg);
    padding:14px;
}

.plx-result-card span{
    display:block;
    margin-bottom:5px;
    font-size:12px;
    color:var(--text-muted);
}

.plx-result-card strong{
    display:block;
    font-size:20px;
    color:var(--green);
    line-height:1.2;
    font-weight:900;
}

.plx-process-card span{
    display:inline-flex;
    align-items:center;
    justify-content:center;
    width:34px;
    height:34px;
    background:var(--green);
    color:#fff;
    font-size:12px;
    font-weight:900;
    margin-bottom:10px;
}

@media (max-width:991px){
    .plx-title-block h1{
        font-size:28px;
    }

    .plx-hero-slide img{
        height:260px;
    }
}

@media (max-width:767px){
    .plx-page .container-fluid{
        padding-left:14px;
        padding-right:14px;
    }

    .plx-section{
        padding:18px 0;
    }

    .plx-hero-slide img{
        height:210px;
    }

    .plx-title-block h1{
        font-size:24px;
    }

    .plx-section-head h2{
        font-size:22px;
    }
}
