.interactive-demo[data-astro-cid-oivdjwgv]{background:linear-gradient(135deg,#0a0e27f2,#1a1e37f2);padding:4rem 0;min-height:80vh}.demo-container[data-astro-cid-oivdjwgv]{max-width:1400px;margin:0 auto;padding:0 2rem;display:grid;grid-template-columns:1fr 350px;gap:2rem;align-items:start}.demo-header[data-astro-cid-oivdjwgv]{grid-column:1 / -1;text-align:center;margin-bottom:3rem}.demo-title[data-astro-cid-oivdjwgv]{font-size:3rem;font-weight:800;background:linear-gradient(135deg,#00b89f,#06f);-webkit-background-clip:text;-webkit-text-fill-color:transparent;margin-bottom:1rem}.demo-subtitle[data-astro-cid-oivdjwgv]{font-size:1.25rem;color:#6b7280;margin-bottom:2rem}.demo-controls[data-astro-cid-oivdjwgv]{display:flex;justify-content:center;gap:1rem}.view-toggle[data-astro-cid-oivdjwgv]{display:flex;align-items:center;gap:.5rem;padding:.75rem 1.5rem;background:#00b89f1a;border:1px solid rgba(0,184,159,.3);border-radius:8px;color:#00b89f;font-weight:500;transition:all .3s ease;cursor:pointer}.view-toggle[data-astro-cid-oivdjwgv]:hover{background:#00b89f33;border-color:#00b89f}.toggle-icon[data-astro-cid-oivdjwgv]{transition:transform .3s ease}.view-toggle[data-astro-cid-oivdjwgv].active .toggle-icon[data-astro-cid-oivdjwgv]{transform:rotate(180deg)}.demo-content[data-astro-cid-oivdjwgv]{position:relative;background:#1a1e37;border-radius:16px;border:1px solid rgba(255,255,255,.1);overflow:hidden}.demo-view[data-astro-cid-oivdjwgv]{padding:2rem;opacity:0;transform:translateY(20px);transition:all .5s ease;position:absolute;top:0;left:0;right:0;min-height:600px}.demo-view[data-astro-cid-oivdjwgv].active{opacity:1;transform:translateY(0);position:relative}.dashboard-grid[data-astro-cid-oivdjwgv]{display:grid;grid-template-columns:repeat(2,1fr);gap:2rem}.kpi-section[data-astro-cid-oivdjwgv]{display:grid;grid-template-columns:repeat(2,1fr);gap:1rem}.kpi-card[data-astro-cid-oivdjwgv]{background:#0a0e27cc;border-radius:12px;padding:1.5rem;border:1px solid rgba(255,255,255,.05)}.kpi-header[data-astro-cid-oivdjwgv]{display:flex;justify-content:space-between;align-items:center;margin-bottom:1rem}.kpi-label[data-astro-cid-oivdjwgv]{font-size:.875rem;color:#6b7280;font-weight:500}.trend-indicator[data-astro-cid-oivdjwgv]{width:24px;height:24px;border-radius:50%;display:flex;align-items:center;justify-content:center}.trend-indicator[data-astro-cid-oivdjwgv].positive{background:#00c78133;color:#00c781}.kpi-value[data-astro-cid-oivdjwgv]{font-size:2.5rem;font-weight:900;background:linear-gradient(135deg,#00b89f,#06f);-webkit-background-clip:text;-webkit-text-fill-color:transparent;line-height:1}.kpi-change[data-astro-cid-oivdjwgv]{font-size:.875rem;color:#00c781;margin-top:.5rem}.processing-indicator[data-astro-cid-oivdjwgv]{display:flex;gap:4px}.processing-dot[data-astro-cid-oivdjwgv]{width:6px;height:6px;background:#00b89f;border-radius:50%;animation:processing 1.4s ease-in-out infinite}.processing-dot[data-astro-cid-oivdjwgv]:nth-child(2){animation-delay:.2s}.processing-dot[data-astro-cid-oivdjwgv]:nth-child(3){animation-delay:.4s}@keyframes processing{0%,80%,to{transform:scale(.8);opacity:.5}40%{transform:scale(1.2);opacity:1}}.processing-section[data-astro-cid-oivdjwgv]{grid-column:1 / -1}.processing-header[data-astro-cid-oivdjwgv]{display:flex;justify-content:space-between;align-items:center;margin-bottom:1.5rem}.processing-header[data-astro-cid-oivdjwgv] h3[data-astro-cid-oivdjwgv]{color:#f8fafb;font-size:1.25rem;font-weight:600}.status-indicator[data-astro-cid-oivdjwgv]{display:flex;align-items:center;gap:.5rem;font-size:.875rem;color:#00c781}.status-dot[data-astro-cid-oivdjwgv]{width:8px;height:8px;background:#00c781;border-radius:50%;animation:pulse 2s ease-in-out infinite}@keyframes pulse{0%,to{transform:scale(1);opacity:1}50%{transform:scale(1.2);opacity:.7}}.processing-queue[data-astro-cid-oivdjwgv]{display:flex;flex-direction:column;gap:1rem}.queue-item[data-astro-cid-oivdjwgv]{display:flex;align-items:center;gap:1rem;padding:1rem;background:#0a0e2780;border-radius:8px;border:1px solid rgba(255,255,255,.05);opacity:0;transform:translate(-20px);animation:slideIn .5s ease forwards}.queue-item[data-astro-cid-oivdjwgv]:nth-child(1){animation-delay:.2s}.queue-item[data-astro-cid-oivdjwgv]:nth-child(2){animation-delay:.4s}.queue-item[data-astro-cid-oivdjwgv]:nth-child(3){animation-delay:.6s}@keyframes slideIn{to{opacity:1;transform:translate(0)}}.queue-icon[data-astro-cid-oivdjwgv]{width:40px;height:40px;border-radius:8px;display:flex;align-items:center;justify-content:center;flex-shrink:0}.queue-item[data-astro-cid-oivdjwgv][data-status=analyzing] .queue-icon[data-astro-cid-oivdjwgv]{background:#00b89f33;color:#00b89f}.queue-item[data-astro-cid-oivdjwgv][data-status=processing] .queue-icon[data-astro-cid-oivdjwgv]{background:#06f3;color:#06f}.queue-item[data-astro-cid-oivdjwgv][data-status=pending] .queue-icon[data-astro-cid-oivdjwgv]{background:#6b728033;color:#6b7280}.queue-content[data-astro-cid-oivdjwgv]{flex:1}.queue-title[data-astro-cid-oivdjwgv]{display:block;color:#f8fafb;font-weight:500;margin-bottom:.5rem}.queue-progress[data-astro-cid-oivdjwgv]{width:100%;height:4px;background:#ffffff1a;border-radius:2px;overflow:hidden;margin-bottom:.5rem}.progress-bar[data-astro-cid-oivdjwgv]{height:100%;background:linear-gradient(135deg,#00b89f,#06f);border-radius:2px;transition:width 2s ease;width:0%}.queue-time[data-astro-cid-oivdjwgv]{font-size:.75rem;color:#6b7280}.chart-section[data-astro-cid-oivdjwgv]{background:#0a0e2780;border-radius:12px;padding:1.5rem}.chart-section[data-astro-cid-oivdjwgv] h3[data-astro-cid-oivdjwgv]{color:#f8fafb;font-size:1.125rem;font-weight:600;margin-bottom:1rem}.chart-container[data-astro-cid-oivdjwgv]{height:200px;display:flex;align-items:center;justify-content:center}.results-section[data-astro-cid-oivdjwgv]{background:#0a0e2780;border-radius:12px;padding:1.5rem}.results-section[data-astro-cid-oivdjwgv] h3[data-astro-cid-oivdjwgv]{color:#f8fafb;font-size:1.125rem;font-weight:600;margin-bottom:1rem}.results-table[data-astro-cid-oivdjwgv]{display:flex;flex-direction:column;gap:.5rem}.table-header[data-astro-cid-oivdjwgv]{display:grid;grid-template-columns:2fr 1fr 1fr 1fr;gap:1rem;padding:.75rem 0;border-bottom:1px solid rgba(255,255,255,.1);font-size:.875rem;font-weight:500;color:#6b7280}.table-row[data-astro-cid-oivdjwgv]{display:grid;grid-template-columns:2fr 1fr 1fr 1fr;gap:1rem;padding:.75rem 0;border-bottom:1px solid rgba(255,255,255,.05);font-size:.875rem;color:#f8fafb;opacity:0;transform:translateY(10px);animation:fadeInUp .5s ease forwards}.table-row[data-astro-cid-oivdjwgv]:nth-child(2){animation-delay:1s}.table-row[data-astro-cid-oivdjwgv]:nth-child(3){animation-delay:1.2s}.table-row[data-astro-cid-oivdjwgv]:nth-child(4){animation-delay:1.4s}.improvement[data-astro-cid-oivdjwgv]{color:#00c781;font-weight:500}.savings[data-astro-cid-oivdjwgv]{color:#00b89f;font-weight:500}.status[data-astro-cid-oivdjwgv]{padding:.25rem .5rem;border-radius:4px;font-size:.75rem;font-weight:500;text-align:center}.status[data-astro-cid-oivdjwgv].completed{background:#00c78133;color:#00c781}.status[data-astro-cid-oivdjwgv].processing{background:#00b89f33;color:#00b89f}.architecture-diagram[data-astro-cid-oivdjwgv]{display:flex;flex-direction:column;gap:3rem;margin-bottom:3rem}.architecture-layer[data-astro-cid-oivdjwgv]{text-align:center}.architecture-layer[data-astro-cid-oivdjwgv] h4[data-astro-cid-oivdjwgv]{color:#f8fafb;font-size:1.125rem;font-weight:600;margin-bottom:1.5rem}.component-grid[data-astro-cid-oivdjwgv]{display:flex;justify-content:center;gap:2rem}.component[data-astro-cid-oivdjwgv]{background:#0a0e27cc;border:1px solid rgba(255,255,255,.1);border-radius:12px;padding:1.5rem;text-align:center;transition:all .3s ease;cursor:pointer;position:relative}.component[data-astro-cid-oivdjwgv]:hover{border-color:#00b89f;transform:translateY(-4px);box-shadow:0 10px 20px #00b89f33}.component[data-astro-cid-oivdjwgv].primary{border-color:#00b89f;background:#00b89f1a}.component-icon[data-astro-cid-oivdjwgv]{width:48px;height:48px;margin:0 auto 1rem;color:#00b89f}.component[data-astro-cid-oivdjwgv] span[data-astro-cid-oivdjwgv]{display:block;color:#f8fafb;font-weight:500;margin-bottom:.5rem}.component-specs[data-astro-cid-oivdjwgv]{display:flex;flex-direction:column;gap:.25rem}.component-specs[data-astro-cid-oivdjwgv] span[data-astro-cid-oivdjwgv]{font-size:.75rem;color:#6b7280;margin:0}.data-flow[data-astro-cid-oivdjwgv],.data-flow-out[data-astro-cid-oivdjwgv]{display:flex;justify-content:center;gap:2rem;position:relative;height:2rem}.flow-line[data-astro-cid-oivdjwgv]{width:2px;height:100%;background:linear-gradient(to bottom,#00B89F,transparent);position:relative;opacity:0;animation:flowAnimation 2s ease infinite}.flow-line[data-astro-cid-oivdjwgv]:nth-child(1){animation-delay:0s}.flow-line[data-astro-cid-oivdjwgv]:nth-child(2){animation-delay:.3s}.flow-line[data-astro-cid-oivdjwgv]:nth-child(3){animation-delay:.6s}@keyframes flowAnimation{0%,to{opacity:0}50%{opacity:1}}.tech-specs[data-astro-cid-oivdjwgv]{background:#0a0e2780;border-radius:12px;padding:2rem}.tech-specs[data-astro-cid-oivdjwgv] h4[data-astro-cid-oivdjwgv]{color:#f8fafb;font-size:1.25rem;font-weight:600;margin-bottom:1.5rem}.specs-grid[data-astro-cid-oivdjwgv]{display:grid;grid-template-columns:repeat(3,1fr);gap:2rem}.spec-category[data-astro-cid-oivdjwgv] h5[data-astro-cid-oivdjwgv]{color:#00b89f;font-size:1rem;font-weight:600;margin-bottom:1rem}.spec-category[data-astro-cid-oivdjwgv] ul[data-astro-cid-oivdjwgv]{list-style:none;padding:0}.spec-category[data-astro-cid-oivdjwgv] li[data-astro-cid-oivdjwgv]{color:#6b7280;font-size:.875rem;padding:.25rem 0;border-bottom:1px solid rgba(255,255,255,.05)}.spec-category[data-astro-cid-oivdjwgv] li[data-astro-cid-oivdjwgv]:last-child{border-bottom:none}.demo-sidebar[data-astro-cid-oivdjwgv]{background:#1a1e37;border-radius:16px;border:1px solid rgba(255,255,255,.1);padding:2rem;height:fit-content;position:sticky;top:2rem}.sidebar-content[data-astro-cid-oivdjwgv] h3[data-astro-cid-oivdjwgv]{color:#f8fafb;font-size:1.25rem;font-weight:600;margin-bottom:1rem}.sidebar-content[data-astro-cid-oivdjwgv] p[data-astro-cid-oivdjwgv]{color:#6b7280;line-height:1.6;margin-bottom:1rem}.sidebar-content[data-astro-cid-oivdjwgv] ul[data-astro-cid-oivdjwgv]{list-style:none;padding:0;margin-bottom:2rem}.sidebar-content[data-astro-cid-oivdjwgv] li[data-astro-cid-oivdjwgv]{color:#f8fafb;font-size:.875rem;position:relative;padding:.5rem 0 .5rem 1.5rem}.sidebar-content[data-astro-cid-oivdjwgv] li[data-astro-cid-oivdjwgv]:before{content:"✓";position:absolute;left:0;color:#00b89f;font-weight:700}.demo-video[data-astro-cid-oivdjwgv]{margin-bottom:2rem}.video-thumbnail[data-astro-cid-oivdjwgv]{position:relative;border-radius:8px;overflow:hidden;margin-bottom:.5rem;cursor:pointer}.video-thumbnail[data-astro-cid-oivdjwgv] img[data-astro-cid-oivdjwgv]{width:100%;height:150px;object-fit:cover}.play-button[data-astro-cid-oivdjwgv]{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:60px;height:60px;background:#00b89fe6;border-radius:50%;border:none;color:#fff;cursor:pointer;transition:all .3s ease}.play-button[data-astro-cid-oivdjwgv]:hover{background:#00b89f;transform:translate(-50%,-50%) scale(1.1)}.video-caption[data-astro-cid-oivdjwgv]{font-size:.875rem;color:#6b7280;text-align:center;margin:0}.questions-button[data-astro-cid-oivdjwgv]{width:100%;display:flex;align-items:center;justify-content:center;gap:.5rem;padding:1rem;background:#00b89f1a;border:1px solid rgba(0,184,159,.3);border-radius:8px;color:#00b89f;font-weight:500;cursor:pointer;transition:all .3s ease;animation:questionsPulse 3s ease-in-out infinite}.questions-button[data-astro-cid-oivdjwgv]:hover{background:#00b89f33;border-color:#00b89f}@keyframes questionsPulse{0%,to{transform:scale(1)}50%{transform:scale(1.02)}}@media (max-width: 1024px){.demo-container[data-astro-cid-oivdjwgv]{grid-template-columns:1fr;gap:2rem}.dashboard-grid[data-astro-cid-oivdjwgv]{grid-template-columns:1fr}.kpi-section[data-astro-cid-oivdjwgv]{grid-template-columns:repeat(2,1fr)}.component-grid[data-astro-cid-oivdjwgv]{flex-direction:column;align-items:center}.specs-grid[data-astro-cid-oivdjwgv]{grid-template-columns:1fr}}@media (max-width: 768px){.demo-title[data-astro-cid-oivdjwgv]{font-size:2rem}.kpi-section[data-astro-cid-oivdjwgv]{grid-template-columns:1fr}.table-header[data-astro-cid-oivdjwgv],.table-row[data-astro-cid-oivdjwgv]{grid-template-columns:1fr;gap:.5rem}.table-header[data-astro-cid-oivdjwgv] span[data-astro-cid-oivdjwgv],.table-row[data-astro-cid-oivdjwgv] span[data-astro-cid-oivdjwgv]{padding:.25rem 0}}.case-study-expanded[data-astro-cid-ewoybv73]{background:linear-gradient(135deg,#0a0e27f2,#1a1e37f2);min-height:100vh}.case-hero[data-astro-cid-ewoybv73]{position:relative;height:70vh;min-height:600px;display:flex;align-items:center;overflow:hidden}.hero-background[data-astro-cid-ewoybv73]{position:absolute;inset:0;z-index:1}.hero-image[data-astro-cid-ewoybv73]{width:100%;height:100%;object-fit:cover}.hero-overlay[data-astro-cid-ewoybv73]{position:absolute;inset:0;background:linear-gradient(135deg,#0a0e27cc,#1a1e3799)}.hero-content[data-astro-cid-ewoybv73]{position:relative;z-index:2;width:100%}.hero-container[data-astro-cid-ewoybv73]{max-width:1200px;margin:0 auto;padding:0 2rem}.case-breadcrumb[data-astro-cid-ewoybv73]{display:flex;align-items:center;gap:.5rem;margin-bottom:2rem;font-size:.875rem}.case-breadcrumb[data-astro-cid-ewoybv73] a[data-astro-cid-ewoybv73]{color:#6b7280;text-decoration:none;transition:color .3s ease}.case-breadcrumb[data-astro-cid-ewoybv73] a[data-astro-cid-ewoybv73]:hover{color:#00b89f}.case-breadcrumb[data-astro-cid-ewoybv73] span[data-astro-cid-ewoybv73]{color:#6b7280}.case-breadcrumb[data-astro-cid-ewoybv73] span[data-astro-cid-ewoybv73]:last-child{color:#f8fafb;font-weight:500}.hero-info[data-astro-cid-ewoybv73]{display:flex;align-items:center;gap:2rem;margin-bottom:3rem}.company-logo[data-astro-cid-ewoybv73]{width:120px;height:120px;background:#ffffff1a;border-radius:16px;padding:1rem;display:flex;align-items:center;justify-content:center;backdrop-filter:blur(10px);border:1px solid rgba(255,255,255,.2)}.company-logo[data-astro-cid-ewoybv73] img[data-astro-cid-ewoybv73]{max-width:100%;max-height:100%;object-fit:contain;filter:brightness(0) invert(1)}.case-header[data-astro-cid-ewoybv73]{flex:1}.case-title[data-astro-cid-ewoybv73]{font-size:3rem;font-weight:800;color:#f8fafb;margin-bottom:1rem;line-height:1.2}.industry-badge[data-astro-cid-ewoybv73]{background:#00b89f33;color:#00b89f;padding:.5rem 1rem;border-radius:20px;font-size:.875rem;font-weight:500;border:1px solid rgba(0,184,159,.3)}.key-metrics[data-astro-cid-ewoybv73]{display:grid;grid-template-columns:repeat(4,1fr);gap:1.5rem}.metric-card[data-astro-cid-ewoybv73]{background:#1a1e37cc;border:1px solid rgba(255,255,255,.1);border-radius:16px;padding:2rem;text-align:center;backdrop-filter:blur(10px);transition:all .3s ease}.metric-card[data-astro-cid-ewoybv73]:hover{transform:translateY(-4px);border-color:#00b89f4d}.metric-card[data-astro-cid-ewoybv73].primary{border-color:#00b89f80;background:#00b89f1a}.metric-value[data-astro-cid-ewoybv73]{font-size:2.5rem;font-weight:900;background:linear-gradient(135deg,#00b89f,#06f);-webkit-background-clip:text;-webkit-text-fill-color:transparent;margin-bottom:.5rem}.metric-label[data-astro-cid-ewoybv73]{color:#6b7280;font-size:.875rem;font-weight:500}.case-content[data-astro-cid-ewoybv73]{padding:4rem 0}.content-container[data-astro-cid-ewoybv73]{max-width:1200px;margin:0 auto;padding:0 2rem}.case-section[data-astro-cid-ewoybv73]{margin-bottom:4rem}.section-header[data-astro-cid-ewoybv73]{display:flex;align-items:center;gap:1rem;margin-bottom:2rem}.section-icon[data-astro-cid-ewoybv73]{width:64px;height:64px;border-radius:16px;display:flex;align-items:center;justify-content:center;color:#fff}.section-icon[data-astro-cid-ewoybv73].challenge{background:#ff6b6b33;border:1px solid rgba(255,107,107,.3);color:#ff6b6b}.section-icon[data-astro-cid-ewoybv73].solution{background:#00b89f33;border:1px solid rgba(0,184,159,.3);color:#00b89f}.section-icon[data-astro-cid-ewoybv73].timeline{background:#06f3;border:1px solid rgba(0,102,255,.3);color:#06f}.section-icon[data-astro-cid-ewoybv73].results{background:#22c55e33;border:1px solid rgba(34,197,94,.3);color:#22c55e}.section-header[data-astro-cid-ewoybv73] h2[data-astro-cid-ewoybv73]{font-size:2rem;font-weight:700;color:#f8fafb;margin:0}.challenge-description[data-astro-cid-ewoybv73],.solution-description[data-astro-cid-ewoybv73]{font-size:1.125rem;color:#6b7280;line-height:1.7;margin-bottom:2rem}.pain-points[data-astro-cid-ewoybv73] h3[data-astro-cid-ewoybv73]{color:#f8fafb;font-size:1.25rem;font-weight:600;margin-bottom:1rem}.pain-points-list[data-astro-cid-ewoybv73]{list-style:none;padding:0}.pain-point[data-astro-cid-ewoybv73]{display:flex;align-items:flex-start;gap:1rem;margin-bottom:1rem;padding:1rem;background:#ff6b6b0d;border-radius:8px;border-left:4px solid #FF6B6B}.pain-icon[data-astro-cid-ewoybv73]{color:#ff6b6b;flex-shrink:0;margin-top:.125rem}.pain-point[data-astro-cid-ewoybv73] span[data-astro-cid-ewoybv73]{color:#f8fafb;line-height:1.6}.solution-details[data-astro-cid-ewoybv73]{display:grid;grid-template-columns:1fr 1fr;gap:3rem}.approach-column[data-astro-cid-ewoybv73] h3[data-astro-cid-ewoybv73],.tech-column[data-astro-cid-ewoybv73] h3[data-astro-cid-ewoybv73]{color:#f8fafb;font-size:1.25rem;font-weight:600;margin-bottom:1rem}.approach-list[data-astro-cid-ewoybv73]{list-style:none;padding:0;counter-reset:approach-counter}.approach-step[data-astro-cid-ewoybv73]{display:flex;align-items:flex-start;gap:1rem;margin-bottom:1.5rem;counter-increment:approach-counter}.step-number[data-astro-cid-ewoybv73]{width:32px;height:32px;background:linear-gradient(135deg,#00b89f,#06f);color:#fff;border-radius:50%;display:flex;align-items:center;justify-content:center;font-weight:600;flex-shrink:0}.step-number[data-astro-cid-ewoybv73]:before{content:counter(approach-counter)}.approach-step[data-astro-cid-ewoybv73] span[data-astro-cid-ewoybv73]{color:#f8fafb;line-height:1.6;margin-top:.25rem}.tech-stack[data-astro-cid-ewoybv73]{display:flex;flex-direction:column;gap:1rem}.tech-item[data-astro-cid-ewoybv73]{display:flex;align-items:center;gap:1rem;padding:1rem;background:#00b89f0d;border-radius:8px;border:1px solid rgba(0,184,159,.2)}.tech-icon[data-astro-cid-ewoybv73]{color:#00b89f}.tech-item[data-astro-cid-ewoybv73] span[data-astro-cid-ewoybv73]{color:#f8fafb;font-weight:500}.timeline-container[data-astro-cid-ewoybv73]{position:relative;padding-left:2rem}.timeline-line[data-astro-cid-ewoybv73]{position:absolute;left:1rem;top:0;bottom:0;width:2px;background:linear-gradient(to bottom,#00b89f,#06f)}.timeline-item[data-astro-cid-ewoybv73]{position:relative;margin-bottom:3rem;opacity:0;transform:translate(-20px);animation:slideInTimeline .6s ease forwards}.timeline-item[data-astro-cid-ewoybv73]:nth-child(1){animation-delay:.2s}.timeline-item[data-astro-cid-ewoybv73]:nth-child(2){animation-delay:.4s}.timeline-item[data-astro-cid-ewoybv73]:nth-child(3){animation-delay:.6s}.timeline-item[data-astro-cid-ewoybv73]:nth-child(4){animation-delay:.8s}@keyframes slideInTimeline{to{opacity:1;transform:translate(0)}}.timeline-marker[data-astro-cid-ewoybv73]{position:absolute;left:-2rem;top:.5rem;width:32px;height:32px;background:#1a1e37;border:3px solid #00B89F;border-radius:50%;display:flex;align-items:center;justify-content:center}.timeline-item[data-astro-cid-ewoybv73].completed .timeline-marker[data-astro-cid-ewoybv73]{background:#00b89f;border-color:#00b89f}.timeline-item[data-astro-cid-ewoybv73].in-progress .timeline-marker[data-astro-cid-ewoybv73]{border-color:#f59e0b}.timeline-item[data-astro-cid-ewoybv73].planned .timeline-marker[data-astro-cid-ewoybv73]{border-color:#6b7280}.marker-inner[data-astro-cid-ewoybv73]{color:#fff}.progress-indicator[data-astro-cid-ewoybv73]{display:flex;gap:2px}.progress-dot[data-astro-cid-ewoybv73]{width:3px;height:3px;background:#f59e0b;border-radius:50%;animation:progressPulse 1s ease-in-out infinite}.progress-dot[data-astro-cid-ewoybv73]:nth-child(2){animation-delay:.2s}.progress-dot[data-astro-cid-ewoybv73]:nth-child(3){animation-delay:.4s}@keyframes progressPulse{0%,to{opacity:.3;transform:scale(.8)}50%{opacity:1;transform:scale(1.2)}}.timeline-content[data-astro-cid-ewoybv73]{background:#1a1e37cc;border:1px solid rgba(255,255,255,.1);border-radius:12px;padding:2rem;margin-left:1rem}.phase-header[data-astro-cid-ewoybv73]{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:1rem}.phase-title[data-astro-cid-ewoybv73]{color:#f8fafb;font-size:1.25rem;font-weight:600;margin:0}.phase-duration[data-astro-cid-ewoybv73]{background:#00b89f33;color:#00b89f;padding:.25rem .75rem;border-radius:20px;font-size:.875rem;font-weight:500}.phase-description[data-astro-cid-ewoybv73]{color:#6b7280;line-height:1.6;margin-bottom:1.5rem}.milestones[data-astro-cid-ewoybv73] h4[data-astro-cid-ewoybv73]{color:#f8fafb;font-size:1rem;font-weight:600;margin-bottom:.75rem}.milestones-list[data-astro-cid-ewoybv73]{list-style:none;padding:0}.milestone[data-astro-cid-ewoybv73]{display:flex;align-items:center;gap:.75rem;margin-bottom:.5rem;color:#6b7280;font-size:.875rem}.milestone[data-astro-cid-ewoybv73] svg[data-astro-cid-ewoybv73]{color:#00b89f}.results-grid[data-astro-cid-ewoybv73]{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem;margin-bottom:3rem}.result-card[data-astro-cid-ewoybv73]{background:#1a1e37cc;border:1px solid rgba(255,255,255,.1);border-radius:16px;padding:2rem;transition:all .3s ease;opacity:0;transform:translateY(20px);animation:fadeInUp .6s ease forwards}.result-card[data-astro-cid-ewoybv73]:nth-child(1){animation-delay:.1s}.result-card[data-astro-cid-ewoybv73]:nth-child(2){animation-delay:.2s}.result-card[data-astro-cid-ewoybv73]:nth-child(3){animation-delay:.3s}.result-card[data-astro-cid-ewoybv73]:nth-child(4){animation-delay:.4s}.result-card[data-astro-cid-ewoybv73]:nth-child(5){animation-delay:.5s}.result-card[data-astro-cid-ewoybv73]:nth-child(6){animation-delay:.6s}@keyframes fadeInUp{to{opacity:1;transform:translateY(0)}}.result-card[data-astro-cid-ewoybv73]:hover{transform:translateY(-4px);border-color:#00b89f4d}.result-header[data-astro-cid-ewoybv73]{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:1.5rem}.result-metric[data-astro-cid-ewoybv73]{color:#f8fafb;font-size:1.125rem;font-weight:600;margin:0;flex:1}.result-category-icon[data-astro-cid-ewoybv73]{width:40px;height:40px;border-radius:8px;display:flex;align-items:center;justify-content:center}.result-category-icon[data-astro-cid-ewoybv73].cost{background:#22c55e33;color:#22c55e}.result-category-icon[data-astro-cid-ewoybv73].productivity{background:#00b89f33;color:#00b89f}.result-category-icon[data-astro-cid-ewoybv73].accuracy{background:#06f3;color:#06f}.result-category-icon[data-astro-cid-ewoybv73].time{background:#f59e0b33;color:#f59e0b}.before-after[data-astro-cid-ewoybv73]{display:grid;grid-template-columns:1fr auto 1fr;gap:1rem;align-items:center;margin-bottom:1rem}.comparison-item[data-astro-cid-ewoybv73]{text-align:center}.comparison-item[data-astro-cid-ewoybv73] .label[data-astro-cid-ewoybv73]{display:block;font-size:.75rem;color:#6b7280;margin-bottom:.25rem;text-transform:uppercase;letter-spacing:.05em}.comparison-item[data-astro-cid-ewoybv73] .value[data-astro-cid-ewoybv73]{display:block;font-size:1.25rem;font-weight:700;color:#f8fafb}.comparison-arrow[data-astro-cid-ewoybv73]{color:#00b89f}.improvement-badge[data-astro-cid-ewoybv73]{text-align:center;padding:.75rem;background:linear-gradient(135deg,#00b89f33,#06f3);border-radius:8px;border:1px solid rgba(0,184,159,.3)}.improvement-text[data-astro-cid-ewoybv73]{color:#00b89f;font-weight:600;font-size:.875rem}.results-chart[data-astro-cid-ewoybv73]{background:#1a1e37cc;border:1px solid rgba(255,255,255,.1);border-radius:16px;padding:2rem}.results-chart[data-astro-cid-ewoybv73] h3[data-astro-cid-ewoybv73]{color:#f8fafb;font-size:1.25rem;font-weight:600;margin-bottom:2rem;text-align:center}.chart-container[data-astro-cid-ewoybv73]{margin-bottom:1rem}.chart-legend[data-astro-cid-ewoybv73]{display:flex;justify-content:center;gap:2rem;flex-wrap:wrap}.legend-item[data-astro-cid-ewoybv73]{display:flex;align-items:center;gap:.5rem;font-size:.875rem;color:#6b7280}.legend-color[data-astro-cid-ewoybv73]{width:16px;height:16px;border-radius:4px}.legend-color[data-astro-cid-ewoybv73].cost{background:#22c55e}.legend-color[data-astro-cid-ewoybv73].productivity{background:#00b89f}.legend-color[data-astro-cid-ewoybv73].accuracy{background:#06f}.testimonial-section[data-astro-cid-ewoybv73]{background:#1a1e3780;border-radius:16px;padding:3rem;border:1px solid rgba(255,255,255,.1)}.testimonial-content[data-astro-cid-ewoybv73]{display:grid;grid-template-columns:200px 1fr;gap:3rem;align-items:center}.testimonial-video[data-astro-cid-ewoybv73]{position:relative}.video-thumbnail[data-astro-cid-ewoybv73]{position:relative;width:200px;height:200px;border-radius:16px;overflow:hidden}.video-thumbnail[data-astro-cid-ewoybv73] img[data-astro-cid-ewoybv73]{width:100%;height:100%;object-fit:cover}.video-play-overlay[data-astro-cid-ewoybv73]{position:absolute;inset:0;background:#00000080;display:flex;align-items:center;justify-content:center;opacity:0;transition:opacity .3s ease;cursor:pointer}.video-thumbnail[data-astro-cid-ewoybv73]:hover .video-play-overlay[data-astro-cid-ewoybv73]{opacity:1}.video-play-button[data-astro-cid-ewoybv73]{width:60px;height:60px;background:#00b89fe6;border:none;border-radius:50%;color:#fff;cursor:pointer;transition:all .3s ease}.video-play-button[data-astro-cid-ewoybv73]:hover{background:#00b89f;transform:scale(1.1)}.testimonial-text[data-astro-cid-ewoybv73]{position:relative}.quote-mark[data-astro-cid-ewoybv73]{position:absolute;top:-1rem;left:-1rem;color:#00b89f4d}.testimonial-quote[data-astro-cid-ewoybv73]{font-size:1.5rem;line-height:1.6;color:#f8fafb;font-style:italic;margin:0 0 2rem;position:relative}.testimonial-author[data-astro-cid-ewoybv73]{display:flex;justify-content:space-between;align-items:flex-end}.author-name[data-astro-cid-ewoybv73]{font-size:1.125rem;font-weight:600;color:#f8fafb}.author-position[data-astro-cid-ewoybv73]{font-size:1rem;color:#00b89f;margin:.25rem 0}.author-company[data-astro-cid-ewoybv73]{font-size:.875rem;color:#6b7280}.verified-badge[data-astro-cid-ewoybv73]{display:flex;align-items:center;gap:.5rem;background:#00b89f1a;color:#00b89f;padding:.5rem 1rem;border-radius:20px;font-size:.875rem;font-weight:500;border:1px solid rgba(0,184,159,.3)}.additional-metrics-grid[data-astro-cid-ewoybv73]{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:1.5rem}.additional-metric-card[data-astro-cid-ewoybv73]{background:#1a1e37cc;border:1px solid rgba(255,255,255,.1);border-radius:12px;padding:2rem;text-align:center;transition:all .3s ease}.additional-metric-card[data-astro-cid-ewoybv73]:hover{transform:translateY(-2px);border-color:#00b89f4d}.additional-metric-value[data-astro-cid-ewoybv73]{font-size:2rem;font-weight:900;background:linear-gradient(135deg,#00b89f,#06f);-webkit-background-clip:text;-webkit-text-fill-color:transparent;margin-bottom:.5rem}.additional-metric-label[data-astro-cid-ewoybv73]{color:#f8fafb;font-weight:600;margin-bottom:.5rem}.additional-metric-description[data-astro-cid-ewoybv73]{color:#6b7280;font-size:.875rem}.cta-section[data-astro-cid-ewoybv73]{background:linear-gradient(135deg,#00b89f1a,#0066ff1a);border:1px solid rgba(0,184,159,.3);border-radius:16px;padding:3rem;text-align:center}.cta-content[data-astro-cid-ewoybv73] h2[data-astro-cid-ewoybv73]{font-size:2rem;font-weight:700;color:#f8fafb;margin-bottom:1rem}.cta-content[data-astro-cid-ewoybv73] p[data-astro-cid-ewoybv73]{font-size:1.125rem;color:#6b7280;line-height:1.6;margin-bottom:2rem;max-width:600px;margin-left:auto;margin-right:auto}.cta-buttons[data-astro-cid-ewoybv73]{display:flex;justify-content:center;gap:1rem;flex-wrap:wrap}.cta-button[data-astro-cid-ewoybv73]{display:flex;align-items:center;gap:.5rem;padding:1rem 2rem;border-radius:8px;font-weight:500;text-decoration:none;cursor:pointer;transition:all .3s ease;border:none;font-size:1rem}.cta-button[data-astro-cid-ewoybv73].primary{background:linear-gradient(135deg,#00b89f,#06f);color:#fff;box-shadow:0 4px 6px #0000001a}.cta-button[data-astro-cid-ewoybv73].primary:hover{transform:translateY(-2px);box-shadow:0 8px 12px #00000026}.cta-button[data-astro-cid-ewoybv73].secondary{background:#00b89f1a;color:#00b89f;border:2px solid #00B89F}.cta-button[data-astro-cid-ewoybv73].secondary:hover{background:#00b89f33}.cta-button[data-astro-cid-ewoybv73].ghost{background:transparent;color:#6b7280;border:1px solid rgba(255,255,255,.2)}.cta-button[data-astro-cid-ewoybv73].ghost:hover{color:#f8fafb;border-color:#fff6}@media (max-width: 1024px){.key-metrics[data-astro-cid-ewoybv73]{grid-template-columns:repeat(2,1fr)}.solution-details[data-astro-cid-ewoybv73]{grid-template-columns:1fr;gap:2rem}.testimonial-content[data-astro-cid-ewoybv73]{grid-template-columns:1fr;gap:2rem;text-align:center}.cta-buttons[data-astro-cid-ewoybv73]{flex-direction:column;align-items:center}}@media (max-width: 768px){.case-title[data-astro-cid-ewoybv73]{font-size:2rem}.key-metrics[data-astro-cid-ewoybv73]{grid-template-columns:1fr}.hero-info[data-astro-cid-ewoybv73]{flex-direction:column;text-align:center}.company-logo[data-astro-cid-ewoybv73]{width:100px;height:100px}.results-grid[data-astro-cid-ewoybv73]{grid-template-columns:1fr}.additional-metrics-grid[data-astro-cid-ewoybv73]{grid-template-columns:repeat(2,1fr)}.timeline-container[data-astro-cid-ewoybv73]{padding-left:1rem}.timeline-marker[data-astro-cid-ewoybv73]{left:-1.5rem}.timeline-content[data-astro-cid-ewoybv73]{margin-left:.5rem}}@media (max-width: 480px){.additional-metrics-grid[data-astro-cid-ewoybv73]{grid-template-columns:1fr}.case-hero[data-astro-cid-ewoybv73]{height:60vh;min-height:500px}.metric-card[data-astro-cid-ewoybv73]{padding:1.5rem}.metric-value[data-astro-cid-ewoybv73]{font-size:2rem}}:root{--ai-teal: #00B89F;--tech-blue: #0066FF;--midnight: #0A0E27;--midnight-light: #1A1E37;--light: #F8FAFB}
