*{margin:0;padding:0;box-sizing:border-box}body{font-family:-apple-system,BlinkMacSystemFont,'Segoe UI',Roboto,Oxygen,Ubuntu,Cantarell,sans-serif;line-height:1.6;color:#333;background-color:#f8f9fa}header{background:#fff;box-shadow:0 2px 10px rgba(0,0,0,.1);position:sticky;top:0;z-index:100}.nav-container{max-width:1200px;margin:0 auto;padding:1rem 2rem;display:flex;justify-content:space-between;align-items:center}.logo h2{color:#2563eb;font-size:1.5rem;font-weight:700}.nav-menu{list-style:none;display:flex;gap:2rem}.nav-link{text-decoration:none;color:#64748b;font-weight:500;padding:.5rem 1rem;border-radius:6px;transition:all .3s ease}.nav-link:hover,.nav-link.active{color:#2563eb;background-color:#eff6ff}.mobile-menu-toggle{display:none;flex-direction:column;cursor:pointer;padding:.5rem}.mobile-menu-toggle span{width:25px;height:3px;background:#64748b;margin:3px 0;transition:.3s}.mobile-menu-toggle.active span:nth-child(1){transform:rotate(-45deg) translate(-5px,6px)}.mobile-menu-toggle.active span:nth-child(2){opacity:0}.mobile-menu-toggle.active span:nth-child(3){transform:rotate(45deg) translate(-5px,-6px)}@media (max-width:768px){.mobile-menu-toggle{display:flex}.nav-menu{position:fixed;top:70px;left:-100%;width:100%;height:calc(100vh - 70px);background:#fff;flex-direction:column;justify-content:flex-start;align-items:center;padding-top:2rem;transition:left .3s ease;box-shadow:0 2px 10px rgba(0,0,0,.1)}.nav-menu.active{left:0}.nav-menu li{margin:1rem 0}.nav-link{font-size:1.2rem;padding:1rem 2rem}}main{min-height:calc(100vh - 200px)}.container{max-width:1200px;margin:0 auto;padding:0 2rem}.hero-section{background:linear-gradient(135deg,#667eea 0%,#764ba2 100%);color:#fff;padding:4rem 0;text-align:center}.hero-content h1{font-size:3.5rem;margin-bottom:1.5rem;font-weight:800;text-shadow:0 2px 4px rgba(0,0,0,.3)}@media (max-width:768px){.hero-content h1{font-size:2.5rem}}.hero-subtitle{font-size:1.3rem;margin-bottom:3rem;opacity:.9;max-width:700px;margin-left:auto;margin-right:auto}.stats-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:2rem;margin-top:3rem}.stat-item{text-align:center}.stat-number{font-size:2.5rem;font-weight:800;margin-bottom:.5rem}.stat-label{font-size:1rem;opacity:.8}.calculator-section{padding:4rem 0;background:#f8fafc}.calculator-wrapper{background:#fff;border-radius:16px;padding:3rem;box-shadow:0 10px 40px rgba(0,0,0,.1);max-width:800px;margin:0 auto}.calculator-header{text-align:center;margin-bottom:2.5rem}.calculator-header h2{color:#1e293b;font-size:2rem;margin-bottom:.5rem}.calculator-header p{color:#64748b;font-size:1.1rem}.input-row{display:grid;grid-template-columns:1fr 1fr;gap:2rem;margin-bottom:2rem}@media (max-width:768px){.input-row{grid-template-columns:1fr;gap:1.5rem}}.calculator-form{margin-bottom:2rem}.input-group{margin-bottom:1.5rem}.input-group label{display:block;margin-bottom:.5rem;font-weight:600;color:#374151;font-size:.95rem}.input-group input{width:100%;padding:1rem;border:2px solid #e5e7eb;border-radius:8px;font-size:1rem;transition:border-color .3s ease}.input-group input:focus{outline:none;border-color:#2563eb;box-shadow:0 0 0 3px rgba(37,99,235,.1)}.error-message{color:#dc2626;font-size:.875rem;margin-top:.25rem;display:block;min-height:1.25rem}.button-group{display:flex;gap:1rem;justify-content:center;margin-top:2rem}@media (max-width:480px){.button-group{flex-direction:column}}.btn-primary,.btn-secondary{padding:1rem 2rem;border:none;border-radius:8px;font-size:1rem;font-weight:600;cursor:pointer;transition:all .3s ease;min-width:120px}.btn-primary{background:#2563eb;color:#fff}.btn-primary:hover{background:#1d4ed8;transform:translateY(-1px)}.btn-secondary{background:#6b7280;color:#fff}.btn-secondary:hover{background:#4b5563;transform:translateY(-1px)}.results-section{border-top:2px solid #e5e7eb;padding-top:2rem;display:none}.results-section.show{display:block}.results-section h3{color:#1e293b;margin-bottom:1.5rem;text-align:center;font-size:1.3rem}.results-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:1.5rem}.result-card{background:#f8fafc;border-radius:12px;padding:1.5rem;display:flex;align-items:center;gap:1rem;border:2px solid transparent;transition:all .3s ease}.result-card:hover{border-color:#e5e7eb;transform:translateY(-2px)}.savings-card{background:linear-gradient(135deg,#10b981,#059669);color:#fff}.savings-card .result-label{color:#fff}.result-icon{font-size:2rem}.result-content{flex:1}.result-label{display:block;font-size:.9rem;color:#64748b;margin-bottom:.25rem}.result-value{font-size:1.5rem;font-weight:700;color:#1e293b}.savings-card .result-value{color:#fff}.features-section{padding:4rem 0;background:#fff}.features-section h2{text-align:center;color:#1e293b;font-size:2.5rem;margin-bottom:3rem}.features-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem}.feature-card{text-align:center;padding:2rem;border-radius:12px;background:#f8fafc;transition:all .3s ease}.feature-card:hover{transform:translateY(-5px);box-shadow:0 10px 30px rgba(0,0,0,.1)}.feature-icon{font-size:3rem;margin-bottom:1rem}.feature-card h3{color:#1e293b;margin-bottom:1rem;font-size:1.3rem}.feature-card p{color:#64748b;line-height:1.6}.popular-discounts{padding:4rem 0;background:#f8fafc}.popular-discounts h2{text-align:center;color:#1e293b;font-size:2.5rem;margin-bottom:1rem}.section-subtitle{text-align:center;color:#64748b;font-size:1.1rem;margin-bottom:3rem}.discount-examples{display:grid;grid-template-columns:repeat(auto-fit,minmax(150px,1fr));gap:1.5rem}.discount-card{background:#fff;border-radius:12px;padding:1.5rem;text-align:center;box-shadow:0 4px 15px rgba(0,0,0,.08);transition:all .3s ease;cursor:pointer}.discount-card:hover{transform:translateY(-3px);box-shadow:0 8px 25px rgba(0,0,0,.15)}.discount-percent{font-size:1.2rem;font-weight:700;color:#2563eb;margin-bottom:.5rem}.discount-example{font-size:1rem;color:#1e293b;margin-bottom:.5rem}.discount-savings{font-size:.9rem;color:#059669;font-weight:600}.how-it-works{padding:4rem 0;background:#fff}.how-it-works h2{text-align:center;color:#1e293b;font-size:2.5rem;margin-bottom:3rem}.steps-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:2rem}.step-card{text-align:center;padding:2rem}.step-number{width:60px;height:60px;background:#2563eb;color:#fff;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:1.5rem;font-weight:700;margin:0 auto 1.5rem}.step-card h3{color:#1e293b;margin-bottom:1rem;font-size:1.3rem}.step-card p{color:#64748b;line-height:1.6}h1{text-align:center;color:#1e293b;font-size:2.5rem;margin-bottom:1rem;font-weight:700}@media (max-width:768px){h1{font-size:2rem}}.intro-text{text-align:center;color:#64748b;font-size:1.1rem;margin-bottom:3rem;max-width:600px;margin-left:auto;margin-right:auto}.info-section{background:#fff;border-radius:12px;padding:2.5rem;box-shadow:0 4px 20px rgba(0,0,0,.08)}.info-section h2{color:#1e293b;margin-bottom:1rem;font-size:1.8rem}.info-section h3{color:#374151;margin:2rem 0 1rem;font-size:1.3rem}.info-section p{color:#64748b;margin-bottom:1rem;line-height:1.7}.info-section ul{color:#64748b;margin-left:1.5rem;line-height:1.7}.info-section li{margin-bottom:.5rem}footer{background:#1e293b;color:#94a3b8;text-align:center;padding:2rem 0;margin-top:4rem}footer p{margin-bottom:.5rem}.footer-links{margin-bottom:1.5rem}.footer-links a{color:#94a3b8;text-decoration:none;margin:0 1rem;font-size:.9rem;transition:color .3s ease}.footer-links a:hover{color:#fff}.faq-section{background:#fff;border-radius:12px;padding:2.5rem;box-shadow:0 4px 20px rgba(0,0,0,.08);margin-top:3rem}.faq-section h2{color:#1e293b;margin-bottom:2rem;text-align:center;font-size:1.8rem}.faq-item{margin-bottom:2rem;padding:1.5rem;background:#f8fafc;border-radius:8px;border-left:4px solid #2563eb}.faq-item h3{color:#1e293b;margin-bottom:1rem;font-size:1.1rem}.faq-item p{color:#64748b;line-height:1.6;margin:0}.contact-wra
pper{display:grid;grid-template-columns:1fr 1fr;gap:3rem;margin-bottom:3rem}@media (max-width:768px){.contact-wrapper{grid-template-columns:1fr;gap:2rem}}.contact-form-section,.contact-info-section{background:#fff;border-radius:12px;padding:2.5rem;box-shadow:0 4px 20px rgba(0,0,0,.08)}.contact-form-section h2,.contact-info-section h2{color:#1e293b;margin-bottom:1.5rem;font-size:1.5rem}.contact-form{display:flex;flex-direction:column;gap:1.5rem}.contact-form select{width:100%;padding:1rem;border:2px solid #e5e7eb;border-radius:8px;font-size:1rem;background:#fff;transition:border-color .3s ease}.contact-form select:focus{outline:none;border-color:#2563eb;box-shadow:0 0 0 3px rgba(37,99,235,.1)}.contact-form textarea{width:100%;padding:1rem;border:2px solid #e5e7eb;border-radius:8px;font-size:1rem;font-family:inherit;resize:vertical;transition:border-color .3s ease}.contact-form textarea:focus{outline:none;border-color:#2563eb;box-shadow:0 0 0 3px rgba(37,99,235,.1)}.contact-info{display:flex;flex-direction:column;gap:2rem}.contact-item h3{color:#1e293b;margin-bottom:.5rem;font-size:1.1rem}.contact-item p{color:#64748b;margin-bottom:.25rem}.contact-note{font-size:.9rem;color:#9ca3af!important}.legal-content{background:#fff;border-radius:12px;padding:2.5rem;box-shadow:0 4px 20px rgba(0,0,0,.08);margin-bottom:3rem}.legal-section{margin-bottom:2.5rem}.legal-section h2{color:#1e293b;margin-bottom:1rem;font-size:1.5rem;border-bottom:2px solid #e5e7eb;padding-bottom:.5rem}.legal-section h3{color:#374151;margin:1.5rem 0 .75rem;font-size:1.2rem}.legal-section p{color:#64748b;line-height:1.7;margin-bottom:1rem}.legal-section ul{color:#64748b;margin:1rem 0 1rem 1.5rem;line-height:1.7}.legal-section li{margin-bottom:.5rem}.legal-section a{color:#2563eb;text-decoration:none}.legal-section a:hover{text-decoration:underline}.why-use-section{padding:4rem 0;background:#fff}.why-use-section h2{text-align:center;color:#1e293b;font-size:2.5rem;margin-bottom:3rem}.why-use-content{display:grid;grid-template-columns:2fr 1fr;gap:4rem;align-items:start}@media (max-width:768px){.why-use-content{grid-template-columns:1fr;gap:2rem}}.why-use-text p{color:#64748b;font-size:1.1rem;line-height:1.8;margin-bottom:2rem}.why-use-list{color:#64748b;line-height:1.8}.why-use-list li{margin-bottom:1rem;padding-left:.5rem}.why-use-list strong{color:#1e293b}.why-use-stats{display:flex;flex-direction:column;gap:2rem}.stat-highlight{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;padding:2rem;border-radius:12px;text-align:center}.stat-big{font-size:3rem;font-weight:800;margin-bottom:.5rem}.stat-highlight p{font-size:1rem;opacity:.9;margin:0}.calculator-guide{padding:4rem 0;background:#f8fafc}.calculator-guide h2{text-align:center;color:#1e293b;font-size:2.5rem;margin-bottom:3rem}.guide-content{max-width:1000px;margin:0 auto}.guide-section{margin-bottom:4rem}.guide-section h3{color:#1e293b;font-size:1.8rem;margin-bottom:2rem;display:flex;align-items:center;gap:.5rem}.guide-steps{display:flex;flex-direction:column;gap:2rem}.guide-step{display:flex;gap:2rem;align-items:flex-start}.guide-step .step-number{width:50px;height:50px;background:#2563eb;color:#fff;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:1.3rem;font-weight:700;flex-shrink:0}.step-content h4{color:#1e293b;margin-bottom:.5rem;font-size:1.2rem}.step-content p{color:#64748b;line-height:1.7;margin-bottom:1rem}.example{background:#e0f2fe;border-left:4px solid #0284c7;padding:1rem;border-radius:4px;font-family:monospace;color:#0369a1;font-weight:600}.math-explanation{background:#fff;padding:2rem;border-radius:12px;box-shadow:0 4px 15px rgba(0,0,0,.08)}.formula-box{background:#f1f5f9;padding:1.5rem;border-radius:8px;margin:1.5rem 0;border-left:4px solid #2563eb}.formula{font-family:monospace;font-size:1.1rem;color:#1e293b;font-weight:600;margin-bottom:.5rem}.math-example{margin-top:2rem;padding:1.5rem;background:#fef3c7;border-radius:8px;border-left:4px solid #f59e0b}.math-example h4{color:#92400e;margin-bottom:1rem}.math-example p{color:#92400e;font-weight:600;margin-bottom:1rem}.math-example ul{color:#92400e}.math-example li{margin-bottom:.5rem}.tips-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:2rem}.tip-card{background:#fff;padding:2rem;border-radius:12px;box-shadow:0 4px 15px rgba(0,0,0,.08);transition:transform .3s ease}.tip-card:hover{transform:translateY(-3px)}.tip-card h4{color:#1e293b;margin-bottom:1rem;font-size:1.1rem}.tip-card p{color:#64748b;line-height:1.6}.use-cases{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem}.use-case{background:#fff;padding:2rem;border-radius:12px;box-shadow:0 4px 15px rgba(0,0,0,.08);border-left:4px solid #10b981}.use-case h4{color:#1e293b;margin-bottom:1rem;font-size:1.2rem}.use-case p{color:#64748b;line-height:1.6}@media (max-width:768px){.container{padding:0 1rem}.calculator-wrapper,.info-section{padding:1.5rem}.nav-container{padding:1rem}}