/**handles:cons-features**/
.feature-page-hero{position:relative;width:100%;padding:120px 0 80px;background:var(--surface-0);overflow:hidden}.hero-decorations{position:absolute;inset:0;pointer-events:none;z-index:0}.feature-hero-container{position:relative;z-index:1;max-width:1400px;margin:0 auto;padding:0 40px;display:grid;grid-template-columns:1fr 1fr;gap:80px;align-items:center}.feature-hero-content{position:relative;z-index:2;display:flex;flex-direction:column;gap:24px}.feature-hero-content h1{margin:0 0 16px 0!important;line-height:1.1!important}.feature-hero-content p{margin:0!important}.feature-hero-badge{display:inline-flex;align-items:center;gap:8px;padding:8px 20px;background:var(--brand-primary-soft);color:var(--brand-primary);border-radius:100px;margin:0;font-family:var(--font-heading);font-size:14px;font-weight:600;letter-spacing:.5px;text-transform:uppercase}.feature-hero-badge i{font-size:16px;flex-shrink:0}.feature-hero-buttons{position:relative;display:flex;align-items:center;gap:16px;margin:0;flex-wrap:wrap}.feature-hero-buttons .btn-consource-primary,.feature-hero-buttons .btn-consource-secondary,.feature-hero-buttons button{display:inline-flex!important;align-items:center;gap:8px;font-family:var(--font-heading);font-weight:600;text-decoration:none;cursor:pointer;transition:all .3s ease}.feature-hero-buttons button i{font-size:18px;flex-shrink:0}.feature-hero-values{display:flex;align-items:center;gap:24px;flex-wrap:wrap;margin:0}.feature-value-item{display:flex;align-items:center;gap:12px;font-family:var(--font-body);font-size:15px;font-weight:500;color:var(--surface-900)}.feature-value-item span{margin:0;line-height:1.4}.feature-value-icon{width:40px;height:40px;border-radius:8px;display:flex;align-items:center;justify-content:center;font-size:18px;flex-shrink:0}.feature-value-icon.teal{background:var(--brand-primary-soft);color:var(--brand-primary)}.feature-value-icon.orange{background:var(--brand-secondary-soft);color:var(--brand-secondary)}.feature-value-icon.green{background:var(--brand-yellow-soft);color:var(--brand-yellow)}.feature-hero-visual{position:relative;z-index:1}.feature-hero-mockup{background:var(--surface-0);border:2px solid var(--surface-200);border-radius:12px;overflow:hidden;box-shadow:0 20px 60px var(--shadow-20)}.feature-mockup-header{display:flex;align-items:center;justify-content:space-between;padding:16px 24px;background:var(--surface-50);border-bottom:1px solid var(--surface-200)}.feature-mockup-title{font-family:var(--font-heading);font-size:16px;font-weight:600;color:var(--surface-900);margin:0}.feature-mockup-controls{display:flex;gap:8px;align-items:center}.feature-mockup-control{width:12px;height:12px;border-radius:50%;flex-shrink:0}.feature-mockup-control.teal{background:var(--brand-primary)}.feature-mockup-control.orange{background:var(--brand-secondary)}.feature-mockup-control.green{background:var(--brand-yellow)}.feature-mockup-content{padding:32px 24px;display:flex;flex-direction:column;gap:24px}.feature-overview-stats{display:grid;grid-template-columns:repeat(4,1fr);gap:16px;margin:0}.feature-stat-card{padding:20px;background:var(--surface-50);border-radius:8px;text-align:center;display:flex;flex-direction:column;gap:8px}.feature-stat-label{font-family:var(--font-body);font-size:13px;font-weight:500;color:var(--surface-500);margin:0;line-height:1.4}.feature-stat-value{font-family:var(--font-heading);font-size:28px;font-weight:700;margin:0;line-height:1.2}.feature-stat-value.teal{color:var(--brand-primary)}.feature-stat-value.orange{color:var(--brand-secondary)}.feature-stat-value.green{color:var(--brand-primary)}.feature-stat-value.yellow{color:var(--brand-yellow)}.feature-steps-nav-section{padding:80px 0;background:var(--surface-50)}.feature-steps-container{max-width:1400px;margin:0 auto;padding:0 40px}.feature-steps-header{text-align:center;margin-bottom:60px;display:flex;flex-direction:column;gap:16px}.feature-steps-header .text-title{margin-bottom:0!important}.feature-steps-nav{display:flex;gap:12px;margin-bottom:0;overflow-x:auto;padding-bottom:8px}.feature-step-nav-item{position:relative;flex:1;min-width:250px;padding:24px;background:var(--surface-0);border:2px solid var(--surface-200);border-radius:8px;cursor:pointer;transition:all .3s ease;text-align:left;display:flex;align-items:center;gap:16px}.feature-step-nav-item:hover{border-color:var(--brand-primary);transform:translateY(-2px);box-shadow:0 4px 12px var(--brand-primary-soft)}.feature-step-nav-item.active{background:var(--brand-primary-soft);border-color:var(--brand-primary)}.feature-step-number{width:40px;height:40px;border-radius:50%;background:var(--surface-50);display:flex;align-items:center;justify-content:center;font-family:var(--font-heading);font-size:18px;color:var(--surface-500);flex-shrink:0}.feature-step-nav-item.active .feature-step-number{background:var(--brand-primary);color:var(--surface-0)}.feature-step-nav-content{flex:1}.feature-step-nav-title{font-family:var(--font-heading);font-size:16px;color:var(--surface-900);margin:0 0 4px 0!important}.feature-step-nav-subtitle{font-family:var(--font-body);font-size:14px;color:var(--surface-500);margin:0!important}.feature-step-nav-item.active .feature-step-nav-title{color:var(--brand-primary)}.feature-step-connector{position:absolute;right:-18px;top:50%;transform:translateY(-50%);z-index:10;width:36px;height:36px;border-radius:50%;background:var(--surface-0);border:2px solid var(--surface-200);display:flex;align-items:center;justify-content:center;color:var(--brand-primary);font-size:14px}.feature-step-detail{display:none}.feature-step-detail.active{display:block;animation:fadeIn .4s ease}.feature-step-detail-content{display:grid;grid-template-columns:1fr 1fr;gap:60px;align-items:start;padding:40px 0}.feature-step-detail-text{padding-right:20px}.feature-step-detail-title{font-family:var(--font-heading);font-size:32px;color:var(--surface-900);margin:0 0 16px 0!important}.feature-step-detail-description{font-family:var(--font-body);font-size:16px;line-height:1.7;color:var(--surface-700);margin:0 0 24px 0!important}.feature-step-detail-visual{position:relative}.feature-step-mockup{min-height:320px;background:var(--surface-0);border:2px solid var(--surface-200);border-radius:12px;overflow:hidden;box-shadow:0 10px 40px var(--shadow-10)}.mockup-header{padding:16px 24px;background:var(--surface-50);border-bottom:1px solid var(--surface-200);font-family:var(--font-heading);font-size:15px;font-weight:600;color:var(--surface-900);text-align:left}.mockup-content{padding:24px;display:grid;grid-template-columns:1fr 1fr;gap:16px;align-content:start}.mockup-element{padding:16px;background:var(--surface-50);border-radius:8px;display:flex;flex-direction:column;gap:8px;justify-content:center;min-height:88px;transition:transform .2s ease}.mockup-element-label{font-family:var(--font-body);font-size:12px;font-weight:600;color:var(--surface-500);text-transform:uppercase;letter-spacing:.5px;margin:0}.mockup-element-value{font-family:var(--font-heading);font-size:20px;font-weight:700;color:var(--surface-900);margin:0;line-height:1.3}#step-2 .mockup-element,#step-4 .mockup-element{min-height:82px}#step-3 .mockup-element-value{font-size:22px}.feature-benefits{margin-top:32px}.feature-benefits-title{font-family:var(--font-heading);font-size:18px;color:var(--surface-900);margin:0 0 20px 0!important;display:flex;align-items:center;gap:8px}.feature-benefits-title i{font-size:20px;color:var(--brand-secondary)}.feature-benefits-list{list-style:none!important;padding:0!important;margin:0!important;display:flex;flex-direction:column;gap:12px}.feature-benefits-list li{display:flex;align-items:start;gap:12px;font-family:var(--font-body);font-size:15px;line-height:1.6;color:var(--surface-900)}.feature-benefits-list li i{margin-top:4px;flex-shrink:0;font-size:18px;color:var(--brand-secondary)}.app-form-mockup,.app-pipeline-mockup,.app-priority-mockup,.app-workflow-mockup{padding:24px!important}.app-form-row{display:grid!important;grid-template-columns:1fr 1fr!important;gap:16px!important;margin-bottom:16px!important}.app-field{display:flex!important;flex-direction:column!important;gap:8px!important}.app-field-label{font-family:var(--font-body)!important;font-size:12px!important;font-weight:600!important;color:var(--surface-500)!important;text-transform:uppercase!important;letter-spacing:.5px!important;margin:0!important}.app-field-input,.app-field-textarea{background:var(--surface-50)!important;border:1px solid var(--surface-200)!important;border-radius:8px!important;padding:14px 16px!important;font-family:var(--font-body)!important;color:var(--surface-900)!important;margin:0!important}.app-field-input{min-height:48px!important;display:flex!important;align-items:center!important}.app-field-textarea{min-height:96px!important;line-height:1.5!important}.app-form-footer{display:flex!important;justify-content:space-between!important;align-items:center!important;gap:16px!important;margin-top:20px!important}.app-progress{flex:1!important}.app-progress-label{display:block!important;margin-bottom:8px!important;font-size:12px!important;color:var(--surface-500)!important}.app-progress-track{height:8px!important;background:var(--surface-100)!important;border-radius:999px!important;overflow:hidden!important}.app-progress-fill{height:100%!important;background:var(--brand-primary)!important;border-radius:999px!important}.app-form-action{white-space:nowrap!important;padding:10px 14px!important;border-radius:999px!important;background:var(--brand-secondary-soft)!important;color:var(--brand-secondary)!important;font-size:13px!important;font-weight:700!important}.app-workflow-mockup{display:flex!important;flex-direction:column!important;align-items:center!important;gap:12px!important}.app-workflow-stage{width:100%!important;display:flex!important;gap:14px!important;align-items:center!important;padding:14px 16px!important;border:1px solid var(--surface-200)!important;border-radius:10px!important;background:var(--surface-50)!important}.app-workflow-stage.is-complete{border-color:var(--brand-secondary-transparent)!important;background:var(--brand-secondary-soft)!important}.app-workflow-stage.is-active{border-color:var(--brand-primary-transparent)!important;background:var(--brand-primary-soft)!important}.app-workflow-icon{width:42px!important;height:42px!important;border-radius:10px!important;display:flex!important;align-items:center!important;justify-content:center!important;background:var(--surface-0)!important;color:var(--brand-primary)!important;flex-shrink:0!important}.app-workflow-copy{min-width:0!important}.app-workflow-title{font-family:var(--font-heading)!important;font-size:15px!important;font-weight:700!important;color:var(--surface-900)!important;margin:0!important}.app-workflow-meta{font-size:13px!important;color:var(--surface-600)!important;margin-top:2px!important}.app-workflow-arrow{color:var(--surface-400)!important;font-size:16px!important;line-height:1!important}.app-priority-toolbar{display:flex!important;gap:8px!important;flex-wrap:wrap!important;margin-bottom:16px!important}.app-chip{padding:8px 12px!important;border-radius:999px!important;background:var(--surface-100)!important;color:var(--surface-700)!important;font-size:12px!important;font-weight:600!important;display:inline-block!important}.app-priority-list{display:flex!important;flex-direction:column!important;gap:12px!important}.app-priority-item{display:grid!important;grid-template-columns:36px 1fr 56px!important;gap:14px!important;align-items:center!important;padding:14px 16px!important;border:1px solid var(--surface-200)!important;border-radius:10px!important;background:var(--surface-50)!important}.app-priority-item.is-top{border-color:var(--brand-secondary-transparent)!important;background:var(--brand-secondary-soft)!important}.app-priority-rank{width:36px!important;height:36px!important;border-radius:999px!important;background:var(--surface-0)!important;display:flex!important;align-items:center!important;justify-content:center!important;font-weight:700!important;color:var(--surface-900)!important}.app-priority-title{font-family:var(--font-heading)!important;font-size:15px!important;font-weight:700!important;color:var(--surface-900)!important;margin:0!important}.app-priority-meta{font-size:13px!important;color:var(--surface-600)!important;margin-top:2px!important}.app-priority-score{text-align:right!important;font-family:var(--font-heading)!important;font-size:20px!important;font-weight:700!important;color:var(--brand-primary)!important}.app-priority-note{margin-top:14px!important;font-size:12px!important;color:var(--surface-500)!important}.app-pipeline-card{padding:16px!important;border:1px solid var(--surface-200)!important;border-radius:10px!important;background:var(--surface-50)!important;margin-bottom:20px!important}.app-pipeline-card-top{display:flex!important;justify-content:space-between!important;gap:12px!important;align-items:center!important;margin-bottom:10px!important}.app-stage-chip{display:inline-flex!important;align-items:center!important;padding:6px 10px!important;border-radius:999px!important;font-size:12px!important;font-weight:700!important}.app-stage-demand{background:var(--brand-primary-soft)!important;color:var(--brand-primary)!important}.app-stage-owner{font-size:12px!important;color:var(--surface-500)!important}.app-pipeline-title{font-family:var(--font-heading)!important;font-size:16px!important;font-weight:700!important;color:var(--surface-900)!important}.app-pipeline-subtitle{margin-top:4px!important;font-size:13px!important;color:var(--surface-600)!important}.app-pipeline-flow{display:grid!important;grid-template-columns:1fr auto 1fr auto 1fr auto 1fr!important;gap:8px!important;align-items:center!important;margin-bottom:20px!important}.app-pipeline-step{padding:14px 10px!important;border:1px solid var(--surface-200)!important;border-radius:10px!important;background:var(--surface-0)!important;text-align:center!important}.app-pipeline-step.is-current{border-color:var(--brand-primary-transparent)!important;background:var(--brand-primary-soft)!important}.app-pipeline-step-label{font-size:13px!important;font-weight:700!important;color:var(--surface-900)!important}.app-pipeline-flow-arrow{color:var(--surface-400)!important;font-size:14px!important;text-align:center!important}.app-pipeline-actions{display:grid!important;grid-template-columns:1fr 1fr!important;gap:12px!important}.app-action-card{padding:14px 16px!important;border-radius:10px!important;background:var(--surface-50)!important;border:1px solid var(--surface-200)!important}.app-action-label{font-size:12px!important;color:var(--surface-500)!important;margin-bottom:6px!important;text-transform:uppercase!important;letter-spacing:.04em!important}.app-action-value{font-family:var(--font-heading)!important;font-size:15px!important;font-weight:700!important;color:var(--surface-900)!important}.feature-results-section{position:relative;padding:80px 0;background:var(--surface-50);overflow:hidden}.feature-results-container{position:relative;z-index:1;max-width:1400px;margin:0 auto;padding:0 40px}.feature-results-content{text-align:center;display:flex;flex-direction:column;gap:0!important}.feature-results-title{font-family:var(--font-heading);font-size:40px;color:var(--surface-900);max-width:980px;margin:0 auto 56px auto!important;text-align:center;line-height:1.2}.feature-results-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:28px;align-items:stretch;margin-bottom:48px}.feature-result-card{position:relative;padding:32px 28px 28px 28px;background:var(--surface-0);border:1px solid var(--surface-200);border-radius:12px;box-shadow:0 10px 30px var(--shadow-10);display:flex;flex-direction:column;justify-content:flex-start;text-align:left;overflow:hidden;transition:transform .3s ease,box-shadow .3s ease}.feature-result-card::before{content:"";position:absolute;inset:0 0 auto 0;height:4px;background:var(--surface-200)}.feature-result-card:first-child::before{background:var(--brand-secondary)}.feature-result-card:nth-child(2)::before{background:var(--brand-primary)}.feature-result-card:nth-child(3)::before{background:var(--brand-primary)}.feature-result-card:nth-child(4)::before{background:var(--brand-secondary)}.feature-result-card:hover{transform:translateY(-6px);box-shadow:0 16px 36px var(--shadow-20)}.feature-result-icon{width:56px;height:56px;margin:0 0 18px 0;border-radius:10px;display:flex;align-items:center;justify-content:center;font-size:24px}.feature-result-icon.teal{background:var(--brand-primary-soft);color:var(--brand-primary)}.feature-result-icon.orange{background:var(--brand-secondary-soft);color:var(--brand-secondary)}.feature-result-icon.green{background:var(--brand-primary-soft);color:var(--brand-primary)}.feature-result-icon.yellow{background:var(--brand-secondary-soft);color:var(--brand-secondary)}.feature-result-number{font-family:var(--font-heading);font-size:28px;font-weight:700;line-height:1.05;color:var(--surface-900);margin:0 0 10px 0;letter-spacing:-.02em}.feature-result-label{font-family:var(--font-heading);font-size:20px;font-weight:600;line-height:1.25;color:var(--surface-900);margin:0 0 14px 0}.feature-result-description{font-family:var(--font-body);font-size:15px;color:var(--surface-600);line-height:1.65;margin:0}.feature-testimonial{max-width:1120px;margin:0 auto;padding:32px 36px;background:var(--surface-0);border:1px solid var(--surface-200);border-radius:16px;box-shadow:0 10px 30px var(--shadow-10);display:grid;grid-template-columns:1fr auto;gap:28px;align-items:center;text-align:left;position:relative;overflow:hidden}.feature-testimonial::before{content:"";position:absolute;top:0;left:0;width:4px;height:100%;background:var(--brand-secondary)}.feature-quote{font-family:var(--font-body);font-size:20px;line-height:1.7;color:var(--surface-900);margin:0 0 20px 0!important;font-style:italic}.feature-author{display:flex;align-items:center;justify-content:space-between;gap:20px}.feature-author-info{display:flex;flex-direction:column;gap:4px;text-align:left}.feature-author-name{font-family:var(--font-heading);font-size:22px;font-weight:700;color:var(--surface-900);margin:0}.feature-author-title{font-family:var(--font-body);font-size:15px;color:var(--surface-600);margin:0}.feature-author-company{font-family:var(--font-body);font-size:14px;color:var(--surface-500);font-style:italic;margin:0}.feature-author-photo{width:64px;height:64px;border-radius:50%;background:var(--brand-primary-soft);display:flex;align-items:center;justify-content:center;color:var(--brand-primary);font-size:26px;flex-shrink:0}.final-cta-decorations{position:absolute;inset:0;pointer-events:none;z-index:0}.final-cta-decoration{position:absolute;border-radius:50%;opacity:.04}.final-cta-decoration-1{width:500px;height:500px;background:var(--brand-primary);top:-250px;left:-250px}.final-cta-decoration-2{width:400px;height:400px;background:var(--brand-secondary);bottom:-200px;right:-200px}.final-cta-decoration-3{width:300px;height:300px;background:var(--brand-yellow);top:50%;left:50%;transform:translate(-50%,-50%)}@keyframes fadeIn{from{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}@media (max-width:1024px){.feature-hero-container,.feature-step-detail-content{grid-template-columns:1fr;gap:40px}.feature-hero-visual{display:none}.feature-step-connector{display:none}.feature-results-grid{grid-template-columns:repeat(2,1fr)}.feature-result-number{font-size:24px}.feature-result-label{font-size:18px}.feature-quote{font-size:18px}}@media (max-width:768px){.feature-page-hero{padding:80px 0 60px}.feature-hero-container,.feature-results-container,.feature-steps-container{padding:0 20px}.feature-hero-buttons{flex-direction:column;width:100%}.feature-hero-buttons a,.feature-hero-buttons button{width:100%;justify-content:center}.feature-steps-nav{flex-direction:column}.feature-step-nav-item{min-width:100%}.app-form-row,.app-pipeline-actions,.feature-overview-stats,.feature-results-grid{grid-template-columns:1fr}.feature-step-mockup{min-height:auto}.mockup-content{grid-template-columns:1fr}.mockup-element{min-height:72px}.app-form-footer{flex-direction:column;align-items:stretch}.app-pipeline-flow{grid-template-columns:1fr}.app-pipeline-flow-arrow{transform:rotate(90deg)}.app-priority-item{grid-template-columns:36px 1fr}.app-priority-score{grid-column:2;text-align:left}.feature-result-card{text-align:left;padding:24px 22px}.feature-testimonial{grid-template-columns:1fr;padding:24px;gap:20px}.feature-author{flex-direction:row;justify-content:space-between}.feature-quote{font-size:17px;line-height:1.6}}@media (max-width:450px){.feature-hero-container,.feature-results-container,.feature-steps-container{padding:0 16px}.hero-decorations{display:none}.feature-step-detail-visual{display:none}.feature-step-nav-item{padding:16px;min-width:100%}.feature-step-detail-title{font-size:22px}}.faq-question span{flex:1!important;font-family:var(--font-heading)!important;font-size:18px!important;font-weight:600!important;color:var(--surface-900)!important}.mockup-element-teal{border-left:3px solid var(--brand-primary)!important}.mockup-element-orange{border-left:3px solid var(--brand-secondary)!important}.mockup-element-green{border-left:3px solid var(--brand-green)!important}.mockup-element-yellow{border-left:3px solid var(--brand-yellow)!important}.mockup-element-teal .mockup-element-value{color:var(--brand-primary)!important}.mockup-element-orange .mockup-element-value{color:var(--brand-secondary)!important}.mockup-element-green .mockup-element-value{color:var(--brand-green)!important}.mockup-element-yellow .mockup-element-value{color:var(--brand-yellow)!important}