:root{--color-primary: #0fa958;--color-primary-dark: #0b7a40;--color-secondary: #003366;--color-accent: #f4c542;--color-bg: #f7f7f7;--color-bg-alt: #ffffff;--color-text-main: #0f172a;--color-text-muted: #6b7280;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}*{box-sizing:border-box}body{margin:0;min-width:320px;min-height:100vh;font-family:Lato,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;color:var(--color-text-main);background:var(--color-bg)}h1,h2,h3,h4,h5,h6{margin:0;font-family:Montserrat,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-weight:700;color:var(--color-secondary)}a{color:inherit;text-decoration:none}img{max-width:100%;display:block}button{font-family:inherit}.app-root{min-height:100vh;background:radial-gradient(circle at top left,#e8fff4 0,#f7f7f7 45%,#fff)}.container{width:100%;max-width:1100px;margin:0 auto;padding:0 1.25rem}.site-header{position:sticky;top:0;z-index:20;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:linear-gradient(to bottom,#f7f7f7f2,#f7f7f7d9);border-bottom:1px solid rgba(15,169,88,.06)}.header-inner{display:flex;align-items:center;justify-content:flex-start;gap:1rem;padding:.9rem .5rem}.brand{display:flex;align-items:center;gap:0}.brand-mark{display:none}.brand-logo{width:auto;height:40px;display:block}.brand-text{display:flex;flex-direction:column}.brand-name{font-weight:700;font-size:1.05rem;color:#036}.brand-tagline{font-size:.72rem;color:#6b7280}.nav-links{display:none;gap:1.25rem;font-size:.9rem;color:#4b5563}.nav-links a:hover{color:#0fa958}.mobile-tools-link{display:none}.tools-dropdown-wrapper{position:relative;display:inline-block}.tools-dropdown-trigger{display:flex;align-items:center;gap:.3rem;cursor:pointer;color:#4b5563;text-decoration:none;transition:color .2s ease}.tools-dropdown-trigger:hover{color:#0fa958}.dropdown-arrow{font-size:.7rem;transition:transform .2s ease}.tools-dropdown-menu{position:absolute;top:calc(100% + .5rem);left:0;min-width:280px;background:#fff;border-radius:12px;box-shadow:0 12px 30px #0fa95833;border:1px solid rgba(15,169,88,.15);padding:.5rem;z-index:1000;animation:dropdownFadeIn .2s ease;max-height:400px;overflow-y:auto}@keyframes dropdownFadeIn{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}.tools-dropdown-item{display:flex;align-items:center;gap:.75rem;padding:.75rem 1rem;border-radius:8px;color:#374151;text-decoration:none;transition:all .2s ease;font-size:.9rem}.tools-dropdown-item:hover{background:#0fa9580f;color:#0fa958;transform:translate(4px)}.dropdown-icon{font-size:1.2rem;width:24px;text-align:center}@media(max-width:719px){.desktop-tools-dropdown{display:none!important}.mobile-tools-link{display:block!important;padding:.5rem 0}.tools-dropdown-menu{position:static;box-shadow:none;border:none;border-left:2px solid rgba(15,169,88,.3);margin-left:1rem;margin-top:.5rem;padding:.5rem 0;background:transparent;animation:none;max-height:400px;overflow-y:auto}.tools-dropdown-item{padding:.6rem 1rem;font-size:.85rem}.tools-dropdown-item:hover{transform:none}}.language-selector{position:relative}.language-toggle{display:inline-flex;align-items:center;gap:.35rem;padding:.4rem .9rem;border-radius:999px;border:1px solid rgba(15,169,88,.25);background:#fff;font-size:.85rem;font-weight:500;color:#0f172a;cursor:pointer;box-shadow:0 4px 10px #0fa95814;transition:background .15s ease,box-shadow .15s ease,transform .1s ease}.language-toggle:hover{background:#0fa9580a;box-shadow:0 6px 14px #0fa95824;transform:translateY(-1px)}.language-flag{font-size:1rem}.language-label,.language-native{white-space:nowrap}.language-dropdown{position:absolute;right:0;top:calc(100% + .4rem);min-width:170px;background:#fff;border-radius:.75rem;box-shadow:0 12px 30px #0fa95833;border:1px solid rgba(15,169,88,.15);padding:.35rem;z-index:30}.language-option{width:100%;display:flex;align-items:center;gap:.5rem;padding:.45rem .55rem;border-radius:.6rem;border:none;background:transparent;font-size:.85rem;text-align:left;cursor:pointer;color:#111827}.language-option:hover{background:#0fa9580f}.language-option.active{background:#0fa9581f;font-weight:600}.btn{border-radius:999px;padding:.6rem 1.4rem;font-size:.9rem;font-weight:600;border:none;cursor:pointer;display:inline-flex;align-items:center;justify-content:center;gap:.35rem;transition:transform .12s ease,box-shadow .12s ease,background .12s ease,color .12s ease}.btn-primary{background-image:linear-gradient(120deg,#0fa958,#21b86a,#f4c542);color:#0b1020;box-shadow:0 12px 18px #0fa95847}.btn-primary:hover{transform:translateY(-1px);box-shadow:0 16px 24px #0fa95859}.btn-outline{padding-inline:1.1rem;border-radius:999px;border:1px solid rgba(0,51,102,.16);background:#ffffffb3;color:#036}.btn-outline:hover{background:#fffffff2}.btn-ghost{padding-inline:1.1rem;background:transparent;color:#036}.btn-ghost:hover{background:#0fa9580f}.hero{min-height:100vh;display:flex;align-items:center;padding:2.4rem 0}.hero-inner{display:grid;grid-template-columns:minmax(0,1.4fr);gap:2.2rem}.hero-copy{max-width:580px}.hero-eyebrow{display:inline-flex;align-items:center;gap:.3rem;padding:.3rem .7rem;border-radius:999px;background:#0fa9580f;color:#047857;font-size:.75rem;font-weight:600;text-transform:uppercase;letter-spacing:.08em;margin-bottom:.8rem}.hero h1{font-size:clamp(2rem,4vw,2.7rem);line-height:1.15;color:#036;margin-bottom:.7rem}.hero-subtext{font-size:.98rem;color:#4b5563;max-width:32rem;margin-bottom:1.4rem}.hero-actions{display:flex;flex-wrap:wrap;gap:.8rem;margin-bottom:1.4rem}.hero-metas{display:flex;flex-wrap:wrap;gap:1.4rem;font-size:.8rem}.hero-metas div{display:flex;flex-direction:column;gap:.1rem}.meta-label{font-weight:600;color:#0f172a}.meta-text{color:#6b7280}.hero-panel{display:none}.hero-image{width:100%;max-width:260px;aspect-ratio:1 / 1;border-radius:50%;object-fit:cover;display:block;margin:0 auto;box-shadow:0 18px 35px #0fa9582e}.hero-card{background:linear-gradient(145deg,#fff,#e8fff4);border-radius:1.4rem;padding:1.4rem 1.5rem 1.3rem;box-shadow:0 18px 35px #0fa9581f;border:1px solid rgba(15,169,88,.12)}.hero-card h2{font-size:1rem;margin-bottom:.8rem}.hero-metrics{display:flex;flex-direction:column;gap:.8rem}.metric{padding:.6rem .8rem;border-radius:.9rem;background:#ffffffe6}.metric-label{font-size:.78rem;color:#6b7280}.metric-value{display:block;font-size:1.05rem;font-weight:700;color:#0f172a}.metric-value.warning{color:#b45309}.metric-helper{font-size:.78rem;color:#9ca3af}.hero-footnote{margin-top:.6rem;font-size:.7rem;color:#9ca3af}.hero-stats{display:flex;gap:2rem;margin:2rem 0 1.5rem;flex-wrap:wrap}.stat-item{text-align:center}.stat-number{font-size:2.5rem;font-weight:700;background:linear-gradient(135deg,#22c55e,#14b8a6);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;line-height:1;margin-bottom:.5rem}.stat-label{font-size:.85rem;color:#6b7280;font-weight:500}.hero-trust{display:flex;gap:1.5rem;margin-top:1.5rem;flex-wrap:wrap}.trust-item{display:flex;align-items:center;gap:.5rem;padding:.5rem 1rem;background:#0fa9580d;border-radius:999px;border:1px solid rgba(15,169,88,.15)}.trust-icon{font-size:1.2rem}.trust-text{font-size:.85rem;font-weight:500;color:#047857}.hero-visual{position:relative}.hero-features{display:flex;flex-direction:column;gap:1rem;margin-top:1.5rem}.feature-badge{display:flex;align-items:center;gap:.75rem;padding:.75rem 1rem;background:linear-gradient(135deg,#fff,#f0fdf4);border-radius:12px;box-shadow:0 4px 12px #0fa9581a;border:1px solid rgba(15,169,88,.15);transition:all .3s ease;animation:fadeInUp .6s ease forwards;opacity:0}.feature-badge:nth-child(1){animation-delay:.2s}.feature-badge:nth-child(2){animation-delay:.4s}.feature-badge:nth-child(3){animation-delay:.6s}.feature-badge:hover{transform:translate(8px);box-shadow:0 6px 16px #0fa95833}.badge-icon{font-size:1.5rem}.badge-text{font-size:.9rem;font-weight:600;color:#0f172a}.scroll-indicator{position:absolute;bottom:2rem;left:50%;transform:translate(-50%);display:flex;flex-direction:column;align-items:center;gap:.5rem;animation:bounce 2s infinite}.scroll-text{font-size:.85rem;color:#6b7280;font-weight:500}.scroll-arrow{font-size:1.5rem;color:#22c55e}@keyframes fadeInUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@keyframes bounce{0%,20%,50%,80%,to{transform:translate(-50%) translateY(0)}40%{transform:translate(-50%) translateY(-10px)}60%{transform:translate(-50%) translateY(-5px)}}.section{padding:2.5rem 0}.section-alt{background:#fff}.section-header{max-width:640px;margin:0 auto 1.8rem;text-align:center}.section-header h2{font-size:1.5rem;margin-bottom:.4rem}.section-subtext{font-size:.95rem;color:#6b7280}.tools-grid{display:grid;grid-template-columns:repeat(1,minmax(0,1fr));gap:1.1rem}.tool-card{background:#fff;border-radius:1.1rem;padding:1rem 1rem 1.1rem;display:flex;align-items:flex-start;gap:.85rem;box-shadow:0 10px 18px #0fa9580f;border:1px solid rgba(15,169,88,.05)}.tool-icon{width:40px;height:40px;border-radius:1rem;display:flex;align-items:center;justify-content:center;font-size:1.1rem;background:#0fa95817}.tool-icon-emi{background:#0fa9581f}.tool-icon-sip{background:#00336614}.tool-icon-salary{background:#f4c54229}.tool-icon-expense{background:#2563eb14}.tool-icon-prepay{background:#fb923c1f}.tool-icon-split{background:#a855f71f}.tool-text{display:flex;flex-direction:column;gap:.15rem;flex:1}.tool-text h3{font-size:1rem;margin:0}.tool-text p{font-size:.9rem;color:#6b7280;margin:0}.features-grid{display:grid;grid-template-columns:repeat(1,minmax(0,1fr));gap:1rem}.feature-item{background:#f9fafb;border-radius:1rem;padding:1rem 1rem 1.1rem;border:1px solid rgba(15,169,88,.06)}.feature-item h3{font-size:.98rem;margin-bottom:.25rem}.feature-item p{font-size:.9rem;color:#6b7280}.testimonials-grid{display:grid;grid-template-columns:repeat(1,minmax(0,1fr));gap:1rem}.testimonial-card{margin:0;background:#fff;border-radius:1rem;padding:1rem 1.1rem 1.1rem;border-left:3px solid #0fa958;box-shadow:0 10px 18px #94a3b82e}.testimonial-card blockquote{margin:0 0 .8rem;font-size:.9rem;color:#374151}.testimonial-name{display:block;font-size:.86rem;font-weight:600}.testimonial-meta{display:block;font-size:.78rem;color:#6b7280}.cta-banner{padding:2.2rem 0 2.4rem}.cta-inner{background:linear-gradient(120deg,#036,#0b7a40);border-radius:1.4rem;padding:1.8rem 1.6rem;color:#e5e7eb;display:flex;flex-direction:column;gap:1rem}.cta-inner h2{color:#f9fafb;font-size:1.3rem;margin-bottom:.2rem}.cta-inner p{font-size:.92rem;color:#e5e7eb}.cta-inner .btn-primary{align-self:flex-start}.site-footer{background:#0b1020;color:#9ca3af;padding-top:2rem}.footer-inner{display:flex;flex-direction:column;gap:1.6rem}.footer-brand .brand-name{color:#f9fafb;font-size:1.05rem}.footer-brand p{font-size:.9rem;margin-top:.4rem}.footer-columns{display:flex;flex-wrap:wrap;gap:1.8rem;font-size:.85rem}.footer-columns h3{font-size:.88rem;color:#e5e7eb;margin-bottom:.3rem}.footer-columns a{display:block;color:#9ca3af;margin-top:.2rem}.footer-columns a:hover{color:#f4c542}.footer-bottom{border-top:1px solid #111827;margin-top:1.6rem;padding:.9rem 0 1.3rem}.footer-bottom-inner{display:flex;flex-direction:column;gap:.4rem;font-size:.78rem}.footer-disclaimer{color:#6b7280}@media(min-width:720px){.header-inner{padding-inline:0}.nav-links{display:flex;margin-left:auto}.hero{padding:3.2rem 0 3.4rem}.hero-inner{grid-template-columns:minmax(0,1.3fr) minmax(0,1.1fr);align-items:center}.hero-panel{display:block}.tools-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.features-grid,.testimonials-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.cta-inner{flex-direction:row;align-items:center;justify-content:space-between}.footer-inner{flex-direction:row;align-items:flex-start;justify-content:space-between}.footer-bottom-inner{flex-direction:row;justify-content:space-between;align-items:center}}.section-header-wrapper{padding-bottom:0}.search-container{max-width:600px;margin:0 auto 2.5rem}.search-input{width:100%;padding:1rem 1.5rem;border-radius:999px;border:1px solid rgba(15,169,88,.2);font-size:1rem;box-shadow:0 4px 12px #00000008;transition:all .2s ease}.search-input:focus{outline:none;border-color:#0fa958;box-shadow:0 8px 20px #0fa95826}.tool-card-vertical{flex-direction:column;align-items:flex-start;gap:1rem}.tool-card-vertical .tool-icon{width:48px;height:48px;font-size:1.4rem}.btn-sm{padding:.4rem 1rem;font-size:.85rem}.btn-outline-primary{border:1px solid #0fa958;color:#0fa958;background:transparent}.btn-outline-primary:hover{background:#0fa958;color:#fff}.no-results{text-align:center;color:#6b7280;margin-top:2rem;font-size:1.1rem}@media(min-width:1024px){.tools-grid{grid-template-columns:repeat(3,minmax(0,1fr))}}.daily-life-tools-section{background:#f8fafc;padding:3rem 0;border-top:1px solid rgba(15,169,88,.08);border-bottom:1px solid rgba(15,169,88,.08)}.daily-tools-header{text-align:center;margin-bottom:2rem}.daily-tools-header .section-icon{font-size:2.5rem;margin-bottom:.5rem}.daily-tools-header h2{font-size:1.8rem;color:#036;margin-bottom:.5rem}.daily-tools-header .section-subtext{font-size:1rem;color:#6b7280;max-width:600px;margin:0 auto}.tool-selector-wrapper{max-width:500px;margin:0 auto 2rem}.tool-selector-label{display:block;font-weight:600;color:#0f172a;margin-bottom:.5rem;font-size:.95rem}.tool-dropdown{width:100%;padding:.85rem 1.2rem;border-radius:12px;border:2px solid #e5e7eb;background:#fff;font-size:1rem;font-weight:500;color:#0f172a;cursor:pointer;transition:all .2s ease;box-shadow:0 2px 8px #0000000a}.tool-dropdown:hover{border-color:#22c55e;box-shadow:0 4px 12px #22c55e26}.tool-dropdown:focus{outline:none;border-color:#22c55e;box-shadow:0 0 0 3px #22c55e1a}.tool-display-area{max-width:700px;margin:0 auto}.calculator-wrapper{background:#fff;border-radius:16px;box-shadow:0 10px 30px #00000014;overflow:hidden;animation:fadeIn .3s ease-in-out}.calculator-header{background:linear-gradient(135deg,#22c55e,#14b8a6);padding:1.5rem;display:flex;align-items:center;gap:.75rem;color:#fff}.calculator-icon{font-size:1.8rem}.calculator-header h3{font-size:1.3rem;margin:0;color:#fff}.calculator-body{padding:2rem 1.5rem;background:#fff}.calculator-input-group{margin-bottom:1.5rem}.calculator-input-group label{display:block;font-weight:600;color:#0f172a;margin-bottom:.5rem;font-size:.9rem}.calculator-input-group input,.calculator-input-group select,.calculator-select{width:100%;padding:.75rem 1rem;border:1px solid #d1d5db;border-radius:8px;font-size:1rem;font-family:inherit;transition:all .2s ease}.calculator-input-group input:focus,.calculator-input-group select:focus,.calculator-select:focus{outline:none;border-color:#22c55e;box-shadow:0 0 0 3px #22c55e1a}.input-hint{display:block;font-size:.8rem;color:#6b7280;margin-top:.3rem}.calculator-actions{display:flex;gap:.75rem;margin-top:1.5rem;flex-wrap:wrap}.calculator-button{flex:1;min-width:140px;background:#22c55e;color:#fff;border:none;border-radius:8px;padding:.85rem 1.5rem;font-size:1rem;font-weight:600;cursor:pointer;transition:all .2s ease;box-shadow:0 4px 12px #22c55e40}.calculator-button:hover{background:#16a34a;transform:translateY(-1px);box-shadow:0 6px 16px #22c55e59}.calculator-button:active{transform:translateY(0)}.calculator-button-secondary{flex:1;min-width:140px;background:#f3f4f6;color:#374151;border:1px solid #d1d5db;border-radius:8px;padding:.85rem 1.5rem;font-size:1rem;font-weight:600;cursor:pointer;transition:all .2s ease}.calculator-button-secondary:hover{background:#e5e7eb;border-color:#9ca3af}.calculator-result{margin-top:2rem;padding:1.5rem;background:linear-gradient(135deg,#f0fdf4,#ecfdf5);border-radius:12px;border:2px solid #22c55e}.calculator-result h4{font-size:1.1rem;color:#0f172a;margin-bottom:1rem}.result-highlight{display:flex;flex-wrap:wrap;gap:1rem;align-items:center;justify-content:center;padding:1rem;background:#fff;border-radius:8px;margin-bottom:1rem}.result-value{font-size:2rem;font-weight:700;color:#22c55e}.result-label{font-size:.9rem;color:#6b7280;font-weight:500}.result-details{margin-top:1rem}.result-details p{margin:.5rem 0;font-size:.95rem;color:#374151}.result-details strong{color:#0f172a;font-weight:600}.result-text{font-size:1.2rem;font-weight:600;color:#0f172a;text-align:center;margin:0}.result-grid{display:grid;grid-template-columns:1fr;gap:.75rem}.result-item{display:flex;justify-content:space-between;align-items:center;padding:.75rem 1rem;background:#fff;border-radius:8px;border:1px solid #e5e7eb}.result-item.highlight{background:linear-gradient(135deg,#22c55e,#14b8a6);border:none}.result-item.highlight .result-label,.result-item.highlight .result-value{color:#fff;font-weight:700}.unit-toggle{display:flex;gap:.5rem;margin-bottom:.5rem}.unit-toggle button{flex:1;padding:.5rem 1rem;border:1px solid #d1d5db;background:#fff;border-radius:6px;font-size:.9rem;font-weight:500;cursor:pointer;transition:all .2s ease}.unit-toggle button:hover{border-color:#22c55e;background:#f0fdf4}.unit-toggle button.active{background:#22c55e;color:#fff;border-color:#22c55e}.height-feet-input{display:grid;grid-template-columns:1fr 1fr;gap:.5rem}.bmi-result{text-align:center;padding:1.5rem;background:#fff;border-radius:8px;border:3px solid;margin-bottom:1rem}.bmi-value{font-size:3rem;font-weight:700;margin-bottom:.5rem}.bmi-category{display:inline-block;padding:.5rem 1.5rem;border-radius:999px;color:#fff;font-weight:600;font-size:1rem}.bmi-scale{display:grid;grid-template-columns:repeat(2,1fr);gap:.5rem;margin-top:1rem}.scale-item{padding:.5rem;background:#fff;border-radius:6px;text-align:center;border:1px solid #e5e7eb}.scale-range{display:block;font-weight:600;color:#0f172a;font-size:.85rem}.scale-label{display:block;font-size:.75rem;color:#6b7280;margin-top:.2rem}.percentage-tabs{display:flex;gap:.5rem;margin-bottom:1.5rem;flex-wrap:wrap}.percentage-tabs button{flex:1;min-width:120px;padding:.65rem .75rem;border:1px solid #d1d5db;background:#fff;border-radius:8px;font-size:.85rem;font-weight:500;cursor:pointer;transition:all .2s ease;color:#374151}.percentage-tabs button:hover{border-color:#22c55e;background:#f0fdf4}.percentage-tabs button.tab-active{background:#22c55e;color:#fff;border-color:#22c55e;font-weight:600}.converter-row{display:grid;grid-template-columns:1.5fr 1fr;gap:.5rem}.calculator-select-small{padding:.75rem .5rem;border:1px solid #d1d5db;border-radius:8px;font-size:.9rem;background:#fff;cursor:pointer}.conversion-result{display:flex;flex-direction:column;gap:.5rem;align-items:center;text-align:center}.from-value,.to-value{font-size:1.1rem;font-weight:600;color:#0f172a}.equals{font-size:1.5rem;color:#22c55e;font-weight:700}@keyframes fadeIn{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.fade-in{animation:fadeIn .3s ease-in-out}@media(max-width:640px){.daily-life-tools-section{padding:2rem 0}.daily-tools-header h2{font-size:1.5rem}.calculator-header{padding:1.2rem}.calculator-header h3{font-size:1.1rem}.calculator-body{padding:1.5rem 1rem}.calculator-actions{flex-direction:column}.calculator-button,.calculator-button-secondary{width:100%}.result-value{font-size:1.5rem}.bmi-value{font-size:2.5rem}.percentage-tabs button{font-size:.75rem;padding:.5rem}.bmi-scale{grid-template-columns:1fr}}@media(min-width:641px){.result-grid{grid-template-columns:repeat(2,1fr)}.result-item.highlight{grid-column:1 / -1}.conversion-result{flex-direction:row;justify-content:center}}.about-grid{display:grid;grid-template-columns:1fr;gap:2rem}.about-content h2{font-size:1.5rem;margin-bottom:.8rem;color:#036}.about-content p{font-size:1rem;line-height:1.6;color:#4b5563}@media(min-width:768px){.about-grid{grid-template-columns:1fr 1fr;gap:3rem}}.contact-grid{display:grid;grid-template-columns:1fr;gap:3rem}.contact-form-wrapper h2,.contact-info h2{font-size:1.5rem;margin-bottom:1.5rem;color:#036}.contact-form{display:flex;flex-direction:column;gap:1.5rem}.form-group{display:flex;flex-direction:column;gap:.5rem}.form-group label{font-weight:600;color:#0f172a;font-size:.9rem}.form-group input,.form-group textarea{padding:.75rem 1rem;border:1px solid rgba(15,169,88,.2);border-radius:.5rem;font-size:1rem;font-family:inherit;transition:border-color .2s ease,box-shadow .2s ease}.form-group input:focus,.form-group textarea:focus{outline:none;border-color:#0fa958;box-shadow:0 0 0 3px #0fa9581a}.form-group textarea{resize:vertical;min-height:120px}.form-note{font-size:.85rem;color:#6b7280;margin-top:-.5rem}.success-message{background:#0fa9581a;border:1px solid #0fa958;border-radius:.75rem;padding:2rem;text-align:center}.success-message h3{color:#0fa958;margin-bottom:.5rem}.success-message p{color:#4b5563}.contact-info{display:flex;flex-direction:column;gap:2rem}.contact-info-item{display:flex;gap:1rem;align-items:flex-start}.contact-icon{font-size:2rem;flex-shrink:0}.contact-info-item h3{font-size:1rem;margin-bottom:.25rem;color:#0f172a}.contact-info-item a{color:#0fa958;text-decoration:none;transition:color .2s ease}.contact-info-item a:hover{color:#047857;text-decoration:underline}.social-links{display:flex;gap:1rem;flex-wrap:wrap}@media(min-width:768px){.contact-grid{grid-template-columns:1.5fr 1fr;gap:4rem}}.privacy-content{max-width:800px;margin:0 auto}.privacy-section{margin-bottom:3rem}.privacy-section h2{font-size:1.5rem;color:#036;margin-bottom:1rem;padding-bottom:.5rem;border-bottom:2px solid #0fa958}.privacy-section p{font-size:1rem;line-height:1.7;color:#4b5563;margin-bottom:1rem}.privacy-section ul{margin:1rem 0 1rem 1.5rem;line-height:1.8}.privacy-section li{margin-bottom:.75rem;color:#4b5563}.privacy-section strong{color:#0f172a;font-weight:600}.privacy-section a{color:#0fa958;text-decoration:none;font-weight:500}.privacy-section a:hover{text-decoration:underline}.privacy-cta{text-align:center;margin-top:3rem;padding-top:2rem;border-top:1px solid #e5e7eb}.blog-grid{display:grid;grid-template-columns:1fr;gap:2rem}.blog-card{background:#fff;border-radius:1rem;overflow:hidden;box-shadow:0 4px 12px #00000014;transition:transform .2s ease,box-shadow .2s ease;border:1px solid rgba(15,169,88,.1)}.blog-card:hover{transform:translateY(-4px);box-shadow:0 8px 20px #0fa95826}.blog-card-image{background:linear-gradient(135deg,#e8fff4,#f0f9ff);height:180px;display:flex;align-items:center;justify-content:center;font-size:4rem}.blog-card-content{padding:1.5rem}.blog-category{display:inline-block;background:#0fa9581a;color:#047857;padding:.25rem .75rem;border-radius:999px;font-size:.75rem;font-weight:600;text-transform:uppercase;letter-spacing:.05em;margin-bottom:.75rem}.blog-card-content h3{font-size:1.25rem;color:#036;margin-bottom:.5rem;line-height:1.4}.blog-card-content p{font-size:.95rem;color:#6b7280;line-height:1.6;margin-bottom:1rem}.blog-card-footer{display:flex;justify-content:space-between;align-items:center;padding-top:1rem;border-top:1px solid #e5e7eb}.blog-date{font-size:.85rem;color:#9ca3af}.blog-read-more{color:#0fa958;font-weight:600;font-size:.9rem;text-decoration:none;transition:color .2s ease}.blog-read-more:hover{color:#047857}.category-filters{display:flex;gap:.75rem;flex-wrap:wrap;justify-content:center;margin-top:1.5rem}.category-btn{padding:.5rem 1.25rem;border-radius:999px;border:1px solid rgba(15,169,88,.2);background:#fff;color:#4b5563;font-size:.9rem;font-weight:500;cursor:pointer;transition:all .2s ease}.category-btn:hover{background:#0fa9580d;border-color:#0fa958}.category-btn.active{background:#0fa958;color:#fff;border-color:#0fa958}.newsletter-section{max-width:600px;margin:0 auto;text-align:center}.newsletter-section h2{font-size:1.75rem;color:#036;margin-bottom:.75rem}.newsletter-section p{font-size:1rem;color:#6b7280;margin-bottom:1.5rem}.newsletter-form{display:flex;gap:.75rem;flex-wrap:wrap;justify-content:center}.newsletter-input{flex:1;min-width:250px;padding:.75rem 1.25rem;border:1px solid rgba(15,169,88,.2);border-radius:999px;font-size:1rem}.newsletter-input:focus{outline:none;border-color:#0fa958;box-shadow:0 0 0 3px #0fa9581a}@media(min-width:768px){.blog-grid{grid-template-columns:repeat(2,1fr)}}@media(min-width:1024px){.blog-grid{grid-template-columns:repeat(3,1fr)}}.faq-content{max-width:900px;margin:0 auto}.faq-category{margin-bottom:3rem}.faq-category-header{display:flex;align-items:center;gap:1rem;margin-bottom:1.5rem;padding-bottom:1rem;border-bottom:2px solid #0fa958}.faq-category-icon{font-size:2rem}.faq-category-header h2{font-size:1.75rem;color:#036;margin:0}.faq-questions{display:flex;flex-direction:column;gap:1rem}.faq-item{background:#fff;border:1px solid rgba(15,169,88,.15);border-radius:.75rem;overflow:hidden;transition:box-shadow .2s ease}.faq-item:hover{box-shadow:0 4px 12px #0fa9581a}.faq-question{width:100%;display:flex;justify-content:space-between;align-items:center;padding:1.25rem 1.5rem;background:transparent;border:none;text-align:left;cursor:pointer;font-size:1.05rem;font-weight:600;color:#0f172a;transition:background-color .2s ease}.faq-question:hover{background:#0fa95808}.faq-toggle{font-size:1.5rem;font-weight:400;color:#0fa958;transition:transform .2s ease;flex-shrink:0;margin-left:1rem}.faq-toggle.open{transform:rotate(0)}.faq-answer{padding:0 1.5rem 1.5rem;animation:fadeIn .3s ease}.faq-answer p{font-size:1rem;line-height:1.7;color:#4b5563;margin:0}@keyframes fadeIn{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}.faq-contact{max-width:600px;margin:4rem auto 0;text-align:center;padding:2rem;background:#0fa9580d;border-radius:1rem;border:1px solid rgba(15,169,88,.2)}.faq-contact h3{font-size:1.5rem;color:#036;margin-bottom:.5rem}.faq-contact p{font-size:1rem;color:#6b7280;margin-bottom:1.5rem}.emi-calculator-page{min-height:calc(100vh - 200px)}.emi-calculator-grid{display:grid;grid-template-columns:1fr;gap:2rem;max-width:1100px;margin:0 auto}.emi-input-card,.emi-result-card{background:#fff;border-radius:1.4rem;padding:2rem;box-shadow:0 12px 28px #0fa9581f;border:1px solid rgba(15,169,88,.1)}.emi-input-card h2,.emi-result-card h2{font-size:1.5rem;color:#036;margin-bottom:1.5rem}.emi-form{display:flex;flex-direction:column;gap:1.5rem}.tenure-input-group{display:flex;gap:.75rem}.tenure-input-group input{flex:1}.tenure-select{padding:.75rem 1rem;border:1px solid rgba(15,169,88,.2);border-radius:.5rem;font-size:1rem;font-family:inherit;background:#fff;cursor:pointer;transition:border-color .2s ease,box-shadow .2s ease;min-width:120px}.tenure-select:focus{outline:none;border-color:#0fa958;box-shadow:0 0 0 3px #0fa9581a}.btn-full{width:100%}.emi-main-result{background:linear-gradient(135deg,#0fa958,#21b86a);border-radius:1rem;padding:1.5rem;text-align:center;margin-bottom:1.5rem;box-shadow:0 8px 20px #0fa95840}.emi-label{font-size:.9rem;color:#ffffffe6;margin-bottom:.5rem;text-transform:uppercase;letter-spacing:.05em}.emi-value{font-size:2.5rem;font-weight:700;color:#fff;line-height:1.2}.emi-details{display:flex;flex-direction:column;gap:1rem;margin-bottom:2rem}.emi-detail-item{display:flex;justify-content:space-between;align-items:center;padding:1rem;background:#f9fafb;border-radius:.75rem;border:1px solid rgba(15,169,88,.08)}.detail-label{font-size:.95rem;color:#4b5563;font-weight:500}.detail-value{font-size:1.1rem;font-weight:700;color:#0f172a}.interest-color{color:#f59e0b}.total-color{color:#0fa958}.emi-chart{margin-bottom:2rem}.emi-chart h3{font-size:1.1rem;color:#036;margin-bottom:1rem;text-align:center}.chart-legend{display:flex;flex-direction:column;gap:.75rem;align-items:center}.legend-item{display:flex;align-items:center;gap:.5rem;font-size:.95rem;color:#4b5563}.legend-color{width:20px;height:20px;border-radius:4px}.principal-color{background:#0fa958}.interest-legend-color{background:#f4c542}.marriage-budget-page{min-height:calc(100vh - 200px)}.marriage-grid{display:grid;grid-template-columns:1fr;gap:2rem;max-width:1100px;margin:0 auto}.marriage-card{background:#fff;border-radius:1.4rem;padding:2rem;box-shadow:0 12px 28px #0fa9581f;border:1px solid rgba(15,169,88,.1)}.marriage-form-card h2,.marriage-summary-card h2{font-size:1.4rem;color:#036;margin-bottom:.75rem}.marriage-form-subtext{font-size:.9rem;color:#6b7280;margin-bottom:1.5rem}.marriage-form-grid{display:grid;grid-template-columns:1fr;gap:1.1rem 1.5rem}.rupee-input-wrapper{display:flex;align-items:center;border-radius:.5rem;border:1px solid rgba(15,169,88,.2);background:#fff;overflow:hidden}.rupee-prefix{padding:.75rem .9rem;background:#0fa9580f;color:#0fa958;font-weight:600;font-size:.9rem}.rupee-input-wrapper input{border:none;flex:1;padding:.75rem 1rem;font-size:1rem}.rupee-input-wrapper input:focus{outline:none}.marriage-total-card{background:linear-gradient(135deg,#0fa958,#21b86a,#f4c542);border-radius:1.2rem;padding:1.5rem 1.4rem;color:#fff;margin-bottom:1.5rem;box-shadow:0 10px 24px #0fa95859}.marriage-total-label{font-size:.95rem;text-transform:uppercase;letter-spacing:.08em;opacity:.9;margin-bottom:.35rem}.marriage-total-value{font-size:2rem;font-weight:700;margin-bottom:.5rem}.marriage-total-meta{font-size:.9rem;opacity:.95}.budget-indicator{display:inline-flex;align-items:center;gap:.45rem;margin-top:.9rem;padding:.35rem .8rem;border-radius:999px;font-size:.8rem;background:#ffffff26}.budget-indicator.over{background:#f871712e}.budget-indicator.under{background:#10b98133}.indicator-dot{width:8px;height:8px;border-radius:999px;background:currentColor}.budget-indicator.over .indicator-dot{color:#b91c1c}.budget-indicator.under .indicator-dot{color:#047857}.marriage-actions{display:flex;flex-direction:column;gap:.75rem;margin-bottom:1.5rem}.marriage-analytics{display:grid;grid-template-columns:1fr;gap:1.5rem;margin-bottom:1.8rem}.marriage-analytics-card h3{font-size:1.1rem;color:#036;margin-bottom:1rem}.marriage-donut-wrapper{max-width:220px;margin:0 auto 1rem}.marriage-donut{width:100%;height:auto;filter:drop-shadow(0 6px 14px rgba(15,169,88,.25))}.marriage-legend{display:flex;flex-direction:column;gap:.5rem}.marriage-legend .legend-item{font-size:.9rem;color:#4b5563}.marriage-legend .legend-color{background:#0fa958}.legend-more{font-size:.85rem;color:#6b7280}.marriage-bar-segment{background:linear-gradient(135deg,#0fa958,#22c55e);border-radius:.6rem .6rem .15rem .15rem}.bar-label{margin-top:.35rem;font-size:.78rem;text-align:center;color:#4b5563}.marriage-breakdown-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:1rem}.marriage-mini-card{background:#f9fafb;border-radius:.9rem;padding:.9rem .95rem;border:1px solid rgba(15,169,88,.08)}.mini-label{font-size:.82rem;color:#6b7280;margin-bottom:.25rem}.mini-value{font-size:1rem;font-weight:600;color:#0f172a}.mini-percentage{font-size:.78rem;color:#9ca3af;margin-top:.1rem}.marriage-extra-section{margin-top:2.5rem}.marriage-extra-section h2{font-size:1.4rem;color:#036;margin-bottom:1.5rem;text-align:center}.marriage-info-grid{display:grid;grid-template-columns:1fr;gap:1.5rem}.marriage-compare-section{margin-top:3rem}.compare-grid{display:grid;grid-template-columns:1fr;gap:1.5rem;margin-bottom:1.5rem}.compare-card{background:#fff;border-radius:1.2rem;padding:1.5rem 1.4rem;border:1px solid rgba(15,169,88,.12);box-shadow:0 10px 22px #0fa9581f}.compare-card h3{font-size:1.1rem;color:#036;margin-bottom:1rem}.compare-form-grid{margin-bottom:1rem}.compare-summary{border-top:1px dashed rgba(148,163,184,.6);padding-top:.8rem}.compare-total{font-size:1.2rem;font-weight:700;color:#0f172a}.compare-meta{font-size:.85rem;color:#6b7280}.compare-toggle{display:inline-flex;gap:.6rem;margin-bottom:1.2rem}.compare-toggle-btn{padding:.4rem .9rem;border-radius:999px;border:1px solid rgba(15,169,88,.2);background:#fff;font-size:.85rem;font-weight:500;cursor:pointer;color:#374151}.compare-toggle-btn.active{background:#0fa958;color:#fff;border-color:#0fa958}.compare-table-wrapper{overflow-x:auto}.compare-table{width:100%;border-collapse:collapse;font-size:.9rem}.compare-table th,.compare-table td{padding:.6rem .8rem;border-bottom:1px solid #e5e7eb;text-align:left}.compare-table th{background:#f9fafb;font-weight:600;color:#4b5563}.compare-graph-wrapper{margin-bottom:1.5rem}.compare-graph-title{font-size:1.05rem;color:#036;margin-bottom:.75rem}.compare-bar-chart{background:#f9fafb}.compare-bar-group .compare-bar-stack{display:flex;flex-direction:row;gap:.3rem}.compare-bar{border-radius:.5rem .5rem .15rem .15rem}.compare-bar.better{outline:2px solid rgba(34,197,94,.8)}.compare-legend-inline{display:flex;align-items:center;gap:.75rem;font-size:.85rem;color:#4b5563}.compare-dot{width:12px;height:12px;border-radius:999px;display:inline-block}.compare-dot.compare-a{background:#0fa958}.compare-dot.compare-b{background:#f97316}.compare-difference-box{margin-top:1.5rem;padding:1.4rem 1.3rem;border-radius:1.1rem;background:#0fa9580a;border:1px solid rgba(15,169,88,.18)}.compare-difference-box h3{font-size:1.05rem;color:#036;margin-bottom:.5rem}.compare-main-text{font-size:.95rem;color:#111827;margin-bottom:.4rem}.compare-tip,.compare-helper{font-size:.9rem;color:#6b7280}.marriage-sticky-footer{position:sticky;bottom:0;z-index:15;display:flex;align-items:center;justify-content:space-between;gap:1rem;padding:.7rem 1.25rem;background:#fffffff5;border-top:1px solid rgba(15,169,88,.2);box-shadow:0 -6px 16px #0fa95814}.sticky-total{display:flex;flex-direction:column}.sticky-label{font-size:.78rem;text-transform:uppercase;letter-spacing:.08em;color:#6b7280}.sticky-value{font-size:1rem;font-weight:600;color:#036}.sticky-button{border-radius:999px;border:none;padding:.6rem 1.1rem;font-size:.85rem;font-weight:600;cursor:pointer;background-image:linear-gradient(120deg,#0fa958,#21b86a);color:#fff;box-shadow:0 8px 18px #0fa95859}.sticky-button:hover{opacity:.95}.emi-info-grid{display:grid;grid-template-columns:1fr;gap:2rem}.info-card{background:#fff;border-radius:1rem;padding:1.5rem;border:1px solid rgba(15,169,88,.1)}.info-card h2{font-size:1.3rem;color:#036;margin-bottom:1rem}.info-card p{font-size:1rem;line-height:1.7;color:#4b5563;margin-bottom:1rem}.info-card p:last-child{margin-bottom:0}.tips-list{list-style:none;padding:0;margin:0}.tips-list li{padding:.75rem 0;border-bottom:1px solid #e5e7eb;color:#4b5563;line-height:1.6}.tips-list li:last-child{border-bottom:none}.tips-list strong{color:#0fa958;font-weight:600}.loan-types{display:flex;flex-direction:column;gap:1.25rem}.loan-type-item{display:flex;gap:1rem;align-items:flex-start;padding:1rem;background:#f9fafb;border-radius:.75rem;border:1px solid rgba(15,169,88,.08)}.loan-icon{font-size:2rem;flex-shrink:0}.loan-type-item h3{font-size:1.05rem;color:#0f172a;margin-bottom:.25rem}.loan-type-item p{font-size:.9rem;color:#6b7280;margin:0}.related-tools-grid{display:grid;grid-template-columns:1fr;gap:1.5rem}.related-tool-card{background:#fff;border-radius:1rem;padding:1.5rem;box-shadow:0 8px 18px #0fa95814;border:1px solid rgba(15,169,88,.1);display:flex;flex-direction:column;align-items:center;text-align:center;gap:1rem;transition:transform .2s ease,box-shadow .2s ease}.related-tool-card:hover{transform:translateY(-4px);box-shadow:0 12px 24px #0fa95826}.related-tool-card .tool-icon{width:56px;height:56px;font-size:1.75rem}.related-tool-card h3{font-size:1.15rem;color:#036;margin:0}.related-tool-card p{font-size:.95rem;color:#6b7280;margin:0;line-height:1.5}@media(min-width:768px){.emi-calculator-grid{grid-template-columns:1fr 1fr}.marriage-grid{grid-template-columns:1.2fr 1.1fr}.marriage-form-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.marriage-info-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.emi-info-grid{grid-template-columns:repeat(2,1fr)}.related-tools-grid{grid-template-columns:repeat(3,1fr)}.emi-value{font-size:3rem}}@media(min-width:1024px){.emi-info-grid{grid-template-columns:repeat(3,1fr)}.marriage-breakdown-grid{grid-template-columns:repeat(3,minmax(0,1fr))}}.sip-calculator-page{min-height:calc(100vh - 200px)}.sip-calculator-grid{display:grid;grid-template-columns:1fr;gap:2rem;max-width:1100px;margin:0 auto}.sip-input-card,.sip-result-card{background:#fff;border-radius:1.4rem;padding:2rem;box-shadow:0 12px 28px #0fa9581f;border:1px solid rgba(15,169,88,.1)}.sip-input-card h2,.sip-result-card h2{font-size:1.5rem;color:#036;margin-bottom:1.5rem}.sip-form{display:flex;flex-direction:column;gap:1.5rem}.sip-main-result{background:linear-gradient(135deg,#0fa958,#21b86a);border-radius:1rem;padding:1.5rem;text-align:center;margin-bottom:1.5rem;box-shadow:0 8px 20px #0fa95840}.sip-label{font-size:.9rem;color:#ffffffe6;margin-bottom:.5rem;text-transform:uppercase;letter-spacing:.05em}.sip-value{font-size:2.5rem;font-weight:700;color:#fff;line-height:1.2}.sip-details{display:flex;flex-direction:column;gap:1rem;margin-bottom:2rem}.sip-detail-item{display:flex;justify-content:space-between;align-items:center;padding:1rem;background:#f9fafb;border-radius:.75rem;border:1px solid rgba(15,169,88,.08)}.returns-color{color:#f4c542}.sip-chart{margin-bottom:2rem}.sip-chart h3{font-size:1.1rem;color:#036;margin-bottom:1rem;text-align:center}.bar-chart-container{display:flex;align-items:flex-end;justify-content:space-around;height:200px;padding:1rem;background:#f9fafb;border-radius:.75rem;gap:.5rem;margin-bottom:1.5rem}.bar-group{flex:1;display:flex;flex-direction:column;align-items:center;gap:.5rem;max-width:60px}.bar-stack{width:100%;display:flex;flex-direction:column;align-items:center;justify-content:flex-end;height:100%;position:relative}.bar-segment-wrapper{width:100%;display:flex;flex-direction:column;align-items:stretch;justify-content:flex-end;height:100%}.bar-segment{width:100%;transition:opacity .2s ease;cursor:pointer;min-height:2px}.bar-segment:hover{opacity:.8}.bar-segment:first-child{border-radius:0}.bar-segment:last-child{border-radius:4px 4px 0 0}.invested-bar{background:linear-gradient(to top,#0fa958,#21b86a)}.returns-bar{background:linear-gradient(to top,#f4c542,#ffd666)}.bar-label{font-size:.75rem;color:#6b7280;font-weight:600}.invested-legend-color{background:#0fa958}.returns-legend-color{background:#f4c542}.sip-insight-section{display:grid;grid-template-columns:1fr;gap:2rem}.insight-main-card{background:linear-gradient(135deg,#e8fff4,#f0f9ff);border-radius:1rem;padding:2rem;border:1px solid rgba(15,169,88,.15)}.insight-main-card h2{font-size:1.5rem;color:#036;margin-bottom:1rem}.insight-main-card p{font-size:1rem;line-height:1.7;color:#4b5563;margin-bottom:1rem}.insight-main-card p:last-child{margin-bottom:0}.tips-grid{display:grid;grid-template-columns:1fr;gap:1.5rem}.tip-card{background:#fff;border-radius:1rem;padding:1.5rem;border:1px solid rgba(15,169,88,.1);box-shadow:0 4px 12px #0fa9580f;transition:transform .2s ease,box-shadow .2s ease}.tip-card:hover{transform:translateY(-2px);box-shadow:0 8px 20px #0fa9581f}.tip-icon{font-size:2.5rem;margin-bottom:1rem;display:block}.tip-card h3{font-size:1.1rem;color:#036;margin-bottom:.75rem}.tip-card p{font-size:.95rem;color:#6b7280;line-height:1.6;margin:0}@media(min-width:768px){.sip-calculator-grid{grid-template-columns:1fr 1fr}.sip-insight-section{grid-template-columns:1fr}.tips-grid{grid-template-columns:repeat(3,1fr)}.sip-value{font-size:3rem}.bar-chart-container{height:250px}}@media(min-width:1024px){.bar-chart-container{height:280px}}.salary-calculator-page{min-height:calc(100vh - 200px)}.salary-calculator-grid{display:grid;grid-template-columns:1fr;gap:2rem;max-width:1100px;margin:0 auto}.salary-input-card,.salary-result-card{background:#fff;border-radius:1.4rem;padding:2rem;box-shadow:0 12px 28px #0fa9581f;border:1px solid rgba(15,169,88,.1)}.salary-input-card h2,.salary-result-card h2{font-size:1.5rem;color:#036;margin-bottom:1.5rem}.salary-form{display:flex;flex-direction:column;gap:1.5rem}.state-select{width:100%;padding:.75rem 1rem;border:1px solid rgba(15,169,88,.2);border-radius:.5rem;font-size:1rem;font-family:inherit;background:#fff;cursor:pointer;transition:border-color .2s ease,box-shadow .2s ease}.state-select:focus{outline:none;border-color:#0fa958;box-shadow:0 0 0 3px #0fa9581a}.salary-main-result{background:linear-gradient(135deg,#0fa958,#21b86a);border-radius:1rem;padding:1.5rem;text-align:center;margin-bottom:1.5rem;box-shadow:0 8px 20px #0fa95840}.salary-label{font-size:.9rem;color:#ffffffe6;margin-bottom:.5rem;text-transform:uppercase;letter-spacing:.05em}.salary-value{font-size:2.5rem;font-weight:700;color:#fff;line-height:1.2}.salary-breakdown{display:flex;flex-direction:column;gap:1.5rem;margin-bottom:2rem}.breakdown-section{background:#f9fafb;border-radius:.75rem;padding:1.25rem;border:1px solid rgba(15,169,88,.08)}.breakdown-section h3{font-size:1rem;color:#036;margin-bottom:1rem;font-weight:600}.breakdown-item{display:flex;justify-content:space-between;align-items:center;padding:.75rem 0;border-bottom:1px solid #e5e7eb;font-size:.95rem}.breakdown-item:last-child{border-bottom:none}.breakdown-item.total{margin-top:.5rem;padding-top:1rem;border-top:2px solid #0fa958;border-bottom:none}.breakdown-item .amount{font-weight:600;color:#0f172a}.breakdown-item .amount.deduction{color:#dc2626}.salary-chart{margin-bottom:2rem}.salary-chart h3{font-size:1.1rem;color:#036;margin-bottom:1rem;text-align:center}.donut-chart-container{max-width:200px;margin:0 auto 1.5rem}.donut-chart{width:100%;height:auto;filter:drop-shadow(0 4px 12px rgba(0,0,0,.1))}.takehome-color{background:#0fa958}.deductions-color{background:#f59e0b}.salary-info-grid{display:grid;grid-template-columns:1fr;gap:2rem}.deductions-list{list-style:none;padding:0;margin:0}.deductions-list li{padding:.75rem 0;border-bottom:1px solid #e5e7eb;color:#4b5563;line-height:1.6}.deductions-list li:last-child{border-bottom:none}.deductions-list strong{color:#0fa958;font-weight:600}@media(min-width:768px){.salary-calculator-grid{grid-template-columns:1fr 1fr}.salary-info-grid{grid-template-columns:repeat(2,1fr)}.salary-value{font-size:3rem}}@media(min-width:1024px){.salary-info-grid{grid-template-columns:repeat(3,1fr)}}.toggle-group{background:#f9fafb;padding:1rem;border-radius:.5rem;border:1px solid rgba(15,169,88,.1)}.toggle-label{display:flex;align-items:center;gap:.75rem;cursor:pointer;margin-bottom:.5rem}.toggle-checkbox{width:20px;height:20px;cursor:pointer;accent-color:#0fa958}.toggle-text{font-size:.95rem;color:#0f172a;font-weight:500}.toggle-group .form-note{display:block;margin-left:2rem;margin-top:0}.expense-tracker-page{min-height:calc(100vh - 200px)}.expense-input-card{background:#fff;border-radius:1.4rem;padding:2rem;box-shadow:0 12px 28px #0fa9581f;border:1px solid rgba(15,169,88,.1);max-width:1100px;margin:0 auto}.expense-input-card h2{font-size:1.5rem;color:#036;margin-bottom:1.5rem}.expense-form-grid{display:grid;grid-template-columns:1fr;gap:1.5rem;margin-bottom:1.5rem}.category-select,.date-input{width:100%;padding:.75rem 1rem;border:1px solid rgba(15,169,88,.2);border-radius:.5rem;font-size:1rem;font-family:inherit;background:#fff;cursor:pointer;transition:border-color .2s ease,box-shadow .2s ease}.category-select:focus,.date-input:focus{outline:none;border-color:#0fa958;box-shadow:0 0 0 3px #0fa9581a}.btn-add-expense{width:100%}.monthly-summary-card{background:#fff;border-radius:1.4rem;padding:2rem;box-shadow:0 12px 28px #0fa9581f;border:1px solid rgba(15,169,88,.1);max-width:1100px;margin:0 auto}.summary-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:1.5rem;flex-wrap:wrap;gap:1rem}.summary-header h2{font-size:1.5rem;color:#036;margin:0}.btn-outline-danger{background:transparent;color:#dc2626;border:2px solid #dc2626;padding:.5rem 1rem;border-radius:999px;font-size:.85rem;font-weight:600;cursor:pointer;transition:all .2s ease}.btn-outline-danger:hover{background:#dc2626;color:#fff}.total-spending{background:linear-gradient(135deg,#0fa958,#21b86a);border-radius:1rem;padding:1.5rem;text-align:center;margin-bottom:2rem;box-shadow:0 8px 20px #0fa95840}.spending-label{font-size:.9rem;color:#ffffffe6;margin-bottom:.5rem;text-transform:uppercase;letter-spacing:.05em}.spending-value{font-size:2.5rem;font-weight:700;color:#fff;line-height:1.2}.category-bars{margin-bottom:2rem}.category-bars h3{font-size:1.1rem;color:#036;margin-bottom:1rem}.category-bar-item{margin-bottom:1rem}.category-bar-label{display:flex;justify-content:space-between;margin-bottom:.5rem;font-size:.9rem}.category-name{font-weight:600;color:#0f172a}.category-amount{color:#6b7280;font-weight:500}.category-bar-track{height:24px;background:#f3f4f6;border-radius:12px;overflow:hidden}.category-bar-fill{height:100%;border-radius:12px;transition:width .3s ease}.expense-pie-chart{margin-top:2rem}.expense-pie-chart h3{font-size:1.1rem;color:#036;margin-bottom:1rem;text-align:center}.pie-chart-container{max-width:250px;margin:0 auto 1.5rem}.pie-chart{width:100%;height:auto;filter:drop-shadow(0 4px 12px rgba(0,0,0,.1))}.pie-legend{display:grid;grid-template-columns:repeat(2,1fr);gap:.75rem}.expense-list-card{background:#fff;border-radius:1.4rem;padding:2rem;box-shadow:0 12px 28px #0fa9581f;border:1px solid rgba(15,169,88,.1);max-width:1100px;margin:0 auto}.expense-list-card h2{font-size:1.5rem;color:#036;margin-bottom:1.5rem}.empty-state{text-align:center;padding:3rem 1rem;color:#6b7280}.expense-table-wrapper{overflow-x:auto}.expense-table{width:100%;border-collapse:collapse}.expense-table thead{background:#f9fafb}.expense-table th{padding:1rem;text-align:left;font-weight:600;color:#036;border-bottom:2px solid #e5e7eb;font-size:.9rem}.expense-table td{padding:1rem;border-bottom:1px solid #e5e7eb;font-size:.95rem}.expense-row{transition:background-color .2s ease}.expense-row:hover{background-color:#f9fafb}.category-badge{display:inline-block;padding:.25rem .75rem;border-radius:999px;color:#fff;font-size:.85rem;font-weight:600}.notes-cell{color:#6b7280;max-width:200px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.btn-delete{background:transparent;border:none;cursor:pointer;font-size:1.2rem;padding:.25rem .5rem;transition:transform .2s ease}.btn-delete:hover{transform:scale(1.2)}.tips-section{max-width:1100px;margin:0 auto}.tips-section h2{font-size:1.5rem;color:#036;margin-bottom:1.5rem;text-align:center}@media(min-width:768px){.expense-form-grid{grid-template-columns:repeat(2,1fr)}.form-group-notes{grid-column:span 2}.spending-value{font-size:3rem}.pie-legend{grid-template-columns:repeat(3,1fr)}}@media(min-width:1024px){.expense-form-grid{grid-template-columns:repeat(4,1fr)}.form-group-notes{grid-column:span 4}}.festival-budget-page{min-height:calc(100vh - 200px)}.festival-icon{font-size:3rem;margin-bottom:.5rem}.festival-selection-card,.budget-input-card,.budget-overview-card,.budget-items-card{background:#fff;border-radius:1.4rem;padding:2rem;box-shadow:0 12px 28px #0fa9581f;border:1px solid rgba(15,169,88,.1);max-width:1100px;margin:0 auto}.festival-selection-card h2,.budget-input-card h2,.budget-overview-card h2,.budget-items-card h2{font-size:1.5rem;color:#036;margin-bottom:1.5rem}.festival-form-grid,.budget-form-grid{display:grid;grid-template-columns:1fr;gap:1.5rem;margin-bottom:1.5rem}.festival-select,.category-select{width:100%;padding:.75rem 1rem;border:1px solid rgba(15,169,88,.2);border-radius:.5rem;font-size:1rem;font-family:inherit;background:#fff;cursor:pointer;transition:border-color .2s ease,box-shadow .2s ease}.festival-select:focus,.category-select:focus{outline:none;border-color:#0fa958;box-shadow:0 0 0 3px #0fa9581a}.btn-add-item{width:100%}.overview-header,.items-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:1.5rem;flex-wrap:wrap;gap:1rem}.budget-stats{display:grid;grid-template-columns:1fr;gap:1rem;margin-bottom:2rem}.stat-card{background:linear-gradient(135deg,#f9fafb,#fff);border-radius:1rem;padding:1.5rem;border:1px solid #e5e7eb;text-align:center}.stat-card.highlight{background:linear-gradient(135deg,#0fa958,#21b86a);border:none;box-shadow:0 8px 20px #0fa95840}.stat-card.highlight .stat-label,.stat-card.highlight .stat-value{color:#fff}.stat-label{font-size:.9rem;color:#6b7280;margin-bottom:.5rem;text-transform:uppercase;letter-spacing:.05em}.stat-value{font-size:2rem;font-weight:700;color:#036;line-height:1.2}.stat-value.overspent{color:#dc2626}.progress-section{margin-bottom:2rem}.progress-label{display:flex;justify-content:space-between;margin-bottom:.5rem;font-size:.9rem;font-weight:600;color:#0f172a}.progress-bar-track{height:28px;background:#f3f4f6;border-radius:14px;overflow:hidden}.progress-bar-fill{height:100%;background:linear-gradient(90deg,#0fa958,#21b86a);border-radius:14px;transition:width .3s ease}.progress-bar-fill.warning{background:linear-gradient(90deg,#f59e0b,#fbbf24)}.progress-bar-fill.overspent{background:linear-gradient(90deg,#dc2626,#ef4444)}.budget-pie-chart{margin-top:2rem}.budget-pie-chart h3{font-size:1.1rem;color:#036;margin-bottom:1rem;text-align:center}.budget-table-wrapper{overflow-x:auto}.budget-table{width:100%;border-collapse:collapse}.budget-table thead{background:#f9fafb}.budget-table th{padding:1rem;text-align:left;font-weight:600;color:#036;border-bottom:2px solid #e5e7eb;font-size:.9rem}.budget-table td{padding:1rem;border-bottom:1px solid #e5e7eb;font-size:.95rem}.budget-row{transition:background-color .2s ease}.budget-row:hover{background-color:#f9fafb}.actual-input{width:100px;padding:.5rem;border:1px solid rgba(15,169,88,.2);border-radius:.5rem;font-size:.9rem;font-family:inherit}.actual-input:focus{outline:none;border-color:#0fa958;box-shadow:0 0 0 2px #0fa9581a}.diff-cell{font-weight:600}.diff-cell.overspent{color:#dc2626}.diff-cell.under{color:#10b981}@media(min-width:768px){.festival-form-grid{grid-template-columns:2fr 1fr}.budget-form-grid{grid-template-columns:repeat(2,1fr)}.form-group-notes{grid-column:span 2}.budget-stats{grid-template-columns:repeat(3,1fr)}.stat-value{font-size:2.5rem}}@media(min-width:1024px){.budget-form-grid{grid-template-columns:1fr 1fr 2fr}.form-group-notes{grid-column:auto}}.loan-prepayment-page{min-height:calc(100vh - 200px)}.prepayment-calculator-grid{display:grid;grid-template-columns:1fr;gap:2rem;max-width:1100px;margin:0 auto}.prepayment-input-card,.prepayment-result-card{background:#fff;border-radius:1.4rem;padding:2rem;box-shadow:0 12px 28px #0fa9581f;border:1px solid rgba(15,169,88,.1)}.prepayment-input-card h2,.prepayment-result-card h2{font-size:1.5rem;color:#036;margin-bottom:1.5rem}.prepayment-form .form-group{margin-bottom:1.5rem}.tenure-input-group{display:grid;grid-template-columns:2fr 1fr;gap:.5rem}.tenure-type-select{padding:.75rem 1rem;border:1px solid rgba(15,169,88,.2);border-radius:.5rem;font-size:1rem;font-family:inherit;background:#fff;cursor:pointer}.radio-group{display:flex;flex-direction:column;gap:.75rem;margin-top:.5rem}.radio-label{display:flex;align-items:center;gap:.75rem;padding:.75rem;border:1px solid #e5e7eb;border-radius:.5rem;cursor:pointer;transition:all .2s ease}.radio-label:hover{border-color:#0fa958;background:#0fa9580d}.radio-label input[type=radio]{width:18px;height:18px;cursor:pointer;accent-color:#0fa958}.radio-label span{font-size:.95rem;color:#0f172a}.result-highlight{background:linear-gradient(135deg,#0fa958,#21b86a);border-radius:1rem;padding:1.5rem;text-align:center;margin-bottom:2rem;box-shadow:0 8px 20px #0fa95840}.highlight-label{font-size:.9rem;color:#ffffffe6;margin-bottom:.5rem;text-transform:uppercase;letter-spacing:.05em}.highlight-value{font-size:2.5rem;font-weight:700;color:#fff;line-height:1.2}.result-details{margin-bottom:2rem}.result-item{display:flex;justify-content:space-between;padding:1rem 0;border-bottom:1px solid #e5e7eb}.result-item:last-child{border-bottom:none}.result-label{font-size:.95rem;color:#6b7280}.result-value{font-size:1rem;font-weight:600;color:#0f172a}.result-value.success{color:#10b981}.comparison-table{margin-bottom:2rem}.comparison-table h3{font-size:1.1rem;color:#036;margin-bottom:1rem}.comparison-table table{width:100%;border-collapse:collapse}.comparison-table th,.comparison-table td{padding:.75rem;text-align:left;border-bottom:1px solid #e5e7eb}.comparison-table thead{background:#f9fafb}.comparison-table th{font-weight:600;color:#036;font-size:.9rem}.comparison-table td.success{color:#10b981;font-weight:600}.prepayment-chart{margin-bottom:2rem}.prepayment-chart h3{font-size:1.1rem;color:#036;margin-bottom:1rem;text-align:center}.bar-chart-container{display:flex;justify-content:space-around;align-items:flex-end;height:250px;padding:1rem;background:#f9fafb;border-radius:1rem}.bar-group{flex:1;display:flex;flex-direction:column;align-items:center;max-width:150px}.bar-label{font-size:.9rem;font-weight:600;color:#6b7280;margin-bottom:.5rem}.bar-wrapper{width:100%;height:200px;display:flex;align-items:flex-end;justify-content:center}.bar-fill{width:80%;display:flex;align-items:center;justify-content:center;border-radius:.5rem .5rem 0 0;transition:height .3s ease;min-height:40px}.bar-fill.tenure-before,.bar-fill.emi-before{background:linear-gradient(180deg,#dc2626,#ef4444)}.bar-fill.tenure-after,.bar-fill.emi-after{background:linear-gradient(180deg,#0fa958,#21b86a)}.bar-value{color:#fff;font-size:.85rem;font-weight:600;text-align:center;padding:.5rem}.prepayment-info-grid{display:grid;grid-template-columns:1fr;gap:1.5rem;max-width:1100px;margin:0 auto}.info-card{background:#fff;border-radius:1rem;padding:1.5rem;box-shadow:0 4px 12px #00000014;border:1px solid #e5e7eb}.info-icon{font-size:2rem;margin-bottom:.75rem}.info-card h3{font-size:1.1rem;color:#036;margin-bottom:.75rem}.info-card p{font-size:.95rem;color:#6b7280;line-height:1.6}.faq-section{max-width:1100px;margin:0 auto}.faq-section h2{font-size:1.5rem;color:#036;margin-bottom:1.5rem;text-align:center}.faq-grid{display:grid;grid-template-columns:1fr;gap:1.5rem}.faq-item{background:#fff;border-radius:1rem;padding:1.5rem;box-shadow:0 4px 12px #00000014;border:1px solid #e5e7eb}.faq-item h3{font-size:1rem;color:#036;margin-bottom:.75rem}.faq-item p{font-size:.95rem;color:#6b7280;line-height:1.6}@media(min-width:768px){.prepayment-calculator-grid{grid-template-columns:1fr 1fr}.highlight-value{font-size:3rem}.prepayment-info-grid,.faq-grid{grid-template-columns:repeat(2,1fr)}}@media(min-width:1024px){.prepayment-info-grid{grid-template-columns:repeat(4,1fr)}}.fuel-calculator-page{min-height:calc(100vh - 200px)}.fuel-icon{font-size:3rem;margin-bottom:.5rem}.fuel-calculator-grid{display:grid;grid-template-columns:1fr;gap:2rem;max-width:1100px;margin:0 auto}.fuel-input-card,.fuel-result-card{background:#fff;border-radius:1.4rem;padding:2rem;box-shadow:0 12px 28px #0fa9581f;border:1px solid rgba(15,169,88,.1)}.fuel-input-card h2,.fuel-result-card h2{font-size:1.5rem;color:#036;margin-bottom:1.5rem}.fuel-form .form-group{margin-bottom:1.5rem}.fuel-type-select{width:100%;padding:.75rem 1rem;border:1px solid rgba(15,169,88,.2);border-radius:.5rem;font-size:1rem;font-family:inherit;background:#fff;cursor:pointer;transition:border-color .2s ease,box-shadow .2s ease}.fuel-type-select:focus{outline:none;border-color:#0fa958;box-shadow:0 0 0 3px #0fa9581a}.fuel-cost-chart{margin:2rem 0}.fuel-cost-chart h3{font-size:1.1rem;color:#036;margin-bottom:1rem;text-align:center}.cost-bar-container{display:flex;justify-content:space-around;align-items:flex-end;height:250px;padding:1rem;background:#f9fafb;border-radius:1rem}.cost-bar-group{flex:1;display:flex;flex-direction:column;align-items:center;max-width:120px}.cost-bar-wrapper{width:100%;height:200px;display:flex;align-items:flex-end;justify-content:center}.cost-bar-fill{width:80%;display:flex;align-items:center;justify-content:center;border-radius:.5rem .5rem 0 0;transition:height .3s ease;min-height:50px;padding:.5rem}.cost-bar-fill.daily{background:linear-gradient(180deg,#10b981,#34d399)}.cost-bar-fill.monthly{background:linear-gradient(180deg,#0fa958,#21b86a)}.cost-bar-fill.yearly{background:linear-gradient(180deg,#f59e0b,#fbbf24)}.cost-bar-value{color:#fff;font-size:.8rem;font-weight:600;text-align:center;word-break:break-word}.cost-bar-label{margin-top:.5rem;font-size:.9rem;font-weight:600;color:#6b7280}.fuel-tips-grid{display:grid;grid-template-columns:1fr;gap:1.5rem;max-width:1100px;margin:0 auto}@media(min-width:768px){.fuel-calculator-grid{grid-template-columns:1fr 1fr}.fuel-tips-grid{grid-template-columns:repeat(2,1fr)}}@media(min-width:1024px){.fuel-tips-grid{grid-template-columns:repeat(4,1fr)}}.recharge-plans-page{min-height:calc(100vh - 200px)}.recharge-icon{font-size:3rem;margin-bottom:.5rem}.operator-selection{max-width:1100px;margin:0 auto;text-align:center}.operator-selection h2{font-size:1.5rem;color:#036;margin-bottom:1.5rem}.operator-buttons{display:grid;grid-template-columns:repeat(2,1fr);gap:1rem}.operator-btn{display:flex;flex-direction:column;align-items:center;gap:.5rem;padding:1.5rem;background:#fff;border:2px solid #e5e7eb;border-radius:1rem;font-size:1.1rem;font-weight:600;color:#036;cursor:pointer;transition:all .2s ease}.operator-btn:hover{border-color:#0fa958;background:#0fa9580d}.operator-btn.active{border-color:#0fa958;background:linear-gradient(135deg,#0fa958,#21b86a);color:#fff}.operator-icon{font-size:2rem}.filter-card{background:#fff;border-radius:1.4rem;padding:2rem;box-shadow:0 12px 28px #0fa9581f;border:1px solid rgba(15,169,88,.1);max-width:1100px;margin:0 auto}.filter-card h2{font-size:1.5rem;color:#036;margin-bottom:1.5rem}.filter-grid{display:grid;grid-template-columns:1fr;gap:1.5rem;margin-bottom:1.5rem}.filter-group label{display:block;font-weight:600;color:#036;margin-bottom:.5rem}.price-slider{width:100%;height:8px;border-radius:4px;background:#e5e7eb;outline:none;-webkit-appearance:none}.price-slider::-webkit-slider-thumb{-webkit-appearance:none;appearance:none;width:20px;height:20px;border-radius:50%;background:#0fa958;cursor:pointer}.price-slider::-moz-range-thumb{width:20px;height:20px;border-radius:50%;background:#0fa958;cursor:pointer;border:none}.filter-select{width:100%;padding:.75rem 1rem;border:1px solid rgba(15,169,88,.2);border-radius:.5rem;font-size:1rem;font-family:inherit;background:#fff;cursor:pointer}.checkbox-group{display:flex;flex-direction:column;gap:.75rem}.checkbox-label{display:flex;align-items:center;gap:.5rem;cursor:pointer}.checkbox-label input[type=checkbox]{width:18px;height:18px;cursor:pointer;accent-color:#0fa958}.results-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:2rem;flex-wrap:wrap;gap:1rem;max-width:1100px;margin-left:auto;margin-right:auto}.results-header h2{font-size:1.5rem;color:#036}.sort-controls{display:flex;align-items:center;gap:.5rem}.sort-controls label{font-weight:600;color:#6b7280}.sort-select{padding:.5rem 1rem;border:1px solid rgba(15,169,88,.2);border-radius:.5rem;font-size:.95rem;font-family:inherit;background:#fff;cursor:pointer}.no-plans{text-align:center;padding:3rem 1rem;background:#f9fafb;border-radius:1rem;max-width:1100px;margin:0 auto}.no-plans p{font-size:1.1rem;color:#6b7280}.plans-grid{display:grid;grid-template-columns:1fr;gap:1.5rem;max-width:1100px;margin:0 auto}.plan-card{background:#fff;border-radius:1rem;padding:1.5rem;box-shadow:0 4px 12px #00000014;border:1px solid #e5e7eb;transition:transform .2s ease,box-shadow .2s ease}.plan-card:hover{transform:translateY(-4px);box-shadow:0 8px 20px #0fa95826}.plan-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:1rem;padding-bottom:1rem;border-bottom:1px solid #e5e7eb}.plan-price{font-size:2rem;font-weight:700;color:#0fa958}.plan-validity{font-size:.95rem;font-weight:600;color:#6b7280;background:#f3f4f6;padding:.5rem 1rem;border-radius:.5rem}.plan-details{margin-bottom:1rem}.plan-detail-item{display:flex;align-items:center;gap:.5rem;padding:.5rem 0;font-size:.95rem;color:#0f172a}.detail-icon{font-size:1.2rem}.plan-actions{display:flex;flex-direction:column;gap:.5rem}.plan-actions .btn.active{background:#0fa958;color:#fff;border-color:#0fa958}.comparison-section{max-width:1100px;margin:0 auto}.comparison-section h2{font-size:1.5rem;color:#036;margin-bottom:1.5rem;text-align:center}.comparison-table-wrapper{overflow-x:auto}.comparison-table{width:100%;border-collapse:collapse;background:#fff;border-radius:1rem;overflow:hidden}.comparison-table th,.comparison-table td{padding:1rem;text-align:left;border-bottom:1px solid #e5e7eb}.comparison-table thead{background:linear-gradient(135deg,#0fa958,#21b86a)}.comparison-table th{font-weight:600;color:#fff;font-size:.95rem}.comparison-table td{font-size:.95rem;color:#0f172a}.comparison-table tbody tr:last-child td{border-bottom:none}.recharge-tips-grid{display:grid;grid-template-columns:1fr;gap:1.5rem;max-width:1100px;margin:0 auto}@media(min-width:768px){.operator-buttons{grid-template-columns:repeat(4,1fr)}.filter-grid,.plans-grid,.recharge-tips-grid{grid-template-columns:repeat(2,1fr)}}@media(min-width:1024px){.plans-grid{grid-template-columns:repeat(3,1fr)}.recharge-tips-grid{grid-template-columns:repeat(4,1fr)}}.live-rates-ticker{background:linear-gradient(135deg,#fff,#f9fafb);border-radius:1.4rem;padding:1.2rem;box-shadow:0 8px 20px #0fa9581a;border:1px solid rgba(15,169,88,.1);max-width:100%;overflow:hidden}.rates-title{font-size:1rem;font-weight:700;color:#036;margin-bottom:.75rem;text-align:center}.rates-grid{display:grid;grid-template-columns:1fr 1fr;gap:.75rem}.rate-item{display:flex;align-items:center;gap:.5rem;padding:.6rem;background:#fff;border-radius:.75rem;border:1px solid #e5e7eb;transition:all .2s ease;min-width:0}.rate-item:hover{border-color:#0fa958;box-shadow:0 4px 12px #0fa9581a}.rate-icon{font-size:1.3rem;flex-shrink:0}.rate-info{display:flex;flex-direction:column;gap:.15rem;flex:1;min-width:0;overflow:hidden}.rate-label{font-size:.65rem;font-weight:600;color:#6b7280;text-transform:uppercase;letter-spacing:.025em;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.rate-value{font-size:.9rem;font-weight:700;color:#0f172a;white-space:nowrap}.rate-change{font-size:.7rem;font-weight:600}.rate-change.positive{color:#10b981}.rate-change.negative{color:#ef4444}.rate-change.neutral{color:#6b7280}.rates-footnote{margin-top:.6rem;font-size:.65rem;color:#9ca3af;text-align:center}@media(min-width:768px){.live-rates-ticker{padding:1.5rem}.rates-title{font-size:1.1rem;margin-bottom:1rem}.rates-grid{grid-template-columns:repeat(2,1fr);gap:.85rem}.rate-item{padding:.75rem;gap:.65rem}.rate-icon{font-size:1.5rem}.rate-label{font-size:.7rem}.rate-value{font-size:1rem}.rate-change{font-size:.75rem}.rates-footnote{font-size:.7rem;margin-top:.75rem}}@media(min-width:1024px){.rates-grid{grid-template-columns:repeat(4,1fr);gap:.75rem}.rate-item{flex-direction:column;align-items:flex-start;gap:.5rem;padding:.85rem}.rate-icon{font-size:1.8rem}.rate-label{font-size:.72rem}.rate-value{font-size:1.1rem}}.electricity-bill-page{min-height:calc(100vh - 200px)}.electricity-icon{font-size:3rem;margin-bottom:.5rem}.electricity-input-card{background:#fff;border-radius:1.4rem;padding:2rem;box-shadow:0 12px 28px #0fa9581f;border:1px solid rgba(15,169,88,.1);max-width:1100px;margin:0 auto}.electricity-input-card h2{font-size:1.5rem;color:#036;margin-bottom:1.5rem}.input-grid{display:grid;grid-template-columns:1fr;gap:1.5rem;margin-bottom:1.5rem}.input-group{display:flex;flex-direction:column;gap:.5rem}.input-group label{font-weight:600;color:#036;font-size:.95rem}.input-group input,.input-select{padding:.75rem 1rem;border:1px solid rgba(15,169,88,.2);border-radius:.5rem;font-size:1rem;font-family:inherit;transition:border-color .2s ease,box-shadow .2s ease}.input-group input:focus,.input-select:focus{outline:none;border-color:#0fa958;box-shadow:0 0 0 3px #0fa9581a}.button-group{display:flex;gap:1rem;flex-wrap:wrap}.btn-full{flex:1;min-width:150px}.electricity-results-card{background:#fff;border-radius:1.4rem;padding:2rem;box-shadow:0 12px 28px #0fa9581f;border:1px solid rgba(15,169,88,.1);max-width:1100px;margin:0 auto}.electricity-results-card h2{font-size:1.5rem;color:#036;margin-bottom:1.5rem;text-align:center}.total-bill{display:flex;flex-direction:column;align-items:center;gap:.5rem;padding:2rem;background:linear-gradient(135deg,#0fa958,#21b86a);border-radius:1rem;margin-bottom:2rem}.bill-label{font-size:1rem;font-weight:600;color:#ffffffe6;text-transform:uppercase;letter-spacing:.05em}.bill-amount{font-size:2.5rem;font-weight:700;color:#fff}.results-layout{display:grid;grid-template-columns:1fr;gap:2rem}.breakdown-section h3{font-size:1.2rem;color:#036;margin-bottom:1rem}.breakdown-table{width:100%;border-collapse:collapse}.breakdown-table td{padding:.75rem 0;border-bottom:1px solid #e5e7eb;font-size:.95rem}.breakdown-table td:last-child{text-align:right;font-weight:600;color:#0f172a}.breakdown-table .total-row{border-top:2px solid #0fa958;border-bottom:none}.breakdown-table .total-row td{padding-top:1rem;font-size:1.1rem;color:#0fa958}.chart-section h3{font-size:1.2rem;color:#036;margin-bottom:1rem;text-align:center}.pie-chart-container{max-width:200px;margin:0 auto 1.5rem}.pie-chart{width:100%;height:auto}.chart-legend{display:flex;flex-direction:column;gap:.75rem}.legend-item{display:flex;align-items:center;gap:.5rem;font-size:.9rem;color:#4b5563}.legend-color{width:16px;height:16px;border-radius:3px;flex-shrink:0}.electricity-tips-grid{display:grid;grid-template-columns:1fr;gap:1.5rem;max-width:1100px;margin:0 auto}@media(min-width:768px){.input-grid{grid-template-columns:repeat(2,1fr)}.results-layout{grid-template-columns:1.2fr 1fr}.electricity-tips-grid{grid-template-columns:repeat(2,1fr)}}@media(min-width:1024px){.electricity-tips-grid{grid-template-columns:repeat(4,1fr)}}.roommate-split-page{min-height:calc(100vh - 200px)}.roommate-icon{font-size:3rem;margin-bottom:.5rem}.roommate-input-card{background:#fff;border-radius:1.4rem;padding:2rem;box-shadow:0 12px 28px #0fa9581f;border:1px solid rgba(15,169,88,.1);max-width:1100px;margin:0 auto}.roommate-input-card h2{font-size:1.5rem;color:#036;margin-bottom:1.5rem}.roommate-input-card h3{font-size:1.2rem;color:#036;margin-bottom:1rem;margin-top:2rem}.roommates-section{margin-top:2rem}.roommates-grid{display:grid;grid-template-columns:1fr;gap:1rem;margin-bottom:1rem}.roommate-card{display:grid;grid-template-columns:1fr 1fr;gap:1rem;padding:1rem;background:#f9fafb;border-radius:.75rem;border:1px solid #e5e7eb}.expenses-section{margin-top:2rem}.expenses-list{display:flex;flex-direction:column;gap:.75rem;margin-bottom:1rem}.expense-row{display:grid;grid-template-columns:1fr 1fr auto;gap:.75rem;align-items:end}.btn-remove{padding:.75rem 1rem;background:#ef4444;color:#fff;border:none;border-radius:.5rem;cursor:pointer;font-size:1.2rem;line-height:1;transition:background .2s ease}.btn-remove:hover{background:#dc2626}.roommate-results-card{background:#fff;border-radius:1.4rem;padding:2rem;box-shadow:0 12px 28px #0fa9581f;border:1px solid rgba(15,169,88,.1);max-width:1100px;margin:0 auto}.roommate-results-card h2{font-size:1.5rem;color:#036;margin-bottom:1.5rem;text-align:center}.results-grid{display:grid;grid-template-columns:1fr;gap:1.5rem;margin-bottom:2rem}.result-card{background:linear-gradient(135deg,#fff,#f9fafb);border-radius:1rem;padding:1.5rem;box-shadow:0 4px 12px #00000014;border:1px solid #e5e7eb}.result-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:1rem;padding-bottom:1rem;border-bottom:2px solid #e5e7eb}.result-header h3{font-size:1.2rem;color:#036;margin:0}.room-badge{padding:.25rem .75rem;background:#0fa958;color:#fff;border-radius:999px;font-size:.75rem;font-weight:600;text-transform:capitalize}.result-details{display:flex;flex-direction:column;gap:.75rem}.result-row{display:flex;justify-content:space-between;align-items:center;font-size:.95rem;color:#4b5563}.result-row.total-row{margin-top:.5rem;padding-top:.75rem;border-top:2px solid #0fa958;font-size:1.1rem}.result-row .amount{font-weight:600;color:#0f172a}.result-row .total-amount{font-size:1.3rem;color:#0fa958}.chart-section{margin-top:2rem}.chart-section h3{font-size:1.2rem;color:#036;margin-bottom:1.5rem;text-align:center}.roommate-tips-grid{display:grid;grid-template-columns:1fr;gap:1.5rem;max-width:1100px;margin:0 auto}@media(min-width:768px){.roommates-grid,.results-grid,.roommate-tips-grid{grid-template-columns:repeat(2,1fr)}}@media(min-width:1024px){.roommates-grid,.results-grid{grid-template-columns:repeat(3,1fr)}.roommate-tips-grid{grid-template-columns:repeat(4,1fr)}}.tool-header{display:flex;align-items:center;justify-content:space-between;gap:.5rem;margin-bottom:.5rem}.coming-soon-badge{padding:.25rem .6rem;background:#f4c542;color:#0b1020;border-radius:999px;font-size:.7rem;font-weight:700;text-transform:uppercase;letter-spacing:.05em;white-space:nowrap}.tool-card-disabled{opacity:.6;pointer-events:none}.btn-disabled{padding:.4rem 1rem;font-size:.85rem;border-radius:999px;border:1px solid #9ca3af;background:#e5e7eb;color:#6b7280;cursor:not-allowed}.coming-soon-banner{background:linear-gradient(135deg,#fffbeb,#fef3c7);border:2px solid #F4C542;border-radius:1rem;padding:1.5rem;margin-top:2rem;text-align:center}.coming-soon-banner p{font-size:1.1rem;font-weight:600;color:#92400e;margin:0}.hamburger{display:none;flex-direction:column;justify-content:space-around;width:2rem;height:2rem;background:transparent;border:none;cursor:pointer;padding:0;z-index:100;margin-left:auto}.hamburger-line{width:2rem;height:.2rem;background:#036;border-radius:10px;transition:all .3s cubic-bezier(.68,-.55,.265,1.55);position:relative;transform-origin:center}.hamburger.active .hamburger-line:nth-child(1){transform:rotate(45deg) translateY(.6rem);background:#0fa958}.hamburger.active .hamburger-line:nth-child(2){opacity:0;transform:translate(-2rem)}.hamburger.active .hamburger-line:nth-child(3){transform:rotate(-45deg) translateY(-.6rem);background:#0fa958}.nav-overlay{display:none;position:fixed;top:0;left:0;width:100%;height:100%;background:#00000080;z-index:98;animation:fadeIn .3s ease}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@media(max-width:719px){.hamburger{display:flex}.nav-overlay{display:block}.nav-links{position:fixed;top:0;right:0;height:100vh;width:280px;max-width:80%;background:linear-gradient(135deg,#fff,#f9fafb);box-shadow:-4px 0 20px #00000026;display:flex;flex-direction:column;padding:5rem 2rem 2rem;gap:1.5rem;z-index:99;transform:translate(100%);visibility:hidden;transition:transform .4s cubic-bezier(.68,-.55,.265,1.55),visibility .4s ease}.nav-links.nav-open{transform:translate(0);visibility:visible}.nav-links a{font-size:1.1rem;font-weight:600;color:#036;padding:.75rem 1rem;border-radius:.5rem;transition:all .2s ease;transform:translate(20px);opacity:0}.nav-links.nav-open a{transform:translate(0);opacity:1;transition:transform .3s ease,opacity .3s ease}.nav-links.nav-open a:nth-child(1){transition-delay:.1s}.nav-links.nav-open a:nth-child(2){transition-delay:.15s}.nav-links.nav-open a:nth-child(3){transition-delay:.2s}.nav-links.nav-open a:nth-child(4){transition-delay:.25s}.nav-links.nav-open a:nth-child(5){transition-delay:.3s}.nav-links.nav-open a:nth-child(6){transition-delay:.35s}.nav-links a:hover{background:#0fa9581a;color:#0fa958;transform:translate(5px)}}@media(max-width:719px){html,body,#root{overflow-x:hidden;width:100%}.container{padding:0 1rem}.header-inner{padding:.9rem 1rem}.brand-logo{height:32px}.hero{padding:1.5rem 0 2rem}.hero h1{font-size:1.75rem;line-height:1.2}.hero-subtext{font-size:.9rem}.hero-actions{flex-direction:column;width:100%}.hero-actions .btn{width:100%;justify-content:center}.section{padding:1.5rem 0}.section-header h1,.section-header h2{font-size:1.5rem}.section-subtext{font-size:.9rem}.tool-card{padding:1rem}.tool-icon{width:36px;height:36px;font-size:1rem}.tool-text h3{font-size:.95rem}.tool-text p{font-size:.85rem}.emi-input-card,.emi-result-card{padding:1.25rem}.emi-input-card h2,.emi-result-card h2{font-size:1.25rem}.input-row{flex-direction:column}.emi-breakdown{grid-template-columns:1fr}.pie-chart-container{max-width:200px}.sip-input-card,.sip-result-card{padding:1.25rem}.bar-chart{height:200px}.salary-input-card,.salary-result-card{padding:1.25rem}.donut-chart-container{max-width:200px}.expense-input-card,.expense-summary-card{padding:1.25rem}.expense-form{grid-template-columns:1fr}.expense-table-wrapper{overflow-x:auto;-webkit-overflow-scrolling:touch}.expense-table{min-width:500px}.festival-input-card,.festival-result-card{padding:1.25rem}.budget-items-grid{grid-template-columns:1fr}.prepayment-input-card,.prepayment-result-card{padding:1.25rem}.comparison-table-wrapper{overflow-x:auto;-webkit-overflow-scrolling:touch}.comparison-table{min-width:600px}.fuel-input-card,.fuel-result-card,.recharge-input-card,.recharge-results-section{padding:1.25rem}.filters-grid{grid-template-columns:1fr}.plan-card{padding:1rem}.comparison-modal{width:95%;max-width:95%;padding:1rem}.comparison-grid{grid-template-columns:1fr;gap:1rem}.electricity-input-card,.electricity-results-card{padding:1.25rem}.electricity-icon,.roommate-icon{font-size:2.5rem}.roommate-input-card,.roommate-results-card{padding:1.25rem}.expense-row{grid-template-columns:1fr;gap:.5rem}.btn-remove{width:100%;margin-top:.5rem}.button-group{flex-direction:column}.btn-full{width:100%}.input-group input,.input-group select,.input-select{font-size:16px}.chart-section{margin-top:1.5rem}.chart-legend{font-size:.85rem}.tips-grid,.electricity-tips-grid,.roommate-tips-grid{grid-template-columns:1fr}.tip-card{padding:1rem}.tip-icon{font-size:2rem}.related-tools-grid{grid-template-columns:1fr}.related-tool-card{padding:1rem}.footer-columns{flex-direction:column;gap:1.5rem}.breakdown-table,.comparison-table{font-size:.85rem}h1,h2,h3,h4,h5,h6,p{word-wrap:break-word;overflow-wrap:break-word}.metric-value,.bill-amount,.total-amount{font-size:1.5rem}.coming-soon-banner{padding:1rem}.coming-soon-banner p{font-size:.95rem}}@media(max-width:374px){.container{padding:0 .75rem}.hero h1{font-size:1.5rem}.section-header h1,.section-header h2{font-size:1.25rem}.btn{padding:.5rem 1rem;font-size:.85rem}.tool-card{padding:.75rem}.metric-value,.bill-amount,.total-amount{font-size:1.25rem}}.amount-cell{font-weight:600;color:#0f172a}.notes-cell{color:#6b7280;font-size:.9rem}@media(max-width:768px){.expense-table-wrapper{overflow-x:hidden}.expense-table,.expense-table thead,.expense-table tbody,.expense-table th,.expense-table td,.expense-table tr{display:block;width:100%}.expense-table thead tr{position:absolute;top:-9999px;left:-9999px}.expense-table tr{margin-bottom:1.2rem;background:#fff;border-radius:1rem;box-shadow:0 4px 12px #0000000d;border:1px solid rgba(15,169,88,.08);padding:1rem}.expense-table td{display:flex;justify-content:space-between;align-items:center;border-bottom:1px solid #f3f4f6;padding:.8rem 0;text-align:right}.expense-table td:last-child{border-bottom:none;padding-bottom:0}.expense-table td:first-child{padding-top:0}.expense-table td:before{content:attr(data-label);font-weight:600;color:#4b5563;font-size:.9rem;margin-right:1rem;text-align:left;white-space:nowrap;flex-shrink:0}.cell-content{text-align:right;display:flex;justify-content:flex-end;align-items:center;flex:1 1 auto;color:#0f172a}.expense-table td .category-badge{margin-left:0}}@media(min-width:769px){.expense-table{width:100%;border-collapse:separate;border-spacing:0}.expense-table tr{display:table-row}.expense-table td,.expense-table th{display:table-cell;padding:1rem;border-bottom:1px solid #f3f4f6}.expense-table th{background:#f9fafb;font-weight:600;text-align:left}.expense-row:hover{background-color:#f9fafb}}.sip-calculator-grid{max-width:100%}.sip-input-card,.sip-result-card{background:#fff;border-radius:1.4rem;padding:2rem;box-shadow:0 12px 28px #0fa9581f;border:1px solid rgba(15,169,88,.1);margin-bottom:2rem;min-width:0;width:100%}.sip-result-card h2{font-size:1.5rem;color:#036;margin-bottom:1.5rem;text-align:center}.sip-main-result{background:linear-gradient(135deg,#0fa958,#21b86a);border-radius:1rem;padding:2rem;text-align:center;margin-bottom:2rem;box-shadow:0 8px 20px #0fa95840;overflow:hidden;width:100%}.sip-label{font-size:1rem;font-weight:600;color:#ffffffe6;margin-bottom:.5rem;text-transform:uppercase;letter-spacing:.05em}.sip-value{font-size:clamp(1.5rem,4vw,2.5rem);font-weight:700;color:#fff;line-height:1.2;word-wrap:break-word;overflow-wrap:anywhere;word-break:break-all;max-width:100%}.sip-details{display:flex;justify-content:space-between;margin-bottom:2rem;flex-wrap:wrap;gap:1rem;background:#f9fafb;padding:1.5rem;border-radius:1rem;width:100%}.sip-detail-item{display:flex;flex-direction:column;gap:.3rem;flex:1;min-width:120px}.detail-label{font-size:.85rem;color:#6b7280;font-weight:600}.detail-value{font-size:1.1rem;font-weight:700;color:#0f172a;word-wrap:break-word;overflow-wrap:anywhere;word-break:break-all}.detail-value.returns-color{color:#0fa958}.detail-value.total-color{color:#036}.bar-chart-container{overflow-x:auto;max-width:100%}@media(max-width:768px){.sip-value{font-size:1.75rem}.sip-main-result{padding:1.5rem}.sip-details{flex-direction:column;gap:1.5rem}}.blog-post-page{min-height:calc(100vh - 200px);background:#fff}.blog-header{max-width:800px;margin:0 auto;text-align:center;padding:1rem 0 2rem}.back-link{display:inline-block;color:#0fa958;font-weight:600;margin-bottom:2rem;text-decoration:none}.back-link:hover{text-decoration:underline}.blog-category-tag{display:inline-block;background:#0fa9581a;color:#047857;padding:.3rem .8rem;border-radius:999px;font-size:.8rem;font-weight:600;text-transform:uppercase;letter-spacing:.05em;margin-bottom:1rem}.blog-header h1{font-size:2.2rem;color:#036;line-height:1.3;margin-bottom:1rem}.blog-meta{color:#6b7280;font-size:.9rem}.blog-container{max-width:800px!important}.blog-content{font-size:1.05rem;line-height:1.8;color:#374151}.intro-text{font-size:1.2rem;font-weight:500;color:#1f2937;margin-bottom:2rem;line-height:1.6}.blog-content h2{font-size:1.6rem;color:#036;margin:2.5rem 0 1rem}.blog-content h3{font-size:1.3rem;color:#0f172a;margin:2rem 0 .8rem}.blog-content p,.blog-content ul,.blog-content li{margin-bottom:1rem}.blog-content ul,.blog-content ol{padding-left:1.5rem}.blog-content li{margin-bottom:.5rem}.blog-content strong{color:#0f172a;font-weight:600}.formula-box{background:linear-gradient(135deg,#f0f9ff,#e0f2fe);border:1px solid #bae6fd;padding:1.5rem;border-radius:1rem;margin:1.5rem 0}.formula-box>strong{display:block;font-size:1.2rem;color:#0369a1;text-align:center;margin-bottom:1rem;font-family:monospace;background:#fff;padding:.5rem;border-radius:.5rem;border:1px dashed #7dd3fc}.formula-box ul{list-style:none;padding:0;margin:0}.formula-box li{font-size:.95rem;color:#0c4a6e}.example-list{background:#f9fafb;padding:1.5rem 1.5rem 1.5rem 3rem!important;border-radius:1rem;border-left:4px solid #0fa958}.blog-table{width:100%;border-collapse:collapse;margin:1.5rem 0;font-size:.95rem}.blog-table th{background:#036;color:#fff;padding:.8rem;text-align:left}.blog-table td{border:1px solid #e5e7eb;padding:.8rem}.blog-table tr:nth-child(2n){background:#f9fafb}.note-text{font-size:.85rem!important;color:#6b7280!important;margin-top:-.5rem;margin-bottom:2rem!important}.blog-faq{margin:1.5rem 0 2.5rem}.blog-faq h3{font-size:1.1rem;color:#0fa958;border-bottom:1px solid #e5e7eb;padding-bottom:.5rem}.blog-cta-box{background:linear-gradient(120deg,#036,#0b7a40);border-radius:1.2rem;padding:2.5rem;text-align:center;color:#fff;margin:3rem 0;box-shadow:0 10px 25px #0363}.blog-cta-box h2{color:#fff;margin-top:0;margin-bottom:.8rem}.blog-cta-box p{color:#e2e8f0;font-size:1.1rem;margin-bottom:1.8rem}@media(max-width:768px){.blog-header h1{font-size:1.7rem}.intro-text{font-size:1.1rem}.blog-table{display:block;overflow-x:auto}}� � :root{--white: #ffffff;--mint-green: #e8f9f0;--deep-green: #0a8f54;--heading-blue: #0c2e4e;--cta-gradient-start: #2ed47a;--cta-gradient-end: #14a96b;--light-gray: #f8fafb;--text-gray: #64748b}.hero-premium{position:relative;min-height:100vh;display:flex;align-items:center;justify-content:center;overflow:hidden;background:linear-gradient(135deg,var(--mint-green) 0%,var(--white) 50%,var(--light-gray) 100%);margin-top:-80px;padding-top:80px}.hero-background{position:absolute;top:0;left:0;width:100%;height:100%;overflow:hidden;z-index:0;opacity:.4}.gradient-orb{position:absolute;border-radius:50%;filter:blur(100px);opacity:.3;animation:float 25s ease-in-out infinite}.orb-1{width:600px;height:600px;background:radial-gradient(circle,rgba(46,212,122,.3),transparent);top:-15%;left:-10%;animation-delay:0s}.orb-2{width:500px;height:500px;background:radial-gradient(circle,rgba(20,169,107,.25),transparent);bottom:-15%;right:-10%;animation-delay:8s}.orb-3{width:400px;height:400px;background:radial-gradient(circle,rgba(10,143,84,.2),transparent);top:50%;right:20%;animation-delay:15s}@keyframes float{0%,to{transform:translate(0) scale(1)}33%{transform:translate(40px,-40px) scale(1.05)}66%{transform:translate(-30px,30px) scale(.95)}}.hero-content{position:relative;z-index:1;display:grid;grid-template-columns:1fr 1fr;gap:3rem;align-items:center;padding:2rem 0;max-width:100%;width:100%}.hero-left{animation:fadeInLeft 1s ease-out;padding-left:3rem}@keyframes fadeInLeft{0%{opacity:0;transform:translate(-30px)}to{opacity:1;transform:translate(0)}}.hero-badge{display:inline-flex;align-items:center;gap:.5rem;padding:.6rem 1.2rem;background:#2ed47a1a;border:1.5px solid rgba(46,212,122,.3);border-radius:999px;font-size:.9rem;font-weight:600;color:var(--deep-green);margin-bottom:2rem;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);box-shadow:0 4px 12px #2ed47a1a}.badge-dot{width:8px;height:8px;background:var(--cta-gradient-start);border-radius:50%;animation:pulse 2s ease-in-out infinite}@keyframes pulse{0%,to{opacity:1;transform:scale(1);box-shadow:0 0 #2ed47ab3}50%{opacity:.8;transform:scale(1.1);box-shadow:0 0 0 8px #2ed47a00}}.hero-title{font-size:clamp(2rem,4vw,3.5rem);font-weight:800;line-height:1.1;color:var(--heading-blue);margin-bottom:1.2rem;letter-spacing:-.02em}.highlight-text{background:linear-gradient(135deg,var(--cta-gradient-start) 0%,var(--cta-gradient-end) 100%);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;position:relative;display:inline-block}.hero-subtitle{font-size:1.05rem;line-height:1.6;color:var(--text-gray);margin-bottom:2rem;max-width:520px}.hero-cta-group{display:flex;gap:1rem;margin-bottom:2.5rem;flex-wrap:wrap}.cta-primary{position:relative;display:inline-flex;align-items:center;gap:.6rem;padding:.95rem 1.8rem;background:linear-gradient(135deg,var(--cta-gradient-start),var(--cta-gradient-end));color:var(--white);font-size:.95rem;font-weight:700;border-radius:12px;text-decoration:none;overflow:hidden;transition:all .3s cubic-bezier(.4,0,.2,1);box-shadow:0 6px 20px #2ed47a40}.cta-primary:hover{transform:translateY(-3px) scale(1.02);box-shadow:0 12px 32px #2ed47a59}.cta-primary:active{transform:translateY(-1px) scale(1)}.cta-shine{position:absolute;top:0;left:-100%;width:50%;height:100%;background:linear-gradient(90deg,transparent,rgba(255,255,255,.4),transparent);animation:shine 3s ease-in-out infinite}@keyframes shine{0%{left:-100%}50%,to{left:150%}}.cta-icon{font-size:1.3rem;transition:transform .3s ease;font-weight:400}.cta-primary:hover .cta-icon{transform:translate(6px)}.cta-secondary{display:inline-flex;align-items:center;gap:.6rem;padding:.95rem 1.8rem;background:var(--white);color:var(--deep-green);font-size:.95rem;font-weight:600;border-radius:12px;text-decoration:none;border:2px solid var(--deep-green);transition:all .3s cubic-bezier(.4,0,.2,1);box-shadow:0 4px 12px #0a8f541a}.cta-secondary:hover{background:var(--mint-green);border-color:var(--cta-gradient-start);transform:translateY(-3px);box-shadow:0 8px 20px #0a8f5433}.cta-sparkle{animation:rotate 2s linear infinite}@keyframes rotate{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.hero-stats-row{display:flex;gap:1.5rem;flex-wrap:nowrap;align-items:center}.stat-box{display:flex;align-items:center;gap:.7rem;padding:.85rem 1.2rem;background:var(--white);border-radius:14px;border:1.5px solid rgba(46,212,122,.15);transition:all .3s ease;box-shadow:0 4px 16px #0000000a;white-space:nowrap}.stat-box:hover{background:var(--mint-green);border-color:var(--cta-gradient-start);transform:translateY(-4px);box-shadow:0 8px 24px #2ed47a26}.stat-icon{font-size:1.6rem;filter:drop-shadow(0 2px 4px rgba(0,0,0,.1))}.stat-content{display:flex;flex-direction:column;gap:.2rem}.stat-number{font-size:1.2rem;font-weight:800;background:linear-gradient(135deg,var(--cta-gradient-start),var(--cta-gradient-end));-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;line-height:1}.stat-label{font-size:.75rem;color:var(--text-gray);font-weight:500;line-height:1}.hero-right{position:relative;height:500px;animation:fadeInRight 1s ease-out}@keyframes fadeInRight{0%{opacity:0;transform:translate(30px)}to{opacity:1;transform:translate(0)}}.animation-container{position:relative;width:100%;height:100%;display:flex;align-items:center;justify-content:center;background:radial-gradient(circle at center,rgba(46,212,122,.08),transparent 70%);border-radius:50%}.gradient-ring{position:absolute;border-radius:50%;border:2px solid;animation:ringPulse 5s ease-in-out infinite}.ring-1{width:260px;height:260px;border-color:#2ed47a40;animation-delay:0s}.ring-2{width:340px;height:340px;border-color:#14a96b2e;animation-delay:1.5s}.ring-3{width:420px;height:420px;border-color:#0a8f541f;animation-delay:3s}@keyframes ringPulse{0%,to{transform:scale(1);opacity:.4}50%{transform:scale(1.08);opacity:.7}}.rupee-coin{position:relative;width:180px;height:180px;z-index:10;animation:coinFloat 7s ease-in-out infinite}@keyframes coinFloat{0%,to{transform:translateY(0) rotateY(0)}25%{transform:translateY(-25px) rotateY(90deg)}50%{transform:translateY(0) rotateY(180deg)}75%{transform:translateY(-25px) rotateY(270deg)}}.coin-inner{width:100%;height:100%;background:linear-gradient(135deg,#2ed47a,#14a96b,#0a8f54);border-radius:50%;display:flex;align-items:center;justify-content:center;box-shadow:0 25px 60px #2ed47a59,inset 0 -12px 24px #00000026,inset 0 12px 24px #fff6;transform-style:preserve-3d;position:relative}.rupee-symbol{font-size:4.5rem;font-weight:900;color:var(--white);text-shadow:0 6px 12px rgba(0,0,0,.25)}.coin-glow{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:230px;height:230px;background:radial-gradient(circle,rgba(46,212,122,.3),transparent 70%);border-radius:50%;filter:blur(40px);animation:glowPulse 4s ease-in-out infinite}@keyframes glowPulse{0%,to{opacity:.5;transform:translate(-50%,-50%) scale(1)}50%{opacity:.8;transform:translate(-50%,-50%) scale(1.15)}}.particle{position:absolute;width:10px;height:10px;background:var(--cta-gradient-start);border-radius:50%;opacity:.5;box-shadow:0 0 12px #2ed47a99;animation:particleFloat 10s ease-in-out infinite}.particle-1{top:12%;left:12%;animation-delay:0s}.particle-2{top:22%;right:18%;animation-delay:1.5s;background:var(--deep-green);box-shadow:0 0 12px #0a8f5499}.particle-3{bottom:25%;left:22%;animation-delay:3s;background:var(--cta-gradient-end);box-shadow:0 0 12px #14a96b99}.particle-4{top:55%;right:12%;animation-delay:4.5s}.particle-5{bottom:35%;right:28%;animation-delay:6s;background:#2ed47a;box-shadow:0 0 12px #2ed47a99}.particle-6{top:75%;left:35%;animation-delay:7.5s;background:var(--deep-green);box-shadow:0 0 12px #0a8f5499}@keyframes particleFloat{0%,to{transform:translate(0);opacity:.5}25%{transform:translate(25px,-35px);opacity:.7}50%{transform:translate(-18px,-70px);opacity:.4}75%{transform:translate(35px,-35px);opacity:.6}}.feature-pill{position:absolute;display:flex;align-items:center;gap:.6rem;padding:.85rem 1.4rem;background:var(--white);border-radius:999px;box-shadow:0 10px 28px #0000001f;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);animation:pillFloat 7s ease-in-out infinite;cursor:pointer;transition:all .3s ease;border:1.5px solid rgba(46,212,122,.15)}.feature-pill:hover{transform:scale(1.08) translateY(-5px);box-shadow:0 14px 36px #2ed47a33;border-color:var(--cta-gradient-start)}.pill-1{top:18%;right:12%;animation-delay:0s}.pill-2{top:52%;right:8%;animation-delay:2.3s}.pill-3{bottom:22%;right:18%;animation-delay:4.6s}@keyframes pillFloat{0%,to{transform:translateY(0)}50%{transform:translateY(-18px)}}.pill-icon{font-size:1.6rem;filter:drop-shadow(0 2px 4px rgba(0,0,0,.1))}.pill-text{font-size:.95rem;font-weight:700;color:var(--heading-blue)}.scroll-hint{position:absolute;bottom:2.5rem;left:50%;transform:translate(-50%);display:flex;flex-direction:column;align-items:center;gap:.6rem;z-index:10}.scroll-text{font-size:.9rem;color:var(--text-gray);font-weight:500}.scroll-arrow-animated{font-size:1.6rem;color:var(--deep-green);animation:scrollBounce 2.5s ease-in-out infinite}@keyframes scrollBounce{0%,20%,50%,80%,to{transform:translateY(0)}40%{transform:translateY(-12px)}60%{transform:translateY(-6px)}}@media(max-width:1024px){.hero-content{grid-template-columns:1fr;gap:3.5rem}.hero-right{height:450px}.rupee-coin{width:180px;height:180px}.rupee-symbol{font-size:4rem}.ring-1{width:240px;height:240px}.ring-2{width:320px;height:320px}.ring-3{width:400px;height:400px}.feature-pill{padding:.7rem 1.2rem}.pill-icon{font-size:1.4rem}.pill-text{font-size:.85rem}}@media(max-width:768px){.hero-premium{padding-top:100px;min-height:100vh}.hero-content{text-align:center;padding:1rem}.hero-left{padding-left:0;display:flex;flex-direction:column;align-items:center}.hero-badge{margin-bottom:1.5rem}.hero-title{font-size:2rem;margin-bottom:1rem;text-align:center}.hero-subtitle{font-size:1rem;margin-bottom:2rem;text-align:center;max-width:100%;padding:0 1rem}.hero-cta-group{flex-direction:column;width:100%;gap:1rem;margin-bottom:2rem}.cta-primary,.cta-secondary{width:100%;max-width:350px;justify-content:center;padding:1rem 2rem;font-size:1rem}.hero-stats-row{gap:1rem;justify-content:center;flex-wrap:wrap}.stat-box{flex:1;min-width:140px;padding:.9rem 1.1rem}.stat-icon{font-size:1.5rem}.stat-number{font-size:1.2rem}.stat-label{font-size:.7rem}.hero-right{display:none}.scroll-hint{bottom:1.5rem}.scroll-text{font-size:.85rem}.scroll-arrow-animated{font-size:1.4rem}.scroll-hint{display:none}}@media(max-width:480px){.hero-premium{padding-top:90px}.hero-title{font-size:1.75rem;line-height:1.2}.hero-subtitle{font-size:.95rem;padding:0 .5rem}.hero-badge{font-size:.8rem;padding:.5rem 1rem}.cta-primary,.cta-secondary{padding:.9rem 1.5rem;font-size:.95rem}.stat-box{min-width:120px;padding:.75rem .9rem}.stat-icon{font-size:1.3rem}.stat-number{font-size:1rem}.stat-label{font-size:.65rem}}
