@import"https://fonts.googleapis.com/css2?family=Poppins:wght@100;200;300;400;500;600;700;800;900&display=swap";*{margin:0;padding:0;box-sizing:border-box}body{font-family:Poppins,sans-serif;font-size:.95rem;color:#555}button,input,select,textarea{font-family:inherit}.app{min-height:100vh;background:linear-gradient(135deg,#f8f9fa,#e9ecef)}.container{max-width:1000px;margin:0 auto;padding:2rem 1.5rem}.header{text-align:center;margin-bottom:2.3rem}.logo-section{display:flex;align-items:center;justify-content:center;gap:1rem}.app-title{font-size:2.5rem;font-weight:700;color:#555;margin:0}.logo{font-size:2.5rem}.subtitle{font-size:1.3rem;color:#555;margin-bottom:.5rem;font-weight:600}.secondary-text{font-size:1.1rem;color:#555;margin-bottom:0}.role-selection-section{background:#fff;border-radius:16px;padding:2rem 2.5rem 2.8rem;box-shadow:0 10px 40px #0000001a;margin-bottom:2rem;text-align:center}.app-subtitle{font-size:1.4rem;margin-bottom:.8rem}.role-title{font-size:1.6rem;color:#555;font-weight:600}.role-subtitle{font-size:1.1rem;color:#666;margin-bottom:2rem;line-height:1.6}.role-options{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:1rem;margin-bottom:2rem;text-align:left}.role-option{display:flex;align-items:center;padding:1rem;border:2px solid #e2e8f0;font-weight:500;border-radius:8px;cursor:pointer;transition:all .3s ease;background:#fff}.role-option:hover{border-color:#c60;background:#fff2e6;transform:translateY(-1px);box-shadow:0 4px 12px #805ad533}.role-option input[type=radio]{margin-right:.75rem;width:20px;height:20px;accent-color:#cc6600;cursor:pointer}.role-option input[type=radio]:checked+.role-label,.role-option:hover .role-label{color:#c60;font-weight:600}.role-option:has(input[type=radio]:checked){border-color:#c60;background:#fff2e6;box-shadow:0 4px 12px #805ad533}.role-label{font-size:1rem;color:#555;transition:all .3s ease;cursor:pointer}.custom-role-input{margin-bottom:2rem;text-align:left;max-width:400px;margin-left:auto;margin-right:auto}.custom-role-input label{display:block;font-weight:600;color:#555;margin-bottom:.5rem;font-size:1rem}.custom-role-input input{width:100%;padding:.75rem 1rem;border:2px solid #e2e8f0;border-radius:8px;font-size:1rem;transition:border-color .3s ease,box-shadow .3s ease;background:#fff}.custom-role-input input:focus{outline:none;border-color:#c60;box-shadow:0 0 0 3px #805ad51a}.role-cta-section{text-align:center}.popular-tasks{margin-bottom:3rem}.popular-tasks h3{font-size:1.25rem;color:#555;margin-bottom:1rem;font-weight:600}.task-buttons{display:flex;flex-wrap:wrap;gap:.75rem}.task-button{background:#fff;border:1px solid #cc6600;border-radius:6px;padding:.4rem .8rem;font-size:.9rem;color:#c60;cursor:pointer;transition:all .3s ease;font-weight:500}.task-button:hover{transform:translateY(-1px);box-shadow:0 4px 12px #805ad526}.task-button.active{background:#c60;border-color:#c60;color:#fff;box-shadow:0 4px 12px #805ad54d}.roi-form{background:#fff;border-radius:16px;padding:2.5rem;box-shadow:0 10px 40px #0000001a;margin-bottom:2rem}.form-group{margin-bottom:1.5rem}input[type=number]{-moz-appearance:number-input}input[type=number]::-webkit-inner-spin-button,input[type=number]::-webkit-outer-spin-button{opacity:1}.popular-tasks-form{background:#fef5e7;border-radius:16px;padding:1.5rem;margin-bottom:3rem;border-left:6px solid #cc6600}.popular-tasks-form h4{font-size:1rem;color:#555;margin-bottom:1rem;font-weight:600}.form-group label{display:block;font-weight:600;color:#555;margin-bottom:.5rem;font-size:1rem}.form-group .icon{margin-right:.5rem;font-size:1.1rem;color:#c60}.input-wrapper{position:relative}.form-group input,.form-group select{width:100%;padding:.65rem 1rem;border:1px solid #d3d3d3;border-radius:6px;font-size:1rem;transition:border-color .3s ease,box-shadow .3s ease;background:#fff;color:#555}.form-group input:focus,.form-group select:focus{outline:none;border-color:#c60}.form-group input.error,.form-group select.error{border-color:#e53e3e;box-shadow:0 0 0 3px #e53e3e1a}.menu-icon{position:absolute;right:1rem;top:50%;transform:translateY(-50%);color:#e53e3e;font-weight:700;cursor:pointer}.custom-rate-input{margin-top:.5rem}.automation-form-section{margin-top:2rem;padding:1.5rem;background:linear-gradient(135deg,#a35200,#d1751a);border-radius:12px;color:#fff}.automation-form-section .automation-content h3{font-size:1.25rem;margin-bottom:.4rem;font-weight:600}.automation-form-section .automation-subtitle{font-size:.95rem;margin-bottom:1.5rem;opacity:.9;line-height:1.5}.form-submit{margin-top:2rem;text-align:center}.automation-section{background:linear-gradient(135deg,#c60,#a50);border-radius:16px;padding:1.5rem;margin-bottom:2rem;color:#fff}.automation-content h3{font-size:1.5rem;font-weight:600}.automation-subtitle{font-size:1rem;margin-bottom:2rem;opacity:.9;line-height:1.6}.slider-container{margin-bottom:2rem}.slider-wrapper{position:relative;margin:1rem 0 0}.automation-slider{width:100%;height:8px;background:#fff0;border-radius:4px;outline:none;appearance:none;cursor:pointer}.automation-slider::-webkit-slider-runnable-track{width:100%;height:8px;background:linear-gradient(to right,white 0%,white var(--slider-progress, 65%),rgba(255,255,255,.3) var(--slider-progress, 65%),rgba(255,255,255,.3) 100%);border-radius:4px}.automation-slider::-moz-range-track{width:100%;height:8px;background:#ffffff4d;border-radius:4px;border:none}.automation-slider::-moz-range-progress{height:8px;background:#fff;border-radius:4px}.automation-slider::-webkit-slider-thumb{appearance:none;width:24px;height:24px;background:#fff;border-radius:50%;cursor:pointer;box-shadow:0 2px 6px #0000004d;transition:transform .2s ease;margin-top:-8px}.automation-slider::-webkit-slider-thumb:hover{transform:scale(1.1)}.automation-slider::-moz-range-thumb{width:24px;height:24px;background:#fff;border-radius:50%;cursor:pointer;border:none;box-shadow:0 2px 6px #0000004d;margin-top:0}.slider-labels{position:relative;margin-top:.5rem;padding:0 .25rem;height:1.2rem;display:flex;align-items:center}.slider-label-left{position:absolute;left:.25rem;font-size:.85rem;color:#fffc;font-weight:500}.slider-label-right{position:absolute;right:.25rem;font-size:.85rem;color:#fffc;font-weight:500}.slider-value{position:absolute;color:#fff;font-weight:700;font-size:1rem;transform:translate(calc(-50% + 1px))}.live-preview{background:#fff;border-radius:5px;padding:1.2rem;color:#555;box-shadow:0 4px 12px #0000001a}.live-preview p{font-size:1.1rem;line-height:1.6;margin:0}.highlight{color:#c60;font-weight:600}.cta-section{text-align:center}.cta-button{background:#c60;color:#fff;border:none;border-radius:8px;padding:.6rem 3rem;font-size:1.25rem;font-weight:600;cursor:pointer;transition:all .3s ease;box-shadow:0 8px 25px #ed89364d;min-width:280px}.cta-button:hover{transform:translateY(-2px);box-shadow:0 12px 35px #ed893666}.cta-button:active{transform:translateY(0)}.cta-button.disabled,.cta-button:disabled{background:#e6b885;color:#963;cursor:not-allowed;box-shadow:none;transform:none}.cta-button.disabled:hover,.cta-button:disabled:hover{background:#e6b885;transform:none;box-shadow:none}@media (max-width: 768px){.container{padding:1rem}.app-title{font-size:2rem}.subtitle{font-size:1.25rem}.logo-section{flex-direction:column;gap:.5rem}.role-selection-section{padding:1.5rem}.role-title{font-size:1.5rem}.role-options{grid-template-columns:1fr}.task-buttons{flex-direction:column}.task-button{text-align:center}.roi-form,.automation-section{padding:1.5rem}.cta-button{min-width:auto;width:100%;max-width:300px}}@media (max-width: 480px){.container{padding:.75rem}.app-title{font-size:1.75rem}.subtitle{font-size:1.1rem}.role-selection-section{padding:1rem}.role-title{font-size:1.25rem}.role-option{padding:.75rem}.roi-form,.automation-section{padding:1rem}}.results-page{min-height:100vh;background:linear-gradient(135deg,#f8f9fa,#e9ecef)}.task-and-back{display:flex;justify-content:center;align-items:center;position:relative}.back-button{background:#c60;color:#fff;border:none;border-radius:8px;padding:.7rem 1rem;font-size:1rem;font-weight:600;cursor:pointer;transition:all .3s ease;box-shadow:0 8px 25px #cc66004d;font-family:inherit;position:absolute;left:0}.back-button:hover{transform:translateY(-2px);box-shadow:0 12px 35px #c606}.back-button:active{transform:translateY(0)}.results-content{background:#fff;border-radius:16px;padding:2.2rem;box-shadow:0 10px 40px #0000001a;margin-bottom:2rem}.results-header h1{font-size:1.7rem;color:#555;font-weight:600;line-height:1.3;margin-bottom:1.6rem}.value-proposition{background:#fef5e7;border-radius:16px;padding:1.5rem;margin-bottom:2.3rem;border-left:6px solid #cc6600}.value-proposition h2{font-size:1.3rem;margin-bottom:.8rem;font-weight:600}.main-text{margin-bottom:.7rem}.value-multiplier{margin:0}.comparison-table{margin-bottom:2.3rem}.comparison-table h2{font-size:1.3rem;margin-bottom:1.2rem;font-weight:600}.table-wrapper{background:#fff;overflow:hidden}table{width:100%;border-collapse:collapse}th,td{padding:.8rem;text-align:center;border-bottom:1px solid #e2e8f0}th:first-child,td:first-child{text-align:left}th{background:#eee;font-weight:600;color:#555}td{font-size:1rem;color:#555}.savings,th:nth-child(4){color:#294;font-weight:600}th:nth-child(2){color:#dc3545}td:nth-child(2){color:#dc3545;font-weight:600}.progress-section{margin-bottom:2.3rem}.progress-labels{display:flex;justify-content:space-between;margin-bottom:.5rem}.progress-label-left,.progress-label-right{font-size:.9rem;font-weight:500}.progress-label-right,.weeks-saved{color:#294;font-weight:700}.progress-track{background:#ffe3c9;border-radius:25px;height:25px;position:relative;overflow:hidden;box-shadow:inset 0 1px 3px #0000001a}.progress-bar-orange{background:#c60;height:100%;border-radius:25px;display:flex;align-items:center;justify-content:center;position:relative;transition:width .8s ease;min-width:120px}.progress-text{color:#fff;font-weight:600;font-size:.95rem;text-align:center}.benefits-section{background:#eee;border-radius:16px;padding:1.5rem;margin-bottom:2.3rem;box-shadow:0 2px 2px #00000042}.benefits-section h2{font-size:1.3rem;margin-bottom:.8rem;font-weight:600;display:flex;align-items:center;gap:.5rem}.rocket-icon{font-size:1.5rem}.benefits-list{list-style:none;margin:0;padding:0}.benefits-list li{font-size:1rem;line-height:2.2;padding-left:1.5rem;position:relative}.benefits-list li:before{content:"✓";position:absolute;left:0;color:#294;font-weight:700;font-size:1.2rem}.breakdown-cards{display:grid;grid-template-columns:1fr 1fr;gap:2rem;margin-bottom:2.3rem}.card{border-radius:16px;padding:1.5rem;box-shadow:0 2px 2px #00000042}.card.time-breakdown{background:#fef5e7}.card.cost-breakdown{background:#eee}.card h3,.disclaimer h3{font-size:1.25rem;color:#555;margin-bottom:1rem;font-weight:600}.breakdown-item{display:flex;justify-content:space-between;align-items:center;margin-bottom:2px;color:#555;font-weight:500;font-size:.9rem}.breakdown-item.annual{border-top:1px solid #e3dede;margin-top:10px;padding-top:10px;font-weight:600;margin-bottom:0;color:#dc3545}.breakdown-item.highlight{color:#294;font-weight:600}.disclaimer{background:#eee;border:1px solid #e2e8f0;border-radius:12px;padding:1.5rem;color:#555;font-size:.95rem;line-height:1.6}.cta-section-results{background:#fff;border-radius:16px;padding:2.5rem 1.8rem 1.8rem;box-shadow:0 10px 40px #0000001a;margin-bottom:2rem;text-align:center}.cta-content h2{font-size:1.3rem;color:#555;font-weight:600;margin-bottom:.5rem}.cta-primary{background:#c60;color:#fff;border:none;border-radius:8px;padding:.8rem 2rem;font-size:1.1rem;font-weight:600;cursor:pointer;transition:all .3s ease;box-shadow:0 8px 25px #cc66004d;display:inline-flex;align-items:center;gap:.5rem;font-family:inherit}.cta-primary:hover{transform:translateY(-2px);box-shadow:0 12px 35px #c606}.cta-primary .icon{width:24px;height:24px}.divider{font-size:1rem;margin:1rem 0}.secondary-question{font-size:1.1rem;color:#555;margin-bottom:1rem;font-weight:500}.cta-secondary{background:transparent;color:#c60;border:2px solid #cc6600;border-radius:8px;padding:.75rem 1.5rem;font-size:1rem;font-weight:600;cursor:pointer;transition:all .3s ease;display:inline-flex;align-items:center;gap:.5rem;font-family:inherit}.cta-secondary:hover{background:#c60;color:#fff;transform:translateY(-1px)}.cta-secondary .icon{width:18px;height:18px}.follow-up-section{background:#fef5e7;border-radius:16px;padding:2rem;box-shadow:0 10px 40px #0000001a;text-align:center}.follow-up-content h2{font-size:1.3rem;color:#555;font-weight:600;margin-bottom:1.3rem}.try-another-btn{background:transparent;color:#c60;border:2px solid #cc6600;border-radius:8px;padding:.75rem 1.5rem;font-size:1rem;font-weight:600;cursor:pointer;transition:all .3s ease;display:inline-flex;align-items:center;gap:.5rem;margin-bottom:1.3rem;font-family:inherit}.try-another-btn:hover{background:#c60;color:#fff;transform:translateY(-1px)}.button-description{margin-bottom:1rem}.cta-primary,.cta-secondary{margin-bottom:1.5rem}.congratulations{margin-bottom:15px;font-size:1.2rem}@media (max-width: 768px){.results-header h1{font-size:1.5rem}.value-proposition,.card{padding:1.5rem}.breakdown-cards{grid-template-columns:1fr;gap:1.5rem}table{font-size:.9rem}th,td{padding:.75rem .5rem}.progress-track{height:40px}.progress-text{font-size:.85rem}.progress-bar-orange{min-width:100px}}@media (max-width: 480px){.container{padding:1rem}.results-header h1{font-size:1.25rem}.value-proposition,.benefits-section,.card{padding:1rem}.main-text,.value-multiplier{font-size:1rem}th,td{padding:.5rem .25rem;font-size:.85rem}.progress-track{height:35px}.progress-text{font-size:.8rem}.progress-bar-orange{min-width:80px}.progress-labels{flex-direction:column;text-align:center;gap:.25rem}}.lead-capture-page{min-height:100vh;background:linear-gradient(135deg,#f8f9fa,#e9ecef)}.lead-capture-form{background:#fff;border-radius:16px;padding:2.5rem;box-shadow:0 10px 40px #0000001a;margin-bottom:2rem;margin-left:auto;margin-right:auto}.lead-capture-form .form-group{margin-bottom:2rem}.lead-capture-form input.error{border-color:#e53e3e;box-shadow:0 0 0 3px #e53e3e1a}.field-hint{margin-top:.5rem;font-size:.85rem;color:#666;line-height:1.5;font-style:italic}.error-message{color:#e53e3e;font-size:.875rem;margin-top:.25rem;font-weight:500}.benefits-box{margin-bottom:3rem;background:#fef5e7;border-radius:16px;padding:1.5rem;border-left:6px solid rgb(204,102,0)}.benefits-box h3{font-size:1.15rem;color:#555;margin-bottom:1rem;font-weight:600}.benefits-box ul{list-style:none;margin:0;padding:0}.benefits-box li{font-size:.95rem;line-height:1.8;padding-left:25px;position:relative;margin-bottom:8px;color:#555}.benefits-box li:before{content:"✓";position:absolute;left:0;color:#294;font-weight:700;font-size:1.2rem}.form-submit{text-align:center}.privacy-note{margin-top:1rem;font-size:.9rem;color:#666;font-style:italic}@media (max-width: 768px){.lead-capture-form{padding:1.5rem}.lead-capture-form label{font-size:1rem}.benefits-box{padding:1rem}}@media (max-width: 480px){.lead-capture-form{padding:1rem}.lead-capture-form .form-group{margin-bottom:1.5rem}}
