.navbar-nav .nav-link{font-weight:500;font-size:.88rem;color:var(--text-dark)!important;padding:.5rem .85rem!important;}
.btn-consult{background:var(--gold);color:var(--white);border:none;border-radius:6px;font-weight:600;font-size:.85rem;padding:.5rem 1.25rem;}
.page-hero{background:linear-gradient(135deg,var(--maroon-dark) 0%,var(--maroon) 60%,#8f3e28 100%);padding:5rem 0 4rem;position:relative;overflow:hidden;}
.page-hero::after{content:'';position:absolute;inset:0;background:url('https://images.unsplash.com/photo-1436491865332-7a61a109cc05?w=1200&q=60') center/cover;opacity:.1;}
.page-hero .container{position:relative;z-index:2;}
.page-hero h1{color:var(--white);font-size:clamp(2rem,4vw,3rem);font-weight:800;}
.page-hero p{color:rgba(255,255,255,.75);max-width:520px;}
.breadcrumb-item a{color:var(--gold-light);text-decoration:none;}
.breadcrumb-item.active{color:rgba(255,255,255,.6);}
section{padding:5rem 0;}
.section-label{font-size:.7rem;letter-spacing:.18em;text-transform:uppercase;color:var(--gold);font-weight:700;margin-bottom:.6rem;}
.section-title{font-size:clamp(1.6rem,3vw,2.4rem);font-weight:700;}
/* WHY NRI */
.nri-feature{display:flex;gap:1rem;align-items:flex-start;margin-bottom:1.8rem;}
.nri-feature-icon{width:48px;height:48px;border-radius:10px;background:linear-gradient(135deg,#fae4d0,#eec397);display:flex;align-items:center;justify-content:center;flex-shrink:0;}
.nri-feature-icon i{font-size:1.3rem;color:var(--gold);}
.nri-feature h6{font-size:.95rem;font-weight:700;margin-bottom:.3rem;}
.nri-feature p{font-size:.83rem;color:var(--text-muted);line-height:1.6;}
/* PROCESS STEPS */
.process-section{background:var(--cream);}
.process-step{background:var(--white);border-radius:12px;padding:1.8rem 1.5rem;text-align:center;height:100%;position:relative;border:1px solid #f2e1d6;}
.process-num{width:42px;height:42px;border-radius:50%;background:var(--maroon);color:var(--white);display:flex;align-items:center;justify-content:center;font-weight:700;margin:0 auto 1rem;}
.process-step h6{font-size:.92rem;font-weight:700;margin-bottom:.5rem;}
.process-step p{font-size:.8rem;color:var(--text-muted);line-height:1.6;}
/* FAQ */
.accordion-button{font-size:.92rem;font-weight:600;color:var(--text-dark);}
.accordion-button:not(.collapsed){background:var(--cream);color:var(--maroon);}
.accordion-button:focus{box-shadow:none;border-color:#ecd8c8;}
.accordion-body{font-size:.85rem;color:var(--text-muted);line-height:1.7;}
/* CONTACT FORM */
.nri-form-section{background:var(--white);}
.nri-form-card{background:var(--cream);border-radius:16px;padding:2.5rem;}
.nri-form-card .form-control,.nri-form-card .form-select{border-radius:8px;border:1px solid #e8d3bf;font-size:.88rem;padding:.7rem 1rem;}
.nri-form-card .form-control:focus,.nri-form-card .form-select:focus{border-color:var(--gold);box-shadow:none;}
.btn-submit-nri{background:var(--maroon);color:var(--white);border:none;border-radius:8px;font-weight:600;font-size:.92rem;padding:.8rem;width:100%;}
.btn-submit-nri:hover{background:var(--gold);color:var(--white);}
.timezone-card{background:var(--maroon-dark);border-radius:12px;padding:1.5rem;color:var(--white);}
.timezone-card h6{color:var(--gold-light);font-size:.85rem;margin-bottom:1rem;}
.timezone-row{display:flex;justify-content:space-between;font-size:.83rem;padding:.5rem 0;border-bottom:1px solid rgba(255,255,255,.1);}
.footer-links a{color:rgba(255,255,255,.65);font-size:.83rem;text-decoration:none;}
.social-links a{width:34px;height:34px;border-radius:50%;border:1px solid rgba(255,255,255,.2);display:inline-flex;align-items:center;justify-content:center;color:rgba(255,255,255,.65);text-decoration:none;font-size:.9rem;margin-right:.4rem;}
