@import "https://fonts.googleapis.com/css2?family=Outfit:wght@300;400;500;600;700&display=swap";:root{--primary-color:#2fb940;--secondary-color:#1e5a35;--dark-slate:#0f3227;--bg-color-light:#fff;--bg-color-dark:#f8fafc;--text-light:#64748b;--text-dark:#0f3227;--accent-color:#1e5a35;--card-bg-dark:#fff;--brand-gradient:linear-gradient(135deg, #2fb940, #1e5a35);--font-main:"Outfit", sans-serif}*{box-sizing:border-box;margin:0;padding:0}body{font-family:var(--font-main);background:var(--bg-color-light);color:var(--text-dark);line-height:1.6;overflow-x:hidden}.app-container{flex-direction:column;min-height:100vh;display:flex}header{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);z-index:100;background:#ffffffe6;border-bottom:1px solid #0000000d;justify-content:space-between;align-items:center;padding:1.5rem 10%;display:flex;position:sticky;top:0;box-shadow:0 4px 6px -1px #0000000d}.logo{color:var(--secondary-color);font-size:2rem;font-weight:700;text-decoration:none}.logo span{color:var(--primary-color)}nav ul{gap:2rem;list-style:none;display:flex}nav a{color:var(--text-dark);padding-bottom:5px;font-weight:500;text-decoration:none;transition:color .3s;position:relative}nav a:hover,nav a.active{color:var(--primary-color)}nav a.active:after{content:"";background-color:var(--primary-color);border-radius:2px;width:100%;height:2.5px;position:absolute;bottom:0;left:0}@media (width<=900px){header{padding:1rem 5%}nav{display:none}}.btn{cursor:pointer;font-weight:600;font-family:var(--font-main);border:none;border-radius:30px;padding:.8rem 1.5rem;transition:all .3s}.btn-primary{background:var(--primary-color);color:#fff;box-shadow:0 4px 15px #48b8554d}.btn-primary:hover:not(:disabled){background:var(--accent-color);transform:translateY(-2px);box-shadow:0 6px 20px #48b85566}.btn-primary:disabled{color:#f8fafc;cursor:not-allowed;box-shadow:none;background:#94a3b8;transform:none}.hero{background:linear-gradient(#fff 0%,#f0fdf4 100%);flex:1;justify-content:space-between;align-items:center;min-height:calc(100vh - 120px);padding:5rem 10%;display:flex;position:relative}.hero:before{content:"";z-index:0;background:radial-gradient(circle,#48b8551a 0%,#fff0 70%);border-radius:50%;width:500px;height:500px;position:absolute;top:-10%;right:-5%}.hero-content{z-index:1;max-width:600px;position:relative}.hero-content h1{color:var(--secondary-color);margin-bottom:1.5rem;font-size:4rem;line-height:1.1}.hero-content h1 span{color:var(--primary-color)}.fade-text{transition:opacity 3s ease-in-out;display:inline-block}.fade-in{opacity:1}.fade-out{opacity:0}@media (width<=900px){.hero{text-align:center;flex-direction:column;gap:3rem;padding:3rem 5%}.hero-content{max-width:100%}.hero-content h1{font-size:2.8rem}.hero:before{display:none}}.hiw-section{background:var(--bg-color-dark);padding:5rem 10%}.hiw-header{text-align:center;margin-bottom:4rem}.hiw-header h2{color:var(--secondary-color);margin-bottom:1rem;font-size:2.5rem}.hiw-grid{grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:2rem;margin-bottom:4rem;display:grid}.hiw-step-card{background:#fff;border:1px solid #00000005;border-radius:20px;padding:2.5rem 2rem;transition:transform .3s;position:relative;overflow:hidden;box-shadow:0 10px 30px #00000008}.hiw-step-card:hover{border-color:#2fb94033;transform:translateY(-10px);box-shadow:0 20px 40px #2fb94014}.hiw-step-number{color:#2fb9400d;pointer-events:none;font-size:6rem;font-weight:800;line-height:1;position:absolute;top:-10px;right:-10px}.hiw-step-icon{background:#2fb9401a;border-radius:15px;margin-bottom:1.5rem;padding:1rem;font-size:2.5rem;display:inline-block}.hiw-step-card h3{color:var(--secondary-color);z-index:1;margin-bottom:1rem;font-size:1.3rem;position:relative}.hiw-step-card p{color:var(--text-light);z-index:1;font-size:.95rem;position:relative}.hiw-stats{flex-wrap:wrap;justify-content:center;gap:2rem;display:flex}.hiw-stat{text-align:center;background:#fff;border-radius:12px;min-width:200px;padding:1.5rem 3rem;box-shadow:0 5px 15px #00000005}.hiw-stat h4{color:var(--primary-color);margin-bottom:.2rem;font-size:2rem}.store-buttons{gap:1rem;margin-top:2rem;display:flex}@media (width<=900px){.store-buttons{flex-wrap:wrap;justify-content:center}}.store-btn{color:#fff;background:#000;border-radius:8px;align-items:center;gap:.8rem;padding:.6rem 1.2rem;text-decoration:none;transition:transform .2s,box-shadow .2s;display:flex}.store-btn:hover{color:#fff;transform:translateY(-3px);box-shadow:0 10px 20px #0000001a}.store-btn svg{width:24px;height:24px}.store-btn-text{flex-direction:column;align-items:flex-start;display:flex}.store-btn-text span{text-transform:uppercase;color:#ccc;margin-bottom:2px;font-size:.65rem;line-height:1}.store-btn-text strong{font-size:1.2rem;font-weight:500;line-height:1}.products-section{background:#fff;padding:6rem 10%}.products-header{text-align:center;margin-bottom:4rem}.products-header h2{color:var(--secondary-color);margin-bottom:1rem;font-size:3rem}.products-header p{color:var(--text-light);max-width:600px;margin:0 auto;font-size:1.1rem}.products-grid{grid-template-columns:repeat(auto-fit,minmax(320px,1fr));gap:2.5rem;display:grid}.product-card{background:var(--bg-color-dark);border:1px solid #00000008;border-radius:20px;flex-direction:column;padding:2.5rem;transition:transform .3s,box-shadow .3s,background .3s;display:flex;position:relative;overflow:hidden}.product-card:before{content:"";background:var(--brand-gradient);opacity:0;width:100%;height:4px;transition:opacity .3s;position:absolute;top:0;left:0}.product-card:hover{background:#fff;transform:translateY(-8px);box-shadow:0 15px 40px #2fb94014}.product-card:hover:before{opacity:1}.product-title{color:var(--secondary-color);align-items:flex-start;min-height:4rem;margin-bottom:1.5rem;font-size:1.4rem;font-weight:700;display:flex}.product-metrics{border-bottom:1px solid #0000000d;flex-direction:column;gap:.8rem;margin-bottom:1.5rem;padding-bottom:1.5rem;display:flex}.metric{justify-content:space-between;align-items:center;display:flex}.metric-label{color:var(--text-light);text-transform:uppercase;letter-spacing:.5px;font-size:.85rem}.metric-value{color:var(--text-dark);text-align:right;font-size:1rem;font-weight:600}.product-desc{color:var(--text-light);min-height:5.5rem;margin-bottom:1.5rem;font-size:.95rem;line-height:1.6}.product-features{flex-grow:1}.product-features strong{color:var(--secondary-color);margin-bottom:1rem;font-size:1rem;display:block}.product-features ul{margin-bottom:2.5rem;padding:0;list-style:none}.product-features li{color:var(--text-light);align-items:flex-start;gap:.8rem;margin-bottom:.8rem;font-size:.95rem;display:flex}.check-icon{color:var(--primary-color);font-weight:700}.product-action{margin-top:auto}.prod-link{color:var(--primary-color);align-items:center;font-weight:600;text-decoration:none;transition:color .3s;display:inline-flex}.prod-link:hover{text-decoration:underline}.prod-link.disabled{color:#94a3b8;cursor:not-allowed;text-decoration:none}.hero-content p{color:var(--text-light);margin-bottom:2.5rem;font-size:1.2rem}.features{background:var(--bg-color-light);grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:2rem;padding:5rem 10%;display:grid}.feature-card{background:var(--card-bg-light);border:1px solid #0000000d;border-radius:20px;padding:2.5rem;transition:transform .3s,border-color .3s,box-shadow .3s;box-shadow:0 10px 30px #00000008}.feature-card:hover{border-color:var(--primary-color);transform:translateY(-5px);box-shadow:0 15px 35px #48b8551a}.feature-icon{color:var(--primary-color);margin-bottom:1.5rem;font-size:2.5rem}.feature-card h3{color:var(--secondary-color);margin-bottom:1rem;font-size:1.5rem}.feature-card p{color:var(--text-light)}footer{text-align:center;color:var(--text-light);background:var(--bg-color-dark);border-top:1px solid #0000000d;padding:2rem}@keyframes float{0%{transform:translateY(0)}50%{transform:translateY(-20px)}to{transform:translateY(0)}}.hero-img-container{z-index:1;flex-direction:column;align-items:center;gap:1rem;display:flex;position:relative}.hero-img{border-radius:30px;width:100%;max-width:750px;display:block;box-shadow:0 20px 50px #00000014}.product-detail-page{background:var(--bg-color-light);padding-top:2rem}.product-hero{background:var(--bg-color-dark);text-align:center;padding:6rem 10%;position:relative;overflow:hidden}.product-hero:before{content:"";background:var(--brand-gradient);height:5px;position:absolute;top:0;left:0;right:0}.product-hero h1{color:var(--secondary-color);margin-bottom:1.5rem;font-size:3.5rem}.product-hero p{color:var(--text-light);max-width:800px;margin:0 auto;font-size:1.2rem;line-height:1.6}.product-overview{z-index:10;background:#fff;margin-top:-3rem;padding:4rem 10%;position:relative}.overview-grid{background:#fff;border:1px solid #00000005;border-radius:20px;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:2rem;padding:3rem;display:grid;box-shadow:0 10px 40px #0000000f}.overview-item{text-align:center;flex-direction:column;align-items:center;display:flex}.oi-icon{margin-bottom:1rem;font-size:2.5rem}.overview-item h4{color:var(--text-light);text-transform:uppercase;margin-bottom:.5rem;font-size:1rem}.overview-item p{color:var(--secondary-color);font-size:1.3rem;font-weight:700}.product-details-content{grid-template-columns:1.5fr 1fr;gap:4rem;padding:4rem 10%;display:grid}@media (width<=900px){.product-details-content{grid-template-columns:1fr}}.pd-section{background:#fff;border-radius:20px;margin-bottom:3rem;padding:3rem;box-shadow:0 5px 20px #00000005}.pd-section h3{color:var(--secondary-color);border-bottom:2px solid var(--bg-color-dark);margin-bottom:2rem;padding-bottom:1rem;font-size:1.8rem}.pd-list{padding:0;list-style:none}.pd-list li{color:var(--text-dark);align-items:flex-start;gap:1rem;margin-bottom:1.5rem;font-size:1.05rem;line-height:1.6;display:flex}.pd-list.small li{margin-bottom:1rem;font-size:.95rem}.pd-card{border-top:4px solid var(--primary-color);background:#fff;border-radius:20px;margin-bottom:2rem;padding:2.5rem;box-shadow:0 5px 20px #00000008}.pd-card h3{color:var(--secondary-color);margin-bottom:1.5rem;font-size:1.5rem}.pd-card h4{color:var(--text-dark);margin-bottom:1rem;font-size:1.1rem}.bullet{color:var(--primary-color);font-weight:700}.steps-list{flex-direction:column;gap:2rem;display:flex}.step-item{align-items:flex-start;gap:1.5rem;display:flex}.step-circle{background:var(--primary-color);color:#fff;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:40px;height:40px;font-size:1.2rem;font-weight:700;display:flex}.step-item strong{color:var(--secondary-color);margin-bottom:.3rem;font-size:1.1rem;display:block}.step-item p{color:var(--text-light);font-size:.95rem}.product-faq{background:#fff;padding:5rem 10%}.product-faq h2{text-align:center;color:var(--secondary-color);margin-bottom:3rem;font-size:2.5rem}.faq-grid{grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem;display:grid}.faq-item{background:var(--bg-color-dark);border-radius:12px;padding:2rem}.faq-item h4{color:var(--secondary-color);margin-bottom:1rem;font-size:1.2rem}.faq-item p{color:var(--text-light);line-height:1.6}.exact-calc-section{background:#f8fafc;flex-direction:column;align-items:center;padding:1.5rem 1rem;scroll-margin-top:100px;font-family:Outfit,sans-serif;display:flex}.ec-header{text-align:center;margin-bottom:1.5rem}.ec-header h2{color:#0f172a;margin-bottom:.5rem;font-size:2.5rem;font-weight:800}.ec-header p{color:#64748b;font-size:1.1rem}.ec-container{background:#fff;border:1px solid #e2e8f0;border-radius:20px;width:100%;max-width:1100px;padding:1rem;box-shadow:0 10px 40px #0000000d}.ec-inner-box{background:0 0;border-radius:16px;padding:1.5rem}.ec-main-grid{grid-template-columns:2fr 1fr;gap:1.5rem;display:grid}@media (width<=900px){.ec-main-grid{grid-template-columns:1fr}}.ec-left{flex-direction:column;gap:1rem;display:flex}.ec-top-cards{grid-template-columns:repeat(3,1fr);gap:1rem;display:grid}@media (width<=700px){.ec-top-cards{grid-template-columns:1fr}}.ec-card{background:#fff;border:1px solid #f1f5f9;border-radius:12px;flex-direction:column;padding:1rem;display:flex;box-shadow:0 4px 15px #00000005}.ec-card-header{align-items:flex-start;gap:.8rem;margin-bottom:.5rem;display:flex}.ec-flex-between{justify-content:space-between}.ec-flex-start{align-items:flex-start;gap:.8rem;display:flex}.ec-icon{border-radius:8px;justify-content:center;align-items:center;width:32px;height:32px;display:flex}.ec-icon svg{width:18px;height:18px}.ec-icon.blue{color:#fff;background:#3b82f6}.ec-icon.orange{color:#fff;background:#f97316}.ec-icon.green{color:#fff;background:#10b981}.ec-icon.outline-blue{color:#3b82f6;background:#fff;border:2px solid #3b82f6}.ec-card-title{color:#1e293b;font-size:.95rem;font-weight:700}.ec-badge{border-radius:12px;padding:.2rem .5rem;font-size:.75rem;font-weight:700}.ec-badge.green{color:#16a34a;background:#dcfce7}.ec-card-value{margin-top:auto;margin-bottom:.5rem;font-size:1.5rem;font-weight:800}.blue{color:#3b82f6!important}.orange{color:#f97316!important}.green{color:#10b981!important}.gray{color:#64748b!important}.bg-blue{background:#3b82f6!important}.bg-orange{background:#f97316!important}.bg-green{background:#10b981!important}.ec-slider-wrap{margin-bottom:.8rem}.ec-slider-wrap input[type=range]{-webkit-appearance:none;background:#f1f5f9;border-radius:3px;outline:none;width:100%;height:6px}.ec-slider-wrap.blue input[type=range]::-webkit-slider-thumb{-webkit-appearance:none;cursor:pointer;background:#fff;border:3px solid #3b82f6;border-radius:50%;width:16px;height:16px;box-shadow:0 2px 5px #0003}.ec-slider-wrap.orange input[type=range]::-webkit-slider-thumb{-webkit-appearance:none;cursor:pointer;background:#fff;border:3px solid #f97316;border-radius:50%;width:16px;height:16px;box-shadow:0 2px 5px #0003}.ec-slider-wrap.green input[type=range]::-webkit-slider-thumb{-webkit-appearance:none;cursor:pointer;background:#fff;border:3px solid #10b981;border-radius:50%;width:16px;height:16px;box-shadow:0 2px 5px #0003}.ec-input-box input{color:#334155;text-align:right;background:#f8fafc;border:1px solid #e2e8f0;border-radius:8px;width:100%;padding:.6rem;font-family:Outfit,sans-serif;font-size:.95rem;font-weight:600}.ec-result-box{background:#fff;border:1px solid #f1f5f9;border-radius:16px;padding:1rem 1.5rem;box-shadow:0 4px 20px #00000008}.ec-rb-content{align-items:center;gap:2rem;display:flex}@media (width<=650px){.ec-rb-content{flex-direction:column}}.ec-pie-container{flex-shrink:0}.ec-pie{border-radius:50%;justify-content:center;align-items:center;width:140px;height:140px;display:flex;position:relative;-webkit-mask:radial-gradient(#0000 55%,#000 56%);mask:radial-gradient(#0000 55%,#000 56%)}.ec-pie:after{content:"";background:conic-gradient(#0000 58%,#fff 58% 60%,#0000 60% 93%,#fff 93% 95%,#0000 95% 99%,#fff 99% 100%);border-radius:50%;position:absolute;inset:0}.ec-pie-inner{z-index:10;background:#fff;border-radius:50%;flex-direction:column;justify-content:center;align-items:center;width:100px;height:100px;display:flex;position:absolute;box-shadow:0 0 0 6px #fff}.ec-pie-inner strong{color:#0f172a;margin-bottom:2px;font-size:1.2rem;font-weight:800}.ec-pie-inner span{color:#64748b;font-size:.75rem}.ec-list-container{flex-grow:1}.ec-list-row{border-bottom:1px solid #f1f5f9;justify-content:space-between;align-items:center;margin-bottom:.4rem;padding-bottom:.4rem;font-size:.95rem;display:flex}.ec-list-row span{color:#64748b;font-weight:500}.ec-list-row strong{font-weight:700}.ec-total-box{background:#f8fafc;border:1px solid #e2e8f0;border-radius:12px;margin-top:.5rem;padding:1rem}.ec-total-label{color:#64748b;margin-bottom:.3rem;font-size:.85rem;font-weight:600;display:block}.ec-total-value{color:#0f172a;font-size:1.5rem;font-weight:800}.ec-legend-strip{background:#fff;border:1px solid #f1f5f9;border-radius:12px;justify-content:center;gap:2rem;padding:1rem;display:flex;box-shadow:0 4px 15px #00000005}.ec-legend-item{color:#334155;align-items:center;gap:.5rem;font-size:.9rem;font-weight:600;display:flex}.ec-dot{border-radius:50%;width:14px;height:14px}.ec-apply-btn{color:#fff;cursor:pointer;background:#f97316;border:none;border-radius:12px;width:100%;padding:1.2rem;font-size:1.1rem;font-weight:700;transition:opacity .2s}.ec-apply-btn:hover{opacity:.9}.ec-sidebar{background:#f8fafc;border:1px solid #e2e8f0;border-radius:16px;height:100%;padding:1.5rem}.ec-sb-header{align-items:center;gap:.8rem;margin-bottom:1rem;display:flex}.ec-sb-header h3{color:#0f172a;font-size:1.1rem;font-weight:800}.ec-sb-list{padding:0;list-style:none}.ec-sb-list li{align-items:flex-start;gap:.8rem;margin-bottom:.8rem;display:flex}.ec-bullet{background:#f97316;border-radius:50%;flex-shrink:0;width:4px;height:4px;margin-top:8px}.ec-sb-list p{color:#475569;font-size:.95rem;line-height:1.5}.ec-sb-list strong{color:#0f172a;font-weight:800}.about-section{background:#fff;padding:5rem 10%;scroll-margin-top:100px}.about-header{text-align:center;margin-bottom:3rem}.about-header h2{color:var(--secondary-color);margin-bottom:.8rem;font-size:2.5rem}.about-header p{color:var(--text-light);margin-bottom:2rem;font-size:1.1rem}.about-tabs{justify-content:center;gap:1rem;display:flex}.about-tab{cursor:pointer;color:var(--text-dark);background:#fff;border:1px solid #e2e8f0;border-radius:30px;padding:.6rem 2rem;font-size:1rem;font-weight:600;transition:all .3s}.about-tab.active{background:var(--primary-color);color:#fff;border-color:var(--primary-color);box-shadow:0 4px 15px #48b85533}.about-content{background:#fff;border:1px solid #f1f5f9;border-radius:24px;max-width:1200px;margin:0 auto;padding:3rem;box-shadow:0 10px 40px #00000008}.about-story-grid{grid-template-columns:1fr 1fr;align-items:center;gap:4rem;display:grid}.about-story-img img{background:#f8fafc;border-radius:16px;width:100%}.about-story-text h3{color:var(--secondary-color);margin-bottom:1.5rem;font-size:1.8rem}.about-story-text p{color:var(--text-light);margin-bottom:1rem;font-size:1.05rem;line-height:1.7}.about-values-grid{grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:2rem;display:grid}.value-card{background:#fcfcfc;border:1px solid #f1f5f9;border-radius:16px;padding:2rem;transition:transform .3s,box-shadow .3s}.value-card:hover{transform:translateY(-5px);box-shadow:0 10px 25px #0000000a}.value-icon{background:#f0fdf4;border-radius:12px;justify-content:center;align-items:center;width:48px;height:48px;margin-bottom:1.5rem;display:flex}.value-icon svg{width:24px;height:24px}.value-card h4{color:var(--secondary-color);margin-bottom:.8rem;font-size:1.2rem}.value-card p{color:var(--text-light);font-size:.95rem;line-height:1.6}@media (width<=900px){.about-story-grid{grid-template-columns:1fr;gap:2rem}.about-content{padding:1.5rem}}.main-footer{font-family:var(--font-main);text-align:left;background:#f8fafc;border-top:1px solid #e2e8f0;padding:4rem 10% 2rem}.footer-top{grid-template-columns:2fr 1fr 1fr 1fr;gap:3rem;margin-bottom:3rem;display:grid}.brand-col .logo{margin-bottom:.5rem;font-size:1.8rem;display:inline-block}.brand-col .tagline{color:var(--secondary-color);margin-bottom:1rem;font-size:.95rem;font-weight:600}.brand-col .desc{color:var(--text-light);max-width:300px;margin-bottom:1.5rem;font-size:.9rem;line-height:1.6}.social-icons{gap:1rem;display:flex}.social-icons a{color:var(--text-light);background:#fff;border:1px solid #e2e8f0;border-radius:50%;justify-content:center;align-items:center;width:36px;height:36px;transition:all .3s;display:flex}.social-icons a:hover{background:var(--primary-color);color:#fff;border-color:var(--primary-color)}.social-icons svg{width:18px;height:18px}.footer-col h4{color:var(--secondary-color);margin-bottom:1.5rem;font-size:1.1rem;font-weight:700}.footer-col ul{padding:0;list-style:none}.footer-col ul li{margin-bottom:.8rem}.footer-col ul a{color:var(--text-light);font-size:.95rem;text-decoration:none;transition:color .2s}.footer-col ul a:hover{color:var(--primary-color)}.footer-bottom{border-top:1px solid #e2e8f0;grid-template-columns:1fr 1.5fr 1fr;gap:2rem;padding-top:2rem;display:grid}.fb-col{color:var(--text-light);font-size:.85rem}.fb-col strong{color:var(--secondary-color);margin-bottom:.3rem;font-size:.95rem;font-weight:700;display:block}.fb-col p{margin-bottom:.2rem;line-height:1.5}.nbfc-label{color:#94a3b8;margin-bottom:.2rem;font-size:.75rem;display:inline-block}.text-right{text-align:right}.copyright{color:#94a3b8!important;margin-top:.8rem!important}@media (width<=900px){.footer-top{grid-template-columns:1fr;gap:2rem}.brand-col .desc{max-width:100%}.footer-bottom{text-align:center;grid-template-columns:1fr;gap:1.5rem}.fb-col.text-right{text-align:center}}.faq-section{background:#f8fafc;padding:.5rem 10% 1rem}.faq-header{text-align:center;margin-bottom:1rem}.faq-header h2{color:var(--secondary-color);margin-bottom:.4rem;font-size:2rem}.faq-header p{color:var(--text-light);font-size:.95rem}.faq-list{flex-direction:column;gap:.6rem;max-width:900px;margin:0 auto 1rem;display:flex}.faq-item{background:#fff;border:1px solid #e2e8f0;border-radius:8px;transition:all .3s;overflow:hidden}.faq-item.open{border-color:var(--primary-color);box-shadow:0 4px 15px #00000008}.faq-q{cursor:pointer;color:var(--secondary-color);-webkit-user-select:none;user-select:none;justify-content:space-between;align-items:center;padding:.6rem 1.2rem;font-size:.95rem;font-weight:600;display:flex}.faq-q svg{width:16px;height:16px;color:var(--primary-color);transition:transform .3s}.faq-item.open .faq-q svg{transform:rotate(180deg)}.faq-a{color:var(--text-light);padding:0 1.5rem .8rem;font-size:.95rem;line-height:1.5}.faq-footer{text-align:center;margin-top:1rem}.faq-footer p{color:var(--text-light);margin-bottom:1rem}.contact-section{background:#fff;padding:2.5rem 10% 4rem}.contact-header{text-align:center;max-width:800px;margin-bottom:3rem;margin-left:auto;margin-right:auto}.contact-header h2{color:var(--secondary-color);margin-bottom:.8rem;font-size:2.5rem}.contact-header p{color:var(--text-light);font-size:1.1rem;line-height:1.6}.contact-top-grid{grid-template-columns:1fr 1fr;gap:2rem;max-width:1200px;margin-bottom:2rem;margin-left:auto;margin-right:auto;display:grid}.contact-card{background:#fff;border:1px solid #e2e8f0;border-radius:16px;padding:2rem;box-shadow:0 4px 20px #00000005}.contact-card.full-width{max-width:1200px;margin:0 auto 2rem}.contact-card-header{align-items:center;gap:1rem;margin-bottom:1.5rem;display:flex}.contact-card-header svg{width:28px;height:28px}.contact-card-header h4{color:var(--secondary-color);margin:0;font-size:1.3rem}.contact-label{color:var(--text-light);margin-bottom:.3rem;font-size:.9rem}.contact-value{color:var(--secondary-color);margin-bottom:.5rem;font-size:1.2rem;display:block}.contact-note{color:#94a3b8;font-size:.85rem}.visit-grid{grid-template-columns:1fr 1fr;gap:2rem;display:grid}.contact-address{color:var(--text-light);font-size:.95rem;line-height:1.6}.contact-bottom-grid{grid-template-columns:1fr 1fr;gap:2rem;max-width:1200px;margin:0 auto;display:grid}.contact-form-card{background:#f8fafc;border:1px solid #e2e8f0;border-radius:16px;padding:2.5rem}.contact-form-card h3{color:var(--secondary-color);margin-bottom:1.5rem;font-size:1.5rem}.contact-form .form-group{margin-bottom:1.2rem}.contact-form label{color:var(--secondary-color);margin-bottom:.5rem;font-size:.9rem;font-weight:600;display:block}.contact-form .req{color:#ef4444}.contact-form input[type=text],.contact-form input[type=email],.contact-form input[type=tel],.contact-form textarea{border:1px solid #cbd5e1;border-radius:8px;width:100%;padding:.8rem 1rem;font-family:inherit;font-size:.95rem;transition:all .2s}.contact-form input:focus,.contact-form textarea:focus{border-color:var(--primary-color);outline:none;box-shadow:0 0 0 3px #48b8551a}.contact-form textarea{resize:vertical}.form-checkbox{align-items:flex-start;gap:.8rem;margin-top:1.5rem;margin-bottom:1.5rem;display:flex}.form-checkbox input{margin-top:.3rem}.form-checkbox label{color:var(--text-light);margin:0;font-size:.85rem;font-weight:400;line-height:1.5}.form-submit{width:100%;padding:1rem;font-size:1.1rem}@media (width<=900px){.contact-top-grid,.visit-grid,.contact-bottom-grid{grid-template-columns:1fr}}.legal-page{background:#f8fafc;min-height:60vh;padding:4rem 10%}.legal-container{background:#fff;border:1px solid #e2e8f0;border-radius:16px;max-width:900px;margin:0 auto;padding:3rem 4rem;box-shadow:0 10px 40px #00000008}.legal-header{border-bottom:2px solid #f1f5f9;margin-bottom:2rem;padding-bottom:1.5rem}.legal-header h2{color:var(--secondary-color);margin-bottom:.5rem;font-size:2.2rem}.legal-header p{color:var(--text-light);font-size:.95rem}.legal-content h3{color:var(--secondary-color);margin:2rem 0 1rem;font-size:1.4rem}.legal-content p{color:var(--text-light);margin-bottom:1rem;line-height:1.7}.legal-content ul{color:var(--text-light);margin-bottom:1.5rem;padding-left:1.5rem;list-style:outside}.legal-content li{margin-bottom:.5rem;line-height:1.6}.legal-content strong{color:var(--text-dark)}.contact-card-alt{background:#f8fafc;border:1px solid #e2e8f0;border-radius:12px;margin:1.5rem 0;padding:1.5rem}.contact-card-alt strong{color:var(--secondary-color);margin-bottom:.5rem;font-size:1.1rem;display:block}.contact-card-alt p{margin:.3rem 0;font-size:.95rem}@media (width<=768px){.legal-container{padding:2rem}.legal-header h2{font-size:1.8rem}}.modal-overlay{z-index:1000;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);background:#0009;justify-content:center;align-items:center;display:flex;position:fixed;inset:0}.modal-content{background:#fff;border-radius:16px;width:90%;max-width:500px;padding:2.5rem;animation:.3s ease-out forwards modalPop;position:relative;box-shadow:0 10px 40px #00000026}@keyframes modalPop{0%{opacity:0;transform:scale(.95)translateY(10px)}to{opacity:1;transform:scale(1)translateY(0)}}.modal-close{cursor:pointer;color:#64748b;background:0 0;border:none;font-size:2rem;transition:color .2s;position:absolute;top:15px;right:20px}.modal-close:hover{color:var(--secondary-color)}.modal-step h2{color:var(--secondary-color);margin-bottom:.5rem;font-size:1.5rem}.modal-step p{color:var(--text-light);margin-bottom:1.5rem;font-size:.95rem}.upload-grid{grid-template-columns:repeat(auto-fit,minmax(130px,1fr));gap:1rem;margin-bottom:1.5rem;display:grid}.upload-box{text-align:center;cursor:pointer;background:#f8fafc;border:2px dashed #cbd5e1;border-radius:12px;padding:1.5rem 1rem;transition:all .2s;position:relative}.upload-box:hover{border-color:var(--primary-color);background:#eff6ff}.upload-box span{margin-bottom:.5rem;font-size:1.8rem;display:block}.upload-box p{color:var(--secondary-color);margin:0;font-size:.85rem;font-weight:600}.upload-box input[type=file]{opacity:0;cursor:pointer;width:100%;height:100%;position:absolute;top:0;left:0}.autofetch-card{background:#f8fafc;border:1px solid #e2e8f0;border-radius:12px;margin-bottom:1.5rem;padding:1.2rem}.detail-row{justify-content:space-between;margin-bottom:.8rem;font-size:.95rem;display:flex}.detail-row:last-child{margin-bottom:0}.detail-row span{color:var(--text-light)}.detail-row strong{color:var(--secondary-color);font-weight:600}.detail-row strong.green{color:#10b981}.address-row{flex-direction:column}.address-row span{margin-bottom:.3rem}.address-row strong{text-align:left;line-height:1.4}.otp-section{border-top:1px solid #e2e8f0;padding-top:1.5rem}.otp-section label{color:var(--secondary-color);margin-bottom:.5rem;font-size:.9rem;font-weight:600;display:block}.otp-section input,.otp-input-group input{border:1px solid #cbd5e1;border-radius:8px;outline:none;width:100%;margin-bottom:1rem;padding:.8rem 1rem;font-size:1rem;transition:border-color .2s}.otp-section input:focus,.otp-input-group input:focus{border-color:var(--primary-color);box-shadow:0 0 0 3px #2563eb1a}.otp-input-group input{text-align:center;letter-spacing:.5rem;font-size:1.5rem;font-weight:700}.success-step{text-align:center}.success-icon{margin-bottom:1rem;font-size:4rem;animation:.5s cubic-bezier(.175,.885,.32,1.275) scaleBounce}@keyframes scaleBounce{0%{transform:scale(0)}to{transform:scale(1)}}.full-width{text-align:center;width:100%;display:block}.clear-file-btn{color:#fff;cursor:pointer;z-index:10;background:#ef4444;border:none;border-radius:50%;justify-content:center;align-items:center;width:24px;height:24px;font-size:16px;line-height:1;display:flex;position:absolute;top:-8px;right:-8px;box-shadow:0 2px 4px #ef444466}.clear-file-btn:hover{background:#dc2626}.ocr-section-title{color:var(--primary-color);border-bottom:1px solid #e2e8f0;margin-bottom:1rem;padding-bottom:.5rem;font-size:1.1rem}.editable-detail-row{flex-direction:column;margin-bottom:1rem;display:flex}.editable-detail-row label{color:var(--text-light);margin-bottom:.3rem;font-size:.85rem;font-weight:500}.editable-detail-row input{color:var(--text-dark);background-color:#fff;border:1px solid #cbd5e1;border-radius:6px;padding:.6rem .8rem;font-size:.95rem;font-weight:600;transition:all .2s}.editable-detail-row input:focus{border-color:var(--primary-color);outline:none;box-shadow:0 0 0 3px #2563eb1a}.modal-content.wide{max-width:800px}.details-two-col{grid-template-columns:1fr 1fr;gap:2rem;margin-top:1.5rem;display:grid}.otp-verification-box{border-top:1px solid #e2e8f0;margin-top:1.5rem;padding-top:1.5rem}@media (width<=768px){.details-two-col{grid-template-columns:1fr;gap:1rem}}.cibil-gauge-wrapper{width:240px;height:120px;margin:0 auto;position:relative}.cibil-gauge{background:conic-gradient(from 270deg at 50% 100%,#ef4444 0deg 73deg,#fff 73deg 75deg,#f97316 75deg 103deg,#fff 103deg 105deg,#eab308 105deg 133deg,#fff 133deg 135deg,#84cc16 135deg 148deg,#fff 148deg 150deg,#22c55e 150deg 180deg,#0000 180deg);border-radius:120px 120px 0 0;width:100%;height:100%;position:relative}.cibil-gauge:after{content:"";background:#fff;border-radius:105px 105px 0 0;position:absolute;inset:15px 15px 0}.gauge-needle{transform-origin:bottom;z-index:2;background:#334155;border-radius:3px 3px 0 0;width:6px;height:80px;transition:transform 1.5s cubic-bezier(.4,0,.2,1);position:absolute;bottom:5px;left:calc(50% - 3px)}.gauge-base{z-index:3;background:#e2e8f0;border-radius:40px 40px 0 0;width:40px;height:20px;position:absolute;bottom:0;left:50%;transform:translate(-50%)}.gauge-labels{color:#94a3b8;justify-content:space-between;margin-top:5px;font-size:.85rem;font-weight:600;display:flex}
