body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background:linear-gradient(135deg,#1e40af,#1e3a8a);font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;min-height:100vh;overflow-x:hidden}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}::-webkit-scrollbar{width:8px}::-webkit-scrollbar-track{background:#ffffff1a}::-webkit-scrollbar-thumb{background:#ffffff4d;border-radius:4px}::-webkit-scrollbar-thumb:hover{background:#ffffff80}.hero-wrapper{background:linear-gradient(180deg,#fff,#f8fafc);position:relative}.navbar{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#fffffff2;border-bottom:1px solid #0000000f;left:0;padding:1rem 0;position:fixed;right:0;top:0;z-index:100}.nav-container{justify-content:space-between;margin:0 auto;max-width:1280px;padding:0 2rem}.nav-container,.nav-logo{align-items:center;display:flex}.nav-logo{cursor:pointer;transition:opacity .2s}.nav-logo:hover{opacity:.8}.logo-image{height:50px;object-fit:contain;width:auto}.nav-links{align-items:center;display:flex;gap:2rem}.nav-link{color:#64748b;font-size:.95rem;font-weight:500;position:relative;text-decoration:none;transition:color .2s}.nav-link:hover{color:#1e293b}.nav-link:after{background:#f59e0b;bottom:-4px;content:"";height:2px;left:0;position:absolute;right:0;transform:scaleX(0);transition:transform .2s}.nav-link:hover:after{transform:scaleX(1)}.nav-phone{background:linear-gradient(135deg,#f59e0b,#d97706);border-radius:8px;box-shadow:0 2px 8px #f59e0b40;color:#fff;font-size:.9rem;font-weight:600;padding:.625rem 1.25rem;text-decoration:none;transition:all .2s}.nav-phone:hover{box-shadow:0 4px 12px #f59e0b59;transform:translateY(-2px)}.hero-section{overflow:hidden;padding:8rem 2rem 4rem;position:relative}.hero-container{grid-gap:4rem;align-items:start;display:grid;gap:4rem;grid-template-columns:1fr 1fr;margin:0 auto;max-width:1280px}.hero-content{padding-top:0;position:relative;z-index:2}.hero-title{color:#0f172a;font-size:3.75rem;font-weight:800;letter-spacing:-.025em;line-height:1.1;margin-bottom:1.5rem;margin-top:0}.hero-highlight{-webkit-text-fill-color:#0000;background:linear-gradient(135deg,#f59e0b,#d97706);-webkit-background-clip:text;background-clip:text;display:inline-block}.hero-description{color:#64748b;font-size:1.25rem;line-height:1.7;margin-bottom:2rem;max-width:540px}.hero-cta-group{display:flex;flex-wrap:wrap;gap:1rem;margin-bottom:2.5rem}.btn-primary-large{align-items:center;background:linear-gradient(135deg,#1e40af,#1e3a8a);border:none;border-radius:12px;box-shadow:0 4px 14px #1e40af66;color:#fff;cursor:pointer;display:flex;font-size:1.125rem;font-weight:600;gap:.5rem;padding:1rem 2rem;transition:all .3s}.btn-primary-large:hover{box-shadow:0 6px 20px #1e40af80;transform:translateY(-2px)}.btn-secondary-large{align-items:center;background:#fff;border:2px solid #e2e8f0;border-radius:12px;color:#1e293b;cursor:pointer;display:flex;font-size:1.125rem;font-weight:600;gap:.5rem;padding:1rem 2rem;transition:all .3s}.btn-secondary-large:hover{background:#f8fafc;border-color:#cbd5e1;transform:translateY(-2px)}.hero-trust-indicators{display:flex;flex-wrap:wrap;gap:1.5rem}.trust-item{align-items:center;color:#64748b;display:flex;font-size:.875rem;font-weight:500;gap:.5rem}.trust-item svg{color:#f59e0b;flex-shrink:0}.hero-visual{padding-top:0;position:relative;z-index:2}.visual-card{background:#fff;border:1px solid #0000000f;border-radius:18px;box-shadow:0 20px 60px #0000001f;margin-bottom:1.25rem;padding:1.5rem}.card-header{align-items:center;display:flex;justify-content:space-between;margin-bottom:1.25rem}.card-title{color:#64748b;font-size:.8rem;font-weight:600;letter-spacing:.05em;text-transform:uppercase}.card-badge{background:#f59e0b1a;border-radius:50px;color:#d97706;font-size:.7rem;font-weight:600;padding:.25rem .65rem}.card-amount{margin-bottom:1.25rem}.amount-value{color:#0f172a;display:block;font-size:2.5rem;font-weight:800;line-height:1}.amount-label{color:#64748b;font-size:.8rem;font-weight:500}.amount-kw{color:#1e40af;display:block;font-size:.75rem;font-weight:600;margin-top:.5rem}.card-comparison{align-items:center;background:linear-gradient(135deg,#f8fafc,#f1f5f9);border-radius:11px;display:flex;justify-content:space-between;margin-bottom:.875rem;padding:1rem}.comparison-after,.comparison-before{display:flex;flex-direction:column;gap:.25rem}.comparison-after .label,.comparison-before .label{color:#94a3b8;font-size:.7rem;font-weight:500}.comparison-after .value,.comparison-before .value{color:#0f172a;font-size:1.125rem;font-weight:700}.comparison-after .value.orange{color:#f59e0b}.comparison-arrow{font-size:1.25rem}.card-info{background:#f59e0b1a;border-radius:8px;color:#f59e0b;font-size:.8rem;font-weight:600;padding:.7rem;text-align:center}.visual-stats{grid-gap:.875rem;display:grid;gap:.875rem;grid-template-columns:repeat(3,1fr)}.stat-box{background:#fff;border:1px solid #0000000f;border-radius:14px;box-shadow:0 4px 12px #00000014;padding:1.25rem .875rem;text-align:center;transition:all .3s}.stat-box:hover{box-shadow:0 8px 20px #0000001f;transform:translateY(-4px)}.stat-value{color:#1e40af;display:block;font-size:1.625rem;font-weight:800;margin-bottom:.5rem}.stat-label{color:#64748b;font-size:.7rem}.hero-bg-pattern{background-image:radial-gradient(circle at 20% 50%,#1e40af14 0,#0000 50%),radial-gradient(circle at 80% 80%,#f59e0b14 0,#0000 50%);bottom:0;left:0;opacity:.4;position:absolute;right:0;top:0;z-index:1}@media (max-width:1024px){.hero-container{gap:3rem;grid-template-columns:1fr}.hero-title{font-size:3rem}.hero-visual{margin:0 auto;max-width:600px}.nav-links{gap:1.5rem}}@media (max-width:768px){.nav-links .nav-link{display:none}.nav-links{gap:1rem}.hero-section{padding:6rem 1.5rem 3rem}.hero-title{font-size:2.25rem}.hero-description{font-size:1.125rem}.hero-cta-group{flex-direction:column}.btn-primary-large,.btn-secondary-large{justify-content:center;width:100%}.visual-stats{grid-template-columns:1fr}.hero-trust-indicators{flex-direction:column;gap:.75rem}}@media (max-width:480px){.nav-container{padding:0 1rem}.logo-primary{font-size:1.1rem}.hero-title{font-size:2rem}.hero-description{font-size:1rem}.btn-primary-large,.btn-secondary-large{font-size:1rem;padding:.875rem 1.5rem}.amount-value{font-size:2.5rem}.stat-value{font-size:1.5rem}}.features-section{background:#fff;padding:6rem 2rem;position:relative}.features-container{margin:0 auto;max-width:1280px}.section-header{margin-bottom:4rem;text-align:center}.section-title-main{color:#0f172a;font-size:2.5rem;font-weight:800;letter-spacing:-.025em;margin-bottom:1rem}.section-description{color:#64748b;font-size:1.25rem;line-height:1.7;margin:0 auto;max-width:600px}.features-grid{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:repeat(auto-fit,minmax(320px,1fr))}.feature-card{background:linear-gradient(135deg,#fff,#f8fafc);border:1px solid #0000000f;border-radius:20px;cursor:pointer;padding:2.5rem;transition:all .3s ease}.feature-card:hover{border-color:#1e40af33;box-shadow:0 20px 50px #0000001a}.feature-icon-wrapper{align-items:center;background:linear-gradient(135deg,#1e40af1a,#f59e0b1a);border-radius:16px;color:#1e40af;display:flex;height:64px;justify-content:center;margin-bottom:1.5rem;transition:all .3s ease;width:64px}.feature-card:hover .feature-icon-wrapper{background:linear-gradient(135deg,#1e40af,#1e3a8a);color:#fff;transform:rotate(5deg)}.feature-icon-wrapper svg{height:32px;width:32px}.feature-title{color:#0f172a;font-size:1.5rem;font-weight:700;margin-bottom:.75rem}.feature-description{color:#64748b;font-size:1rem;line-height:1.6;margin:0}@media (max-width:768px){.features-section{padding:4rem 1.5rem}.section-title-main{font-size:2rem}.section-description{font-size:1.125rem}.features-grid{gap:1.5rem;grid-template-columns:1fr}.feature-card{padding:2rem}}.how-it-works-section{background:linear-gradient(180deg,#f8fafc,#fff);padding:6rem 2rem;position:relative}.how-it-works-container{margin:0 auto;max-width:1280px}.steps-container{grid-gap:3rem;display:grid;gap:3rem;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));margin-bottom:4rem;position:relative}.step-card{background:#fff;border:1px solid #0000000f;border-radius:20px;padding:2rem;position:relative;text-align:center;transition:all .3s ease}.step-card:hover{border-color:#1e40af33;box-shadow:0 20px 50px #0000001a;transform:translateY(-8px)}.step-number-badge{background:linear-gradient(135deg,#1e40af,#1e3a8a);border-radius:50%;box-shadow:0 4px 14px #1e40af66;color:#fff;font-size:1.125rem;font-weight:800;height:48px;left:50%;position:absolute;top:-1rem;transform:translateX(-50%);width:48px}.step-icon,.step-number-badge{align-items:center;display:flex;justify-content:center}.step-icon{background:linear-gradient(135deg,#1e40af1a,#f59e0b1a);border-radius:20px;color:#1e40af;height:80px;margin:2rem auto 1.5rem;transition:all .3s ease;width:80px}.step-card:hover .step-icon{background:linear-gradient(135deg,#1e40af,#1e3a8a);color:#fff;transform:scale(1.1)}.step-icon svg{height:40px;width:40px}.step-title{color:#0f172a;font-size:1.5rem;font-weight:700;margin-bottom:.75rem}.step-description{color:#64748b;font-size:1rem;line-height:1.6;margin:0}.step-connector{display:none}.cta-box{background:linear-gradient(135deg,#1e40af,#1e3a8a);border-radius:24px;box-shadow:0 20px 60px #1e40af4d;overflow:hidden;padding:3rem;position:relative;text-align:center}.cta-box:before{animation:pulse 8s ease-in-out infinite;background:radial-gradient(circle,#ffffff1a 0,#0000 70%);content:"";height:200%;position:absolute;right:-50%;top:-50%;width:200%}@keyframes pulse{0%,to{transform:translate(0)}50%{transform:translate(-20px,-20px)}}.cta-box-title{color:#fff;font-size:2rem;font-weight:800;margin-bottom:.75rem;position:relative;z-index:1}.cta-box-text{color:#ffffffe6;margin-bottom:2rem}.cta-box-button,.cta-box-text{font-size:1.125rem;position:relative;z-index:1}.cta-box-button{align-items:center;background:#fff;border:none;border-radius:12px;box-shadow:0 4px 14px #00000026;color:#1e40af;cursor:pointer;display:inline-flex;font-weight:700;gap:.5rem;padding:1rem 2.5rem;transition:all .3s ease}.cta-box-button:hover{box-shadow:0 6px 20px #0003;transform:translateY(-2px)}@media (max-width:1024px){.steps-container{gap:2rem;grid-template-columns:repeat(2,1fr)}}@media (max-width:768px){.how-it-works-section{padding:4rem 1.5rem}.steps-container{gap:2rem;grid-template-columns:1fr}.cta-box{padding:2.5rem 1.5rem}.cta-box-title{font-size:1.75rem}.cta-box-button{justify-content:center;width:100%}}.question-step{display:flex;flex-direction:column;gap:1.5rem;min-height:auto;padding:0}.question-title{color:#0f172a;font-size:2.25rem;font-weight:800;letter-spacing:-.025em;line-height:1.2;margin-bottom:.25rem;text-align:center}.question-subtitle{color:#64748b;font-size:1.125rem;line-height:1.5;margin-bottom:0;margin-left:auto;margin-right:auto;max-width:600px;text-align:center}.input-container{align-items:center;display:flex;flex-direction:column;gap:.75rem;margin:.75rem 0}.bill-input-wrapper{align-items:center;display:flex;max-width:500px;position:relative;width:100%}.currency-symbol{color:#1e40af;font-size:1.5rem;font-weight:700;left:1.5rem;pointer-events:none;position:absolute;z-index:1}.bill-input{background:linear-gradient(135deg,#fff,#f8fafc) padding-box,linear-gradient(135deg,#1e40af73,#f59e0b73) border-box;border:2px solid #0000;border-radius:18px;box-shadow:0 12px 35px #0f172a14;color:#0f172a;font-size:1.5rem;font-weight:600;padding:1.25rem 1.25rem 1.25rem 3.5rem;text-align:left;transition:all .3s ease;width:100%}.bill-input::placeholder{color:#94a3b8;font-weight:400}.bill-input:focus{background:linear-gradient(135deg,#fff,#f8fafc) padding-box,linear-gradient(135deg,#1e40af,#f59e0b) border-box;box-shadow:0 18px 45px #1e40af33;outline:none;transform:translateY(-2px)}.bill-input:hover:not(:focus){background:linear-gradient(135deg,#fff,#f8fafc) padding-box,linear-gradient(135deg,#1e40af99,#f59e0b99) border-box;box-shadow:0 14px 38px #0f172a1f}.bill-hint{background:linear-gradient(135deg,#1e40af14,#1e3a8a14);border-left:3px solid #1e40af;border-radius:12px;color:#1e40af;font-size:1rem;font-weight:600;padding:.75rem 1.25rem}.bill-highlights{grid-gap:.75rem;display:grid;gap:.75rem;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));margin-left:auto;margin-right:auto;margin-top:.5rem;max-width:640px;width:100%}.highlight-pill{align-items:center;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background:linear-gradient(135deg,#ffffffe6,#f8fafcf2);border:1px solid #94a3b833;border-radius:16px;box-shadow:0 12px 28px #0f172a14;display:flex;gap:.75rem;padding:.85rem 1rem}.highlight-icon{align-items:center;background:linear-gradient(135deg,#1e40af26,#f59e0b33);border-radius:12px;color:#1e3a8a;display:inline-flex;height:42px;justify-content:center;width:42px}.highlight-icon svg{height:22px;width:22px}.highlight-copy{display:flex;flex-direction:column;gap:.1rem}.highlight-title{color:#0f172a;font-size:.95rem;font-weight:700}.highlight-sub{color:#64748b;font-size:.8rem}.state-grid{grid-gap:1.25rem;display:grid;gap:1.25rem;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));margin-top:1rem}.state-card{background:linear-gradient(135deg,#fff,#f8fafc);border:2px solid #e2e8f0;border-radius:20px;cursor:pointer;overflow:hidden;padding:2rem 1.5rem;position:relative;text-align:center;transition:all .3s cubic-bezier(.4,0,.2,1)}.state-card:before{background:linear-gradient(135deg,#1e40af0d,#1e3a8a0d);bottom:0;content:"";left:0;opacity:0;position:absolute;right:0;top:0;transition:opacity .3s ease}.state-card:hover:before{opacity:1}.state-card:hover{border-color:#1e40af;box-shadow:0 12px 32px #1e40af26;transform:translateY(-4px)}.state-card.selected{background:linear-gradient(135deg,#1e40af,#1e3a8a);border-color:#1e40af;box-shadow:0 12px 32px #1e40af4d;color:#fff;transform:translateY(-2px)}.state-card.selected:before{opacity:0}.state-icon{font-size:2.5rem;margin-bottom:.75rem}.state-name{font-size:1.25rem;font-weight:700;margin-bottom:.5rem}.state-list{font-size:.875rem;line-height:1.5;margin-bottom:.5rem;opacity:.85}.state-rate{font-size:.95rem;font-weight:600;margin-top:.5rem}.state-card.selected .state-rate{opacity:.9}.checkmark{align-items:center;background:#fff;border-radius:50%;color:#1e40af;display:flex;font-size:.875rem;font-weight:700;height:24px;justify-content:center;position:absolute;right:.75rem;top:.75rem;width:24px}.system-type-container{grid-gap:1.5rem;display:grid;gap:1.5rem;grid-template-columns:1fr 1fr;margin-left:auto;margin-right:auto;margin-top:1rem;max-width:1000px}.system-type-card{background:#fff;border:2px solid #e2e8f0;border-radius:16px;box-shadow:0 2px 8px #0000000a;cursor:pointer;display:flex;flex-direction:column;height:100%;padding:2rem;position:relative;transition:all .3s ease}.system-type-card:hover{border-color:#1e40af;box-shadow:0 8px 24px #1e40af1f}.system-type-card.selected{background:#fff;border-color:#1e40af;border-width:2px;box-shadow:0 8px 24px #1e40af33}.system-type-card.popular{border-color:#f59e0b}.system-type-card.popular.selected{border-color:#1e40af}.popular-badge{background:linear-gradient(135deg,#f59e0b,#d97706);border-radius:20px;box-shadow:0 2px 8px #f59e0b4d;color:#fff;font-size:.75rem;font-weight:700;left:50%;letter-spacing:.5px;padding:.375rem 1rem;position:absolute;text-transform:uppercase;top:-12px;transform:translateX(-50%)}.system-type-header{margin-bottom:.75rem;padding-top:.5rem}.system-type-name{color:#0f172a;font-size:1.5rem;font-weight:700;margin:0}.system-type-card.selected .system-type-name{color:#1e40af}.system-type-description{color:#64748b;font-size:.95rem;font-weight:400;line-height:1.6;margin-bottom:1.5rem}.system-benefits{flex:1 1;margin:0}.benefits-list{list-style:none;margin:0;padding:0}.benefits-list li{color:#1e293b;font-size:.95rem;line-height:1.6;padding:.625rem 0 .625rem 2rem;position:relative}.benefits-list li:before{align-items:center;color:#f59e0b;content:"✓";display:flex;font-size:1.125rem;font-weight:700;height:20px;justify-content:center;left:0;position:absolute;width:20px}.selected-indicator{border-radius:8px;font-size:.875rem;font-weight:600;margin-top:1.5rem;padding:.75rem;text-align:center}.selected-indicator,.subsidy-card{background:linear-gradient(135deg,#1e40af,#1e3a8a);color:#fff}.subsidy-card{border-radius:20px;box-shadow:0 8px 24px #1e40af40;margin-top:1rem;padding:2rem}.subsidy-header{align-items:center;display:flex;gap:.75rem;margin-bottom:.75rem}.subsidy-icon{font-size:1.75rem}.subsidy-header h3{font-size:1.5rem;font-weight:700;margin:0}.subsidy-description{font-size:1rem;line-height:1.7;margin-bottom:1.5rem;opacity:.95}.subsidy-amounts{margin:1rem 0}.subsidy-amounts h4{font-size:1.125rem;font-weight:600;margin-bottom:1rem}.subsidy-table{background:#ffffff26;border-radius:10px;padding:.75rem}.subsidy-row{border-bottom:1px solid #fff3;display:flex;justify-content:space-between;padding:.5rem 0}.subsidy-row:last-child{border-bottom:none}.subsidy-capacity{font-size:1rem;font-weight:600}.subsidy-value{font-size:1.125rem;font-weight:700}.subsidy-eligibility{margin:1rem 0}.subsidy-eligibility h4{font-size:1.125rem;font-weight:600;margin-bottom:1rem}.subsidy-eligibility ul{list-style:none;padding:0}.subsidy-eligibility li{font-size:.95rem;line-height:1.6;opacity:.95;padding:.5rem 0 .5rem 1.5rem;position:relative}.subsidy-eligibility li:before{content:"✓";font-weight:700;left:0;position:absolute}.subsidy-transfer{background:#ffffff26;border-radius:8px;margin-top:.75rem;padding:.75rem}.subsidy-transfer p{font-size:.875rem;line-height:1.5;margin:0}.info-box{align-items:flex-start;background:linear-gradient(135deg,#1e40af14,#1e3a8a14);border-left:4px solid #1e40af;border-radius:12px;display:flex;gap:.75rem}.info-box,.info-box.enhanced-info{margin-top:.5rem;padding:1rem 1.25rem}.info-box.enhanced-info{background:linear-gradient(135deg,#f59e0b1a,#d977061a);border-left-color:#f59e0b;border-radius:16px;box-shadow:0 2px 8px #f59e0b1a}.info-icon-wrapper{align-items:center;background:linear-gradient(135deg,#f59e0b,#d97706);border-radius:12px;box-shadow:0 2px 8px #f59e0b4d;color:#fff;display:flex;flex-shrink:0;height:40px;justify-content:center;width:40px}.info-box p{color:#475569;flex:1 1;font-size:.95rem;line-height:1.7;margin:0}.info-box.enhanced-info p{color:#1e293b;font-size:1rem;font-weight:500}.info-box.highlight{background:linear-gradient(135deg,#f59e0b1a,#d977061a);border-left-color:#f59e0b}.info-box.highlight p{color:#1e293b;font-size:.95rem}@media (max-width:768px){.question-step{gap:2rem;padding:1.5rem}.question-title{font-size:1.75rem;line-height:1.3}.question-subtitle{font-size:1rem;line-height:1.6}.input-container{margin:1rem 0}.bill-input-wrapper{max-width:100%}.bill-input{font-size:1.25rem;padding:1rem 1rem 1rem 3rem}.currency-symbol{font-size:1.25rem;left:1.25rem}.bill-hint{font-size:.95rem;padding:.625rem 1rem}.bill-highlights{grid-template-columns:1fr}.highlight-pill{border-radius:14px;padding:.75rem}.highlight-icon{height:36px;width:36px}.highlight-title{font-size:.9rem}.highlight-sub{font-size:.75rem}.state-grid{gap:1rem;grid-template-columns:1fr}.state-card{border-radius:16px;padding:1.5rem 1rem}.system-type-container{gap:1rem;grid-template-columns:1fr;max-width:100%}.system-type-card{border-radius:16px;padding:1.75rem 1.5rem}.info-box.enhanced-info{align-items:flex-start;flex-direction:column;gap:.75rem;padding:1rem 1.25rem}.info-icon-wrapper{height:36px;width:36px}.info-box.enhanced-info p{font-size:.95rem}}.results-display{margin:0;max-width:100%;padding:0}.results-header{margin-bottom:2rem;text-align:center}.results-title{color:#0f172a;font-size:2.5rem;font-weight:800;letter-spacing:-.025em;margin-bottom:.75rem}.results-subtitle{color:#64748b;font-size:1.25rem;line-height:1.7}.results-content{grid-gap:1.5rem;display:grid;gap:1.5rem;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));margin-bottom:2rem}.result-card{background:#fff;border:1px solid #0000000f;border-radius:20px;box-shadow:0 4px 20px #00000014;padding:2rem;transition:all .3s ease}.result-card:hover{box-shadow:0 8px 30px #0000001f;transform:translateY(-4px)}.result-card h3{color:#0f172a;font-size:1.5rem;font-weight:700;margin-bottom:1.5rem}.system-recommendation{background:linear-gradient(135deg,#1e40af,#1e3a8a);color:#fff;grid-column:1/-1;text-align:center}.system-recommendation h3{color:#fff}.card-icon{font-size:3rem;margin-bottom:1rem}.system-size{align-items:baseline;display:flex;gap:.5rem;justify-content:center;margin:1rem 0}.kw-value{font-size:4rem;font-weight:700}.kw-unit{font-size:2rem;font-weight:600;opacity:.9}.card-description{font-size:1.1rem;margin-top:.5rem;opacity:.95}.cost-item{border-bottom:1px solid #e0e0e0;display:flex;justify-content:space-between;padding:.75rem 0}.cost-item:last-child{border-bottom:none}.cost-item.highlight{background:#667eea0d;border-radius:8px;margin:.5rem 0;padding:.75rem 1rem}.cost-item.total{border-top:2px solid #1e40af;color:#0f172a;font-size:1.2rem;font-weight:700;margin-top:.5rem;padding-top:1rem}.cost-label{color:#666}.cost-value{color:#0f172a;font-weight:600}.cost-value.subsidy{color:#f59e0b}.downpayment-badge{align-items:center;background:linear-gradient(135deg,#f59e0b,#d97706);border-radius:12px;color:#fff;display:flex;font-size:1.1rem;font-weight:600;gap:.5rem;justify-content:center;margin-top:1rem;padding:1rem}.badge-icon{font-size:1.5rem}.emi-breakdown{display:flex;flex-direction:column;gap:1rem}.emi-item{background:#667eea0d;border-radius:8px;display:flex;justify-content:space-between;padding:.75rem}.emi-item.highlight{background:linear-gradient(135deg,#1e40af1a,#1e3a8a1a);border:2px solid #1e40af}.emi-label{color:#666}.emi-value{color:#1e3c72;font-weight:600}.emi-amount{color:#1e40af;font-size:1.3rem}.comparison-grid{align-items:center;display:flex;gap:1.5rem;justify-content:center;margin:1.5rem 0}.comparison-item{border-radius:12px;flex:1 1;padding:1.5rem;text-align:center}.comparison-item.current{background:#f59e0b1a;border:2px solid #f59e0b}.comparison-item.emi{background:#1e40af1a;border:2px solid #1e40af}.comparison-item.emi.higher,.comparison-item.emi.saving{background:#f59e0b1a;border:2px solid #f59e0b}.comparison-label{color:#666;font-size:.9rem;font-weight:500;margin-bottom:.5rem}.comparison-amount{color:#0f172a;font-size:1.8rem;font-weight:700}.comparison-arrow{color:#cbd5e1;font-size:2rem;font-weight:700}.savings-badge{align-items:flex-start;border-radius:12px;display:flex;gap:.75rem;margin-top:1rem;padding:1rem}.savings-badge.positive{background:#f59e0b1a;border:2px solid #f59e0b}.savings-badge.info{background:#3b82f61a;border:2px solid #3b82f6}.savings-icon{flex-shrink:0;font-size:1.5rem}.savings-text{font-size:.95rem;font-weight:500;line-height:1.6}.savings-badge.positive .savings-text{color:#d97706}.savings-badge.info .savings-text{color:#1e40af}.savings-badge.info .savings-text strong{color:#0f172a;font-weight:700}.generation-info{display:flex;flex-direction:column;gap:1rem}.generation-range{align-items:center;background:#667eea0d;border-radius:8px;display:flex;justify-content:space-between;padding:1rem}.generation-label{color:#666;font-weight:500}.generation-value{color:#1e40af;font-size:1.2rem;font-weight:700}.generation-note{color:#666;font-style:italic;text-align:center}.grid-info{background:linear-gradient(135deg,#1e40af0d,#1e3a8a0d);border-left:3px solid #1e40af;border-radius:12px;margin-top:1rem;padding:1rem}.grid-info p{color:#555;line-height:1.6;margin:.5rem 0}.results-actions{flex-direction:column;gap:1rem}.btn-primary,.results-actions{align-items:center;display:flex}.btn-primary{background:linear-gradient(135deg,#1e40af,#1e3a8a);border:none;border-radius:12px;box-shadow:0 4px 14px #1e40af66;color:#fff;cursor:pointer;font-size:1.125rem;font-weight:600;gap:.5rem;padding:1rem 2.5rem;transition:all .3s ease}.btn-primary:hover{box-shadow:0 6px 20px #1e40af80;transform:translateY(-2px)}.results-secondary-actions{display:flex;flex-wrap:wrap;gap:1rem;justify-content:center}.btn-secondary{background:#fff;border:2px solid #e2e8f0;border-radius:12px;color:#1e40af;cursor:pointer;font-size:1rem;font-weight:600;padding:.875rem 1.75rem;transition:all .3s ease}.btn-secondary:hover{background:#1e40af0d;border-color:#1e40af}.btn-tertiary{background:#0000;border:2px solid #e2e8f0;border-radius:12px;color:#64748b;cursor:pointer;font-size:1rem;font-weight:600;padding:.875rem 1.75rem;transition:all .3s ease}.btn-tertiary:hover{background:#00000005;border-color:#cbd5e1;color:#1e293b}@media (max-width:768px){.results-display{padding:0}.results-title{font-size:2rem}.results-subtitle{font-size:1.125rem}.results-content{grid-template-columns:1fr}.system-recommendation{grid-column:1}.kw-value{font-size:3rem}.comparison-grid{flex-direction:column}.comparison-arrow{transform:rotate(90deg)}.results-actions{flex-direction:column}.results-secondary-actions{flex-direction:column;width:100%}.btn-primary,.btn-secondary,.btn-tertiary{width:100%}}.questionnaire-page{background:linear-gradient(180deg,#fff,#f8fafc);min-height:100vh;overflow-x:hidden;position:relative}.questionnaire-nav{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#fffffff2;border-bottom:1px solid #0000000f;left:0;padding:1rem 0;position:-webkit-sticky;position:sticky;right:0;top:0;z-index:100}.questionnaire-nav-container{grid-gap:2rem;align-items:center;display:grid;gap:2rem;grid-template-columns:auto 1fr auto;margin:0 auto;max-width:1200px;padding:.75rem 2rem}.questionnaire-nav-logo{align-items:center;cursor:pointer;display:flex;transition:opacity .2s}.questionnaire-nav-logo:hover{opacity:.8}.questionnaire-logo-image{height:45px;object-fit:contain;width:auto}.questionnaire-close-btn{align-items:center;background:#0000000d;border:none;border-radius:8px;color:#64748b;cursor:pointer;display:flex;height:36px;justify-content:center;transition:all .2s;width:36px}.questionnaire-close-btn:hover{background:#0000001a;color:#1e293b}.questionnaire-header-progress{align-items:center;display:flex;flex-direction:column;gap:.5rem;margin:0 auto;max-width:400px;width:100%}.questionnaire-progress-bar{background:#e2e8f0;border-radius:3px;box-shadow:inset 0 1px 2px #0000000d;height:6px;overflow:hidden;width:100%}.questionnaire-progress-fill{background:linear-gradient(90deg,#1e40af,#1e3a8a);border-radius:4px;box-shadow:0 2px 4px #1e40af4d;height:100%;position:relative;transition:width .4s cubic-bezier(.4,0,.2,1)}.questionnaire-progress-fill:after{animation:shimmer 2s infinite;background:linear-gradient(90deg,#0000,#ffffff4d 50%,#0000);bottom:0;content:"";left:0;position:absolute;right:0;top:0}@keyframes shimmer{0%{transform:translateX(-100%)}to{transform:translateX(100%)}}.questionnaire-step-info{align-items:center;color:#64748b;display:flex;font-size:.85rem;font-weight:500;gap:.5rem}.questionnaire-step-number{color:#1e40af;font-size:.9rem;font-weight:700}.questionnaire-step-separator{color:#cbd5e1;font-weight:400}.questionnaire-step-total{color:#94a3b8;font-weight:500}.questionnaire-page-content{position:relative;z-index:2}.questionnaire-main-container{margin:0 auto;max-width:1000px;padding:2rem}.questionnaire-step-wrapper{background:#fff;border:1px solid #0000000f;border-radius:24px;box-shadow:0 8px 32px #00000014;margin-bottom:2rem;overflow:hidden;padding:2rem 3rem;position:relative}.questionnaire-step-wrapper:before{background:linear-gradient(90deg,#1e40af,#1e3a8a 50%,#f59e0b);content:"";height:4px;left:0;position:absolute;right:0;top:0}.questionnaire-navigation{align-items:center;display:flex;gap:1rem;justify-content:space-between;margin-top:.5rem;padding:0 3rem}.questionnaire-btn-back{align-items:center;background:#fff;border:2px solid #e2e8f0;border-radius:12px;box-shadow:0 2px 4px #0000000d;color:#1e40af;cursor:pointer;display:flex;font-size:1rem;font-weight:600;gap:.5rem;padding:1rem 1.75rem;transition:all .3s ease}.questionnaire-btn-back:hover{background:#1e40af0d;border-color:#1e40af;box-shadow:0 4px 8px #00000014;transform:translateY(-1px)}.questionnaire-btn-next{align-items:center;background:linear-gradient(135deg,#1e40af,#1e3a8a);border:none;border-radius:12px;box-shadow:0 4px 14px #1e40af66;color:#fff;cursor:pointer;display:flex;font-size:1rem;font-weight:600;gap:.5rem;margin-left:auto;overflow:hidden;padding:1rem 2.5rem;position:relative;transition:all .3s ease}.questionnaire-btn-next:before{background:linear-gradient(90deg,#0000,#fff3,#0000);content:"";height:100%;left:-100%;position:absolute;top:0;transition:left .5s;width:100%}.questionnaire-btn-next:hover:not(.disabled):before{left:100%}.questionnaire-btn-next:hover:not(.disabled){box-shadow:0 6px 20px #1e40af80;transform:translateY(-2px)}.questionnaire-btn-next.disabled{box-shadow:none;cursor:not-allowed;opacity:.5}.questionnaire-bg-pattern{background-image:radial-gradient(circle at 20% 50%,#1e40af14 0,#0000 50%),radial-gradient(circle at 80% 80%,#f59e0b14 0,#0000 50%);bottom:0;left:0;opacity:.4;pointer-events:none;position:fixed;right:0;top:0;z-index:1}@media (max-width:768px){.questionnaire-nav-container{gap:1rem;grid-template-columns:auto 1fr auto;padding:.75rem 1.5rem}.questionnaire-header-progress{gap:.375rem;max-width:250px}.questionnaire-progress-bar{height:5px}.questionnaire-step-info{font-size:.8rem}.questionnaire-step-number{font-size:.85rem}.questionnaire-main-container{padding:1.5rem}.questionnaire-step-wrapper{border-radius:20px;padding:1.5rem 1.25rem}.questionnaire-navigation{flex-direction:column;padding:0 1.5rem}.questionnaire-btn-back{justify-content:center;order:2;width:100%}.questionnaire-btn-next{justify-content:center;margin-left:0;order:1;width:100%}}@media (max-width:480px){.questionnaire-step-wrapper{padding:1.5rem 1.25rem}.questionnaire-main-container{padding:1.5rem 1rem}}.testimonials-section{background:#fff;padding:6rem 2rem;position:relative}.container{max-width:1200px}.testimonials-header{margin-bottom:3rem;text-align:center}.section-subtitle{margin:0 auto;max-width:600px}.testimonials-grid{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:repeat(auto-fit,minmax(280px,1fr))}.testimonial-card{background:linear-gradient(135deg,#fff,#f8fafc);border:1px solid #0000000f;border-radius:20px;box-shadow:0 4px 12px #00000014;padding:2rem;transition:all .3s ease}.testimonial-card:hover{border-color:#1e40af33;box-shadow:0 20px 50px #0000001f;transform:translateY(-8px)}.testimonial-header{margin-bottom:1.5rem}.testimonial-info{flex:1 1}.testimonial-name{color:#0f172a;font-size:1.3rem;font-weight:700;margin-bottom:.25rem}.testimonial-location{color:#666;font-size:.9rem;margin-bottom:.5rem}.testimonial-type{background:linear-gradient(135deg,#1e40af1a,#f59e0b1a);border-radius:12px;color:#1e40af;display:inline-block;font-size:.8rem;font-weight:600;padding:.25rem .75rem}.testimonial-stats{background:#667eea0d;border-radius:12px;justify-content:space-between;margin-bottom:1rem;padding:1rem}.stat-item,.testimonial-stats{align-items:center;display:flex}.stat-item{flex:1 1;flex-direction:column}.stat-label{color:#666;font-size:.85rem;font-weight:500;margin-bottom:.25rem}.stat-value{color:#0f172a;font-size:1.3rem;font-weight:700}.stat-item.after .stat-value,.stat-item.before .stat-value{color:#f59e0b}.stat-arrow{color:#cbd5e1;font-size:1.5rem;font-weight:700;margin:0 .5rem}.reduction-badge{align-items:center;background:linear-gradient(135deg,#f59e0b,#d97706);border-radius:12px;color:#fff;display:flex;font-weight:600;gap:.5rem;justify-content:center;margin-bottom:1rem;padding:.75rem 1rem}.reduction-icon{font-size:1.2rem}.system-info{align-items:center;background:#667eea0d;border-radius:8px;display:flex;justify-content:space-between;margin-bottom:1rem;padding:.75rem}.system-label{color:#666;font-weight:500}.system-value{color:#1e40af;font-size:1.1rem;font-weight:700}.testimonial-text{border-top:1px solid #e0e0e0;color:#555;font-style:italic;line-height:1.6;margin:0;padding-top:1rem}@media (max-width:768px){.testimonials-section{padding:3rem 1rem}.section-title{font-size:2rem}.testimonials-grid{gap:1.5rem;grid-template-columns:1fr}.testimonial-card{padding:1.5rem}}.faq-section{background:linear-gradient(180deg,#f8fafc,#fff);padding:6rem 2rem}.container{margin:0 auto;max-width:900px}.faq-header{margin-bottom:3rem;text-align:center}.section-title{color:#0f172a;font-size:2.5rem;font-weight:800;letter-spacing:-.025em;margin-bottom:1rem}.section-subtitle{color:#666;font-size:1.2rem}.faq-list{display:flex;flex-direction:column;gap:1rem}.faq-item{background:#fff;border:1px solid #0000000f;border-radius:16px;overflow:hidden;transition:all .3s ease}.faq-item:hover{border-color:#1e40af33;box-shadow:0 8px 20px #00000014}.faq-question{align-items:center;background:none;border:none;cursor:pointer;display:flex;gap:1rem;justify-content:space-between;padding:1.5rem;text-align:left;transition:all .3s ease;width:100%}.faq-question:hover{background:#1e40af08}.faq-question-text{color:#0f172a;flex:1 1;font-size:1.1rem;font-weight:600}.faq-icon{color:#1e40af;flex-shrink:0;font-size:.8rem;transition:transform .3s ease}.faq-answer{overflow:hidden;padding:0 1.5rem}.faq-answer p{color:#555;line-height:1.8;margin:0;padding:1rem 0 1.5rem}@media (max-width:768px){.faq-section{padding:3rem 1rem}.section-title{font-size:2rem}.faq-question{padding:1.25rem}.faq-question-text{font-size:1rem}.faq-answer{padding:0 1.25rem}}.footer{background:linear-gradient(135deg,#1e40af,#1e3a8a);color:#fff;overflow:hidden;padding:4rem 0 2rem;position:relative}.footer:before{background:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 100 100'%3E%3Cdefs%3E%3Cpattern id='a' width='20' height='20' patternUnits='userSpaceOnUse'%3E%3Cpath d='M20 0H0v20' fill='none' stroke='rgba(255,255,255,0.05)' stroke-width='.5'/%3E%3C/pattern%3E%3C/defs%3E%3Cpath fill='url(%23a)' d='M0 0h100v100H0z'/%3E%3C/svg%3E");bottom:0;content:"";left:0;opacity:.3;position:absolute;right:0;top:0}.footer-container{margin:0 auto;max-width:1200px;padding:0 2rem;position:relative;z-index:2}.footer-content{grid-gap:4rem;display:grid;gap:4rem;grid-template-columns:1fr 2fr;margin-bottom:3rem}.footer-brand{display:flex;flex-direction:column;gap:1.5rem}.footer-logo{align-items:center;display:flex}.footer-logo-image{height:60px;object-fit:contain;width:auto}.footer-urja{color:#1e40af;text-shadow:1px 1px 2px #0000004d}.footer-brand p{color:#fffc;font-size:1rem;line-height:1.6;max-width:300px}.footer-links{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:repeat(3,1fr)}.footer-section h4{color:#f59e0b;font-size:1.2rem;font-weight:600;letter-spacing:1px;margin-bottom:1rem;text-transform:uppercase}.footer-section ul{list-style:none;margin:0;padding:0}.footer-section li{color:#fffc;cursor:pointer;margin-bottom:.8rem;transition:all .3s ease}.footer-section li:hover{color:#f59e0b;transform:translateX(5px)}.footer-bottom{border-top:1px solid #ffffff1a;padding-top:2rem}.footer-bottom-content{align-items:center;display:flex;flex-wrap:wrap;gap:1rem;justify-content:space-between}.footer-bottom p{color:#fff9;font-size:.9rem;margin:0}.footer-social{align-items:center;display:flex;gap:1rem}.footer-social span{color:#fffc;font-size:.9rem}.social-links{display:flex;gap:1rem}.social-links a{align-items:center;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#ffffff1a;border:1px solid #fff3;border-radius:50%;color:#fff;display:flex;height:40px;justify-content:center;text-decoration:none;transition:all .3s ease;width:40px}.social-links a svg{height:20px;width:20px}.social-links a:hover{background:#f59e0b;border-color:#f59e0b;box-shadow:0 5px 15px #f59e0b66;transform:translateY(-3px)}@media (max-width:1024px){.footer-content{gap:3rem;grid-template-columns:1fr}.footer-links{grid-template-columns:repeat(2,1fr)}}@media (max-width:768px){.footer{padding:3rem 0 1.5rem}.footer-container{padding:0 1.5rem}.footer-links{gap:2rem;grid-template-columns:1fr}.footer-bottom-content{flex-direction:column;gap:1.5rem;text-align:center}.footer-social{flex-direction:column;gap:1rem}}@media (max-width:480px){.footer{padding:2rem 0 1rem}.footer-container{padding:0 1rem}.footer-logo{flex-direction:column;gap:.5rem;text-align:center}.footer-logo h3{font-size:1.5rem}.footer-brand p{max-width:none;text-align:center}.social-links{gap:.8rem}.social-links a{height:35px;width:35px}.social-links a svg{height:18px;width:18px}}*{box-sizing:border-box;margin:0;padding:0}.App{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background:#fff;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;min-height:100vh}html{scroll-behavior:smooth}.fade-in{animation:fadeIn 1s ease-in-out}@keyframes fadeIn{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}.slide-up{animation:slideUp .8s ease-out}@keyframes slideUp{0%{opacity:0;transform:translateY(50px)}to{opacity:1;transform:translateY(0)}}::selection{background-color:#f59e0b4d;color:#1e40af}::-webkit-scrollbar{width:10px}::-webkit-scrollbar-track{background:#f1f5f9}::-webkit-scrollbar-thumb{background:#cbd5e1;border-radius:5px}::-webkit-scrollbar-thumb:hover{background:#94a3b8}
/*# sourceMappingURL=main.918d91df.css.map*/