@import"https://fonts.googleapis.com/css2?family=Outfit:wght@300;400;600;700;800;900&display=swap";*{margin:0;padding:0;box-sizing:border-box}:root{--bg-primary: #0a0f1a;--bg-secondary: #121a2e;--bg-tertiary: #1a2540;--text-primary: #ffffff;--text-secondary: #94a3b8;--text-muted: #64748b;--accent-coral: #ff6b6b;--accent-cyan: #00d4ff;--accent-lime: #84cc16;--accent-purple: #a855f7;--accent-orange: #fb923c;--gradient-hero: linear-gradient(135deg, #ff6b6b 0%, #feca57 50%, #00d4ff 100%);--gradient-card: linear-gradient(180deg, rgba(255,255,255,.1) 0%, rgba(255,255,255,.02) 100%);--gradient-accent: linear-gradient(135deg, #00d4ff 0%, #a855f7 100%);--glow-cyan: 0 0 60px rgba(0, 212, 255, .3);--glow-coral: 0 0 60px rgba(255, 107, 107, .3)}body{font-family:Outfit,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;background:var(--bg-primary);color:var(--text-primary);overflow:hidden}.presentation{width:100vw;height:100vh;display:flex;align-items:center;justify-content:center;position:relative;background:radial-gradient(ellipse at 20% 80%,rgba(255,107,107,.15) 0%,transparent 50%),radial-gradient(ellipse at 80% 20%,rgba(0,212,255,.15) 0%,transparent 50%),radial-gradient(ellipse at 50% 50%,rgba(168,85,247,.1) 0%,transparent 70%),var(--bg-primary)}.slide{width:100%;max-width:1400px;height:100%;max-height:900px;padding:50px 80px;display:flex;flex-direction:column;align-items:center;justify-content:flex-start;text-align:center;position:relative;overflow-y:auto}.slide-title{font-size:3.2rem;font-weight:800;margin-bottom:12px;color:var(--text-primary);line-height:1.15;letter-spacing:-.02em;text-shadow:0 4px 30px rgba(0,0,0,.3)}.slide-title .highlight{background:var(--gradient-hero);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.slide-subtitle{font-size:1.3rem;color:var(--text-secondary);margin-bottom:30px;font-weight:400;max-width:600px}.slide-footer{font-size:1.2rem;color:var(--text-muted);margin-top:auto}.impact-line{margin-top:50px;font-size:1.8rem;font-weight:700;color:var(--accent-cyan);text-shadow:0 0 30px rgba(0,212,255,.5)}.impact-line.coral{color:var(--accent-coral);text-shadow:0 0 30px rgba(255,107,107,.5)}.impact-line.lime{color:var(--accent-lime);text-shadow:0 0 30px rgba(132,204,22,.5)}.benefits-grid,.problems-grid,.cost-grid,.features-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:20px;margin-top:20px;width:100%;max-width:1100px}.benefit-item,.problem-card,.cost-card,.feature-card{background:var(--gradient-card);border:1px solid rgba(255,255,255,.08);border-radius:20px;padding:24px 20px;text-align:center;transition:all .4s cubic-bezier(.4,0,.2,1);position:relative;overflow:hidden}.benefit-item:before,.problem-card:before,.cost-card:before,.feature-card:before{content:"";position:absolute;top:0;left:0;right:0;height:3px;background:var(--gradient-accent);opacity:0;transition:opacity .3s ease}.benefit-item:hover,.problem-card:hover,.cost-card:hover,.feature-card:hover{transform:translateY(-8px) scale(1.02);border-color:#00d4ff4d;box-shadow:var(--glow-cyan)}.benefit-item:hover:before,.problem-card:hover:before,.cost-card:hover:before,.feature-card:hover:before{opacity:1}.feature-icon{font-size:3.5rem;display:block;margin-bottom:16px}.cost-circle-container{margin-top:5px;width:100%;display:flex;justify-content:center;align-items:center}.cost-circle-svg{max-width:550px;max-height:550px;width:100%;height:auto}.problem-card h3,.cost-card h3,.feature-card h3{font-size:1.4rem;font-weight:700;margin:12px 0 8px;color:var(--text-primary)}.problem-card p,.cost-card p,.feature-card p{font-size:1rem;color:var(--text-secondary);line-height:1.5}.cost-card{background:linear-gradient(135deg,#ff6b6b1f,#ff6b6b0a);border-color:#ff6b6b33}.cost-card:hover{box-shadow:var(--glow-coral)}.cost-badge{display:inline-block;background:#ff6b6b40;color:var(--accent-coral);padding:8px 20px;border-radius:30px;font-size:.8rem;font-weight:700;text-transform:uppercase;letter-spacing:.1em}.transformation-container{display:flex;justify-content:center;align-items:stretch;gap:25px;margin-top:15px;width:100%;max-width:1000px}.transform-section{background:var(--gradient-card);border-radius:20px;padding:20px;flex:1;max-width:380px}.transform-section.before{border:1px solid rgba(239,68,68,.3)}.transform-section.after{border:1px solid rgba(0,212,255,.3)}.section-header{display:flex;align-items:center;gap:10px;margin-bottom:15px;padding-bottom:12px;border-bottom:1px solid rgba(255,255,255,.1)}.section-icon{font-size:1.5rem}.section-header h3{font-size:1.2rem;font-weight:700}.transform-section.before .section-header h3{color:#ef4444}.transform-section.after .section-header h3{color:#00d4ff}.process-visual{display:flex;justify-content:center;margin-bottom:15px}.process-visual svg{width:100%;max-width:280px}.trend-visual{display:flex;justify-content:center;margin-bottom:15px}.trend-visual svg{width:100%;max-width:320px}.key-metrics{display:flex;flex-direction:column;gap:10px}.key-metrics .metric{display:flex;justify-content:space-between;align-items:center;padding:10px 15px;border-radius:10px}.key-metrics .metric.bad{background:#ef44441a;border:1px solid rgba(239,68,68,.2)}.key-metrics .metric.good{background:#00d4ff1a;border:1px solid rgba(0,212,255,.2)}.metric-value{font-size:1rem;font-weight:700}.metric.bad .metric-value{color:#ef4444}.metric.good .metric-value{color:#00d4ff}.metric-label{font-size:.85rem;color:var(--text-secondary)}.transform-arrow{display:flex;align-items:center;justify-content:center;padding:0 10px}.arrow-circle{width:60px;height:60px;border-radius:50%;display:flex;align-items:center;justify-content:center}.platform-visual-container{margin-top:10px;width:100%;display:flex;justify-content:center}.platform-svg{max-width:900px;width:100%;height:auto}.platform-features{display:flex;justify-content:center;gap:20px;margin-top:15px;flex-wrap:wrap}.pf-item{display:flex;align-items:center;gap:8px;background:#ffffff0d;padding:10px 18px;border-radius:30px;border:1px solid rgba(0,212,255,.2)}.pf-icon{font-size:1.2rem}.pf-text{font-size:.85rem;font-weight:600;color:var(--text-primary)}.flow-visual-container{margin-top:5px;width:100%;display:flex;justify-content:center}.flow-svg{max-width:620px;width:100%;height:auto}.flow-legend{display:flex;justify-content:center;gap:15px;margin-top:10px;flex-wrap:wrap}.legend-item{display:flex;align-items:center;gap:6px;font-size:.75rem;color:var(--text-secondary)}.legend-item .dot{width:10px;height:10px;border-radius:50%}.legend-item .dot.ch{background:#f59e0b}.legend-item .dot.st{background:#00d4ff}.legend-item .dot.rd{background:#84cc16}.legend-item .dot.cu{background:#a855f7}.legend-item .dot.pl{background:#ec4899}.legend-item .dot.hq{background:#ef4444}.big-slide .slide{padding:30px 40px}.big-slide .slide-title{font-size:2.2rem;margin-bottom:8px}.big-slide .slide-subtitle{font-size:1rem;margin-bottom:15px}.big-flow-container{flex:1;display:flex;align-items:center;justify-content:center;width:100%}.big-flow-svg{max-width:600px;width:100%;height:auto}.professional-legend{display:flex;justify-content:center;gap:25px;margin-top:12px;flex-wrap:wrap}.p-legend{display:flex;align-items:center;gap:8px;font-size:.75rem;color:var(--text-secondary)}.p-dot{width:12px;height:12px;border-radius:3px}.comparison-visual-container{display:flex;justify-content:center;align-items:stretch;gap:30px;margin-top:20px;width:100%;max-width:1100px}.comparison-visual{background:var(--gradient-card);border-radius:24px;padding:25px;flex:1;max-width:420px}.comparison-visual.before{border:2px solid rgba(255,107,107,.4)}.comparison-visual.after{border:2px solid rgba(0,212,255,.4)}.visual-header{text-align:center;padding:12px;border-radius:12px;margin-bottom:20px;font-size:1.3rem;font-weight:800}.visual-header.bad{background:#ff6b6b;color:#ff6b6b;border:1px solid rgba(255,107,107,.3)}.visual-header.good{background:#00d4ff26;color:#00d4ff;border:1px solid rgba(0,212,255,.3)}.store-visual{height:200px;position:relative;margin-bottom:20px}.building{position:absolute;bottom:20px;left:50%;transform:translate(-50%)}.building .roof{width:0;height:0;border-left:50px solid transparent;border-right:50px solid transparent;border-bottom:35px solid;margin:0 auto}.building .walls{width:100px;height:60px;display:flex;justify-content:space-around;align-items:flex-end;padding:5px}.bad-building .roof{border-bottom-color:#ff6b6b}.bad-building .walls{background:#1a2540;border:2px solid #ff6b6b}.good-building .roof{border-bottom-color:#00d4ff}.good-building .walls{background:#1a2540;border:2px solid #00d4ff}.window{width:25px;height:25px;border-radius:4px}.window.stressed{background:#ff6b6b;animation:blink .5s infinite}.window.happy{background:#00d4ff}@keyframes blink{0%,to{opacity:1}50%{opacity:.5}}.door{width:20px;height:35px;background:#0a0f1a;border-radius:3px}.chaos-elements,.smooth-elements{position:absolute;top:10px;left:0;right:0;display:flex;justify-content:space-around}.chaos-icon,.smooth-icon{font-size:1.8rem}.worker,.customer{position:absolute;display:flex;flex-direction:column;align-items:center}.worker{bottom:0;left:20px}.customer{bottom:0;right:20px}.worker-icon,.customer-icon{font-size:2rem}.speech-bubble{background:#fff;color:#0a0f1a;padding:4px 8px;border-radius:8px;font-size:.65rem;font-weight:600;white-space:nowrap;margin-top:4px}.bad-points,.good-points{display:flex;flex-direction:column;gap:8px}.point-item{font-size:.9rem;padding:8px 12px;border-radius:8px;display:flex;align-items:center;gap:8px}.bad-points .point-item{background:#ff6b6b1a;color:#ff6b6b}.good-points .point-item{background:#00d4ff1a;color:#00d4ff}.transition-arrow{display:flex;align-items:center;justify-content:center}.shift-container,.comparison-container{display:flex;align-items:stretch;justify-content:center;gap:40px;margin-top:40px;width:100%}.shift-before,.shift-after,.comparison-before,.comparison-after{background:var(--gradient-card);border-radius:24px;padding:40px;flex:1;max-width:480px;text-align:left}.shift-before,.comparison-before{border:1px solid rgba(255,255,255,.1)}.shift-after,.comparison-after{border:1px solid var(--accent-cyan);box-shadow:0 0 40px #00d4ff26}.shift-before h3,.shift-after h3,.comparison-before h3,.comparison-after h3{font-size:1.6rem;font-weight:700;margin-bottom:24px;color:var(--text-secondary)}.shift-after h3,.comparison-after h3{color:var(--accent-cyan)}.shift-before ul,.shift-after ul,.comparison-before ul,.comparison-after ul{list-style:none}.shift-before li,.shift-after li,.comparison-before li,.comparison-after li{font-size:1.1rem;margin-bottom:16px;color:var(--text-primary);display:flex;align-items:center;gap:14px}.shift-arrow{display:flex;align-items:center;font-size:3rem;color:var(--accent-cyan)}.platform-badge{display:flex;align-items:center;gap:20px;background:linear-gradient(135deg,#00d4ff26,#a855f726);border:1px solid var(--accent-cyan);border-radius:60px;padding:20px 40px;margin-top:30px;font-size:1.4rem;font-weight:600;color:var(--accent-cyan)}.architecture-visual{display:flex;flex-direction:column;gap:10px;margin-top:40px;width:100%;max-width:600px}.arch-layer{padding:20px 40px;border-radius:16px;text-align:center;font-weight:700;font-size:1.2rem;position:relative;overflow:hidden}.arch-layer:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;opacity:.15}.layer-1{background:linear-gradient(90deg,#00d4ff,#0ea5e9);color:#0a0f1a}.layer-2{background:linear-gradient(90deg,#0ea5e9,#0284c7);color:#fff}.layer-3{background:linear-gradient(90deg,#0284c7,#6366f1);color:#fff}.layer-4{background:linear-gradient(90deg,#6366f1,#a855f7);color:#fff}.layer-5{background:linear-gradient(90deg,#a855f7,#ec4899);color:#fff}.layers-grid{display:flex;flex-direction:column;gap:12px;margin-top:30px;width:100%;max-width:650px}.layer-card{display:flex;align-items:center;gap:24px;background:var(--gradient-card);border-radius:16px;padding:24px 32px;border-left:4px solid var(--accent-cyan)}.layer-num{font-size:2.2rem;font-weight:900;color:var(--accent-cyan);min-width:50px}.hq-mini-panel{display:flex;justify-content:center;gap:30px;margin-bottom:20px;padding:15px 30px;background:linear-gradient(90deg,#ef44441a,#00d4ff1a);border-radius:12px;border:1px solid rgba(255,255,255,.1)}.hq-stat{display:flex;flex-direction:column;align-items:center;gap:4px}.hq-stat-value{font-size:1.4rem;font-weight:700;color:#fff}.hq-stat-label{font-size:.7rem;color:#94a3b8;text-transform:uppercase}.flow-indicators{margin-top:25px;display:flex;flex-direction:column;gap:10px;padding:15px 25px;background:#ffffff08;border-radius:10px}.flow-row{display:flex;align-items:center;gap:10px;font-size:.85rem}.flow-label{color:#94a3b8;min-width:60px}.flow-icons{display:flex;gap:5px;font-size:1rem}.flow-to{color:#00d4ff;font-weight:700}.flow-target{color:#fff;background:#00d4ff26;padding:3px 10px;border-radius:4px;font-size:.75rem}.layer-info h3{font-size:1.3rem;font-weight:700;color:var(--text-primary);margin-bottom:4px}.layer-info p{font-size:1rem;color:var(--text-secondary)}.journey-flow{display:flex;justify-content:center;align-items:center;gap:12px;margin-top:50px;flex-wrap:wrap}.journey-step{display:flex;flex-direction:column;align-items:center;gap:12px;background:var(--gradient-card);border:1px solid rgba(255,255,255,.08);border-radius:20px;padding:24px 20px;min-width:110px;text-align:center;position:relative}.step-icon{font-size:2.5rem}.step-label{font-size:.95rem;color:var(--text-secondary);font-weight:600}.journey-connector{font-size:2rem;color:var(--accent-cyan);opacity:.6}.results-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:24px;margin-top:30px;width:100%;max-width:900px}.result-card{background:linear-gradient(135deg,#00d4ff1f,#a855f714);border:1px solid rgba(0,212,255,.25);border-radius:24px;padding:36px;text-align:center;position:relative;overflow:hidden}.result-card:after{content:"";position:absolute;top:-50%;right:-50%;width:100%;height:100%;background:radial-gradient(circle,rgba(0,212,255,.1) 0%,transparent 70%)}.result-value{font-size:4rem;font-weight:900;color:var(--accent-cyan);display:block;line-height:1}.result-card h3{font-size:1.2rem;font-weight:700;margin:16px 0 8px;color:var(--text-primary)}.result-card p{font-size:.95rem;color:var(--text-secondary)}.phases-timeline{display:flex;justify-content:center;gap:30px;margin-top:50px;width:100%}.phase-card{background:var(--gradient-card);border:1px solid rgba(255,255,255,.08);border-radius:24px;padding:36px 32px;text-align:center;min-width:280px;position:relative;flex:1}.phase-num{position:absolute;top:-20px;left:50%;transform:translate(-50%);background:var(--gradient-accent);color:#fff;width:48px;height:48px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-weight:900;font-size:1.1rem;box-shadow:0 4px 20px #00d4ff66}.phase-card h3{font-size:1.5rem;font-weight:700;margin:20px 0 12px;color:var(--text-primary)}.phase-card p{font-size:1rem;color:var(--text-secondary);margin-bottom:16px}.phase-duration{display:inline-block;background:#00d4ff26;color:var(--accent-cyan);padding:8px 20px;border-radius:30px;font-size:.9rem;font-weight:600}.build-vs-buy{display:flex;justify-content:center;gap:50px;margin-top:50px;width:100%}.build-column,.buy-column{background:var(--gradient-card);border-radius:24px;padding:40px;flex:1;max-width:460px}.build-column h3,.buy-column h3{font-size:1.5rem;font-weight:700;margin-bottom:28px;color:var(--text-secondary)}.build-column ul,.buy-column ul{list-style:none}.build-column li,.buy-column li{font-size:1.05rem;margin-bottom:16px;color:var(--text-primary);display:flex;align-items:flex-start;gap:14px}.build-column{border:1px solid rgba(255,107,107,.2)}.buy-column{border:1px solid var(--accent-lime);background:linear-gradient(135deg,#84cc161a,#84cc1608)}.buy-column h3{color:var(--accent-lime)}.cta-buttons{display:flex;justify-content:center;gap:24px;margin-top:50px}.cta-primary,.cta-secondary{padding:22px 50px;border-radius:60px;font-size:1.25rem;font-weight:700;cursor:pointer;transition:all .4s cubic-bezier(.4,0,.2,1)}.cta-primary{background:var(--gradient-hero);color:#0a0f1a;border:none;box-shadow:0 8px 30px #ff6b6b66}.cta-primary:hover{transform:translateY(-4px) scale(1.05);box-shadow:0 12px 40px #ff6b6b80}.cta-secondary{background:transparent;color:var(--text-primary);border:2px solid rgba(255,255,255,.3)}.cta-secondary:hover{border-color:var(--accent-cyan);color:var(--accent-cyan);transform:translateY(-4px)}.infographic-container{margin-top:15px;width:100%;display:flex;justify-content:center;align-items:center;overflow:visible}.infographic-svg{max-width:100%;height:auto;max-height:320px}.slide-counter{position:absolute;bottom:30px;right:40px;font-size:1rem;color:var(--text-muted);font-weight:500;letter-spacing:.1em}@media (max-width: 1200px){.slide{padding:50px 60px}.slide-title{font-size:3.5rem}.problems-grid,.cost-grid,.features-grid,.results-grid{grid-template-columns:1fr;max-width:500px}.shift-container,.comparison-container,.build-vs-buy,.phases-timeline{flex-direction:column;align-items:center}}
