.ax-phases-section{background:#fff;padding-bottom:6rem;padding-top:6rem}.ax-phases-container{margin-left:auto;margin-right:auto;max-width:80rem;padding-left:1.5rem;padding-right:1.5rem;width:100%}.ax-phase-selector{display:flex;flex-wrap:wrap;gap:.75rem;justify-content:center;margin-bottom:3rem}.ax-phase-btn{align-items:center;background:#f0f2f5;border:none;border-radius:9999px;color:#657386;cursor:pointer;display:inline-flex;font-family:Inter,system-ui,-apple-system,sans-serif;font-size:.875rem;font-weight:500;gap:.5rem;padding:.625rem 1.25rem;transition:background .2s ease,color .2s ease,box-shadow .2s ease}.ax-phase-btn:hover{background:rgba(46,126,229,.1);color:#181825}.ax-phase-btn--active{background:#2e7ee5;box-shadow:0 4px 14px rgba(46,126,229,.25);color:#fff}.ax-phase-btn--active:hover{background:#2e7ee5;color:#fff;opacity:.95}.ax-phase-btn__num{align-items:center;background:hsla(0,0%,100%,.2);border-radius:9999px;display:flex;flex-shrink:0;font-size:.75rem;font-weight:700;height:1.5rem;justify-content:center;width:1.5rem}.ax-phase-btn:not(.ax-phase-btn--active) .ax-phase-btn__num{background:rgba(0,0,0,.08)}.ax-phase-btn__label{display:none}@media (min-width:640px){.ax-phase-btn__label{display:inline}}.ax-phase-panel{background:#fbfcfd;border:1px solid #e0e5eb;border-radius:1rem;display:none;padding:2rem}@media (min-width:768px){.ax-phase-panel{padding:3rem}}.ax-phase-panel--active{display:block}.ax-panel-header{margin-bottom:2rem}.ax-panel-title-row{align-items:center;display:flex;flex-wrap:wrap;gap:1rem;margin-bottom:.75rem}.ax-panel-title{color:#181825;font-family:Inter,system-ui,-apple-system,sans-serif;font-size:clamp(1.25rem,3vw,1.75rem);font-weight:700;margin:0}.ax-panel-badges{display:flex;flex-wrap:wrap;gap:.5rem}.ax-badge{border-radius:9999px;font-family:Inter,system-ui,-apple-system,sans-serif;font-size:.75rem;font-weight:600;padding:.25rem .75rem}.ax-badge--primary{background:rgba(46,126,229,.1);color:#2e7ee5}.ax-badge--muted{background:#f0f2f5;color:#657386;text-decoration:line-through}.ax-panel-description{color:#657386;font-family:Inter,system-ui,-apple-system,sans-serif;font-size:1.0625rem;line-height:1.7;margin:0}.ax-panel-columns{display:grid;gap:1.5rem;grid-template-columns:1fr}@media (min-width:768px){.ax-panel-columns{grid-template-columns:repeat(2,1fr)}}.ax-column{border-radius:.75rem;padding:1.5rem}.ax-column--ai{background:rgba(46,126,229,.05);border:1px solid rgba(46,126,229,.2)}.ax-column--consultant{background:#fff;border:1px solid #e0e5eb}.ax-column-header{align-items:center;display:flex;gap:.75rem;margin-bottom:1rem}.ax-column-icon{align-items:center;border-radius:.5rem;display:flex;flex-shrink:0;height:2.5rem;justify-content:center;width:2.5rem}.ax-column-icon--ai{background:#2e7ee5;color:#fff}.ax-column-icon--consultant{background:rgba(24,24,37,.1);color:#181825}.ax-column-title{color:#181825;font-family:Inter,system-ui,-apple-system,sans-serif;font-size:.9375rem;font-weight:600;margin:0}.ax-task-list{display:flex;flex-direction:column;gap:.75rem;list-style:none;margin:0;padding:0}.ax-task-item{align-items:flex-start;color:rgba(24,24,37,.8);display:flex;font-family:Inter,system-ui,-apple-system,sans-serif;font-size:.875rem;gap:.5rem;line-height:1.5}.ax-task-check{flex-shrink:0;margin-top:.125rem}.ax-task-check--primary{color:#2e7ee5}.ax-task-check--muted{color:#657386}