@import"https://fonts.googleapis.com/css2?family=Roboto:wght@300;400;500;700&display=swap";*{margin:0;padding:0;box-sizing:border-box}html,body{font-family:Roboto,-apple-system,BlinkMacSystemFont,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background:linear-gradient(180deg,#f8f9fa,#fff);color:#1a1a2e;line-height:1.6;min-height:100vh}h1{font-size:2.2rem;font-weight:700;letter-spacing:-.5px;color:#1a1a2e}.main-title{display:flex;flex-direction:column;gap:0;line-height:1.2}.title-line1{font-family:Roboto,sans-serif;font-weight:300;font-size:2rem;color:#1a1a2e;margin-bottom:-.15rem}.title-line2{font-family:Roboto,sans-serif;font-weight:700;font-size:2rem;color:#1a1a2e}h2{font-size:1.5rem;font-weight:500;color:#1a1a2e;margin-bottom:1.25rem}h3{font-size:1.1rem;font-weight:500;color:#1a1a2e;margin-bottom:.75rem}p{color:#4a4a5a;margin-bottom:.5rem}.calculator-container{max-width:720px;margin:0 auto;padding:2rem 1.5rem}.header{display:flex;align-items:center;justify-content:space-between;margin-bottom:.5rem;padding-bottom:.5rem}.logo-img{height:36px;width:auto;object-fit:contain}.version-badge{font-size:.65rem;color:#b0b7c3;font-weight:400;letter-spacing:.5px;text-align:right;margin-top:0;margin-bottom:.25rem}.language-switcher{display:flex;gap:.35rem}.language-btn{display:inline-flex;align-items:center;justify-content:center;width:36px;height:36px;border-radius:50%;border:2px solid transparent;background:#f0f2f5;cursor:pointer;font-size:1.05rem;transition:all .2s ease;text-decoration:none}.language-btn:hover{border-color:#06f;background:#e8f0fe}.language-btn.active{border-color:#06f;background:#06f;box-shadow:0 2px 8px #0066ff40}.section-card{background:#fff;border:1px solid #eaedf0;border-radius:16px;padding:1.25rem;margin-bottom:.85rem;box-shadow:0 1px 3px #0000000a;transition:box-shadow .2s ease}.section-card:hover{box-shadow:0 4px 12px #0000000f}.section-card h2{display:flex;align-items:center;gap:.5rem;font-size:1.05rem;font-weight:500;color:#6b7280;text-transform:uppercase;letter-spacing:.8px;margin-bottom:.75rem;padding-bottom:.5rem}.section-icon{font-size:1.2rem}.form-row{display:flex;align-items:center;gap:.7rem;margin-bottom:.4rem;padding:.35rem 0}.form-label{flex:1;font-size:.95rem;font-weight:400;color:#374151;display:flex;align-items:center;gap:.5rem}.form-label .icon{font-size:1.1rem;width:24px;text-align:center}.form-control{display:flex;align-items:center;gap:.5rem}.input-number{width:80px;padding:.5rem .6rem;border:1.5px solid #e0e3e8;border-radius:10px;background:#f8f9fb;color:#1a1a2e;font-size:.95rem;font-family:Roboto,sans-serif;font-weight:500;text-align:center;transition:all .2s ease;-moz-appearance:textfield}.input-number::-webkit-outer-spin-button,.input-number::-webkit-inner-spin-button{-webkit-appearance:none;margin:0}.input-number:focus{outline:none;border-color:#06f;background:#fff;box-shadow:0 0 0 3px #0066ff1a}.input-text{width:100%;padding:.65rem .85rem;border:1.5px solid #e0e3e8;border-radius:10px;background:#f8f9fb;color:#1a1a2e;font-size:.95rem;font-family:Roboto,sans-serif;transition:all .2s ease}.input-text:focus{outline:none;border-color:#06f;background:#fff;box-shadow:0 0 0 3px #0066ff1a}.input-text::placeholder{color:#9ca3af}.unit-label{font-size:.8rem;color:#9ca3af;font-weight:400;min-width:36px}input[type=range]{-webkit-appearance:none;width:120px;height:4px;border-radius:2px;background:#e0e3e8;outline:none}input[type=range]::-webkit-slider-thumb{-webkit-appearance:none;width:18px;height:18px;border-radius:50%;background:#06f;cursor:pointer;box-shadow:0 1px 4px #0066ff4d;transition:transform .15s ease}input[type=range]::-webkit-slider-thumb:hover{transform:scale(1.15)}input[type=range]::-moz-range-thumb{width:18px;height:18px;border-radius:50%;background:#06f;cursor:pointer;border:none}.members-list{display:flex;flex-direction:column;gap:.5rem}.member-form-row{gap:.5rem}.member-name-inline{width:100%;padding:.2rem .4rem;border:1px solid transparent;border-radius:4px;background:transparent;font-size:.9rem;font-family:Roboto,sans-serif;color:#1a1a2e;transition:all .2s}.member-name-inline:focus{outline:none;border-color:#06f;background:#fff}.member-name-inline::placeholder{color:#b0b7c3}.btn-remove-inline{width:20px;height:20px;display:inline-flex;align-items:center;justify-content:center;border:none;border-radius:50%;background:#fee2e2;color:#dc2626;cursor:pointer;font-size:.75rem;flex-shrink:0;padding:0;line-height:1}.btn-remove-inline:hover{background:#fca5a5}.btn-remove{width:28px;height:28px;display:flex;align-items:center;justify-content:center;border:none;border-radius:50%;background:#fee2e2;color:#dc2626;cursor:pointer;font-size:.75rem;font-weight:700;transition:all .15s ease;flex-shrink:0}.btn-remove:hover{background:#fecaca;transform:scale(1.1)}.btn-add{display:flex;align-items:center;justify-content:center;gap:.35rem;width:100%;padding:.6rem;margin-top:.5rem;border:1.5px dashed #d1d5db;border-radius:10px;background:transparent;color:#6b7280;font-size:.85rem;font-weight:500;font-family:Roboto,sans-serif;cursor:pointer;transition:all .2s ease}.btn-add:hover{border-color:#06f;color:#06f;background:#f0f7ff}.products-row{display:grid;grid-template-columns:1fr 1fr;gap:.75rem;margin-bottom:1rem}.product-card{padding:1.25rem;border:2px solid #eaedf0;border-radius:12px;cursor:pointer;transition:all .2s ease;text-align:center;background:#fafbfc}.product-card:hover{border-color:#06f;background:#f0f7ff}.product-card.selected{border-color:#06f;background:linear-gradient(135deg,#f0f7ff,#e8f0fe);box-shadow:0 2px 8px #0066ff1f}.product-card h3{font-size:1rem;font-weight:600;margin-bottom:.25rem;color:#1a1a2e}.product-price{font-size:1.4rem;font-weight:700;color:#06f;margin-bottom:.25rem}.product-desc{font-size:.78rem;color:#9ca3af}.toggle-row{display:flex;gap:.75rem;margin-top:.5rem}.toggle-option{flex:1;display:flex;align-items:center;gap:.5rem;padding:.65rem .85rem;border:1.5px solid #e0e3e8;border-radius:10px;cursor:pointer;font-size:.85rem;color:#4a4a5a;transition:all .2s;background:#fafbfc}.toggle-option:hover{border-color:#06f}.toggle-option.active{border-color:#06f;background:#f0f7ff;color:#06f;font-weight:500}.toggle-option input[type=radio]{accent-color:#0066ff}.toggle-row-full{flex-wrap:nowrap}.toggle-row-full .toggle-option{flex:1 1 100%}.toggle-row-half{flex-wrap:nowrap;margin-top:0}.toggle-row-half .toggle-option{flex:1 1 50%}.results-banner{text-align:center;padding:2rem 1.5rem;border-radius:16px;margin-bottom:1.25rem}.results-banner.positive{background:linear-gradient(135deg,#ecfdf5,#d1fae5);border:2px solid #34d399}.results-banner.negative{background:linear-gradient(135deg,#fef2f2,#fecaca);border:2px solid #f87171}.results-banner h3{font-size:.9rem;font-weight:500;text-transform:uppercase;letter-spacing:1px;margin-bottom:.5rem}.results-banner.positive h3{color:#059669}.results-banner.negative h3{color:#dc2626}.savings-value{font-size:2.8rem;font-weight:700;letter-spacing:-1px}.results-banner.positive .savings-value{color:#047857}.results-banner.negative .savings-value{color:#b91c1c}.savings-subtitle{font-size:.9rem;color:#6b7280;margin-top:.25rem}.metrics-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:.75rem;margin-bottom:1.25rem}.metric-card{background:#fff;border:1px solid #eaedf0;border-radius:12px;padding:1rem;text-align:center}.metric-card h4{font-size:.7rem;font-weight:500;text-transform:uppercase;letter-spacing:.6px;color:#9ca3af;margin-bottom:.35rem}.metric-value{font-size:1.5rem;font-weight:700;color:#1a1a2e}.metric-unit{font-size:.75rem;color:#b0b7c3;margin-top:.15rem}.metric-card.highlight{background:linear-gradient(135deg,#eff6ff,#dbeafe);border-color:#93c5fd}.metric-card.profit{background:#e8f5e9;border-color:#4caf50}.metric-card.profit .metric-value{color:#2e7d32}.metric-card.profit .metric-unit{color:#388e3c;font-weight:500}.metric-card.eco{background:linear-gradient(135deg,#f0fdf4,#dcfce7);border-color:#86efac}.eco-banner{display:flex;flex-direction:column;align-items:center;text-align:center;gap:.5rem;padding:1.5rem 2rem;background:linear-gradient(135deg,#f0fdf4,#dcfce7);border:1px solid #86efac;border-radius:16px;margin-bottom:1.5rem}.eco-banner .recycle-icon{font-size:2.5rem}.eco-content{display:flex;flex-direction:column;align-items:center}.eco-content h4{font-size:.95rem;font-weight:500;color:#166534;margin-bottom:.25rem}.eco-value{font-size:2.4rem;font-weight:700;color:#15803d;line-height:1.1;margin-bottom:.15rem}.eco-unit{font-size:.85rem;color:#4ade80;font-weight:500}.recycle-icon{font-size:2rem;display:block;margin-bottom:.25rem}.chart-container{background:#fff;border:1px solid #eaedf0;border-radius:16px;padding:1.5rem;margin-bottom:1.25rem}.chart-container h3{font-size:.9rem;font-weight:500;color:#6b7280;text-transform:uppercase;letter-spacing:.6px;margin-bottom:1rem}.chart-container canvas{max-height:320px}.action-buttons{display:flex;gap:.75rem;margin-bottom:1.25rem}.btn{display:inline-flex;align-items:center;justify-content:center;gap:.4rem;padding:.7rem 1.25rem;border:none;border-radius:10px;font-family:Roboto,sans-serif;font-size:.9rem;font-weight:500;cursor:pointer;transition:all .2s ease}.btn-primary{background:#06f;color:#fff;box-shadow:0 2px 8px #06f3}.btn-primary:hover{background:#0052cc;box-shadow:0 4px 12px #0066ff4d;transform:translateY(-1px)}.btn-secondary{background:#f0f2f5;color:#374151;border:1px solid #e0e3e8}.btn-secondary:hover{background:#e5e7eb;border-color:#d1d5db}.btn-full{width:100%}.btn:disabled{opacity:.5;cursor:not-allowed;transform:none!important}.modal-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background:#1a1a2e80;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);display:flex;align-items:center;justify-content:center;z-index:1000;padding:1rem}.modal{background:#fff;border-radius:20px;padding:2rem;box-shadow:0 20px 60px #00000026;max-width:420px;width:100%;animation:modalIn .25s ease}@keyframes modalIn{0%{opacity:0;transform:scale(.95) translateY(10px)}to{opacity:1;transform:scale(1) translateY(0)}}.modal h3{font-size:1.15rem;margin-bottom:1.5rem}.modal .form-group{margin-bottom:1rem}.modal .form-group label{display:block;font-size:.8rem;font-weight:500;color:#6b7280;margin-bottom:.3rem}.modal-actions{display:flex;gap:.75rem;margin-top:1.5rem}.modal-actions .btn{flex:1}.info-note{background:#eff6ff;border-left:3px solid #0066ff;padding:.75rem 1rem;border-radius:0 8px 8px 0;margin-bottom:1rem;font-size:.85rem;color:#374151}.footer{text-align:center;padding:2rem 0 1rem;font-size:.85rem;color:#b0b7c3;font-weight:300}.admin-container{max-width:900px;margin:0 auto;padding:2rem 1.5rem}.admin-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:2rem;padding-bottom:1rem;border-bottom:1px solid #eaedf0}.admin-header h1{font-size:1.5rem}.login-card{max-width:400px;margin:4rem auto;background:#fff;border:1px solid #eaedf0;border-radius:20px;padding:2.5rem;box-shadow:0 4px 16px #0000000f;text-align:center}.login-card h1{font-size:1.4rem;margin-bottom:.5rem}.login-card p{color:#9ca3af;margin-bottom:1.5rem}.login-form{display:flex;flex-direction:column;gap:1rem}.login-form .input-text{text-align:left}.country-card{background:#fff;border:1px solid #eaedf0;border-radius:16px;padding:1.5rem;margin-bottom:1rem}.country-card h3{font-size:1.1rem;font-weight:600;margin-bottom:1rem;display:flex;align-items:center;gap:.5rem}.settings-grid{display:grid;grid-template-columns:1fr 1fr;gap:.75rem}.settings-field{display:flex;flex-direction:column;gap:.25rem}.settings-field label{font-size:.75rem;font-weight:500;color:#6b7280;text-transform:uppercase;letter-spacing:.4px}.settings-field .input-number{width:100%;text-align:left;padding:.5rem .7rem}.error-msg{color:#dc2626;font-size:.85rem;margin-top:.5rem}.success-msg{color:#059669;font-size:.85rem;margin-top:.5rem}@media (max-width: 768px){.calculator-container{padding:1rem}h1{font-size:1.8rem}.products-row{grid-template-columns:1fr}.metrics-grid{grid-template-columns:1fr 1fr}.toggle-row{flex-direction:row;flex-wrap:wrap}.toggle-row-full .toggle-option{flex:1 1 100%}.toggle-row-half .toggle-option{flex:1 1 45%}.action-buttons{flex-direction:column}.settings-grid{grid-template-columns:1fr}input[type=range]{width:100px}}@media (max-width: 480px){html{padding:env(safe-area-inset-top) env(safe-area-inset-right) env(safe-area-inset-bottom) env(safe-area-inset-left)}.calculator-container{padding:.75rem;padding-bottom:calc(.75rem + env(safe-area-inset-bottom,0px))}h1{font-size:1.3rem}.title-line1,.title-line2{font-size:1.5rem}.header{flex-direction:row;gap:.5rem;align-items:center}.logo-img{height:28px}.language-btn{width:34px;height:34px;font-size:.95rem}.version-badge{font-size:.55rem}.section-card{padding:1rem;border-radius:12px}.section-card h2{font-size:.9rem;margin-bottom:.5rem;padding-bottom:.35rem}.form-row{flex-direction:column;align-items:stretch;gap:.35rem;padding:.4rem 0;margin-bottom:.3rem}.form-label{flex:unset;font-size:.88rem;margin-bottom:0}.form-control{flex:unset;display:flex;align-items:center;flex-wrap:nowrap;gap:.4rem;width:100%}.member-form-row{flex-direction:column;align-items:stretch}.member-form-row .form-label{flex:unset;width:100%}.member-form-row .form-control{flex:unset;width:100%;justify-content:flex-start}input[type=range]{-webkit-appearance:none;width:auto;flex:1;min-width:60px;height:6px;border-radius:3px;touch-action:manipulation}input[type=range]::-webkit-slider-thumb{width:24px;height:24px}input[type=range]::-moz-range-thumb{width:24px;height:24px}.unit-label{font-size:.78rem;min-width:32px!important;flex-shrink:0}.products-row{gap:.6rem}.product-card{padding:1rem}.product-card h3{font-size:.95rem}.product-price{font-size:1.2rem}.product-desc{font-size:.72rem}.toggle-option{font-size:.8rem;padding:.6rem .75rem;min-height:44px}.results-banner{padding:1.5rem 1rem;border-radius:14px}.results-banner h3{font-size:.8rem}.savings-value{font-size:2.2rem}.metrics-grid{grid-template-columns:1fr;gap:.6rem}.metric-card{padding:.85rem;display:flex;flex-direction:column;align-items:center}.metric-card h4{font-size:.68rem}.metric-value{font-size:1.3rem}.eco-banner{padding:1.25rem 1rem}.eco-value{font-size:1.8rem}.eco-banner .recycle-icon{font-size:2rem}.chart-container{padding:.85rem}.chart-container h3{font-size:.8rem}.chart-container canvas{max-height:220px}.info-note{font-size:.78rem;padding:.65rem .85rem}.btn{font-size:.88rem;padding:.7rem 1rem;min-height:44px}.btn-add{font-size:.82rem;padding:.6rem;min-height:44px}.btn-remove-inline{width:24px;height:24px;font-size:.85rem}.btn-remove{width:32px;height:32px}.modal-overlay{padding:.5rem;align-items:flex-end}.modal{padding:1.5rem;border-radius:16px 16px 0 0;max-width:100%;max-height:85vh;overflow-y:auto;-webkit-overflow-scrolling:touch}.modal .input-text,.input-text,.input-number{font-size:16px}.footer{padding-bottom:calc(1rem + env(safe-area-inset-bottom,0px))}}@media (max-width: 375px){.title-line1,.title-line2{font-size:1.3rem}.savings-value{font-size:1.9rem}.eco-value{font-size:1.6rem}.language-btn{width:30px;height:30px;font-size:.85rem}.product-price{font-size:1.1rem}}.lead-modal{max-width:520px}.lead-modal h3{font-size:1.35rem;font-weight:700;margin-bottom:.25rem;line-height:1.25}.lead-modal .lead-subtitle{font-size:.875rem;color:#6b7280;margin:0 0 1.25rem}.lead-modal .form-group{margin-bottom:1rem}.lead-modal .form-group label{font-size:.875rem;font-weight:700;color:#1a1a2e;margin-bottom:.375rem}.lead-modal .form-group label .req{color:#ef4444}.lead-modal .input-text:focus{border-color:#06f;box-shadow:0 0 0 3px #0066ff1f}.lead-hint{font-size:.8125rem;color:#4b5563;margin-top:.375rem;line-height:1.4}.lead-error{font-size:.8125rem;color:#ef4444;margin-top:.375rem;line-height:1.4}.phone-group{display:flex;gap:.5rem;align-items:stretch;flex-wrap:nowrap}.phone-group .country{flex:0 0 86px;padding:0 .5rem;border:1px solid #e5e7eb;border-radius:10px;background:#fff;font-size:.875rem;font-family:inherit;cursor:pointer;min-height:46px}.phone-group .number{flex:1 1 140px;min-width:0}.phone-group .verify-btn{flex:0 0 auto;padding:0 .875rem;border:1px solid #0066ff;color:#06f;background:#fff;border-radius:10px;font-size:.875rem;font-weight:500;cursor:pointer;white-space:nowrap;transition:all .15s;min-height:46px}.phone-group .verify-btn:hover:not(:disabled){background:#0066ff0f}.phone-group .verify-btn.verified{border-color:#10b981;color:#10b981;background:#10b98114}.phone-group .verify-btn:disabled{opacity:.6;cursor:not-allowed}.checkbox-row{display:flex;align-items:flex-start;gap:.625rem;margin:1.25rem 0 .375rem;font-size:.8125rem;color:#4b5563;line-height:1.5}.checkbox-row input[type=checkbox]{flex:0 0 auto;margin-top:2px;width:16px;height:16px;accent-color:#0066ff}.checkbox-row a{color:#06f;text-decoration:underline}.btn-submit-lead{width:100%;padding:1rem;background:#06f;color:#fff;border:none;border-radius:10px;font-size:1rem;font-weight:700;cursor:pointer;margin-top:1.125rem;transition:transform .1s,box-shadow .15s,background .15s;font-family:inherit}.btn-submit-lead:hover:not(:disabled){background:#0052d4;box-shadow:0 6px 18px #0066ff40;transform:translateY(-1px)}.btn-submit-lead:disabled{background:#9ca3af;cursor:not-allowed}.lead-success{text-align:center;padding:1rem 0}.lead-success .check{font-size:3rem;color:#10b981;margin-bottom:.5rem}.lead-success p{font-size:.95rem;color:#1a1a2e;line-height:1.5;margin:0}.verify-modal{max-width:380px;text-align:center}.verify-modal h3{margin:0 0 .5rem;font-size:1.125rem}.verify-modal p{font-size:.875rem;color:#6b7280;margin:0 0 1.25rem}.code-inputs{display:flex;gap:.5rem;justify-content:center;margin-bottom:1.25rem}.code-inputs input{width:44px;height:52px;text-align:center;font-size:1.25rem;font-weight:600;border:1px solid #e5e7eb;border-radius:8px;font-family:inherit}.code-inputs input:focus{border-color:#06f;outline:none;box-shadow:0 0 0 3px #0066ff1f}.verify-modal .resend{font-size:.8125rem;color:#06f;text-decoration:underline;cursor:pointer;background:none;border:none;padding:0}@media (max-width: 600px){.phone-group{flex-wrap:wrap}.phone-group .country{flex:0 0 86px}.phone-group .number{flex:1 1 140px}.phone-group .verify-btn{flex:1 1 100%}.code-inputs input{width:38px;height:46px;font-size:1.1rem}}.impact-section{margin:4rem auto 2rem;max-width:1100px;padding:0 1rem;text-align:center}.impact-section-title{font-size:clamp(1.4rem,2.5vw,2rem);color:#1f4d99;margin-bottom:1.5rem;font-weight:700;letter-spacing:-.01em}.impact-card{display:flex;flex-wrap:wrap;gap:1.5rem;justify-content:center;align-items:stretch;padding:2rem 1.5rem;border-radius:16px;margin-bottom:1.25rem;box-shadow:0 4px 16px #00000014}.impact-card-blue{background:linear-gradient(135deg,#1f4d99,#2563eb);color:#fff}.impact-card-green{background:linear-gradient(135deg,#2e7d32,#43a047);color:#fff}.impact-stat{flex:1 1 220px;min-width:180px;display:flex;flex-direction:column;gap:.4rem;padding:.5rem 1rem}.impact-stat-wide{flex:2 1 100%;border-top:1px solid rgba(255,255,255,.25);padding-top:1.25rem;margin-top:.5rem}.impact-number{font-size:clamp(2rem,5vw,3.2rem);font-weight:800;line-height:1;letter-spacing:-.02em;text-shadow:0 2px 4px rgba(0,0,0,.15);white-space:nowrap}.impact-number-money{font-size:clamp(1.6rem,4vw,2.6rem)}.impact-stat-money{flex:1 1 320px}.impact-label{font-size:clamp(.85rem,1.4vw,1rem);font-weight:500;opacity:.95;line-height:1.4}.impact-note{font-size:.75rem;opacity:.78;margin-top:.25rem;font-style:italic}@media (max-width: 600px){.impact-card{padding:1.25rem .75rem;gap:1rem}.impact-stat{flex:1 1 100%}}
