.pricing-calculator{max-width:1000px;margin:0 auto;padding:20px;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;background:#fff;border-radius:12px;box-shadow:0 4px 6px #0000000d}.calculator-header{text-align:center;margin-bottom:40px;padding-bottom:20px;border-bottom:2px solid #f1f5f9}.calculator-title{font-size:2.5rem;font-weight:700;color:#1e293b;margin:0 0 12px;letter-spacing:-.025em}.calculator-subtitle{font-size:1.125rem;color:#64748b;margin:0;line-height:1.6}.calculator-form{margin-bottom:40px}.step-group{background:#fafbfc;border:2px solid #e2e8f0;border-radius:16px;padding:32px;margin-bottom:32px}.step-header{text-align:center;margin-bottom:32px;padding-bottom:20px;border-bottom:2px solid #e2e8f0}.step-title{font-size:1.75rem;font-weight:600;color:#1e293b;margin:0 0 12px}.step-description{font-size:1rem;color:#64748b;line-height:1.6;max-width:700px;margin:0 auto}.form-section{margin-bottom:32px}.form-section:last-child{margin-bottom:0}.section-title{font-size:1.25rem;font-weight:600;color:#1e293b;margin:0 0 8px}.section-description{color:#64748b;margin:0 0 20px;font-size:.95rem}.plan-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:20px;margin-top:20px}.plan-card{border:2px solid #e2e8f0;border-radius:12px;padding:24px;cursor:pointer;transition:all .2s ease;position:relative;background:#fff}.plan-card:hover{border-color:#3b82f6;transform:translateY(-2px);box-shadow:0 8px 25px #3b82f626}.plan-card.selected{border-color:#3b82f6;background:#f8faff;box-shadow:0 8px 25px #3b82f626}.plan-header{margin-bottom:16px}.plan-name{font-size:1.25rem;font-weight:600;color:#1e293b;margin:0 0 8px}.plan-price{display:flex;align-items:baseline;gap:4px}.price-amount{font-size:1.875rem;font-weight:700;color:#3b82f6}.price-period{font-size:.875rem;color:#64748b}.plan-description{color:#64748b;font-size:.875rem;line-height:1.5;margin:0}.plan-selector{position:absolute;top:20px;right:20px}.plan-selector input[type=radio]{width:20px;height:20px;accent-color:#3b82f6}.category-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:16px;margin-top:20px}.category-card{border:2px solid #e2e8f0;border-radius:8px;padding:16px;cursor:pointer;transition:all .2s ease;display:flex;align-items:center;gap:12px;background:#fff}.category-card:hover,.category-card.selected{border-color:#3b82f6;background:#f8faff}.category-card input[type=checkbox]{width:18px;height:18px;accent-color:#3b82f6}.category-label{font-weight:500;color:#1e293b;cursor:pointer;flex:1}.evaluation-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:16px;margin-top:20px}.evaluation-card{border:2px solid #e2e8f0;border-radius:8px;padding:20px;cursor:pointer;transition:all .2s ease;position:relative;background:#fff}.evaluation-card:hover,.evaluation-card.selected{border-color:#3b82f6;background:#f8faff}.evaluation-header{margin-bottom:12px}.evaluation-name{font-size:1.125rem;font-weight:600;color:#1e293b;margin:0 0 4px}.evaluation-price{color:#3b82f6;font-weight:600;font-size:.875rem}.evaluation-card input[type=radio]{position:absolute;top:16px;right:16px;width:18px;height:18px;accent-color:#3b82f6}.count-input-container{margin-top:20px}.count-label{display:block;font-weight:500;color:#1e293b;margin-bottom:8px}.count-input{width:100%;max-width:200px;padding:12px 16px;border:2px solid #e2e8f0;border-radius:8px;font-size:1rem;transition:border-color .2s ease}.count-input:focus{outline:none;border-color:#3b82f6;box-shadow:0 0 0 3px #3b82f61a}.count-description{margin-top:8px;color:#64748b;font-size:.875rem;line-height:1.5;font-style:italic}.results-section{background:linear-gradient(135deg,#f8faff,#f1f5f9);border-radius:12px;padding:32px;border:2px solid #e2e8f0}.results-title{font-size:1.5rem;font-weight:600;color:#1e293b;margin:0 0 24px;text-align:center}.results-content{space-y:16px}.result-line{display:flex;justify-content:space-between;align-items:center;padding:16px 0;border-bottom:1px solid #e2e8f0}.result-line.total{border-bottom:none;border-top:2px solid #3b82f6;margin-top:16px;padding-top:24px;font-weight:600;font-size:1.125rem}.result-label{color:#64748b;flex:1}.result-line.total .result-label{color:#1e293b;font-weight:600}.result-value{font-weight:600;color:#3b82f6;font-size:1.125rem}.result-line.total .result-value{font-size:1.5rem;color:#1e293b}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}@media (max-width: 768px){.pricing-calculator{padding:16px}.calculator-title{font-size:2rem}.plan-grid,.category-grid,.evaluation-grid{grid-template-columns:1fr}.result-line{flex-direction:column;align-items:flex-start;gap:8px}.result-value{align-self:flex-end}}
