:root{--primary-green: #008479;--secondary-green: #004d40;--bg-light-mint: #E5F6F3;--white: #ffffff;--text-dark: #1a1a1a;--text-light: #666666;--text-gray: #7d848a;--card-shadow: 0 10px 40px rgba(0, 0, 0, .08);--font-main: "Outfit", sans-serif;--container-max-width: 1400px}*{margin:0;padding:0;box-sizing:border-box}strong,b{font-weight:600}body{font-family:var(--font-main);background:var(--white);color:var(--text-dark);line-height:1.5;overflow-x:hidden}.hero-section{background:var(--bg-light-mint);padding:1rem 8% 4rem;position:relative;display:flex;justify-content:center}.hero-container{width:100%;max-width:var(--container-max-width)}header{display:flex;justify-content:space-between;align-items:center;margin-bottom:2.5rem;padding-top:.5rem}.logos{display:flex;align-items:center;gap:.4rem}.logo-img{height:40px}.user-info{display:flex;align-items:center;gap:1rem;text-align:right}.user-details h4{font-size:.9rem;font-weight:600}.user-details p{font-size:.8rem;color:var(--text-light)}.profile-icon{width:40px;height:40px;border-radius:50%;border:1px solid #ddd;display:flex;align-items:center;justify-content:center;background:var(--white)}.hero-content{display:grid;grid-template-columns:1.1fr 1.2fr 400px;align-items:center;gap:clamp(1rem,3vw,3rem)}@media(max-width:1280px){.hero-content{grid-template-columns:1fr;gap:2rem}.visual-elements{display:none}.hero-tick-list{display:block}.sidebar-card{grid-column:span 1;max-width:100%;margin-top:2rem}}@media(max-width:900px){.hero-section{padding:1rem 1rem 3rem}header{margin-bottom:1.5rem}.user-details{display:none}.hero-content{grid-template-columns:1fr;text-align:center;gap:1.5rem}.hero-text{display:flex;flex-direction:column;align-items:center;order:1}.visual-elements{order:2;height:260px;margin:1rem 0}.circle-large{width:150px;height:150px;left:5%;top:10px}.circle-small{width:140px;height:140px;right:5%;bottom:10px}.sidebar-card{order:3;grid-column:span 1;margin:1rem auto 0;padding:1.5rem}.credit-amount{font-size:clamp(2.8rem,12vw,4.5rem);-webkit-text-stroke:1.5px #005a4e;text-shadow:2px 2px 0px rgba(0,0,0,.1)}}.hero-text{z-index:5}.congrats{font-size:1.4rem;font-weight:500;margin-bottom:.8rem}.user-name{font-size:clamp(2rem,4vw,3.5rem);font-weight:600;margin-bottom:1rem;color:#000;line-height:1.1}.pre-approved{font-size:1.1rem;color:var(--text-gray);margin-bottom:2rem}.credit-amount{font-family:Anton,sans-serif;font-size:clamp(3.2rem,8vw,7.2rem);color:#fff664;-webkit-text-stroke:clamp(1px,.3vw,3px) #005a4e;text-shadow:4px 4px 0px rgba(0,0,0,.1);margin-bottom:2rem;line-height:.9;letter-spacing:2px;display:inline-block;text-transform:uppercase}.hero-tick-list{display:none;list-style:none;margin-bottom:2rem;text-align:left;width:fit-content}.hero-tick-list li{display:flex;align-items:center;gap:.8rem;margin-bottom:.8rem;font-size:1.1rem;font-weight:500;color:var(--text-dark)}.tick-circle{width:32px;height:32px;min-width:32px;background-color:var(--primary-green);border-radius:50%;display:flex;align-items:center;justify-content:center;color:var(--white);box-shadow:0 4px 10px #0084794d}.powered-by{font-size:.85rem;color:var(--text-gray);display:flex;align-items:center;gap:.5rem;margin-top:1rem}.powered-by img{height:20px}.visual-elements{position:relative;height:320px;width:340px;display:flex;justify-content:center;align-items:center;margin:0 auto}.circle{border-radius:50%;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;box-shadow:0 15px 40px #00968840;background:var(--white);border:1px solid #d0f0ed;gap:2px}.circle-large{width:190px;height:190px;position:absolute;top:10px;left:0;z-index:1}.circle-small{width:170px;height:170px;position:absolute;bottom:20px;right:0;z-index:2}.circle .sub-text{font-size:.65rem;color:var(--text-gray);text-transform:uppercase;letter-spacing:1px;font-weight:600;line-height:1.1}.circle .main-heading{font-family:Anton,sans-serif;font-size:2.5rem;color:var(--primary-green);line-height:1;letter-spacing:1px}.circle .highlight{font-family:Anton,sans-serif;font-size:2.5rem;color:var(--primary-green);display:block;line-height:1}.sidebar-card{background:#004d43;color:var(--white);padding:2.2rem 1.8rem;border-radius:12px;width:100%;max-width:440px;box-shadow:0 15px 35px #00000026;margin-left:auto;position:relative;overflow:hidden}.loading-overlay{position:fixed;top:0;left:0;width:100%;height:100%;background:#fffffff2;display:flex;flex-direction:column;align-items:center;justify-content:center;z-index:1000;opacity:0;visibility:hidden;transition:opacity .3s,visibility .3s}.loading-overlay.active{opacity:1;visibility:visible}.spinner{width:50px;height:50px;border:4px solid #f3f3f3;border-top:4px solid var(--primary-green);border-radius:50%;animation:spin 1s linear infinite;margin-bottom:1.5rem}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.loading-text{font-weight:500;color:var(--text-dark);font-size:1.1rem}.credit-check-page{padding:1.5rem 8% 4rem;background:linear-gradient(180deg,#e5f6f3,#fff);min-height:100vh;display:flex;flex-direction:column;align-items:center}.credit-check-container{width:100%;max-width:var(--container-max-width)}.credit-check-page header{display:flex;justify-content:space-between;align-items:center;margin-bottom:2rem;padding-top:0}.stepper{display:flex;justify-content:center;gap:2rem;margin:0 auto 3rem;border-bottom:1px solid rgba(0,0,0,.05);padding-bottom:1rem;max-width:600px}.step{color:#999;font-size:.85rem;font-weight:500;position:relative}.step.active{color:var(--primary-green)}.step.active:after{content:"";position:absolute;bottom:-1rem;left:-20%;width:140%;height:3px;background:var(--primary-green)}.credit-title{font-size:1.8rem;font-weight:600;margin-bottom:3rem;text-align:center}.gauge-container{width:320px;height:160px;margin:0 auto 1rem;position:relative;overflow:visible}.gauge-svg{width:100%;height:100%}.gauge-track{fill:none;stroke:#262c31;stroke-width:12;stroke-linecap:round}.gauge-progress{fill:none;stroke:#00efbc;stroke-width:12;stroke-dasharray:251;stroke-dashoffset:251;transition:stroke-dashoffset 2s cubic-bezier(.1,.5,.2,1);stroke-linecap:round}.gauge-text{position:absolute;bottom:-10px;left:50%;transform:translate(-50%);text-align:center}.gauge-value{font-size:3rem;font-weight:600;color:#000;line-height:1}.gauge-label{font-size:.9rem;font-weight:600;color:var(--primary-green);text-transform:uppercase;margin-top:.2rem}.gauge-limits{display:flex;justify-content:space-between;width:100%;max-width:320px;margin:-35px auto 3rem;padding:0 15px;font-size:.8rem;font-weight:500;color:#999;position:relative;z-index:5}.accounts-card{background:var(--white);padding:1.2rem 2rem;border-radius:12px;box-shadow:0 4px 20px #0000000d;display:flex;flex-direction:column;border:1px solid #f0f0f0;width:fit-content;margin:0 auto 3.5rem;min-width:240px}.accounts-title{font-size:.65rem;text-transform:uppercase;color:#999;letter-spacing:.8px;margin-bottom:.8rem;font-weight:600;text-align:left}.accounts-row{display:flex;gap:2.5rem;justify-content:flex-start}.account-item{font-size:.95rem;color:#666;font-weight:500;white-space:nowrap}.account-item span{font-weight:600;color:#000;margin-left:.2rem}.powered-by-crif{text-align:center;margin-bottom:2rem;font-size:.8rem;color:#999}.powered-by-crif img{height:40px;display:block;margin:.5rem auto}.btn-black{background:#111;color:var(--white);padding:1rem 2rem;border-radius:8px;display:flex;align-items:center;justify-content:center;gap:1rem;font-weight:600;font-size:1.1rem;font-family:inherit;width:100%;max-width:500px;margin:0 auto;text-decoration:none;border:none;cursor:pointer;transition:background .2s}.btn-black:hover{background:#222}.sidebar-card h3{font-size:.75rem;text-transform:uppercase;margin-bottom:1.5rem;letter-spacing:1px;color:#a8d5cf}.features-list{list-style:none;margin-bottom:2rem}.features-list li{display:flex;align-items:center;gap:.7rem;margin-bottom:1.1rem;font-size:.88rem;font-weight:400;white-space:nowrap}.features-list li svg{background:#ffffff1a;border-radius:50%;padding:4px;width:20px;height:20px;min-width:20px}.divider{height:1px;background:#ffffff26;margin:1.5rem 0}.check-icon{color:#4ade80}.terms{font-size:.75rem;opacity:.7;margin-bottom:2rem}.terms a{color:var(--white);text-decoration:underline}.btn-primary{display:block;width:100%;padding:1rem;border-radius:50px;border:none;background:var(--white);color:var(--secondary-green);font-weight:600;font-size:1.1rem;font-family:inherit;cursor:pointer;transition:transform .2s,box-shadow .2s;text-align:center;text-decoration:none}.btn-primary:hover{transform:translateY(-2px);box-shadow:0 10px 20px #0000001a}.btn-green{background:#00776c;color:var(--white);max-width:250px;margin:3rem auto;font-size:1.1rem;font-family:inherit;padding:.8rem 2rem;border:none;cursor:pointer}.main-content{padding:4rem 8%;text-align:center;display:flex;flex-direction:column;align-items:center}.main-container{width:100%;max-width:var(--container-max-width)}.section-tag{color:#00b09b;text-transform:uppercase;font-weight:600;letter-spacing:1px;margin-bottom:.5rem;font-size:.85rem}.section-title{font-size:2.5rem;font-weight:600;margin-bottom:3.5rem;color:#000}.cards-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(400px,1fr));gap:2rem;width:100%;max-width:1200px;margin:0 auto}.cards-grid-small{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:1.5rem;width:100%;max-width:1200px;margin:2rem auto 0}.card{background:var(--white);padding:1.8rem;border-radius:12px;text-align:left;border:1px solid #f0f0f0;box-shadow:0 4px 20px #0000000a;transition:transform .3s;position:relative}.card-small{padding:1.5rem}.card:hover{transform:translateY(-5px)}.card-icon-circle{width:50px;height:50px;border-radius:50%;border:1px solid #eee;display:flex;align-items:center;justify-content:center;margin-bottom:1.2rem;box-shadow:0 4px 10px #00000008}.card-icon-circle img{width:32px;height:32px;object-fit:contain}.card h2{font-size:1.6rem;font-weight:600;margin-bottom:.3rem;color:#000}.card h3{font-size:.95rem;font-weight:600;margin-bottom:.5rem;color:#000}.card p{color:var(--text-gray);font-size:.85rem;line-height:1.4}.coming-soon-badge{position:absolute;top:1rem;right:1rem;background:#fff0e6;color:#ff8c42;padding:.25rem .75rem;border-radius:50px;font-size:.7rem;font-weight:600}footer{background:#262c31;color:var(--white);padding:4rem 10% 2rem}.footer-links{display:flex;justify-content:center;gap:3rem;margin-bottom:3rem}.footer-links a{color:var(--white);text-decoration:none;font-size:.9rem;opacity:.8;transition:opacity .2s}.footer-links a:hover{opacity:1}.copyright{text-align:center;font-size:.8rem;opacity:.5}@keyframes fadeIn{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.animate{animation:fadeIn .8s ease-out forwards}.kyc-page{background:#fff;min-height:100vh;padding:2rem 1rem;display:flex;flex-direction:column;align-items:center;font-family:Inter,sans-serif;box-sizing:border-box}.meri-pehchaan-header{margin-bottom:2rem;text-align:center}.meri-pehchaan-logo{height:60px;object-fit:contain}.digio-container{width:100%;max-width:400px;background:#fff;padding:2rem;text-align:left;box-sizing:border-box}.digio-title{font-size:1.5rem;font-weight:600;color:#333;margin-bottom:1.5rem}.digio-text{font-size:.95rem;color:#666;line-height:1.5;margin-bottom:2rem}.form-group{margin-bottom:1.5rem;position:relative}.kyc-input{width:100%;padding:.8rem 1rem;border:1px solid #d1d5db;border-radius:6px;font-size:1rem;outline:none;transition:border-color .2s;box-sizing:border-box}.kyc-input:focus{border-color:#00b09b;box-shadow:0 0 0 3px #00b09b1a}.btn-kyc-next{width:100%;padding:.9rem;background:#22c55e;color:#fff;border:none;border-radius:6px;font-size:1.1rem;font-family:inherit;font-weight:600;cursor:pointer;margin-top:1rem;transition:background .2s;text-decoration:none;display:block;text-align:center;box-sizing:border-box}.btn-kyc-next:hover{background:#16a34a}.btn-kyc-next.loading{position:relative;color:transparent;pointer-events:none}.btn-kyc-next.loading:after{content:"";position:absolute;width:20px;height:20px;top:50%;left:50%;margin:-10px 0 0 -10px;border:3px solid rgba(255,255,255,.3);border-top-color:#fff;border-radius:50%;animation:spin .8s linear infinite}.return-link{display:block;text-align:center;margin-top:2rem;color:#0ea5e9;text-decoration:none;font-size:.9rem}.fetching-container{text-align:center;padding:4rem 1rem;width:100%;max-width:500px;box-sizing:border-box}.digilocker-header{display:flex;align-items:center;justify-content:center;gap:.5rem;margin-bottom:3rem}.fetching-steps{list-style:none;padding:0;text-align:left;margin:0 auto 3rem;max-width:350px}.fetching-step{display:flex;align-items:flex-start;gap:1.5rem;margin-bottom:2.5rem;opacity:.4;transition:opacity .5s}.fetching-step.active{opacity:1}.step-icon-circle{width:44px;height:44px;border-radius:50%;background:#f3f4f6;display:flex;align-items:center;justify-content:center;flex-shrink:0;border:2px solid #e5e7eb}.fetching-step.active .step-icon-circle{background:#e5f6f3;color:#00b09b;border-color:#00b09b}.step-content h4{font-size:1rem;margin:0;color:#111}.step-content p{font-size:.9rem;margin:.3rem 0 0;color:#666}.fetching-overlay{position:fixed;bottom:0;left:0;width:100%;max-width:none;background:#fff;box-shadow:0 -10px 40px #00000026;padding:4rem 2rem;border-radius:30px 30px 0 0;text-align:center;z-index:100;transform:translateY(100%);transition:transform .4s ease-out;display:flex;flex-direction:column;align-items:center;box-sizing:border-box}.fetching-overlay.active{transform:translateY(0)}.digilocker-loader{width:80px;height:80px;position:relative;margin:0 auto 2rem}.digilocker-loader:before{content:"";box-sizing:border-box;position:absolute;top:0;left:0;width:100%;height:100%;border-radius:50%;border:4px solid #f3f3f3;border-top:4px solid #0ea5e9;animation:spin 1s linear infinite}.fetching-overlay h3{font-size:1.2rem;margin-bottom:.6rem;color:#111}.fetching-overlay p{font-size:.95rem;color:#666}.success-container{display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:80vh;text-align:center;padding:2rem;box-sizing:border-box}.success-icon-large{width:110px;height:110px;background:#22c55e;border-radius:50%;display:flex;align-items:center;justify-content:center;color:#fff;margin-bottom:2.5rem;box-shadow:0 10px 25px #22c55e4d}.success-container h2{font-size:1.5rem;margin-bottom:.8rem;color:#111}.success-container p{color:#666;font-size:1rem}.agreement-grid{display:grid;grid-template-columns:1fr 1fr;gap:2rem;margin-top:2rem;width:100%;max-width:1100px;margin-left:auto;margin-right:auto}@media(max-width:900px){.agreement-grid{grid-template-columns:1fr;gap:1.5rem}}.agreement-card{background:#fff;border-radius:12px;padding:1.5rem;box-shadow:0 4px 20px #0000000d;border:1px solid #f0f0f0;text-align:left}.agreement-card.kfs-card{background:#fff8eb;border-color:#ffe8cc;padding:0;overflow:hidden}.kfs-scroll-content{padding:1.5rem;height:480px;overflow-y:auto}.agreement-card.doc-card{padding:0;overflow:hidden}.doc-header{padding:1rem 1.5rem;border-bottom:1px solid #f0f0f0;font-weight:600}.kfs-header{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:1rem}.lender-info h4{font-size:.85rem;margin:0;color:#666;font-weight:500}.lender-info h3{font-size:1rem;margin:.2rem 0;color:#111;max-width:200px}.lender-logo{height:64px}.annex-title{text-align:center;margin:1.2rem 0}.annex-title h4{font-size:.95rem;margin:0;font-weight:600}.annex-title p{font-size:.8rem;color:#666}.kfs-table{width:100%;border-collapse:collapse}.kfs-table tr{border-bottom:1px solid rgba(0,0,0,.05)}.kfs-table td{padding:.8rem 0;font-size:.85rem}.kfs-table td:nth-child(2){text-align:right;font-weight:600;color:#111}.document-preview{background:#fff;padding:1.5rem;height:480px;overflow-y:auto;font-family:Times New Roman,serif;line-height:1.5;color:#222;text-align:justify}.document-preview h4{margin-bottom:.8rem;font-size:1.1rem;font-weight:600}.document-preview p{margin-bottom:1rem;font-size:.95rem}.agreement-footer{margin-top:3rem;text-align:center;padding-bottom:3rem}.checkbox-container{display:flex;align-items:center;justify-content:center;gap:.8rem;margin-bottom:2rem;font-size:.9rem;color:#444;cursor:pointer}.checkbox-container input{width:20px;height:20px;cursor:pointer;accent-color:#111}.agreement-success-page{padding:1.5rem 8% 4rem;background:linear-gradient(180deg,#e5f6f3,#fff);min-height:100vh;display:flex;flex-direction:column;align-items:center}.success-content{max-width:600px;width:100%;text-align:center;margin-top:4rem;display:flex;flex-direction:column;align-items:center}.success-img-card{background:#fff;border:1px solid #00b09b;border-radius:12px;padding:1rem 1.5rem;display:flex;align-items:center;justify-content:space-between;width:100%;max-width:450px;margin:2.5rem 0;box-shadow:0 4px 15px #00b09b14}.doc-info{display:flex;align-items:center;gap:1rem}.doc-icon{background:#e5f6f3;padding:.8rem;border-radius:8px;color:#00b09b}.doc-name{font-weight:600;font-size:.95rem;color:#111}.btn-download{border:1px solid #00b09b;background:#fff;color:#00b09b;padding:.5rem 1rem;border-radius:50px;font-weight:600;font-size:.85rem;display:flex;align-items:center;gap:.5rem;cursor:pointer;transition:all .2s;outline:none}.btn-download:hover{background:#00b09b;color:#fff}.dashboard-page{padding:.8rem 8% 3rem;background:linear-gradient(180deg,#e5f6f3,#fff);min-height:100vh;font-family:var(--font-main)}.dashboard-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:2rem;padding:.2rem 0}.dashboard-nav{display:flex;background:#fff;padding:.4rem;border-radius:50px;gap:.5rem;box-shadow:0 2px 10px #00000008}.nav-item{padding:.6rem 1.5rem;border-radius:25px;font-size:.9rem;font-weight:600;color:#666;cursor:pointer;transition:all .2s;text-decoration:none}.nav-item.active{background:#e5f6f3;color:#004d43}.menu-toggle{display:none;background:#fff;width:44px;height:44px;border-radius:50%;border:1px solid #eee;align-items:center;justify-content:center;cursor:pointer;color:#666}@media(max-width:900px){.dashboard-header{margin-bottom:1.5rem;position:relative}.dashboard-nav{display:none;position:absolute;top:100%;left:0;right:0;flex-direction:column;background:#fff;padding:1rem;border-radius:12px;box-shadow:0 10px 25px #0000001a;z-index:100;gap:.5rem}.dashboard-nav.active{display:flex}.nav-item{width:100%;text-align:left}.menu-toggle{display:flex;order:2}.dashboard-controls{order:3;gap:.8rem}.dashboard-page,.hero-section,.credit-check-page,.main-content,.agreement-success-page,footer{padding-left:1rem!important;padding-right:1rem!important}.logos{gap:.15rem}.logos span{margin:0!important}}.dashboard-controls{display:flex;align-items:center;gap:1.5rem}@media(max-width:500px){.txn-otp-container{padding:2rem 1rem!important;margin:2rem 0!important;max-width:none!important}.otp-boxes{gap:.4rem!important}.otp-box{width:48px!important;height:48px!important}}.icon-btn{background:#fff;width:44px;height:44px;border-radius:50%;border:1px solid #eee;display:flex;align-items:center;justify-content:center;cursor:pointer;position:relative;color:#666}.icon-btn .badge{position:absolute;top:10px;right:12px;width:8px;height:8px;background:#ef4444;border-radius:50%;border:1px solid white}.dashboard-grid{display:grid;grid-template-columns:1fr 1fr 1fr;gap:1.5rem;margin-bottom:3rem;max-width:1400px;margin-left:auto;margin-right:auto}@media(max-width:1200px){.dashboard-grid{grid-template-columns:1fr 1fr}}@media(max-width:800px){.dashboard-grid{grid-template-columns:1fr}}.col-stack{display:flex;flex-direction:column;gap:1.5rem}.credit-limit-card{background:#fff;border-radius:20px;padding:1.25rem;box-shadow:6px 6px 20px #0000000f;position:relative;overflow:hidden}.credit-limit-card:after{content:"";position:absolute;top:0;right:0;width:150px;height:150px;background:radial-gradient(circle,#00b09b1a,#fff0 70%);border-radius:0 0 0 100%}.limit-value{text-align:center;margin:1rem 0}.limit-value h2{font-size:2rem;font-weight:600;color:#111;margin:0}.limit-value span{font-size:.9rem;color:#666;display:flex;align-items:center;justify-content:center;gap:.4rem}.progress-section{margin-top:1rem}.progress-bar{height:8px;background:#f0f0f0;border-radius:10px;overflow:hidden;margin-bottom:.8rem}.progress-fill{height:100%;background:#10b981;width:8%;border-radius:10px}.limit-details{display:flex;justify-content:space-between;font-size:.85rem;color:#666;font-weight:500}.emi-card{background:#fff;border-radius:20px;padding:1.5rem;display:flex;align-items:center;justify-content:space-between;box-shadow:6px 6px 20px #0000000f}.emi-info h3{font-size:1.2rem;font-weight:600;margin:0;color:#111}.emi-info p{font-size:.8rem;color:#666;margin-top:.3rem}.btn-pay-now{background:#004d43;color:#fff;padding:.6rem 1.2rem;border-radius:50px;font-weight:600;font-size:.9rem;border:none;cursor:pointer}.action-card{border-radius:24px;padding:1.5rem;display:flex;flex-direction:column;justify-content:space-between;min-height:260px;position:relative;box-shadow:6px 6px 20px #0000000f}.action-card.dark{background:#004d43;color:#fff}.action-card.light{background:#a9f0d1;color:#004d43}.card-icon-lg{width:56px;height:56px;margin-bottom:1.5rem;display:flex;align-items:center;justify-content:center;border-radius:12px}.action-card.dark .card-icon-lg{background:#fff;color:#004d43;border-radius:50%}.action-card.light .card-icon-lg{background:#004d43;color:#fff;border-radius:50%}.action-content h3{font-size:1.2rem;font-weight:600;margin-bottom:.5rem}.action-content p{font-size:.9rem;line-height:1.5;opacity:.85;margin-bottom:2rem}.btn-action{background:#fff;color:#004d43;padding:.8rem;border-radius:50px;font-weight:600;text-align:center;cursor:pointer;border:none;width:100%;font-size:1.1rem;font-family:inherit}.section-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:1.5rem;margin-top:3rem}.section-header h3{font-size:1.3rem;font-weight:600;color:#111}.link-blue{color:#3b82f6;text-decoration:none;font-weight:600;font-size:.9rem}.services-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(300px,1fr));gap:1.5rem}.service-card{background:#fff;padding:1.5rem;border-radius:16px;border:1px solid #f0f0f0;position:relative;box-shadow:5px 5px 15px #0000000a}.coming-soon-tag{position:absolute;top:1rem;right:1rem;background:#fff7ed;color:#ea580c;font-size:.75rem;padding:.3rem .8rem;border-radius:50px;font-weight:600}.service-icon{width:48px;height:48px;background:#f8fafc;border-radius:50%;display:flex;align-items:center;justify-content:center;margin-bottom:1rem;border:1px solid #e2e8f0}.service-card h4{font-size:1rem;font-weight:600;margin-bottom:.5rem;color:#111}.service-card p{font-size:.85rem;color:#666;line-height:1.5}.invoice-card{background:#fff;padding:1.2rem;border-radius:12px;border:1px solid #f0f0f0;margin-bottom:1rem;box-shadow:5px 5px 15px #0000000a}.invoice-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:.5rem}.invoice-company{font-weight:600;font-size:.95rem;color:#111}.invoice-amount{font-weight:600;font-size:1rem;color:#111}.invoice-meta{display:flex;justify-content:space-between;align-items:center;margin-bottom:1rem;font-size:.8rem}.invoice-date{color:#666}.status-badge{color:#059669;border:1px solid #059669;padding:.2rem .6rem;border-radius:50px;font-size:.7rem;font-weight:600}.invoice-footer{border-top:1px solid #f0f0f0;padding-top:.8rem;display:flex;justify-content:space-between;align-items:center;font-size:.8rem}.installments{display:flex;align-items:center;gap:.5rem;color:#666;font-weight:500}.loan-status{display:flex;align-items:center;gap:.4rem;font-weight:600}.loan-status.pending{color:#f97316}.loan-status.closed{color:#10b981}.processing-page{display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:80vh}.processing-card{background:#fff;border-radius:24px;padding:3rem;width:100%;max-width:500px;text-align:center;box-shadow:0 10px 40px #0000000d}.spinner-lg{width:60px;height:60px;border:4px solid #e5e7eb;border-top-color:#3b82f6;border-radius:50%;animation:spin 1s linear infinite;margin:0 auto 2rem}.processing-steps{text-align:left;margin-top:2rem;display:flex;flex-direction:column;gap:1rem}.proc-step{display:flex;align-items:center;gap:.8rem;color:#666;font-size:.9rem;opacity:.5;transition:all .3s}.proc-step.active{opacity:1;color:#111;font-weight:500}.proc-step-icon{width:18px;height:18px}.invoice-success-banner{background:#fff;border:1px solid #10b981;border-radius:50px;padding:1rem 2rem;display:flex;align-items:center;gap:1rem;margin-bottom:2rem;box-shadow:0 4px 15px #10b9811a;max-width:800px;margin-left:auto;margin-right:auto}.success-check-circle{background:#10b981;color:#fff;width:40px;height:40px;border-radius:50%;display:flex;align-items:center;justify-content:center;flex-shrink:0}.invoice-detail-main-card{background:#fff;border-radius:20px;padding:2rem;max-width:800px;margin:0 auto 2rem;box-shadow:0 4px 20px #00000008}.id-row{display:flex;justify-content:space-between;padding-bottom:1.5rem;border-bottom:1px solid #f0f0f0;margin-bottom:1.5rem}.id-label{font-size:.85rem;color:#888;margin-bottom:.3rem}.id-value{font-weight:600;font-size:1rem;color:#111}.id-amount{font-size:1.5rem;color:#2563eb;font-weight:600}.id-section-title{font-size:.95rem;font-weight:600;color:#111;margin-bottom:1rem}.info-grid-2{display:grid;grid-template-columns:1fr 1fr;gap:1.5rem;margin-bottom:2rem}.info-group h5{font-size:.8rem;color:#888;margin-bottom:.3rem;font-weight:500}.info-group p{font-size:.95rem;color:#111;font-weight:500}.invoice-actions{display:flex;gap:1rem;max-width:800px;margin:0 auto}.btn-outline{flex:1;padding:1rem;border:1px solid #111;background:#fff;color:#111;border-radius:8px;font-weight:600;font-size:1.1rem;font-family:inherit;cursor:pointer;text-align:center}.btn-primary-dark{flex:1;padding:1rem;background:#111;color:#fff;border-radius:8px;font-weight:600;font-size:1.1rem;font-family:inherit;border:none;cursor:pointer;text-align:center}.emi-plans-container{display:grid;grid-template-columns:1fr 1fr;gap:2rem;max-width:900px;margin:3rem auto}.emi-plan-card{background:#fff;border:1px solid #e5e7eb;border-radius:20px;padding:1.5rem;cursor:pointer;transition:all .2s;position:relative}.emi-plan-card.selected{border:2px solid #10b981;box-shadow:0 4px 20px #10b9811a;background:#f0fdf9}.plan-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:.5rem}.plan-title{font-size:1.2rem;font-weight:600;color:#111}.check-circle{width:24px;height:24px;border-radius:50%;border:2px solid #ddd;display:flex;align-items:center;justify-content:center}.emi-plan-card.selected .check-circle{background:#10b981;border-color:#10b981;color:#fff}.plan-tag{font-size:.8rem;color:#10b981;font-weight:600;margin-bottom:2rem}.plan-details-row{display:flex;justify-content:space-between;margin-bottom:.8rem;font-size:.9rem;color:#666}.plan-details-row.total{border-top:1px solid #ddd;padding-top:1rem;margin-top:1rem;color:#111;font-size:1rem}.monthly-emi-box{background:#e5f6f3;padding:1rem;border-radius:12px;display:flex;justify-content:space-between;align-items:center;margin-top:1.5rem}.monthly-emi-box span:first-child{color:#004d43;font-weight:600}.monthly-emi-box span:last-child{color:#004d43;font-weight:600;font-size:1.2rem}.txn-otp-container{background:#fff;padding:3rem;border-radius:20px;max-width:450px;margin:1.5rem auto;text-align:center;box-shadow:0 10px 30px #0000000d}.otp-boxes{display:flex;gap:.8rem;justify-content:center;margin:2rem 0}.otp-box{width:45px;height:45px;border:1px solid #ccc;border-radius:8px;font-size:1.2rem;text-align:center;outline:none}.otp-box:focus{border-color:#111}.txn-success-card{background:#fff;border-radius:20px;border:1px solid #eee;padding:1.5rem;width:100%;max-width:400px;margin:2rem auto;text-align:left}.txn-row-copy{display:flex;align-items:center;gap:.5rem;font-family:monospace;font-size:.9rem;color:#333;background:#f9f9f9;padding:.5rem;border-radius:6px;margin-top:.5rem}.copy-btn{color:#2563eb;cursor:pointer;font-weight:600;font-size:.8rem;margin-left:auto}.search-gstin-card{background:#fff;border-radius:20px;padding:3rem 2rem;max-width:600px;margin:3rem auto;text-align:center;box-shadow:0 4px 20px #0000000d}.search-gstin-header{font-size:1.2rem;font-weight:600;margin-bottom:2rem;color:#111}.search-input-container{position:relative;margin-bottom:2rem}.search-input{width:100%;padding:1rem 1rem 1rem 3rem;border:1px solid #e5e7eb;border-radius:8px;font-size:1rem;outline:none;font-family:inherit}.search-input:focus{border-color:#111}.search-icon-input{position:absolute;left:1rem;top:50%;transform:translateY(-50%);color:#999}.divider-or{display:flex;align-items:center;color:#999;font-size:.85rem;margin:2rem 0}.divider-or:before,.divider-or:after{content:"";flex:1;height:1px;background:#e5e7eb}.divider-or:before{margin-right:1rem}.divider-or:after{margin-left:1rem}.upload-text{font-size:.9rem;color:#111;margin-bottom:1.5rem;line-height:1.5}.btn-upload-outline{display:inline-flex;align-items:center;gap:.5rem;padding:.8rem 1.5rem;border:1px solid #004d43;color:#004d43;background:#fff;border-radius:50px;font-weight:600;font-size:1.1rem;font-family:inherit;cursor:pointer;transition:all .2s}.btn-upload-outline:hover{background:#f0fdf9}.search-section-header{display:flex;justify-content:space-between;align-items:center;margin-top:3rem;margin-bottom:1.5rem}.search-section-header h3{font-size:1.2rem;font-weight:600;color:#111}.search-section-header a{color:#2563eb;text-decoration:none;font-weight:600;font-size:.9rem}.search-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(350px,1fr));gap:1.5rem}.seller-brand-card{background:#fff;border-radius:12px;padding:1.5rem;box-shadow:0 4px 15px #00000008;display:flex;flex-direction:column}.seller-header{display:flex;align-items:center;gap:1rem;margin-bottom:1.5rem}.seller-logo{width:40px;height:40px;border-radius:8px;background:#f9fafb;display:flex;align-items:center;justify-content:center;object-fit:contain}.seller-name{font-weight:600;font-size:1rem;color:#111}.seller-details{display:flex;justify-content:space-between}.detail-item{display:flex;flex-direction:column}.detail-label{font-size:.7rem;color:#999;text-transform:uppercase;margin-bottom:.2rem}.detail-value{font-size:.85rem;color:#333;font-weight:500}.not-found-card{background:#ffedd5;border:1px solid #fed7aa;border-radius:12px;padding:3rem;text-align:center;margin:3rem auto;max-width:600px}.not-found-icon{width:48px;height:48px;background:#fff;border-radius:50%;display:flex;align-items:center;justify-content:center;margin:0 auto 1rem}.not-found-title{font-size:1.1rem;font-weight:600;color:#111;margin-bottom:.5rem}.not-found-text{font-size:.9rem;color:#666;max-width:400px;margin:0 auto;line-height:1.5}@media(max-width:1280px){.visual-elements{display:none}.hero-tick-list{display:block}}@media(min-width:901px)and (max-width:1280px){.hero-content{grid-template-columns:1fr 440px;gap:3rem;align-items:center}.sidebar-card{grid-column:auto;max-width:100%;margin-top:0}}@media(max-width:900px){.emi-plans-container{grid-template-columns:1fr!important;gap:1rem!important;margin:1.5rem auto!important}}
