*{margin:0;padding:0;box-sizing:border-box}html{font-size:16px;scroll-behavior:smooth}body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Open Sans,Helvetica Neue,sans-serif;line-height:1.6;color:#333;background-color:#fff;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}h1,h2,h3,h4,h5,h6{font-weight:600;line-height:1.3;margin-bottom:.5rem}p{margin-bottom:1rem;line-height:1.6}a{color:#667eea;text-decoration:none}a:hover{text-decoration:underline}button{font-family:inherit;cursor:pointer}button:focus{outline:2px solid #667eea;outline-offset:2px}.text-center{text-align:center}.mb-1{margin-bottom:.25rem}.mb-2{margin-bottom:.5rem}.mb-3{margin-bottom:1rem}.mb-4{margin-bottom:1.5rem}.mb-5{margin-bottom:2rem}.mt-1{margin-top:.25rem}.mt-2{margin-top:.5rem}.mt-3{margin-top:1rem}.mt-4{margin-top:1.5rem}.mt-5{margin-top:2rem}.hero{background:linear-gradient(135deg,#f5f7fa,#c3cfe2);min-height:80vh;display:flex;align-items:center;padding:4rem 0}.hero-container{max-width:1200px;margin:0 auto;padding:0 20px;display:grid;grid-template-columns:1fr 1fr;gap:4rem;align-items:center}.hero-content{max-width:600px}.hero-headline{font-size:3.5rem;font-weight:800;color:#1a1a1a;line-height:1.1;margin-bottom:1.5rem}.hero-subheadline{font-size:1.35rem;color:#4a5568;line-height:1.6;margin-bottom:2.5rem}.hero-cta{display:flex;gap:1rem;flex-wrap:wrap}.hero-visual{display:flex;justify-content:center;align-items:center}.hero-illustration{position:relative;width:300px;height:300px;display:flex;justify-content:center;align-items:center}.ai-icon{font-size:8rem;animation:float 3s ease-in-out infinite;z-index:2}.business-icons{position:absolute;top:0;left:0;width:100%;height:100%;display:flex;justify-content:space-around;align-items:center;z-index:1}.business-icons span{font-size:3rem;position:absolute;animation:orbit 6s linear infinite}.business-icons span:nth-child(1){top:20%;right:20%;animation-delay:0s}.business-icons span:nth-child(2){bottom:20%;left:10%;animation-delay:2s}.business-icons span:nth-child(3){top:40%;left:20%;animation-delay:4s}@keyframes float{0%,to{transform:translateY(0)}50%{transform:translateY(-20px)}}@keyframes orbit{0%{transform:scale(1) rotate(0)}25%{transform:scale(1.1) rotate(90deg)}50%{transform:scale(1) rotate(180deg)}75%{transform:scale(1.1) rotate(270deg)}to{transform:scale(1) rotate(360deg)}}@media (max-width: 968px){.hero-container{grid-template-columns:1fr;gap:2rem;text-align:center}.hero-headline{font-size:2.8rem}.hero-subheadline{font-size:1.2rem}.hero-illustration{width:250px;height:250px}.ai-icon{font-size:6rem}.business-icons span{font-size:2.5rem}}@media (max-width: 768px){.hero{min-height:70vh;padding:2rem 0}.hero-headline{font-size:2.2rem}.hero-subheadline{font-size:1.1rem}.hero-cta{flex-direction:column;align-items:center}.hero-illustration{width:200px;height:200px}.ai-icon{font-size:5rem}.business-icons span{font-size:2rem}}.business-search{padding:5rem 0;background:linear-gradient(135deg,#f8fafc,#e2e8f0);position:relative;overflow:hidden}.search-header{text-align:center;margin-bottom:3rem}.search-title{font-size:2.5rem;font-weight:700;color:#1a1a1a;margin-bottom:1rem}.search-subtitle{font-size:1.2rem;color:#4a5568;max-width:600px;margin:0 auto}.search-container{max-width:800px;margin:0 auto;position:relative}.search-input-wrapper{position:relative;margin-bottom:2rem}.search-input{width:100%;padding:1.5rem 3rem 1.5rem 1.5rem;font-size:1.1rem;border:2px solid #e2e8f0;border-radius:12px;background:#fff;transition:all .3s ease;box-shadow:0 4px 6px #0000000d}.search-input:focus{outline:none;border-color:#667eea;box-shadow:0 0 0 3px #667eea1a;transform:translateY(-2px)}.search-input::placeholder{color:#a0aec0;font-style:italic}.clear-button{position:absolute;right:3rem;top:50%;transform:translateY(-50%);background:transparent;border:none;font-size:1.2rem;color:#a0aec0;cursor:pointer;padding:.5rem;border-radius:50%;transition:all .2s ease}.clear-button:hover{background:#f7fafc;color:#667eea}.search-spinner{position:absolute;right:1rem;top:50%;transform:translateY(-50%);font-size:1.2rem;animation:spin 1s linear infinite}@keyframes spin{0%{transform:translateY(-50%) rotate(0)}to{transform:translateY(-50%) rotate(360deg)}}.search-results{background:#fff;border-radius:12px;padding:2rem;box-shadow:0 10px 25px #0000001a;border:1px solid #e2e8f0;animation:fadeInUp .3s ease}@keyframes fadeInUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.results-header{text-align:center;margin-bottom:2rem;padding-bottom:1rem;border-bottom:2px solid #f7fafc}.results-header h3{font-size:1.8rem;font-weight:700;color:#1a1a1a;margin-bottom:.5rem}.results-header p{font-size:1rem;color:#4a5568}.use-cases-grid{display:grid;gap:1.5rem;margin-bottom:2rem}.use-case-result{padding:1.5rem;background:#f8fafc;border-radius:8px;border-left:4px solid #667eea;transition:all .3s ease}.use-case-result:hover{transform:translate(4px);box-shadow:0 4px 12px #667eea26}.use-case-title{font-size:1.3rem;font-weight:700;color:#1a1a1a;margin-bottom:.5rem}.use-case-description{font-size:1rem;color:#4a5568;line-height:1.6;margin-bottom:1rem}.use-case-impact{display:flex;flex-direction:column;gap:.25rem}.impact-label{font-size:.9rem;font-weight:600;color:#667eea;text-transform:uppercase;letter-spacing:.5px}.impact-value{font-size:1rem;font-weight:600;color:#22c55e}.results-cta{text-align:center;padding-top:1.5rem;border-top:1px solid #e2e8f0;display:flex;gap:1rem;justify-content:center;flex-wrap:wrap}.no-results{background:#fff;border-radius:12px;padding:2rem;text-align:center;box-shadow:0 10px 25px #0000001a;border:1px solid #e2e8f0;animation:fadeInUp .3s ease}.no-results h3{font-size:1.5rem;font-weight:700;color:#1a1a1a;margin-bottom:.5rem}.no-results p{font-size:1rem;color:#4a5568;margin-bottom:1.5rem}.results-sidebar{position:fixed;top:0;right:-500px;width:500px;height:100vh;background:#fff;box-shadow:-4px 0 20px #0000001a;transition:right .4s cubic-bezier(.25,.46,.45,.94);z-index:1000;overflow-y:auto}.results-sidebar.sidebar-open{right:0}.sidebar-content{padding:2rem 2rem 6rem;height:100%;box-sizing:border-box;overflow-y:scroll;scrollbar-width:none}.sidebar-header{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:2rem;padding-bottom:1rem;border-bottom:2px solid #f7fafc}.sidebar-header h3{font-size:1.4rem;font-weight:700;color:#1a1a1a;line-height:1.3;margin:0;flex:1;padding-right:1rem}.close-sidebar{background:transparent;border:none;font-size:1.5rem;color:#a0aec0;cursor:pointer;padding:.5rem;border-radius:50%;transition:all .2s ease;flex-shrink:0}.close-sidebar:hover{background:#f7fafc;color:#667eea}.sidebar-solutions{margin-bottom:2rem}.solution-card{display:flex;gap:1rem;margin-bottom:1.5rem;padding:1.5rem;background:#f8fafc;border-radius:12px;border-left:4px solid #667eea;transition:all .3s ease}.solution-card:hover{transform:translate(4px);box-shadow:0 4px 12px #667eea26}.solution-number{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;width:32px;height:32px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-weight:700;font-size:.9rem;flex-shrink:0}.solution-content{flex:1}.solution-title{font-size:1.1rem;font-weight:700;color:#1a1a1a;margin-bottom:.5rem}.solution-description{font-size:.9rem;color:#4a5568;line-height:1.5;margin-bottom:.75rem}.solution-impact{display:flex;align-items:center;gap:.5rem;font-size:.85rem}.impact-icon{font-size:1rem}.impact-text{color:#22c55e;font-weight:600}.sidebar-cta{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;padding:1.5rem;border-radius:12px;text-align:center;margin-top:auto;margin-bottom:5rem;overflow:hidden}.sidebar-cta h4{margin-bottom:.5rem;font-size:1.2rem;color:#fff}.sidebar-cta p{margin-bottom:1.5rem;opacity:.9;font-size:.95rem}.sidebar-cta-btn{width:100%;margin-bottom:.75rem}.sidebar-cta .cta-primary{background:#fff;color:#667eea}.sidebar-cta .cta-primary:hover{background:#f8fafc;transform:translateY(-1px)}.sidebar-cta .cta-secondary{background:transparent;border-color:#fff;color:#fff}.sidebar-cta .cta-secondary:hover{background:#ffffff1a}.sidebar-no-results{height:100%;display:flex;flex-direction:column}.no-match-content{flex:1;display:flex;flex-direction:column;justify-content:center;text-align:center;padding:2rem 0}.no-match-content p{font-size:1rem;color:#4a5568;line-height:1.6;margin-bottom:1rem}@media (max-width: 768px){.results-sidebar{width:100vw;right:-100vw}.sidebar-content{padding:1.5rem 1.5rem 3rem}.sidebar-header h3{font-size:1.2rem}.solution-card{padding:1.25rem}.solution-title{font-size:1rem}.solution-description{font-size:.85rem}}@media (max-width: 768px){.business-search{padding:3rem 0}.search-title{font-size:2rem}.search-subtitle{font-size:1.1rem}.search-input{padding:1.25rem 2.5rem 1.25rem 1.25rem;font-size:1rem}.search-results{padding:1.5rem}.results-header h3{font-size:1.5rem}.use-case-result{padding:1.25rem}.use-case-title{font-size:1.2rem}.results-cta{flex-direction:column;align-items:center}.results-cta .cta-primary,.results-cta .cta-secondary{width:100%;max-width:300px}}.process{padding:5rem 0;background:linear-gradient(135deg,#f5f7fa,#c3cfe2)}.process-steps{display:flex;justify-content:space-between;align-items:flex-start;gap:2rem;margin-bottom:3rem;position:relative}.process-step{flex:1;text-align:center;position:relative;max-width:300px;margin:0 auto}.step-icon{font-size:4rem;margin-bottom:1rem;display:block;animation:bounce 2s infinite}.step-icon:nth-child(1){animation-delay:0s}.step-icon:nth-child(2){animation-delay:.5s}.step-icon:nth-child(3){animation-delay:1s}.step-number{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;width:60px;height:60px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:1.5rem;font-weight:700;margin:0 auto 1rem;box-shadow:0 4px 15px #667eea4d}.step-title{font-size:1.4rem;font-weight:700;color:#1a1a1a;margin-bottom:1rem;line-height:1.3}.step-description{font-size:1rem;color:#4a5568;line-height:1.6}.step-connector{position:absolute;top:120px;right:-50%;width:100%;height:2px;background:linear-gradient(90deg,#667eea,#764ba2);z-index:1}.step-connector:after{content:"→";position:absolute;right:-10px;top:-8px;font-size:1.2rem;color:#667eea;font-weight:700}.process-cta{text-align:center}@keyframes bounce{0%,to{transform:translateY(0)}50%{transform:translateY(-10px)}}@media (max-width: 968px){.process-steps{flex-direction:column;gap:3rem}.step-connector{display:none}.process-step{max-width:100%}.step-icon{font-size:3rem}.step-number{width:50px;height:50px;font-size:1.2rem}.step-title{font-size:1.2rem}.step-description{font-size:.95rem}}@media (max-width: 768px){.process{padding:3rem 0}.step-icon{font-size:2.5rem}.step-title{font-size:1.1rem}}.newsletter-signup{text-align:center;margin:1.5rem 0}.newsletter-signup.hero{background:#fffc;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:1px solid rgba(255,255,255,.3);border-radius:6px;padding:.75rem;margin:1rem 0 0;box-shadow:0 2px 8px #0000001a}.newsletter-signup.footer{background:#ffffff1a;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-radius:8px;padding:1.5rem;border:1px solid rgba(255,255,255,.2);margin:2rem 0 0;transition:all .3s ease}.newsletter-signup.footer:hover{transform:translateY(-2px);background:#ffffff26}.newsletter-signup.inline{background:linear-gradient(135deg,#f5f7fa,#c3cfe2);border-radius:8px;padding:1.5rem;border:1px solid rgba(0,0,0,.1)}.newsletter-signup.floating{position:fixed;top:20px;right:20px;max-width:calc(100vw - 40px);background:#fff;border:1px solid #e2e8f0;border-radius:12px;padding:1.25rem;box-shadow:0 10px 25px #00000026;z-index:1000;transform:translate(calc(100% + 40px));opacity:0;transition:all 1s cubic-bezier(.4,0,.2,1)}.newsletter-signup.floating.visible{transform:translate(0);opacity:1}.newsletter-signup.floating:hover{box-shadow:0 15px 35px #0003}.dismiss-btn{position:absolute;top:8px;right:8px;background:none;border:none;font-size:1.5rem;color:#718096;cursor:pointer;padding:4px;line-height:1;transition:color .2s ease}.dismiss-btn:hover{color:#2d3748}.newsletter-title{font-weight:700;margin-bottom:.5rem;color:inherit}.newsletter-signup.hero .newsletter-title{font-size:1rem;color:#1a1a1a;margin-bottom:.25rem}.newsletter-signup.footer .newsletter-title{font-size:1.25rem;color:#fff}.newsletter-signup.inline .newsletter-title{font-size:1.3rem;color:#1a1a1a}.newsletter-signup.floating .newsletter-title{font-size:1.1rem;color:#1a1a1a;margin-bottom:.25rem;padding-right:1.5rem}.newsletter-description{margin-bottom:1rem;line-height:1.4}.newsletter-signup.hero .newsletter-description{font-size:.8rem;color:#4a5568;margin-bottom:.5rem}.newsletter-signup.footer .newsletter-description{font-size:.95rem;color:#fff;opacity:.9}.newsletter-signup.inline .newsletter-description{font-size:.95rem;color:#4a5568}.newsletter-signup.floating .newsletter-description{font-size:.85rem;color:#4a5568;margin-bottom:.75rem}.newsletter-form{max-width:350px;margin:0 auto}.form-group{display:flex;gap:.5rem;margin-bottom:.5rem;flex-direction:column}@media (min-width: 768px){.form-group{flex-direction:row}}.email-input{flex:1;padding:10px 12px;border:2px solid #e2e8f0;border-radius:6px;font-size:.9rem;background:#fff;color:#1a1a1a;transition:all .3s ease}.email-input:focus{outline:none;border-color:#667eea;box-shadow:0 0 0 3px #667eea1a}.email-input:disabled{opacity:.7;cursor:not-allowed;background:#f7fafc}.subscribe-btn{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;border:none;padding:12px 18px;font-size:.9rem;font-weight:600;border-radius:6px;cursor:pointer;transition:all .3s ease;white-space:nowrap}.subscribe-btn:hover:not(:disabled){transform:translateY(-2px);box-shadow:0 10px 25px #667eea4d}.subscribe-btn:active{transform:translateY(0)}.subscribe-btn:disabled{opacity:.7;cursor:not-allowed;transform:none}.status-message{padding:.75rem 1rem;border-radius:8px;font-size:.9rem;margin-top:.5rem;text-align:center;font-weight:500}.status-message.success{background:#f0fff4;border:1px solid #9ae6b4;color:#2f855a}.status-message.error{background:#fed7d7;border:1px solid #feb2b2;color:#c53030}.newsletter-signup.footer .status-message.success{background:#48bb7833;border:1px solid rgba(72,187,120,.3);color:#a7f3d0}.newsletter-signup.footer .status-message.error{background:#f5656533;border:1px solid rgba(245,101,101,.3);color:#fca5a5}.newsletter-disclaimer{font-size:.75rem;margin-top:.5rem;line-height:1.3}.newsletter-signup.hero .newsletter-disclaimer{color:#718096;opacity:.8;margin-top:.25rem}.newsletter-signup.hero .form-group{margin-bottom:.25rem}.newsletter-signup.hero .email-input{padding:8px 10px;font-size:.85rem}.newsletter-signup.hero .subscribe-btn{padding:8px 14px;font-size:.85rem}.newsletter-signup.floating .form-group{margin-bottom:.5rem}.newsletter-signup.floating .email-input{padding:10px 12px;font-size:.9rem}.newsletter-signup.floating .subscribe-btn{padding:10px 16px;font-size:.9rem}.newsletter-signup.floating .newsletter-disclaimer{color:#718096;opacity:.8;margin-top:.5rem}.newsletter-signup.footer .newsletter-disclaimer{color:#fff;opacity:.7}.newsletter-signup.inline .newsletter-disclaimer{color:#718096;opacity:.8}.final-cta{padding:5rem 0 0;background:linear-gradient(135deg,#667eea,#764ba2);color:#fff}.cta-content{text-align:center;max-width:800px;margin:0 auto}.cta-headline{font-size:2.8rem;font-weight:800;margin-bottom:1rem;color:#fff}.cta-subheadline{font-size:1.25rem;margin-bottom:3rem;opacity:.9;line-height:1.6}.cta-options{display:grid;grid-template-columns:1fr 1fr;gap:2rem;margin-bottom:3rem}.cta-option{background:#ffffff1a;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-radius:12px;padding:2rem;border:1px solid rgba(255,255,255,.2);transition:all .3s ease}.cta-option:hover{transform:translateY(-4px);background:#ffffff26}.primary-option{border:2px solid rgba(255,255,255,.3)}.cta-option h3{font-size:1.4rem;margin-bottom:.5rem;color:#fff}.cta-option p{font-size:1rem;margin-bottom:1.5rem;opacity:.9}.cta-option .cta-primary{background:#fff;color:#667eea;border:none;width:100%}.cta-option .cta-primary:hover{background:#f8fafc;transform:none;box-shadow:none}.cta-option .cta-secondary{background:transparent;color:#fff;border:2px solid white;width:100%}.cta-option .cta-secondary:hover{background:#fff;color:#667eea;transform:none}.cta-guarantees{display:flex;justify-content:center;gap:2rem;flex-wrap:wrap;margin-top:2rem}.guarantee{display:flex;align-items:center;gap:.5rem;font-size:1rem;opacity:.9}.guarantee-icon{color:#a7f3d0;font-weight:700}.footer{background:#0003;padding:2rem 0;margin-top:4rem;text-align:center}.footer p{margin:0;opacity:.8;font-size:.9rem}@media (max-width: 768px){.final-cta{padding:3rem 0 0}.cta-headline{font-size:2.2rem}.cta-subheadline{font-size:1.1rem}.cta-options{grid-template-columns:1fr;gap:1.5rem}.cta-option{padding:1.5rem}.cta-guarantees{flex-direction:column;gap:1rem;align-items:center}.guarantee{font-size:.9rem}}@media (max-width: 480px){.cta-headline{font-size:1.8rem}.cta-subheadline{font-size:1rem}}.articles-layout{min-height:100vh;display:flex;flex-direction:column}.articles-header{background:linear-gradient(135deg,#1e40af,#3b82f6);color:#fff;padding:40px 0 60px;position:relative}.articles-header:after{content:"";position:absolute;bottom:0;left:0;right:0;height:40px;background:linear-gradient(135deg,#3b82f6,transparent);clip-path:polygon(0 0,100% 0,100% 60%,0 100%)}.articles-header-container{max-width:1200px;margin:0 auto;padding:0 20px}.back-to-home{display:inline-flex;align-items:center;color:#e0e7ff;text-decoration:none;font-weight:500;margin-bottom:30px;transition:all .3s ease;padding:8px 16px;border-radius:20px;border:1px solid rgba(224,231,255,.3)}.back-to-home:hover{color:#fff;background:#ffffff1a;transform:translate(-5px)}.articles-header-content{text-align:center}.articles-main-title{font-size:3rem;font-weight:700;margin-bottom:20px;line-height:1.2}.articles-main-subtitle{font-size:1.3rem;color:#e0e7ff;max-width:600px;margin:0 auto;line-height:1.6}.articles-main{flex:1;background:#f8fafc;padding:60px 0}.articles-container{max-width:1200px;margin:0 auto;padding:0 20px}.articles-footer{background:linear-gradient(135deg,#1e293b,#334155);color:#fff;padding:60px 0}.articles-footer-container{max-width:1200px;margin:0 auto;padding:0 20px}.footer-cta{text-align:center}.footer-cta h3{font-size:2rem;font-weight:700;margin-bottom:16px;color:#fff}.footer-cta p{font-size:1.2rem;color:#cbd5e1;margin-bottom:40px;max-width:500px;margin-left:auto;margin-right:auto}.footer-cta-buttons{display:flex;gap:20px;justify-content:center;flex-wrap:wrap}.footer-cta .cta-primary,.footer-cta .cta-secondary{padding:16px 32px;border-radius:30px;font-weight:600;font-size:1.1rem;border:none;cursor:pointer;transition:all .3s ease;text-decoration:none;display:inline-block;min-width:200px}.footer-cta .cta-primary{background:linear-gradient(135deg,#3b82f6,#1e40af);color:#fff}.footer-cta .cta-primary:hover{background:linear-gradient(135deg,#2563eb,#1d4ed8);transform:translateY(-2px);box-shadow:0 10px 30px #3b82f64d}.footer-cta .cta-secondary{background:transparent;color:#fff;border:2px solid #64748b}.footer-cta .cta-secondary:hover{background:#ffffff1a;border-color:#94a3b8;transform:translateY(-2px)}@media (max-width: 768px){.articles-header{padding:30px 0 50px}.articles-header-container{padding:0 16px}.articles-main-title{font-size:2.2rem}.articles-main-subtitle{font-size:1.1rem}.articles-main{padding:40px 0}.articles-container{padding:0 16px}.footer-cta h3{font-size:1.6rem}.footer-cta p{font-size:1.1rem}.footer-cta-buttons{flex-direction:column;align-items:center}.footer-cta .cta-primary,.footer-cta .cta-secondary{width:100%;max-width:300px}}@media (max-width: 480px){.articles-main-title{font-size:1.8rem}.back-to-home{padding:6px 12px;font-size:.9rem}}.articles-index{max-width:1200px;margin:0 auto}.featured-article-section{margin-bottom:80px;position:relative}.featured-badge{background:linear-gradient(135deg,#f59e0b,#d97706);color:#fff;padding:8px 16px;border-radius:20px;font-size:.9rem;font-weight:600;display:inline-block;margin-bottom:24px}.featured-article-link{text-decoration:none;color:inherit;display:block}.featured-article{background:linear-gradient(135deg,#f8fafc,#e2e8f0);border-radius:24px;padding:48px;border:2px solid #e2e8f0;transition:all .3s ease;position:relative;overflow:hidden}.featured-article:before{content:"";position:absolute;top:0;left:0;right:0;height:4px;background:linear-gradient(90deg,#3b82f6,#1e40af,#7c3aed)}.featured-article:hover{transform:translateY(-8px);box-shadow:0 20px 60px #3b82f626;border-color:#3b82f6}.featured-article-content .article-meta{display:flex;align-items:center;gap:16px;margin-bottom:24px;flex-wrap:wrap}.featured-article-title{font-size:2.2rem;font-weight:700;color:#1e293b;line-height:1.3;margin-bottom:20px}.featured-article-excerpt{font-size:1.2rem;color:#475569;line-height:1.7;margin-bottom:32px;max-width:800px}.read-more{color:#3b82f6;font-weight:600;font-size:1.1rem;display:inline-flex;align-items:center;gap:8px;transition:all .3s ease}.featured-article:hover .read-more{transform:translate(8px)}.articles-grid-section{margin-bottom:80px}.section-title{font-size:2rem;font-weight:700;color:#1e293b;margin-bottom:40px;text-align:center}.articles-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(350px,1fr));gap:32px}.article-card-link{text-decoration:none;color:inherit;display:block}.article-card{background:#fff;border-radius:20px;padding:32px;border:1px solid #e2e8f0;transition:all .3s ease;height:100%;display:flex;flex-direction:column}.article-card:hover{transform:translateY(-5px);box-shadow:0 15px 40px #0000001a;border-color:#3b82f6}.article-card .article-meta{display:flex;align-items:center;gap:12px;margin-bottom:20px;flex-wrap:wrap}.article-category{background:linear-gradient(135deg,#3b82f6,#1e40af);color:#fff;padding:6px 12px;border-radius:16px;font-size:.8rem;font-weight:600}.article-industry{background:#f0fdf4;color:#15803d;padding:6px 12px;border-radius:16px;font-size:.8rem;font-weight:600;border:1px solid #bbf7d0}.article-date{color:#64748b;font-size:.85rem}.reading-time{color:#64748b;font-size:.85rem;padding:4px 8px;background:#f1f5f9;border-radius:10px}.article-card-title{font-size:1.4rem;font-weight:600;color:#1e293b;line-height:1.4;margin-bottom:16px;flex-grow:1}.article-card-excerpt{color:#64748b;line-height:1.6;margin-bottom:24px;font-size:.95rem}.article-card-footer{display:flex;justify-content:space-between;align-items:center;margin-top:auto}.article-card-footer .read-more{font-size:.9rem;color:#3b82f6;font-weight:600}.article-card:hover .article-card-footer .read-more{transform:translate(4px)}.coming-soon-section{margin-bottom:80px}.coming-soon-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:24px}.coming-soon-card{background:#fff;border-radius:16px;padding:24px;border:1px solid #e2e8f0;position:relative;opacity:.8;transition:all .3s ease}.coming-soon-card:hover{opacity:1;transform:translateY(-2px);box-shadow:0 8px 25px #00000014}.coming-soon-category{background:#f1f5f9;color:#475569;padding:6px 12px;border-radius:16px;font-size:.8rem;font-weight:600;display:inline-block;margin-bottom:16px}.coming-soon-card h3{font-size:1.2rem;font-weight:600;color:#1e293b;margin-bottom:12px;line-height:1.4}.coming-soon-card p{color:#64748b;line-height:1.6;margin-bottom:20px;font-size:.9rem}.coming-soon-badge{background:linear-gradient(135deg,#fbbf24,#f59e0b);color:#fff;padding:6px 12px;border-radius:16px;font-size:.8rem;font-weight:600;display:inline-block}.newsletter-section{background:linear-gradient(135deg,#1e40af,#3b82f6);color:#fff;padding:48px;border-radius:24px;text-align:center;margin-bottom:40px}.newsletter-content h3{font-size:1.8rem;font-weight:700;margin-bottom:16px;color:#fff}.newsletter-content p{font-size:1.1rem;color:#e0e7ff;margin-bottom:32px;max-width:500px;margin-left:auto;margin-right:auto}.newsletter-cta{background:#fff;color:#1e40af;padding:14px 28px;border-radius:30px;font-weight:600;font-size:1rem;border:none;cursor:pointer;transition:all .3s ease}.newsletter-cta:hover{background:#f1f5f9;transform:translateY(-2px);box-shadow:0 8px 25px #fff3}@media (max-width: 768px){.articles-index{padding:0 16px}.featured-article{padding:32px 24px}.featured-article-title{font-size:1.8rem}.featured-article-excerpt{font-size:1.1rem}.articles-grid{grid-template-columns:1fr;gap:24px}.article-card{padding:24px}.coming-soon-grid{grid-template-columns:1fr;gap:20px}.newsletter-section{padding:32px 24px}.newsletter-content h3{font-size:1.5rem}.section-title{font-size:1.6rem}}@media (max-width: 480px){.featured-article{padding:24px 20px}.featured-article-title{font-size:1.5rem}.featured-article-content .article-meta{flex-direction:column;align-items:flex-start;gap:12px}.article-card{padding:20px}.article-card-title{font-size:1.2rem}.coming-soon-card{padding:20px}}.ai-implementation-guide{max-width:800px;margin:0 auto;background:#fff;border-radius:20px;box-shadow:0 10px 40px #0000001a;overflow:hidden}.article-category{background:linear-gradient(135deg,#3b82f6,#1e40af);color:#fff;padding:6px 14px;border-radius:20px;font-size:.85rem;font-weight:600}.author-avatar{width:50px;height:50px;border-radius:50%;background:linear-gradient(135deg,#3b82f6,#1e40af);display:flex;align-items:center;justify-content:center;color:#fff;font-weight:600;font-size:1.1rem}.ai-applications-grid{display:grid;gap:24px;margin:32px 0}.ai-application-card{background:#f8fafc;padding:24px;border-radius:16px;border-left:4px solid #3b82f6;transition:all .3s ease;position:relative}.ai-application-card:hover{background:#f1f5f9;transform:translate(8px);box-shadow:0 8px 25px #3b82f61a}.application-number{position:absolute;top:16px;right:20px;width:32px;height:32px;background:linear-gradient(135deg,#3b82f6,#1e40af);color:#fff;border-radius:50%;display:flex;align-items:center;justify-content:center;font-weight:600;font-size:.9rem}.ai-application-card h3{color:#1e40af;margin-bottom:16px;font-size:1.2rem;font-weight:600;padding-right:50px}.application-details p{margin-bottom:12px;font-size:1rem}.implementation-steps{background:#f0fdf4;padding:32px;border-radius:16px;margin:32px 0;border-left:4px solid #22c55e;counter-reset:step-counter}.implementation-steps li{margin-bottom:24px;padding-left:20px;position:relative;counter-increment:step-counter}.implementation-steps li:before{content:counter(step-counter);position:absolute;left:-8px;top:0;width:24px;height:24px;background:#22c55e;color:#fff;border-radius:50%;display:flex;align-items:center;justify-content:center;font-weight:600;font-size:.8rem}.implementation-steps strong{color:#15803d;font-weight:600}.mistakes-grid{display:grid;gap:24px;margin:32px 0}.mistake-card{background:#fef2f2;padding:24px;border-radius:16px;border-left:4px solid #ef4444}.mistake-card h3{color:#dc2626;margin-bottom:12px;font-size:1.1rem;font-weight:600}.roi-timeline{display:grid;gap:24px;margin:32px 0}.timeline-phase{display:flex;align-items:flex-start;gap:20px;background:#f0f9ff;padding:24px;border-radius:16px;border-left:4px solid #0ea5e9}.phase-number{min-width:60px;height:60px;background:linear-gradient(135deg,#0ea5e9,#0284c7);color:#fff;border-radius:50%;display:flex;align-items:center;justify-content:center;font-weight:600;font-size:.9rem;text-align:center;line-height:1.2}.phase-content h3{color:#0369a1;margin-bottom:8px;font-size:1.1rem;font-weight:600}.phase-content p{margin:0;font-size:1rem}.next-steps{background:#f0fdf4;padding:32px;border-radius:16px;margin:32px 0;border-left:4px solid #22c55e;counter-reset:step-counter}.next-steps li{margin-bottom:24px;padding-left:20px;position:relative;counter-increment:step-counter}.next-steps li:before{content:counter(step-counter);position:absolute;left:-8px;top:0;width:24px;height:24px;background:#22c55e;color:#fff;border-radius:50%;display:flex;align-items:center;justify-content:center;font-weight:600;font-size:.8rem}.next-steps strong{color:#15803d;font-weight:600}.conclusion{background:linear-gradient(135deg,#f8fafc,#e2e8f0);padding:32px;border-radius:16px;border:1px solid #cbd5e1}.article-cta{background:linear-gradient(135deg,#3b82f6,#1e40af);color:#fff;padding:40px;text-align:center;margin:40px;border-radius:20px}.article-cta p{color:#e0e7ff;margin-bottom:32px;font-size:1.2rem;max-width:600px;margin-left:auto;margin-right:auto}.article-cta .cta-primary{background:#fff;color:#1e40af}@media (max-width: 768px){.ai-implementation-guide{margin:0 16px;border-radius:16px}.article-breadcrumb{padding:16px 24px;font-size:.85rem}.article-header{padding:30px 24px}.article-title{font-size:1.8rem}.article-excerpt p{font-size:1.1rem}.article-content{padding:30px 24px;font-size:1rem}.content-section h2{font-size:1.5rem}.ai-application-card{padding:20px}.ai-application-card h3{font-size:1.1rem;padding-right:40px}.implementation-steps,.next-steps{padding:24px}.timeline-phase{flex-direction:column;gap:16px;align-items:center;text-align:center}.article-cta{padding:30px 24px;margin:24px}.article-cta h3{font-size:1.5rem}.article-cta p{font-size:1.1rem}.article-cta-buttons{flex-direction:column;align-items:center}.article-cta .cta-primary,.article-cta .cta-secondary{width:100%;max-width:300px}.article-footer{padding:30px 24px;flex-direction:column;gap:24px}.share-buttons{flex-direction:column}}@media (max-width: 480px){.article-meta{flex-direction:column;align-items:flex-start;gap:12px}.article-title{font-size:1.6rem}.application-number{width:28px;height:28px;font-size:.8rem}.phase-number{min-width:50px;height:50px;font-size:.8rem}}.document-processing-workflow{max-width:800px;margin:0 auto;background:#fff;border-radius:20px;box-shadow:0 10px 40px #0000001a;overflow:hidden}.breadcrumb-link{color:#3b82f6;text-decoration:none;font-weight:500}.article-category{background:linear-gradient(135deg,#10b981,#059669);color:#fff;padding:6px 14px;border-radius:20px;font-size:.85rem;font-weight:600}.article-industry{background:#f0fdf4;color:#15803d;padding:6px 14px;border-radius:20px;font-size:.85rem;font-weight:600;border:1px solid #bbf7d0}.article-date{color:#64748b;font-size:.9rem}.reading-time{color:#64748b;font-size:.9rem;padding:4px 10px;background:#f1f5f9;border-radius:12px}.article-excerpt{margin-bottom:32px}.author-avatar{width:50px;height:50px;border-radius:50%;background:linear-gradient(135deg,#10b981,#059669);display:flex;align-items:center;justify-content:center;color:#fff;font-weight:600;font-size:1.1rem}.author-info{display:flex;flex-direction:column;gap:4px}.content-section:last-child{margin-bottom:0}.content-section h4{font-size:1.2rem;font-weight:600;color:#1e293b;margin-bottom:12px;margin-top:24px}.content-section strong{color:#1e293b;font-weight:600}.stats-highlight{background:linear-gradient(135deg,#f0f9ff,#e0f2fe);padding:32px;border-radius:16px;margin:32px 0;border-left:4px solid #0ea5e9}.stats-highlight h3{color:#0369a1;margin-bottom:24px;text-align:center}.stat-item{text-align:center;background:#fff;padding:20px;border-radius:12px;box-shadow:0 4px 15px #0ea5e91a}.stat-number{font-size:2.5rem;font-weight:700;color:#0369a1;display:block;margin-bottom:8px}.workflow-step{display:flex;gap:24px;margin-bottom:40px;padding:24px;background:#f8fafc;border-radius:16px;border-left:4px solid #10b981}.step-number{min-width:50px;height:50px;background:linear-gradient(135deg,#10b981,#059669);color:#fff;border-radius:50%;display:flex;align-items:center;justify-content:center;font-weight:700;font-size:1.2rem;flex-shrink:0}.step-content h3{color:#059669;margin-bottom:12px;margin-top:0}.step-content p{margin-bottom:12px;font-size:1rem}.document-types-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:24px;margin:32px 0}.document-type-card{background:#fff;border:1px solid #e2e8f0;border-radius:16px;padding:24px;position:relative;transition:all .3s ease}.document-type-card:hover{transform:translateY(-4px);box-shadow:0 12px 30px #0000001a}.document-type-card.high-roi{border-color:#10b981;background:linear-gradient(135deg,#f0fdf4,#ecfdf5)}.document-type-card.medium-roi{border-color:#f59e0b;background:linear-gradient(135deg,#fffbeb,#fef3c7)}.document-type-card.low-roi{border-color:#6366f1;background:linear-gradient(135deg,#f0f0ff,#e0e7ff)}.roi-badge{position:absolute;top:16px;right:16px;padding:4px 12px;border-radius:12px;font-size:.8rem;font-weight:600}.high-roi .roi-badge{background:#10b981;color:#fff}.medium-roi .roi-badge{background:#f59e0b;color:#fff}.low-roi .roi-badge{background:#6366f1;color:#fff}.document-type-card h3{margin-bottom:16px;margin-top:0;padding-right:80px}.processing-stats{display:flex;flex-direction:column;gap:4px;margin-bottom:16px;font-size:.9rem;color:#64748b}.processing-stats span{background:#fffc;padding:4px 8px;border-radius:8px;font-weight:500}.phase-header{padding:24px;display:flex;justify-content:space-between;align-items:center;color:#fff}.phase-1 .phase-header{background:linear-gradient(135deg,#3b82f6,#1e40af)}.phase-2 .phase-header{background:linear-gradient(135deg,#10b981,#059669)}.phase-3 .phase-header{background:linear-gradient(135deg,#f59e0b,#d97706)}.phase-header h3{margin:0;font-size:1.4rem}.phase-focus{background:#fff3;padding:6px 12px;border-radius:20px;font-size:.9rem;font-weight:600}.phase-content{padding:32px;background:#fff}.phase-content h4{color:#1e293b;margin-top:0;margin-bottom:16px}.phase-content ul{margin-bottom:24px}.phase-content li{margin-bottom:8px}.phase-goals{background:#f8fafc;padding:16px;border-radius:12px;border-left:4px solid #3b82f6;margin-top:24px;font-size:1rem}.tech-stack-categories{margin:32px 0}.tech-category{margin-bottom:40px;background:#f8fafc;border-radius:16px;padding:32px}.tech-category h3{margin-top:0;margin-bottom:24px;color:#1e293b;font-size:1.3rem}.tech-options{display:grid;gap:24px}.tech-option{background:#fff;padding:24px;border-radius:12px;border:1px solid #e2e8f0}.tech-option.recommended{border-color:#10b981;background:linear-gradient(135deg,#f0fdf4,#ecfdf5)}.tech-option h4{color:#059669;margin-top:0;margin-bottom:16px}.tech-option ul{margin-bottom:16px}.tech-option li{margin-bottom:8px}.pricing-note{background:#e0f2fe;color:#0369a1;padding:8px 12px;border-radius:8px;font-size:.9rem;font-weight:600}.roi-analysis{margin:32px 0}.roi-scenario{background:#f8fafc;border-radius:16px;padding:32px;border:1px solid #e2e8f0}.roi-scenario h3{margin-top:0;color:#1e293b;text-align:center;margin-bottom:16px}.scenario-details{text-align:center;margin-bottom:32px;padding:16px;background:#fff;border-radius:12px}.roi-comparison{margin-top:32px}.before-after{display:grid;grid-template-columns:1fr 1fr;gap:32px;margin-bottom:32px}.before,.after{background:#fff;padding:24px;border-radius:12px;border:1px solid #e2e8f0}.before h4{color:#dc2626;margin-top:0;margin-bottom:20px;text-align:center}.after h4{color:#059669;margin-top:0;margin-bottom:20px;text-align:center}.cost-breakdown{display:flex;flex-direction:column;gap:12px}.cost-item{display:flex;justify-content:space-between;align-items:center;padding:8px 0;border-bottom:1px solid #f1f5f9}.cost-label{color:#64748b;font-size:.9rem}.cost-value{font-weight:600;color:#1e293b}.total-cost{margin-top:16px;padding:16px;background:#fef2f2;color:#dc2626;border-radius:8px;text-align:center;font-size:1.1rem}.total-cost.savings{background:#f0fdf4;color:#059669}.roi-summary{background:#fff;padding:32px;border-radius:12px;border:1px solid #e2e8f0}.savings-highlight{text-align:center;padding:24px;background:linear-gradient(135deg,#f0fdf4,#ecfdf5);border-radius:12px;margin-bottom:24px;border:2px solid #10b981}.savings-highlight h4{color:#059669;margin:8px 0;font-size:1.3rem}.additional-benefits h4{color:#1e293b;margin-bottom:16px}.additional-benefits ul{margin:0}.additional-benefits li{margin-bottom:8px;color:#475569}.challenges-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:24px;margin:32px 0}.challenge-card{background:#fef2f2;border:1px solid #fecaca;border-radius:16px;padding:24px;border-left:4px solid #ef4444}.challenge-card h3{color:#dc2626;margin-top:0;margin-bottom:16px;font-size:1.1rem}.challenge-details p{color:#7f1d1d;font-weight:600;margin-bottom:16px}.challenge-details h4{color:#991b1b;margin-bottom:12px;font-size:1rem}.challenge-details ul{margin:0}.challenge-details li{margin-bottom:8px;color:#7f1d1d;font-size:.95rem}.action-steps{margin:32px 0}.action-step{margin-bottom:32px;border-radius:16px;overflow:hidden;box-shadow:0 6px 20px #0000001a}.step-priority{padding:12px 24px;color:#fff;font-weight:600;font-size:.9rem}.action-step.immediate .step-priority{background:linear-gradient(135deg,#dc2626,#991b1b)}.action-step.short-term .step-priority{background:linear-gradient(135deg,#f59e0b,#d97706)}.action-step.medium-term .step-priority{background:linear-gradient(135deg,#3b82f6,#1e40af)}.action-step.long-term .step-priority{background:linear-gradient(135deg,#10b981,#059669)}.action-step h3{background:#fff;margin:0;padding:20px 24px 16px;color:#1e293b;font-size:1.2rem}.action-step ul{background:#fff;margin:0;padding:0 24px 24px}.action-step li{margin-bottom:8px;color:#475569}.conclusion{background:linear-gradient(135deg,#f8fafc,#e2e8f0);padding:32px;border-radius:16px;border:1px solid #cbd5e1;margin-top:48px}.conclusion h2{color:#1e40af;border-bottom:none;margin-bottom:20px}.conclusion-stats .stat{text-align:center;background:#fff;padding:20px;border-radius:12px;box-shadow:0 4px 15px #1e40af1a}.conclusion-stats .stat strong{display:block;font-size:2rem;color:#1e40af;margin-bottom:8px}.conclusion-stats .stat span{color:#64748b;font-size:.9rem;font-weight:500}.article-cta{background:linear-gradient(135deg,#10b981,#059669);color:#fff;padding:40px;text-align:center;margin:40px;border-radius:20px}.article-cta h3{color:#fff;margin-bottom:16px;font-size:1.8rem;font-weight:700}.article-cta p{color:#d1fae5;margin-bottom:32px;font-size:1.2rem;max-width:600px;margin-left:auto;margin-right:auto}.article-cta-buttons{display:flex;gap:20px;justify-content:center;flex-wrap:wrap}.article-cta .cta-primary,.article-cta .cta-secondary{padding:16px 32px;border-radius:30px;font-weight:600;font-size:1.1rem;border:none;cursor:pointer;transition:all .3s ease;text-decoration:none;display:inline-block;min-width:200px}.article-cta .cta-primary{background:#fff;color:#059669}.article-cta .cta-primary:hover{background:#f1f5f9;transform:translateY(-2px);box-shadow:0 8px 25px #fff3}.article-cta .cta-secondary{background:transparent;color:#fff;border:2px solid white}.article-cta .cta-secondary:hover{background:#fff;color:#059669;transform:translateY(-2px)}.article-footer{padding:40px;background:#f8fafc;border-top:1px solid #e2e8f0;display:flex;justify-content:space-between;align-items:flex-start;flex-wrap:wrap;gap:32px}.tag{background:#f1f5f9;color:#475569;padding:8px 16px;border-radius:20px;font-size:.9rem;font-weight:500;border:1px solid #e2e8f0}.share-article h4{color:#1e293b;margin-bottom:16px;font-size:1.1rem;font-weight:600}.share-button.twitter:hover{background:#1a91da;transform:translateY(-1px)}.share-button.linkedin:hover{background:#006399;transform:translateY(-1px)}@media (max-width: 768px){.document-processing-workflow{margin:0 16px;border-radius:16px}.article-breadcrumb{padding:16px 24px;font-size:.85rem}.article-header{padding:30px 24px}.article-title{font-size:1.8rem}.article-excerpt p{font-size:1.1rem}.article-content{padding:30px 24px;font-size:1rem}.content-section h2{font-size:1.5rem}.stats-grid{grid-template-columns:1fr}.workflow-step{flex-direction:column;gap:16px;text-align:center}.document-types-grid,.before-after,.challenges-grid{grid-template-columns:1fr}.article-cta{padding:30px 24px;margin:24px}.article-cta h3{font-size:1.5rem}.article-cta p{font-size:1.1rem}.article-cta-buttons{flex-direction:column;align-items:center}.article-cta .cta-primary,.article-cta .cta-secondary{width:100%;max-width:300px}.article-footer{padding:30px 24px;flex-direction:column;gap:24px}.share-buttons{flex-direction:column}}@media (max-width: 480px){.article-meta{flex-direction:column;align-items:flex-start;gap:12px}.article-title{font-size:1.6rem}.step-number{width:40px;height:40px;font-size:1rem}.stat-number{font-size:2rem}.conclusion-stats{grid-template-columns:1fr}}.consulting-ai-workflow{max-width:800px;margin:0 auto;background:#fff;border-radius:20px;box-shadow:0 10px 40px #0000001a;overflow:hidden}.breadcrumb-link{color:#2563eb;text-decoration:none;font-weight:500}.article-category{background:linear-gradient(135deg,#2563eb,#1e40af);color:#fff;padding:6px 14px;border-radius:20px;font-size:.85rem;font-weight:600}.article-industry{background:#eff6ff;color:#1d4ed8;padding:6px 14px;border-radius:20px;font-size:.85rem;font-weight:600;border:1px solid #bfdbfe}.article-excerpt p{font-size:1.2rem;color:#475569;line-height:1.7;margin:0 0 32px}.author-avatar{width:50px;height:50px;border-radius:50%;background:linear-gradient(135deg,#2563eb,#1e40af);display:flex;align-items:center;justify-content:center;color:#fff;font-weight:600;font-size:1.1rem}.author-info strong{color:#1e293b;font-size:1.1rem}.author-info span{color:#64748b;font-size:.9rem}.article-content{padding:40px;font-size:1.1rem;line-height:1.8;color:#374151}.content-section{margin-bottom:48px}.content-section h2{font-size:1.8rem;font-weight:700;color:#1e293b;margin-bottom:24px;padding-bottom:12px;border-bottom:2px solid #e2e8f0}.content-section h3{font-size:1.4rem;font-weight:600;color:#1e293b;margin-bottom:16px;margin-top:32px}.content-section p{margin-bottom:20px}.stats-highlight{background:linear-gradient(135deg,#eef2ff,#e0e7ff);padding:32px;border-radius:16px;margin:32px 0;border-left:4px solid #4f46e5}.stats-highlight h3{color:#3730a3;margin-bottom:24px;text-align:center}.stats-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:24px}.stat-item{text-align:center;background:#fff;padding:20px;border-radius:12px;box-shadow:0 4px 15px #4f46e51a}.stat-number{font-size:2.5rem;font-weight:700;color:#3730a3;margin-bottom:8px}.stat-label{color:#64748b;font-size:.9rem;font-weight:500}.workflow-steps{margin:32px 0}.workflow-step{display:flex;gap:24px;margin-bottom:40px;padding:24px;background:#f8fafc;border-radius:16px;border-left:4px solid #2563eb}.step-number{min-width:50px;height:50px;background:linear-gradient(135deg,#2563eb,#1e40af);color:#fff;border-radius:50%;display:flex;align-items:center;justify-content:center;font-weight:700;font-size:1.2rem;flex-shrink:0}.step-content h3{color:#2563eb;margin-bottom:12px;margin-top:0}.implementation-timeline{margin:32px 0}.timeline-phase{margin-bottom:40px;border-radius:16px;overflow:hidden;box-shadow:0 8px 25px #0000001a}.timeline-phase h3{margin:0;padding:20px;color:#fff;font-size:1.3rem}.phase-1 h3{background:linear-gradient(135deg,#2563eb,#1e40af)}.phase-2 h3{background:linear-gradient(135deg,#4f46e5,#3730a3)}.phase-3 h3{background:linear-gradient(135deg,#9333ea,#6b21a8)}.timeline-phase p{padding:24px;background:#fff;margin:0;color:#374151}.tech-stack-categories{display:grid;gap:24px;margin:32px 0}.tech-category{background:#f8fafc;border-radius:16px;padding:24px}.tech-category h3{margin-top:0;margin-bottom:16px;color:#1e293b}.tech-category ul{margin:0;padding-left:20px}.tech-category li{margin-bottom:8px;color:#475569}.conclusion{background:linear-gradient(135deg,#eef2ff,#e0e7ff);padding:32px;border-radius:16px;border:1px solid #cbd5e1;margin-top:48px}.conclusion h2{color:#3730a3;border-bottom:none}.conclusion-stats{display:grid;grid-template-columns:repeat(auto-fit,minmax(150px,1fr));gap:24px;margin-top:32px}.conclusion-stats .stat{text-align:center;background:#fff;padding:20px;border-radius:12px;box-shadow:0 4px 15px #4f46e51a}.conclusion-stats strong{display:block;font-size:2rem;color:#3730a3;margin-bottom:8px}.article-cta{background:linear-gradient(135deg,#2563eb,#1e40af);color:#fff;padding:40px;text-align:center;margin:40px;border-radius:20px}.article-cta h3{margin-bottom:16px;font-size:1.8rem;font-weight:700}.article-cta p{color:#dbeafe;margin-bottom:32px;font-size:1.2rem;max-width:600px;margin-left:auto;margin-right:auto}.article-cta .cta-primary{background:#fff;color:#1e40af;padding:16px 32px;border-radius:30px;font-weight:600;font-size:1.1rem;border:none;cursor:pointer;margin:0 10px}.article-cta .cta-primary:hover{background:#f1f5f9;transform:translateY(-2px)}.article-cta .cta-secondary{background:transparent;color:#fff;border:2px solid white;padding:16px 32px;border-radius:30px;font-weight:600;font-size:1.1rem;cursor:pointer}.article-cta .cta-secondary:hover{background:#fff;color:#1e40af;transform:translateY(-2px)}.article-footer{padding:40px;background:#f8fafc;border-top:1px solid #e2e8f0;display:flex;justify-content:space-between;flex-wrap:wrap;gap:24px}.article-tags{display:flex;flex-wrap:wrap;gap:10px}.tag{background:#f1f5f9;color:#475569;padding:8px 16px;border-radius:20px;font-size:.9rem;font-weight:500}.share-article h4{margin-bottom:16px;font-weight:600;color:#1e293b}.share-buttons{display:flex;gap:12px}.share-button{padding:10px 20px;border-radius:20px;border:none;cursor:pointer;font-weight:500;font-size:.9rem;transition:all .3s ease}.share-button.twitter{background:#1da1f2;color:#fff}.share-button.twitter:hover{background:#1a91da}.share-button.linkedin{background:#0077b5;color:#fff}.share-button.linkedin:hover{background:#006399}@media (max-width: 768px){.consulting-ai-workflow{margin:0 16px}.article-header{padding:30px 24px}.article-title{font-size:1.8rem}.article-content{padding:30px 24px}.workflow-step{flex-direction:column;text-align:center}.conclusion-stats{grid-template-columns:1fr}}.local-model-workflow{max-width:800px;margin:0 auto;background:#fff;border-radius:20px;box-shadow:0 10px 40px #0000001a;overflow:hidden}.article-breadcrumb{padding:20px 40px;background:#f8fafc;border-bottom:1px solid #e2e8f0;font-size:.9rem;color:#64748b}.breadcrumb-link{color:#16a34a;text-decoration:none;font-weight:500}.breadcrumb-link:hover{text-decoration:underline}.breadcrumb-separator{margin:0 8px;color:#cbd5e1}.breadcrumb-current{color:#475569;font-weight:500}.article-header{padding:40px;border-bottom:1px solid #e2e8f0}.article-meta{display:flex;align-items:center;gap:16px;margin-bottom:24px;flex-wrap:wrap}.article-category{background:linear-gradient(135deg,#16a34a,#065f46);color:#fff;padding:6px 14px;border-radius:20px;font-size:.85rem;font-weight:600}.article-industry{background:#ecfdf5;color:#047857;padding:6px 14px;border-radius:20px;font-size:.85rem;font-weight:600;border:1px solid #a7f3d0}.article-date,.reading-time{color:#64748b;font-size:.9rem}.reading-time{padding:4px 10px;background:#f1f5f9;border-radius:12px}.article-title{font-size:2.2rem;font-weight:700;color:#1e293b;line-height:1.3;margin-bottom:24px}.article-excerpt p{font-size:1.2rem;color:#475569;line-height:1.7;margin:0}.article-author{display:flex;align-items:center;gap:16px}.business-quiz{position:fixed;bottom:20px;right:20px;background:#fff;border:1px solid #e2e8f0;border-radius:12px;box-shadow:0 10px 25px #00000026;z-index:1000;transform:translateY(calc(100% + 40px));opacity:0;transition:all 1s cubic-bezier(.4,0,.2,1);overflow:hidden;display:flex;flex-direction:column}.business-quiz.compact{width:auto;height:auto}.business-quiz.expanded{width:400px;max-width:calc(100vw - 40px);max-height:calc(100vh - 40px)}.business-quiz.visible{transform:translateY(0);opacity:1}.business-quiz:hover{box-shadow:0 15px 35px #0003}.quiz-dismiss-btn{position:absolute;top:12px;right:12px;background:none;border:none;font-size:1.5rem;color:#718096;cursor:pointer;padding:4px;line-height:1;transition:color .2s ease;z-index:10}.quiz-dismiss-btn:hover{color:#2d3748}.quiz-content{display:flex;flex-direction:column;height:100%}.business-quiz.compact .quiz-content{padding:1rem 3.5rem 1rem 1.5rem}.business-quiz.expanded .quiz-content{padding:2.5rem 1.5rem 1.5rem;max-height:500px}.quiz-compact{display:flex;align-items:center;gap:.75rem;white-space:nowrap}.quiz-compact-text{font-size:.95rem;font-weight:500;color:#1a1a1a}.quiz-start-btn{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;border:none;padding:8px 16px;font-size:.85rem;font-weight:600;border-radius:6px;cursor:pointer;transition:all .3s ease;white-space:nowrap}.quiz-start-btn:hover{transform:translateY(-2px);box-shadow:0 8px 20px #667eea4d}.quiz-header{margin-bottom:1.5rem}.quiz-title{font-size:1.25rem;font-weight:700;color:#1a1a1a;margin-bottom:1rem;padding-right:1.5rem}.quiz-progress{display:flex;align-items:center;gap:.75rem}.progress-bar{flex:1;height:6px;background:#e2e8f0;border-radius:3px;overflow:hidden}.progress-fill{height:100%;background:linear-gradient(135deg,#667eea,#764ba2);border-radius:3px;transition:width .3s ease}.progress-text{font-size:.8rem;color:#718096;font-weight:500;white-space:nowrap}.quiz-body{flex:1;overflow-y:auto;margin-bottom:1rem}.quiz-step{animation:slideIn .3s ease-out}@keyframes slideIn{0%{opacity:0;transform:translate(20px)}to{opacity:1;transform:translate(0)}}.quiz-step h4{font-size:1.1rem;font-weight:600;color:#1a1a1a;margin-bottom:.5rem}.step-description{font-size:.9rem;color:#4a5568;margin-bottom:1rem;line-height:1.4}.quiz-input{width:100%;padding:12px 14px;border:2px solid #e2e8f0;border-radius:8px;font-size:.9rem;background:#fff;color:#1a1a1a;transition:all .3s ease}.quiz-input:focus{outline:none;border-color:#667eea;box-shadow:0 0 0 3px #667eea1a}.quiz-textarea{width:100%;padding:12px 14px;border:2px solid #e2e8f0;border-radius:8px;font-size:.9rem;background:#fff;color:#1a1a1a;transition:all .3s ease;resize:vertical;font-family:inherit}.quiz-textarea:focus{outline:none;border-color:#667eea;box-shadow:0 0 0 3px #667eea1a}.quiz-options{display:flex;flex-direction:column;gap:.5rem}.quiz-option{padding:12px 16px;border:2px solid #e2e8f0;border-radius:8px;background:#fff;color:#4a5568;font-size:.9rem;cursor:pointer;transition:all .3s ease;text-align:left}.quiz-option:hover{border-color:#cbd5e0;background:#f7fafc}.quiz-option.selected{border-color:#667eea;background:#f0f4ff;color:#667eea;font-weight:500}.recommendations{display:flex;flex-direction:column;gap:1rem;max-height:250px;overflow-y:auto}.recommendation-card{background:#f8fafc;border:1px solid #e2e8f0;border-radius:8px;padding:1rem}.recommendation-card h5{font-size:1rem;font-weight:600;color:#1a1a1a;margin-bottom:.75rem}.use-cases{display:flex;flex-direction:column;gap:.75rem}.use-case{padding-left:.75rem;border-left:3px solid #667eea}.use-case strong{display:block;font-size:.85rem;font-weight:600;color:#667eea;margin-bottom:.25rem}.use-case p{font-size:.8rem;color:#4a5568;line-height:1.4;margin:0}.quiz-footer{display:flex;gap:.75rem;justify-content:flex-end;border-top:1px solid #e2e8f0;padding-top:1rem;margin-top:auto}.quiz-btn{padding:10px 18px;border-radius:6px;font-size:.9rem;font-weight:600;cursor:pointer;transition:all .3s ease;border:none;white-space:nowrap}.quiz-btn-primary{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff}.quiz-btn-primary:hover:not(:disabled){transform:translateY(-2px);box-shadow:0 8px 20px #667eea4d}.quiz-btn-primary:disabled{opacity:.6;cursor:not-allowed;transform:none}.quiz-btn-secondary{background:#fff;color:#4a5568;border:1px solid #e2e8f0}.quiz-btn-secondary:hover{background:#f7fafc;border-color:#cbd5e0}.quiz-status{padding:.75rem 1rem;border-radius:6px;font-size:.85rem;margin-top:.75rem;text-align:center;font-weight:500}.quiz-status.success{background:#f0fff4;border:1px solid #9ae6b4;color:#2f855a}.quiz-status.error{background:#fed7d7;border:1px solid #feb2b2;color:#c53030}@media (max-width: 768px){.business-quiz.compact{width:auto;max-width:calc(100vw - 20px);right:10px;bottom:10px}.business-quiz.expanded{width:calc(100vw - 20px);right:10px;bottom:10px;max-height:calc(100vh - 20px)}.business-quiz.compact .quiz-content{padding:.875rem 2.25rem .875rem 1.25rem}.business-quiz.expanded .quiz-content{padding:2.25rem 1.25rem 1.25rem}.quiz-title{font-size:1.1rem}.quiz-footer{flex-direction:column}.quiz-btn{width:100%}.recommendations{max-height:200px}.quiz-compact-text{font-size:.9rem}.quiz-start-btn{font-size:.8rem;padding:7px 14px}}@media (max-width: 480px){.business-quiz{width:calc(100vw - 10px);right:5px;bottom:5px;max-height:calc(100vh - 10px)}.quiz-content{padding:2rem 1rem 1rem}}.quiz-body::-webkit-scrollbar,.recommendations::-webkit-scrollbar{width:4px}.quiz-body::-webkit-scrollbar-track,.recommendations::-webkit-scrollbar-track{background:#f1f1f1;border-radius:2px}.quiz-body::-webkit-scrollbar-thumb,.recommendations::-webkit-scrollbar-thumb{background:#cbd5e0;border-radius:2px}.quiz-body::-webkit-scrollbar-thumb:hover,.recommendations::-webkit-scrollbar-thumb:hover{background:#a0aec0}.App{min-height:100vh;width:100%}.container{max-width:1200px;margin:0 auto;padding:0 20px}.section-title{font-size:2.5rem;font-weight:700;text-align:center;margin-bottom:1rem;color:#1a1a1a;line-height:1.2}.section-subtitle{font-size:1.25rem;text-align:center;color:#666;margin-bottom:3rem;line-height:1.5}.cta-primary{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;border:none;padding:16px 32px;font-size:1.1rem;font-weight:600;border-radius:8px;cursor:pointer;transition:all .3s ease;text-decoration:none;display:inline-block;text-align:center}.cta-primary:hover{transform:translateY(-2px);box-shadow:0 10px 25px #667eea4d}.cta-secondary{background:transparent;color:#667eea;border:2px solid #667eea;padding:14px 30px;font-size:1.1rem;font-weight:600;border-radius:8px;cursor:pointer;transition:all .3s ease;text-decoration:none;display:inline-block;text-align:center}.cta-secondary:hover{background:#667eea;color:#fff;transform:translateY(-2px)}@media (max-width: 768px){.container{padding:0 16px}.section-title{font-size:2rem}.section-subtitle{font-size:1.1rem}.cta-primary,.cta-secondary{width:100%;margin-bottom:1rem}}
