:root{--primary-color:#004963;--secondary-color:#abcf37;--accent-color:#46c5e6;--text-dark:#202124;--text-light:#5f6368;--bg-light:#fafbfc;--bg-white:#fff;--border-light:#e2e8f0;--shadow-light:rgba(0,73,99,.08);--shadow-medium:rgba(0,73,99,.15);--gradient-primary:linear-gradient(135deg,var(--primary-color) 0%,#003d4f 100%);--gradient-secondary:linear-gradient(135deg,var(--secondary-color) 0%,#8fb82f 100%);--hs-module-z-index:1;--hs-floating-nav-z-index:99;--hs-modal-z-index:999}.agentic-ai-module{color:var(--text-dark);font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;line-height:1.6;position:relative;width:100%}.agentic-ai-module,.agentic-ai-module *,.agentic-ai-module :after,.agentic-ai-module :before{box-sizing:border-box}.agentic-ai-module .container{background:transparent;display:flex;flex-direction:column;margin:0 auto;max-width:100%;min-height:100vh;padding:20px;position:relative;width:100%;z-index:var(--hs-module-z-index)}@media (min-width:768px){.agentic-ai-module .container{min-height:calc(100vh - 60px);padding:30px}}@media (min-width:1200px){.agentic-ai-module .container{max-width:1400px;padding:40px}}.agentic-ai-module .section{animation:fadeInUp .6s ease-out;display:none;display:flex;flex:1;flex-direction:column;min-height:0;position:relative;z-index:var(--hs-module-z-index)}.agentic-ai-module .section.active{display:flex}.agentic-ai-module .section:not(.active){display:none}@keyframes fadeInUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}.agentic-ai-module .header{background:linear-gradient(135deg,var(--bg-light) 0,var(--bg-white) 100%);border:1px solid rgba(171,207,55,.1);border-radius:20px;box-shadow:0 4px 20px var(--shadow-light);flex-shrink:0;margin-bottom:30px;padding:30px 20px 20px;position:relative;text-align:center;z-index:var(--hs-module-z-index)}.agentic-ai-module .header h1{background:linear-gradient(135deg,var(--primary-color),var(--accent-color));-webkit-background-clip:text;font-size:clamp(1.8rem,4vw,2.8rem);font-weight:700;margin-bottom:10px;-webkit-text-fill-color:transparent;background-clip:text;letter-spacing:-1px;line-height:1.2}.agentic-ai-module .header h2{color:var(--primary-color);font-size:clamp(1.4rem,3vw,2rem);font-weight:700;letter-spacing:-.5px;line-height:1.3;margin-bottom:10px}.agentic-ai-module .header p{color:var(--text-light);font-size:clamp(.9rem,2vw,1.1rem);font-weight:300;line-height:1.4;margin-bottom:15px}.agentic-ai-module .selected-size{background:var(--gradient-primary);border-radius:20px;color:#fff;display:inline-block;font-size:.9rem;font-weight:600;margin-top:10px;padding:8px 16px}.agentic-ai-module .business-size-selector{display:flex;flex:1;flex-direction:column;min-height:0}.agentic-ai-module .business-size-selector h2{color:var(--primary-color);flex-shrink:0;font-size:clamp(1.3rem,3vw,1.8rem);margin-bottom:20px;text-align:center}.agentic-ai-module .size-options{align-content:start;display:grid;flex:1;gap:15px;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));margin-bottom:20px}.agentic-ai-module .size-option{background:var(--bg-light);border:2px solid var(--border-light);border-radius:16px;box-shadow:0 2px 10px var(--shadow-light);cursor:pointer;overflow:hidden;padding:20px 15px;position:relative;text-align:center;transition:all .4s ease}.agentic-ai-module .size-option:before{background:linear-gradient(90deg,transparent,rgba(171,207,55,.1),transparent);content:"";height:100%;left:-100%;position:absolute;top:0;transition:left .5s ease;width:100%}.agentic-ai-module .size-option:hover:before{left:100%}.agentic-ai-module .size-option.selected,.agentic-ai-module .size-option:hover{background:var(--bg-white);border-color:var(--secondary-color);box-shadow:0 8px 25px rgba(171,207,55,.2);transform:translateY(-2px)}.agentic-ai-module .size-title{color:var(--primary-color);font-size:clamp(1rem,2.5vw,1.2rem);font-weight:700;line-height:1.2;margin-bottom:6px}.agentic-ai-module .size-description{color:var(--text-light);font-size:clamp(.8rem,2vw,.9rem);line-height:1.3}.agentic-ai-module .category-grid{display:grid;gap:20px;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));margin-bottom:40px;margin-left:auto;margin-right:auto;max-width:1200px}.agentic-ai-module .category-card{background:var(--bg-white);border:2px solid var(--border-light);border-radius:20px;box-shadow:0 4px 20px var(--shadow-light);cursor:pointer;overflow:hidden;padding:30px;position:relative;text-align:center;transition:all .4s ease}.agentic-ai-module .category-card:before{background:linear-gradient(90deg,var(--secondary-color) 0,var(--accent-color) 100%);content:"";height:4px;left:0;position:absolute;right:0;top:0;transform:scaleX(0);transition:transform .4s ease}.agentic-ai-module .category-card:hover:before{transform:scaleX(1)}.agentic-ai-module .category-card:hover{border-color:var(--secondary-color);box-shadow:0 15px 40px rgba(171,207,55,.15);transform:translateY(-4px)}.agentic-ai-module .category-icon{display:block;margin-bottom:20px}.agentic-ai-module .category-title{color:var(--primary-color);font-size:1.4rem;font-weight:700;margin-bottom:10px}.agentic-ai-module .category-count{color:var(--secondary-color);font-size:.9rem;font-weight:600;margin-bottom:10px}.agentic-ai-module .category-description{color:var(--text-light);font-size:.95rem}.agentic-ai-module .subcategory-grid{gap:20px;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));margin-bottom:40px}.agentic-ai-module .subcategory-card{border-radius:16px;box-shadow:0 2px 10px var(--shadow-light);padding:25px}.agentic-ai-module .subcategory-card:hover{box-shadow:0 8px 25px rgba(70,197,230,.15);transform:translateY(-2px)}.agentic-ai-module .subcategory-title{color:var(--primary-color);font-size:1.1rem;font-weight:600;margin-bottom:8px;word-wrap:break-word;line-height:1.3;overflow-wrap:break-word}.agentic-ai-module .subcategory-description{color:var(--text-light);font-size:.9rem;margin-bottom:12px;word-wrap:break-word;line-height:1.4;overflow-wrap:break-word}.agentic-ai-module .subcategory-metrics{display:flex;flex-wrap:wrap;font-size:.75rem;gap:8px;margin-top:12px}.agentic-ai-module .subcategory-metrics span{border-radius:6px;font-weight:600;letter-spacing:.3px;padding:4px 8px;text-transform:uppercase;white-space:nowrap}.agentic-ai-module .time-savings{background:linear-gradient(135deg,#d4edda,#c3e6cb);border:1px solid #b8dabc;color:#155724}.agentic-ai-module .roi-savings{background:linear-gradient(135deg,#d1ecf1,#bee5eb);border:1px solid #abdde5;color:#0c5460}.agentic-ai-module .step-count{background:linear-gradient(135deg,#fff3cd,#ffeaa7);border:1px solid #ffeaa7;color:#856404}.agentic-ai-module .process-header{background:linear-gradient(135deg,#fff,rgba(171,207,55,.08) 30%,rgba(70,197,230,.06) 70%,#fafbfc);border:1px solid rgba(171,207,55,.15);border-radius:20px 20px 0 0;box-shadow:0 4px 20px rgba(0,73,99,.08);color:var(--text-dark);flex-shrink:0;overflow:hidden;padding:35px 20px 25px;position:relative;text-align:center}.agentic-ai-module .process-header:before{animation:floatingShapes 12s ease-in-out infinite;background:radial-gradient(circle at 15% 25%,rgba(171,207,55,.12) 0,transparent 35%),radial-gradient(circle at 85% 15%,rgba(70,197,230,.1) 0,transparent 40%),radial-gradient(circle at 70% 85%,rgba(171,207,55,.08) 0,transparent 30%),radial-gradient(circle at 25% 75%,rgba(70,197,230,.06) 0,transparent 35%);bottom:0;content:"";left:0;pointer-events:none;position:absolute;right:0;top:0}@keyframes floatingShapes{0%,to{transform:translateX(0) translateY(0) rotate(0deg)}25%{transform:translateX(10px) translateY(-8px) rotate(1deg)}50%{transform:translateX(-5px) translateY(5px) rotate(-.5deg)}75%{transform:translateX(-8px) translateY(-3px) rotate(.8deg)}}.agentic-ai-module .process-header:after{animation:energyFlow 4s ease-in-out infinite;background:linear-gradient(90deg,var(--secondary-color) 0,var(--accent-color) 20%,#ff6b6b 40%,#4ecdc4 60%,var(--accent-color) 80%,var(--secondary-color) 100%);border-radius:0 0 20px 20px;bottom:0;content:"";height:5px;left:0;position:absolute;right:0}@keyframes energyFlow{0%,to{opacity:.8;transform:scaleX(1)}50%{opacity:1;transform:scaleX(1.02)}}.agentic-ai-module .process-header .breadcrumb{background:linear-gradient(135deg,var(--secondary-color),#8fb82f);border:2px solid hsla(0,0%,100%,.4);border-radius:20px;box-shadow:0 3px 12px rgba(171,207,55,.3);color:#fff;display:inline-block;font-size:.8rem;font-weight:600;letter-spacing:.3px;margin-bottom:20px;max-width:90%;padding:8px 16px;position:relative;text-align:center;z-index:2;word-wrap:break-word}.agentic-ai-module #process-title{background:linear-gradient(135deg,var(--primary-color),var(--accent-color),#2ecc71);-webkit-background-clip:text;font-size:clamp(1.8rem,4.5vw,2.6rem);font-weight:800;letter-spacing:-.8px;line-height:1.2;margin-bottom:15px;position:relative;z-index:2;-webkit-text-fill-color:transparent;background-clip:text}.agentic-ai-module #process-title:before{animation:rocketBounce 3s ease-in-out infinite;content:"🚀";font-size:1.8rem;left:-45px;position:absolute;top:50%;transform:translateY(-50%)}@keyframes rocketBounce{0%,to{transform:translateY(-50%) rotate(-10deg)}50%{transform:translateY(-60%) rotate(10deg)}}.agentic-ai-module #process-description{color:#2c3e50;font-size:clamp(1rem,2.5vw,1.25rem);font-weight:500;line-height:1.5;margin:0 auto;max-width:650px;position:relative;z-index:2}.agentic-ai-module .process-content{background:var(--bg-white);border-radius:0 0 20px 20px;box-shadow:0 15px 40px rgba(0,0,0,.1);display:flex;flex:1;flex-direction:column;min-height:0;overflow:hidden}.agentic-ai-module .process-tabs{background:linear-gradient(135deg,#f8f9fa,rgba(171,207,55,.05));border-bottom:1px solid rgba(171,207,55,.2);box-shadow:inset 0 1px 3px rgba(0,0,0,.05);display:flex;flex-shrink:0}.agentic-ai-module .tab-button{background:transparent;border:none;border-bottom:4px solid transparent;color:#5a6c7d;cursor:pointer;flex:1;font-size:.9rem;font-weight:700;margin-bottom:8px;overflow:hidden;padding:20px 12px 16px;position:relative;transition:all .4s ease}.agentic-ai-module .tab-button:before{background:linear-gradient(90deg,transparent,rgba(171,207,55,.15),transparent);content:"";height:100%;left:-100%;position:absolute;top:0;transition:left .6s ease;width:100%}.agentic-ai-module .tab-button:hover:before{left:100%}.agentic-ai-module .tab-button.active{background:linear-gradient(135deg,rgba(171,207,55,.15),rgba(70,197,230,.08) 50%,rgba(171,207,55,.12));border-bottom-color:var(--secondary-color);box-shadow:0 -3px 15px rgba(171,207,55,.25),inset 0 1px 0 hsla(0,0%,100%,.6);color:var(--primary-color);transform:translateY(-2px)}.agentic-ai-module .tab-button:hover{background:linear-gradient(135deg,rgba(171,207,55,.1),rgba(70,197,230,.05));color:var(--primary-color);transform:translateY(-1px)}.agentic-ai-module .tab-button[data-tab=overview]:after{content:" 📈";margin-left:6px}.agentic-ai-module .tab-button[data-tab=comparison]:after{content:" ✨";margin-left:6px}.agentic-ai-module .tab-button[data-tab=tools]:after{content:" 🎯";margin-left:6px}.agentic-ai-module .tab-button[data-tab=roadmap]:after{content:" 🗺️";margin-left:6px}.agentic-ai-module .tab-content{flex:1;min-height:0;overflow-y:auto;padding:20px}.agentic-ai-module .tab-panel{display:none;height:100%}.agentic-ai-module .tab-panel.active{display:block}.agentic-ai-module .overview-grid{display:grid;gap:20px;grid-template-columns:2fr 1fr;height:100%}.agentic-ai-module .capabilities-card,.agentic-ai-module .roi-card{background:var(--bg-light);border:1px solid var(--border-light);border-radius:12px;padding:20px}.agentic-ai-module .capabilities-card h3,.agentic-ai-module .roi-card h3{color:var(--primary-color);font-size:1.1rem;margin-bottom:15px}.agentic-ai-module .capability-item{color:var(--text-dark);font-size:.9rem;line-height:1.4;padding:8px 0}.agentic-ai-module .roi-metrics{display:grid;gap:12px;grid-template-columns:1fr 1fr}.agentic-ai-module .roi-metric{background:var(--bg-white);border:1px solid var(--border-light);border-radius:8px;padding:12px;text-align:center}.agentic-ai-module .roi-value{color:var(--secondary-color);font-size:1.3rem;font-weight:700;line-height:1.1}.agentic-ai-module .roi-label{color:var(--text-light);font-size:.7rem;letter-spacing:.5px;margin-top:4px;text-transform:uppercase}.agentic-ai-module .process-comparison{margin:20px 0;width:100%}.agentic-ai-module .before-after{align-items:start;display:grid;gap:30px;grid-template-columns:1fr 1fr;margin:20px 0}.agentic-ai-module .after,.agentic-ai-module .before{background:#f8f9fa;border-radius:12px;box-shadow:0 4px 6px rgba(0,0,0,.1);min-height:300px;padding:24px}.agentic-ai-module .before{background:linear-gradient(135deg,#fff5f5,#f8f9fa);border-left:5px solid #dc3545}.agentic-ai-module .after{background:linear-gradient(135deg,#f0fff4,#f8f9fa);border-left:5px solid #28a745}.agentic-ai-module .after h4,.agentic-ai-module .before h4{align-items:center;border-bottom:2px solid rgba(0,0,0,.1);display:flex;font-size:20px;font-weight:700;gap:12px;margin:0 0 24px;padding-bottom:12px}.agentic-ai-module .before h4{color:#dc3545}.agentic-ai-module .after h4{color:#28a745}.agentic-ai-module .before h4:before{content:"❌";font-size:18px}.agentic-ai-module .after h4:before{content:"✅";font-size:18px}.agentic-ai-module #after-timeline,.agentic-ai-module #before-timeline{counter-reset:step-counter;display:flex;flex-direction:column;gap:16px}.agentic-ai-module .timeline-step{background:#fff;border-radius:12px;box-shadow:0 2px 8px rgba(0,0,0,.08);counter-increment:step-counter;min-height:80px;padding:20px;position:relative;transition:transform .2s ease,box-shadow .2s ease}.agentic-ai-module .timeline-step:hover{box-shadow:0 4px 12px rgba(0,0,0,.15);transform:translateY(-2px)}.agentic-ai-module .before .timeline-step{border-left:4px solid #dc3545}.agentic-ai-module .after .timeline-step{border-left:4px solid #28a745;padding-right:100px}.agentic-ai-module .timeline-step:before{align-items:center;background:#6c757d;border:2px solid #fff;border-radius:50%;color:#fff;content:counter(step-counter);display:flex;font-size:12px;font-weight:600;height:24px;justify-content:center;left:-12px;position:absolute;top:20px;width:24px}.agentic-ai-module .before .timeline-step:before{background:#dc3545}.agentic-ai-module .after .timeline-step:before{background:#28a745}.agentic-ai-module .step-time{border-radius:20px;display:inline-block;font-size:12px;font-weight:700;letter-spacing:.5px;margin-bottom:12px;padding:6px 12px;text-transform:uppercase;white-space:nowrap}.agentic-ai-module .before .step-time{background:#f8d7da;border:1px solid #f5c6cb;color:#721c24}.agentic-ai-module .after .step-time{background:#d4edda;border:1px solid #c3e6cb;color:#155724}.agentic-ai-module .step-content{display:flex;flex-direction:column;gap:8px;overflow:hidden;width:100%}.agentic-ai-module .step-title{align-items:flex-start;color:#343a40;display:flex;font-size:16px;font-weight:600;gap:8px;line-height:1.4;word-wrap:break-word;overflow-wrap:break-word}.agentic-ai-module .step-icon{flex-shrink:0;font-size:14px;margin-top:2px}.agentic-ai-module .step-description{color:#6c757d;font-size:14px;line-height:1.5;margin-left:22px;word-wrap:break-word;overflow-wrap:break-word}.agentic-ai-module .ai-agent-tag{background:linear-gradient(135deg,#004963,#46c5e6);border-radius:12px;box-shadow:0 2px 6px rgba(0,73,99,.3);color:#fff;font-size:10px;font-weight:600;letter-spacing:.5px;max-width:80px;overflow:hidden;padding:6px 10px;position:absolute;right:12px;text-align:center;text-overflow:ellipsis;text-transform:uppercase;top:12px;white-space:nowrap;z-index:10}.agentic-ai-module .comparison-grid{display:grid;gap:20px;grid-template-columns:1fr 1fr;height:100%}.agentic-ai-module .after-section,.agentic-ai-module .before-section{border-radius:12px;overflow-y:auto;padding:20px;position:relative}.agentic-ai-module .before-section{background:linear-gradient(135deg,#fef7f7,#fdf2f2);border-left:4px solid #ea4335}.agentic-ai-module .after-section{background:linear-gradient(135deg,#f0f9ff,#e8f4f8);border-left:4px solid var(--secondary-color)}.agentic-ai-module .before-section h4{color:#d93025;font-size:1rem;margin-bottom:15px}.agentic-ai-module .after-section h4{color:var(--primary-color);font-size:1rem;margin-bottom:15px}.agentic-ai-module .tools-grid{align-content:start;display:grid;gap:15px;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));height:100%}.agentic-ai-module .tool-card{background:var(--bg-light);border:1px solid var(--border-light);border-radius:12px;box-shadow:0 2px 8px var(--shadow-light);padding:15px;transition:all .3s ease}.agentic-ai-module .tool-card:hover{box-shadow:0 4px 15px var(--shadow-medium);transform:translateY(-1px)}.agentic-ai-module .tool-name{color:var(--primary-color);font-size:1rem;font-weight:700;margin-bottom:6px}.agentic-ai-module .tool-description{color:var(--text-light);font-size:.85rem;line-height:1.3;margin-bottom:8px}.agentic-ai-module .tool-pricing{color:var(--secondary-color);font-size:.9rem;font-weight:600}.agentic-ai-module .implementation-timeline{align-content:start;display:grid;gap:15px;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));height:100%}.agentic-ai-module .implementation-timeline .timeline-step{background:var(--bg-light);border-left-color:var(--accent-color)}.agentic-ai-module .questionnaire{background:var(--bg-white);border-radius:20px;box-shadow:0 15px 40px rgba(0,0,0,.1);display:flex;flex:1;flex-direction:column;margin:0 auto;max-width:100%;overflow:hidden}.agentic-ai-module .question-container{flex:1;min-height:0;overflow-y:auto;padding:30px}.agentic-ai-module .question{display:none;opacity:0;transform:translateX(20px);transition:all .3s ease}.agentic-ai-module .question.active{display:block;opacity:1;transform:translateX(0)}.agentic-ai-module .question h3{color:var(--primary-color);font-size:1.3rem;line-height:1.4;margin-bottom:20px}.agentic-ai-module .options{display:flex;flex-direction:column;gap:12px}.agentic-ai-module .options label{align-items:center;background:var(--bg-light);border:2px solid var(--border-light);border-radius:10px;cursor:pointer;display:flex;font-size:.9rem;line-height:1.4;padding:12px 16px;transition:all .3s ease}.agentic-ai-module .options label:hover{background:var(--bg-white);border-color:var(--accent-color);transform:translateX(2px)}.agentic-ai-module .options label.selected{background:var(--bg-white);border-color:var(--secondary-color);box-shadow:0 2px 8px rgba(171,207,55,.2)}.agentic-ai-module .options label input[type=radio]{accent-color:var(--secondary-color);margin-right:12px;transform:scale(1.1)}.agentic-ai-module .questionnaire-navigation{align-items:center;background:var(--bg-light);border-top:1px solid var(--border-light);display:flex;flex-shrink:0;justify-content:space-between;padding:16px 30px}.agentic-ai-module .progress-indicator{color:var(--text-light);font-size:.9rem;font-weight:600}.agentic-ai-module .current-q{color:var(--primary-color);font-weight:700}.agentic-ai-module .questionnaire-nav-buttons{align-items:center;display:flex;gap:12px}.agentic-ai-module #prev-question{background:transparent;border:2px solid var(--border-light);color:var(--text-light)}.agentic-ai-module #prev-question:hover:not(:disabled){border-color:var(--primary-color);color:var(--primary-color)}.agentic-ai-module #prev-question:disabled{cursor:not-allowed;opacity:.5}.agentic-ai-module #next-question,.agentic-ai-module #submit-questionnaire{background:var(--gradient-secondary);border:none;box-shadow:0 3px 12px rgba(171,207,55,.3);color:#fff}.agentic-ai-module #next-question:hover:not(:disabled),.agentic-ai-module #submit-questionnaire:hover:not(:disabled){box-shadow:0 5px 15px rgba(171,207,55,.4);transform:translateY(-1px)}.agentic-ai-module #next-question:disabled{background:var(--border-light);box-shadow:none;color:var(--text-light);cursor:not-allowed;transform:none}.agentic-ai-module .research-interface{display:flex;flex:1;flex-direction:column;gap:20px;margin:0 auto;max-width:100%}.agentic-ai-module .research-input{background:var(--bg-white);border-radius:16px;box-shadow:0 6px 25px var(--shadow-light);flex-shrink:0;padding:30px}.agentic-ai-module .research-input h3{color:var(--primary-color);font-size:1.1rem;margin-bottom:15px}.agentic-ai-module #research-query{border:2px solid var(--border-light);border-radius:10px;font-family:inherit;font-size:.9rem;line-height:1.4;margin-bottom:15px;min-height:100px;padding:12px;resize:vertical;width:100%}.agentic-ai-module #research-query:focus{border-color:var(--secondary-color);outline:none}.agentic-ai-module .research-progress{background:var(--bg-white);border-radius:16px;box-shadow:0 6px 25px var(--shadow-light);flex:1;padding:30px;text-align:center}.agentic-ai-module .progress-animation{background:var(--border-light);border-radius:3px;height:6px;margin-bottom:25px;overflow:hidden;width:100%}.agentic-ai-module .progress-bar{animation:progressFill 10s ease-in-out;background:var(--gradient-secondary);height:100%;width:0}@keyframes progressFill{to{width:100%}}.agentic-ai-module .research-steps{display:flex;flex-direction:column;gap:12px}.agentic-ai-module .step{background:var(--bg-light);border-radius:8px;color:var(--text-light);font-size:.9rem;padding:10px 16px;transition:all .3s ease}.agentic-ai-module .step.active{background:var(--secondary-color);color:#fff;transform:scale(1.02)}.agentic-ai-module .recommendations-content{flex:1;overflow-y:auto}.agentic-ai-module .recommendation-card{background:var(--bg-white);border:1px solid var(--border-light);border-radius:16px;box-shadow:0 4px 15px var(--shadow-light);margin-bottom:20px;padding:25px;transition:all .3s ease}.agentic-ai-module .recommendation-card:hover{box-shadow:0 8px 25px var(--shadow-medium);transform:translateY(-2px)}.agentic-ai-module .recommendation-header{align-items:center;display:flex;gap:15px;margin-bottom:15px}.agentic-ai-module .priority-badge{background:var(--gradient-primary);border-radius:20px;color:#fff;flex-shrink:0;font-size:.8rem;font-weight:600;padding:6px 12px}.agentic-ai-module .recommendation-header h3{color:var(--primary-color);font-size:1.2rem;margin:0}.agentic-ai-module .recommendation-reason{color:var(--text-light);font-size:.95rem;line-height:1.4;margin-bottom:15px}.agentic-ai-module .roi-summary{display:flex;flex-wrap:wrap;gap:15px;margin-bottom:20px}.agentic-ai-module .roi-item{background:var(--bg-light);border-radius:8px;color:var(--primary-color);font-size:.85rem;font-weight:600;padding:8px 12px}.agentic-ai-module .view-details{margin-top:10px}.agentic-ai-module .research-results{background:var(--bg-white);border-radius:16px;box-shadow:0 6px 25px var(--shadow-light);flex:1;overflow-y:auto;padding:30px}.agentic-ai-module .research-summary h3{color:var(--primary-color);font-size:1.2rem;margin-bottom:15px}.agentic-ai-module .research-summary p{color:var(--text-light);line-height:1.5;margin-bottom:25px}.agentic-ai-module .research-recommendations{display:flex;flex-direction:column;gap:20px}.agentic-ai-module .research-recommendation{background:var(--bg-light);border:1px solid var(--border-light);border-radius:12px;padding:20px}.agentic-ai-module .research-recommendation h4{color:var(--primary-color);font-size:1.1rem;margin-bottom:10px}.agentic-ai-module .research-recommendation p{color:var(--text-light);font-size:.9rem;line-height:1.4;margin-bottom:15px}.agentic-ai-module .research-details{border-top:1px solid var(--border-light);padding-top:15px}.agentic-ai-module .research-tools{color:var(--text-dark);font-size:.85rem;margin-bottom:10px}.agentic-ai-module .research-metrics{display:flex;font-size:.8rem;gap:15px}.agentic-ai-module .research-roi,.agentic-ai-module .research-timeline{background:var(--bg-white);border-radius:6px;color:var(--primary-color);font-weight:600;padding:6px 10px}.agentic-ai-module .content-area{display:flex;flex:1;flex-direction:column;min-height:0;overflow-y:auto}.agentic-ai-module .subcategory-grid{align-content:start;display:grid;flex:1;gap:15px;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));margin-bottom:20px}.agentic-ai-module .subcategory-card{background:var(--bg-white);border:1px solid var(--border-light);border-radius:12px;box-shadow:0 2px 8px var(--shadow-light);cursor:pointer;padding:20px;transition:all .3s ease}.agentic-ai-module .subcategory-card:hover{border-color:var(--accent-color);box-shadow:0 6px 20px rgba(70,197,230,.15);transform:translateY(-1px)}.agentic-ai-module .navigation-buttons{gap:15px;justify-content:center}.agentic-ai-module .navigation-buttons,.agentic-ai-module .section-navigation{align-items:center;display:flex;flex-shrink:0;margin-top:auto;padding-top:20px}.agentic-ai-module .section-navigation{justify-content:space-between}.agentic-ai-module .nav-left{flex:1}.agentic-ai-module .nav-center{flex:2;text-align:center}.agentic-ai-module .nav-right{flex:1;text-align:right}.agentic-ai-module .btn-primary,.agentic-ai-module .btn-secondary,.agentic-ai-module .nav-btn{border:none;border-radius:8px;cursor:pointer;display:inline-block;font-family:inherit;font-size:.9rem;font-weight:600;min-width:120px;padding:10px 20px;text-align:center;text-decoration:none;transition:all .3s ease}.agentic-ai-module .btn-primary{background:var(--gradient-secondary);box-shadow:0 3px 12px rgba(171,207,55,.3);color:#fff}.agentic-ai-module .btn-primary:hover:not(:disabled){box-shadow:0 5px 15px rgba(171,207,55,.4);transform:translateY(-1px)}.agentic-ai-module .btn-primary:disabled{background:var(--border-light);box-shadow:none;color:var(--text-light);cursor:not-allowed;transform:none}.agentic-ai-module .btn-secondary,.agentic-ai-module .nav-btn{background:transparent;border:2px solid var(--primary-color);color:var(--primary-color)}.agentic-ai-module .btn-secondary:hover,.agentic-ai-module .nav-btn:hover{background:var(--primary-color);color:#fff;transform:translateY(-1px)}.agentic-ai-module .nav-btn{font-size:.85rem;min-width:100px;padding:8px 16px}.agentic-ai-module .breadcrumb{background:hsla(0,0%,100%,.1);border-radius:15px;display:inline-block;font-size:.8rem;margin-bottom:15px;padding:6px 12px}@media (max-width:768px){.agentic-ai-module .container{min-height:100vh;padding:15px}.agentic-ai-module .header{margin-bottom:20px;padding:20px 15px 15px}.agentic-ai-module .business-size-selector h2{font-size:1.4rem;margin-bottom:15px}.agentic-ai-module .size-options{gap:12px;grid-template-columns:1fr;margin-bottom:15px}.agentic-ai-module .size-option{padding:15px 12px}.agentic-ai-module .category-grid{gap:15px;grid-template-columns:1fr}.agentic-ai-module .category-card{padding:18px}.agentic-ai-module .subcategory-grid{gap:12px;grid-template-columns:1fr}.agentic-ai-module .process-header{padding:25px 15px 15px}.agentic-ai-module .process-header .breadcrumb{font-size:.8rem;margin-bottom:15px;padding:6px 12px}.agentic-ai-module #process-title{font-size:1.6rem;margin-bottom:10px}.agentic-ai-module #process-title:before{font-size:1.2rem;left:-25px}.agentic-ai-module #process-description{font-size:1rem}.agentic-ai-module .process-tabs{flex-wrap:wrap}.agentic-ai-module .tab-button{flex:1 1 auto;font-size:.8rem;min-width:80px;padding:12px 8px}.agentic-ai-module .tab-button[data-tab=comparison]:after,.agentic-ai-module .tab-button[data-tab=overview]:after,.agentic-ai-module .tab-button[data-tab=roadmap]:after,.agentic-ai-module .tab-button[data-tab=tools]:after{margin-left:3px}.agentic-ai-module .overview-grid{gap:15px;grid-template-columns:1fr}.agentic-ai-module .before-after{gap:20px;grid-template-columns:1fr}.agentic-ai-module .after,.agentic-ai-module .before{min-height:auto;padding:20px}.agentic-ai-module .timeline-step{min-height:70px;padding:16px}.agentic-ai-module .timeline-step:before{font-size:10px;height:20px;left:-10px;top:16px;width:20px}.agentic-ai-module .step-description{font-size:13px;margin-left:18px}.agentic-ai-module .ai-agent-tag{display:inline-block;margin-top:8px;max-width:none;position:relative;right:auto;top:auto}.agentic-ai-module .after .timeline-step{padding-right:16px}.agentic-ai-module .comparison-grid{gap:15px;grid-template-columns:1fr}.agentic-ai-module .implementation-timeline,.agentic-ai-module .tools-grid{gap:12px;grid-template-columns:1fr}.agentic-ai-module .roi-metrics{gap:8px;grid-template-columns:1fr 1fr}.agentic-ai-module .tab-content{padding:15px}.agentic-ai-module .navigation-buttons,.agentic-ai-module .section-navigation{flex-direction:column;gap:12px;padding-top:15px}.agentic-ai-module .nav-center,.agentic-ai-module .nav-left,.agentic-ai-module .nav-right{flex:none;text-align:center}.agentic-ai-module .question-container{padding:20px}.agentic-ai-module .question h3{font-size:1.2rem;margin-bottom:15px}.agentic-ai-module .options{gap:10px}.agentic-ai-module .options label{font-size:.85rem;padding:10px 12px}.agentic-ai-module .questionnaire-navigation{flex-direction:column;gap:10px;padding:12px 20px;text-align:center}.agentic-ai-module .questionnaire-nav-buttons{flex-direction:row;gap:8px;justify-content:center}.agentic-ai-module .research-input{padding:20px}.agentic-ai-module .research-input h3{font-size:1rem;margin-bottom:12px}.agentic-ai-module #research-query{font-size:.85rem;margin-bottom:12px;min-height:80px}.agentic-ai-module .research-progress,.agentic-ai-module .research-results{padding:20px}.agentic-ai-module .recommendation-card{margin-bottom:15px;padding:20px}.agentic-ai-module .recommendation-header{align-items:flex-start;flex-direction:column;gap:10px}.agentic-ai-module .roi-summary{flex-direction:column;gap:8px}.agentic-ai-module .roi-item{font-size:.8rem;text-align:center}.agentic-ai-module .research-recommendation{padding:15px}.agentic-ai-module .research-metrics{flex-direction:column;gap:8px}.agentic-ai-module .btn-primary,.agentic-ai-module .btn-secondary,.agentic-ai-module .nav-btn{margin:0 auto;max-width:280px;width:100%}}@media (max-width:480px){.agentic-ai-module .container{padding:10px}.agentic-ai-module .header{border-radius:15px;padding:15px 10px}.agentic-ai-module .process-header{border-radius:15px 15px 0 0;padding:20px 15px 12px}.agentic-ai-module .process-content{border-radius:0 0 15px 15px}.agentic-ai-module .tab-button{font-size:.75rem;padding:8px 6px}.agentic-ai-module .tab-content{padding:12px}.agentic-ai-module .after,.agentic-ai-module .before,.agentic-ai-module .capabilities-card,.agentic-ai-module .roi-card{padding:15px}.agentic-ai-module .timeline-step{min-height:60px;padding:12px}.agentic-ai-module .step-title{font-size:14px}.agentic-ai-module .step-description{font-size:12px;margin-left:16px}.agentic-ai-module .step-time{font-size:10px;padding:4px 8px}.agentic-ai-module .tool-card{padding:12px}.agentic-ai-module .size-options{gap:10px}.agentic-ai-module .size-option{border-radius:12px;padding:12px 10px}.agentic-ai-module .category-card{border-radius:12px;padding:15px}}@media (max-height:600px) and (orientation:landscape){.agentic-ai-module .container{max-height:100vh;min-height:auto;overflow-y:auto}.agentic-ai-module .header{margin-bottom:15px;padding:15px 20px 10px}.agentic-ai-module .process-header{padding:15px 20px 8px}.agentic-ai-module .tab-content{padding:15px}.agentic-ai-module .size-options{gap:10px;grid-template-columns:repeat(auto-fit,minmax(200px,1fr))}.agentic-ai-module .size-option{padding:12px 10px}}@media (prefers-contrast:high){:root{--shadow-light:rgba(0,0,0,.3);--shadow-medium:rgba(0,0,0,.5);--border-light:#666}}@media (prefers-reduced-motion:reduce){*,:after,:before{animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important}}