*{box-sizing:border-box}body{margin:0;padding:0}.calculator-page{min-height:100vh;background:var(--background);font-family:var(--body-font)}.calculator-container{min-height:100vh;padding:2rem 1rem;display:flex;align-items:center;justify-content:center}.calculator-card{width:100%;max-width:900px;background:var(--card);border:2px solid var(--border);border-radius:16px;padding:3rem 2rem;position:relative}@media (max-width: 768px){.calculator-container{padding:1rem .5rem}.calculator-card{padding:2rem 1.5rem;border-radius:12px}}.brand-label{font-size:.875rem;font-weight:600;color:var(--primary);text-transform:uppercase;letter-spacing:.05em;margin-bottom:1.5rem}.intro-title{font-family:var(--heading-font);font-size:2.5rem;line-height:1.2;font-weight:700;color:var(--foreground);margin:0 0 1rem}@media (max-width: 768px){.intro-title{font-size:2rem}}.intro-description{font-size:1.125rem;line-height:1.6;color:var(--muted-foreground);margin:0 0 2rem}@media (max-width: 768px){.intro-description{font-size:1rem;line-height:1.5;margin-bottom:1.5rem}}.step-content{display:none!important;animation:fadeIn .3s ease-in}.step-content.active-step{display:block!important}@keyframes fadeIn{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.step-indicator{font-size:.875rem;font-weight:600;color:var(--muted-foreground);margin-bottom:1.5rem}.step-question{font-family:var(--heading-font);font-size:2rem;line-height:1.3;font-weight:700;color:var(--foreground);margin:0 0 .5rem}@media (max-width: 768px){.step-question{font-size:1.5rem}}.step-question.section-break{margin-top:2.5rem}.step-subtext{font-size:1rem;color:var(--muted-foreground);margin:0 0 2rem}.options-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:1rem;margin-bottom:2rem}@media (max-width: 768px){.options-grid{grid-template-columns:1fr}.options-grid.two-column-mobile{grid-template-columns:repeat(2,1fr);gap:.75rem}}.option-card{position:relative;background:var(--card);border:2px solid var(--border);border-radius:12px;padding:1.5rem;cursor:pointer;transition:all .2s ease;display:flex;flex-direction:column;gap:1rem}@media (max-width: 768px){.option-card{padding:1.25rem}.options-grid.two-column-mobile .option-card{padding:1rem}}.option-card:hover{border-color:var(--primary);transform:translateY(-2px)}.option-card.selected{border-color:var(--primary);border-width:3px;padding:calc(1.5rem - 1px)}@media (max-width: 768px){.option-card.selected{padding:calc(1.25rem - 1px)}.options-grid.two-column-mobile .option-card.selected{padding:calc(1rem - 1px)}}.option-icon{width:32px;height:32px;color:var(--primary);flex-shrink:0}@media (max-width: 768px){.options-grid.two-column-mobile .option-icon{width:24px;height:24px}}.option-content{flex:1}.option-title{font-family:var(--heading-font);font-size:1.125rem;font-weight:600;color:var(--foreground);margin:0 0 .25rem}@media (max-width: 768px){.options-grid.two-column-mobile .option-title{font-size:.9rem}}.option-helper{font-size:.875rem;color:var(--muted-foreground);margin:0;line-height:1.4}@media (max-width: 768px){.options-grid.two-column-mobile .option-helper{font-size:.75rem}}.option-checkbox{width:20px;height:20px;accent-color:var(--primary);cursor:pointer}.text-input-container{margin-bottom:2rem;animation:fadeIn .3s ease-in}.text-input-container label{display:block;font-weight:600;color:var(--foreground);margin-bottom:.5rem}.text-input-container .mt-2{margin-top:1rem}.text-input{width:100%;padding:.75rem 1rem;font-size:1rem;font-family:var(--body-font);color:var(--foreground);background:var(--background);border:2px solid var(--border);border-radius:8px;transition:border-color .2s}.text-input:focus{outline:none;border-color:var(--primary)}.step-nav{display:flex;gap:1rem;justify-content:space-between;margin-top:2rem}.btn-primary,.btn-secondary{font-family:var(--button-font);font-size:1rem;font-weight:600;padding:.875rem 2rem;border-radius:8px;border:none;cursor:pointer;transition:all .2s;text-decoration:none;display:inline-block;text-align:center}.btn-primary{background:var(--primary);color:var(--primary-foreground)}.btn-primary:hover{opacity:.9;transform:translateY(-1px)}.btn-secondary{background:transparent;color:var(--foreground);border:2px solid var(--border)}.btn-secondary:hover{border-color:var(--primary)}.btn-text{font-family:var(--button-font);font-size:.875rem;color:var(--muted-foreground);text-decoration:underline;background:none;border:none;cursor:pointer;padding:.5rem;display:inline-block;text-align:center}.btn-text:hover{color:var(--foreground)}.running-total{display:none!important;position:sticky;top:1rem;background:var(--muted);border:2px solid var(--primary);border-radius:12px;padding:1.5rem;margin-bottom:2rem;text-align:center}.running-total.visible{display:block!important}.total-label{font-size:.875rem;font-weight:600;color:var(--muted-foreground);text-transform:uppercase;letter-spacing:.05em;margin-bottom:.5rem}.total-range{font-family:var(--heading-font);font-size:2rem;font-weight:700;color:var(--foreground);margin-bottom:.25rem}@media (max-width: 768px){.total-range{font-size:1.5rem}}.total-monthly{font-size:.875rem;color:var(--muted-foreground)}.summary-block{background:var(--muted);border:2px solid var(--border);border-radius:12px;padding:2rem;margin-top:2rem}@media (max-width: 768px){.summary-block{padding:1.5rem}}.summary-section{margin-bottom:2rem}.summary-section:last-of-type{margin-bottom:1.5rem}.summary-heading{font-family:var(--heading-font);font-size:1.25rem;font-weight:700;color:var(--foreground);margin:0 0 1rem}.summary-price-range{font-family:var(--heading-font);font-size:2.5rem;font-weight:700;color:var(--foreground);margin-bottom:.5rem}@media (max-width: 768px){.summary-price-range{font-size:2rem}}.summary-monthly,.summary-retainer{font-size:1rem;color:var(--foreground);margin-bottom:.5rem}.summary-list{list-style:none;padding:0;margin:0}.summary-list li{font-size:1rem;color:var(--foreground);padding:.5rem 0 .5rem 1.5rem;position:relative}.summary-list li:before{content:"✓";position:absolute;left:0;color:var(--primary);font-weight:700}.summary-timeline{font-size:1rem;color:var(--foreground);line-height:1.6;margin:0}.summary-note{background:var(--background);border-radius:8px;padding:1rem;margin-bottom:2rem}.summary-note p{font-size:.875rem;color:var(--muted-foreground);margin:0;line-height:1.5}.summary-form{margin-top:2rem}.form-group{margin-bottom:1.5rem}.form-group label{display:block;font-weight:600;color:var(--foreground);margin-bottom:.5rem}.summary-actions{margin-top:1.5rem;display:flex;flex-direction:column;gap:1rem;align-items:stretch}.success-message{font-size:1rem;color:var(--foreground);font-weight:600;text-align:center;padding:1rem;background:var(--background);border-radius:8px;margin:0}.summary-actions .btn-primary,.summary-actions .btn-text{width:100%}
