.calculator-page{padding:2rem 1rem;background-color:#f1f5f9;min-height:calc(100vh - var(--header-height))}.calc-container{max-width:900px;margin:0 auto;background:#fff;border-radius:15px;box-shadow:0 10px 30px #0000001a;overflow:hidden}.floating-profit{position:fixed;bottom:20px;left:50%;transform:translate(-50%) translateY(100px);z-index:2000;background:#1e293b;color:#fff;padding:12px 24px;border-radius:50px;box-shadow:0 10px 25px #0003;transition:transform .3s cubic-bezier(.175,.885,.32,1.275),opacity .3s;opacity:0;pointer-events:none;width:auto;min-width:280px}.floating-profit.visible{transform:translate(-50%) translateY(0);opacity:1;pointer-events:auto}.floating-content{display:flex;justify-content:center;align-items:center;gap:12px;white-space:nowrap}.floating-profit .label{font-size:.9rem;font-weight:500;color:#cbd5e1}.floating-profit .amount{font-size:1.25rem;font-weight:800;color:#ef4444}.calc-header{background-color:#1e293b;color:#fff;padding:2rem;text-align:center}.calc-header h1{margin:0;font-size:1.75rem;letter-spacing:-1px}.calc-header .subtitle{margin-top:.5rem;font-size:.9rem;opacity:.8;color:#cbd5e1}.calc-section{margin:1.5rem;border-radius:12px;overflow:hidden;border:1px solid #e2e8f0;box-shadow:0 2px 5px #00000005}.sec-header{padding:1rem 1.25rem;color:#fff;font-weight:700;font-size:1.1rem;display:flex;align-items:center;justify-content:space-between}.bg-blue{background-color:#3b82f6!important}.bg-orange{background-color:#f97316!important}.bg-green{background-color:#10b981!important}.bg-dark{background-color:#334155!important}.sec-body{padding:1.5rem;background-color:#fff}.calc-row{display:flex;gap:1rem;flex-wrap:wrap;margin-bottom:1rem;align-items:flex-end}.calc-col{flex:1;min-width:140px}.calc-col-half{flex:.6;min-width:100px}.calc-section label{display:block;margin-bottom:.5rem;font-weight:700;font-size:.9rem;color:#475569}.calc-section input[type=text]{width:100%;padding:.75rem;border:2px solid #f1f5f9;border-radius:8px;box-sizing:border-box;font-size:1rem;font-weight:600;color:#1e293b;transition:.2s;background-color:#f8fafc}.calc-section input:focus{border-color:#3b82f6;background-color:#fff;outline:none}.dynamic-row{display:flex;gap:.75rem;margin-bottom:.75rem;align-items:center}.sub-total{text-align:right;font-size:.9rem;color:#f97316;font-weight:700;margin-bottom:1rem;border-bottom:1px dashed #e2e8f0;padding-bottom:.75rem}.final-profit-box{text-align:center;padding:2rem;background-color:#f8fafc;border-radius:12px;border:2px solid #e2e8f0;margin-bottom:1.5rem}.profit-label{font-size:1.1rem;font-weight:700;color:#475569;margin-bottom:.5rem}.profit-amount{font-size:2.5rem;font-weight:900;color:#ef4444;letter-spacing:-1px}.bep-badge{display:inline-block;background-color:#fef9c3!important;color:#a16207;padding:.4rem 1rem;border-radius:20px;font-weight:700;margin-top:.75rem;font-size:1.1rem}.detail-table{width:100%;font-size:.95rem;border-collapse:collapse}.detail-table td{padding:.75rem 0;border-bottom:1px solid #f1f5f9}.detail-table .val{text-align:right;font-weight:700}.total-row td{border-top:2px solid #1e293b;border-bottom:none;padding-top:1rem;font-size:1.1rem;font-weight:800}@media print{.calculator-page{padding:0;background:#fff}.calc-container{box-shadow:none;border:none;width:100%;max-width:100%;border-radius:0}.calc-btn-group{display:none!important}.calc-header{padding:1rem}.calc-section{margin:1rem 0;border:1px solid #ccc;page-break-inside:avoid}@page{margin:1cm;size:A4}}@media(max-width:600px){.calculator-page{padding:1rem .5rem}.calc-header{padding:1.5rem 1rem}.calc-header h1{font-size:1.4rem}.calc-section{margin:1rem .5rem}.sec-body{padding:1rem}.calc-col-half{flex:1.2;min-width:100px}.calc-col{flex:1.5}.calc-section input[type=text]{padding:.6rem;font-size:.9rem}.dynamic-row input[readOnly]{background-color:transparent;border:none;padding-left:0;font-size:.85rem;color:#1e293b;white-space:nowrap;overflow:visible}.profit-amount{font-size:1.75rem}.sub-total{font-size:.8rem}.floating-profit{bottom:10px;padding:10px 16px;min-width:240px}.floating-profit .amount{font-size:1.1rem}}*{margin:0;padding:0;box-sizing:border-box}:root{--primary: #6366f1;--primary-hover: #4f46e5;--secondary: #64748b;--success: #22c55e;--danger: #ef4444;--warning: #f59e0b;--bg-primary: #f8fafc;--bg-secondary: #ffffff;--bg-sidebar: #1e293b;--text-primary: #1f2937;--text-secondary: #6b7280;--text-light: #9ca3af;--border: #e5e7eb;--shadow: 0 1px 3px rgba(0, 0, 0, .1);--shadow-lg: 0 10px 40px rgba(0, 0, 0, .15);--header-height: 64px;--footer-height: auto}body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;background:var(--bg-primary);color:var(--text-primary);line-height:1.6}.app{display:flex;flex-direction:column;min-height:100vh}.main{flex:1;margin-top:var(--header-height)}.public-header{position:fixed;top:0;left:0;right:0;height:var(--header-height);background:#fff;border-bottom:1px solid var(--border);z-index:1000}.header-container{max-width:1400px;height:100%;margin:0 auto;padding:0 1.5rem;display:flex;align-items:center;justify-content:space-between}.public-header .logo{display:flex;align-items:center;gap:.5rem;text-decoration:none}.public-header .logo-icon-img{width:32px;height:32px;object-fit:contain}.public-header .logo-text{font-size:1.4rem;font-weight:700;color:var(--primary);white-space:nowrap}.header-nav{display:flex;align-items:center;gap:.5rem}.nav-link{padding:.5rem 1rem;color:var(--text-secondary);text-decoration:none;font-size:.95rem;font-weight:500;border-radius:8px;transition:all .2s;white-space:nowrap}.nav-link:hover{background:var(--bg-primary);color:var(--text-primary)}.nav-link.active{background:var(--primary);color:#fff}@media(max-width:600px){.header-container{padding:0 .4rem}.public-header .logo-text{font-size:1rem;letter-spacing:-.5px}.public-header .logo-icon-img{width:20px;height:20px}.header-nav{gap:.1rem}.nav-link{padding:.4rem;font-size:.8rem}}@media(max-width:400px){.public-header .logo-text{display:none}}.footer{background:#fff;padding:2rem 0;border-top:1px solid #f1f5f9}.footer-container{max-width:1400px;margin:0 auto;padding:0 1.5rem}.btn{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;padding:.6rem 1.2rem;border:none;border-radius:8px;font-size:.95rem;font-weight:500;cursor:pointer;transition:all .2s;text-decoration:none}.btn-primary{background:var(--primary);color:#fff}.btn-primary:hover{background:var(--primary-hover)}.btn-full{width:100%}.btn-lg{padding:1rem 2.5rem;font-size:1.1rem;font-weight:600}.fullscreen-map{height:100vh;overflow:hidden}.fullscreen-map .main{height:calc(100vh - var(--header-height))}.home-page,.map-container{width:100%;height:100%}.page-container{min-height:auto;padding:2rem 1.5rem 3rem;background:var(--bg-primary)}.page-content{max-width:900px;margin:0 auto}.page-content h1{font-size:2.5rem;font-weight:700;color:var(--text-primary);margin-bottom:2rem;text-align:center}.contact-layout{display:grid;grid-template-columns:1fr 2fr;gap:3rem;margin-top:2rem}.contact-info{background:#fff;padding:2rem;border-radius:12px;box-shadow:var(--shadow);height:fit-content}.contact-info h3{font-size:1.5rem;font-weight:700;color:var(--text-primary);margin-bottom:1.5rem}.info-item{display:flex;align-items:flex-start;gap:1rem;margin-bottom:1.5rem}.info-icon{font-size:1.5rem;width:2.5rem;height:2.5rem;display:flex;align-items:center;justify-content:center;background:var(--bg-primary);border-radius:8px;flex-shrink:0}.info-item strong{display:block;color:var(--text-primary);font-weight:600;margin-bottom:.25rem}.info-item p{color:var(--text-secondary);margin:0}.contact-form{background:#fff;padding:2rem;border-radius:12px;box-shadow:var(--shadow)}.contact-form h3{font-size:1.5rem;font-weight:700;color:var(--text-primary);margin-bottom:1.5rem}.form-row{display:grid;grid-template-columns:1fr 1fr;gap:1rem;margin-bottom:1rem}.form-group{display:flex;flex-direction:column}.form-group label{font-weight:600;color:var(--text-primary);margin-bottom:.5rem;font-size:.9rem}.form-group input,.form-group select,.form-group textarea{padding:.75rem;border:2px solid var(--border);border-radius:8px;font-size:1rem;font-family:inherit;transition:border-color .2s}.form-group input:focus,.form-group select:focus,.form-group textarea:focus{outline:none;border-color:var(--primary)}.form-group textarea{resize:vertical;min-height:120px}.form-error{background:#fee2e2;color:#991b1b;padding:1rem;border-radius:8px;margin-bottom:1rem;font-size:.9rem}.success-message{text-align:center;padding:3rem;background:#fff;border-radius:12px;box-shadow:var(--shadow)}.success-icon{font-size:4rem;margin-bottom:1rem}.success-message h2{font-size:2rem;color:var(--text-primary);margin-bottom:1rem}.success-message p{color:var(--text-secondary);margin-bottom:2rem}.about-hero{text-align:center;padding:3rem 2rem;background:#fff;border-radius:12px;box-shadow:var(--shadow);margin-bottom:3rem}.hero-icon{font-size:4rem;margin-bottom:1rem}.about-hero h2{font-size:2rem;font-weight:700;color:var(--text-primary);margin-bottom:1rem}.about-hero p{font-size:1.1rem;color:var(--text-secondary);line-height:1.8;max-width:600px;margin:0 auto}.about-features{margin-bottom:3rem}.about-features h3{font-size:1.8rem;font-weight:700;color:var(--text-primary);margin-bottom:2rem;text-align:center}.feature-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:2rem}.feature-card{background:#fff;padding:2rem;border-radius:12px;box-shadow:var(--shadow);text-align:center;transition:transform .2s,box-shadow .2s}.feature-card:hover{transform:translateY(-4px);box-shadow:var(--shadow-lg)}.feature-icon{font-size:3rem;margin-bottom:1rem}.feature-card h4{font-size:1.25rem;font-weight:700;color:var(--text-primary);margin-bottom:.75rem}.feature-card p{color:var(--text-secondary);line-height:1.6}.about-target{background:#fff;padding:2.5rem;border-radius:12px;box-shadow:var(--shadow);margin-bottom:3rem}.about-target h3{font-size:1.8rem;font-weight:700;color:var(--text-primary);margin-bottom:1.5rem}.target-list{list-style:none;padding:0}.target-list li{display:flex;align-items:center;gap:1rem;padding:1rem 0;border-bottom:1px solid var(--border);font-size:1.05rem;color:var(--text-primary)}.target-list li:last-child{border-bottom:none}.check-icon{display:inline-flex;align-items:center;justify-content:center;width:2rem;height:2rem;background:#10b981;color:#fff;border-radius:50%;font-weight:700;flex-shrink:0}.about-cta{text-align:center;padding:3rem 2rem;background:linear-gradient(135deg,var(--primary) 0%,var(--primary-hover) 100%);border-radius:12px;color:#fff}.about-cta h3{font-size:2rem;font-weight:700;margin-bottom:1rem}.about-cta p{font-size:1.1rem;margin-bottom:2rem;opacity:.95}@media(max-width:768px){.contact-layout{grid-template-columns:1fr;gap:2rem}.form-row{grid-template-columns:1fr}.page-content h1{font-size:2rem}.feature-grid{grid-template-columns:1fr}.about-hero{padding:2rem 1.5rem}.about-hero h2,.about-cta h3{font-size:1.5rem}}
