.problem-section{--font-display: var(--font-family, "Inter", system-ui, sans-serif);--font-body: var(--font-family, "Inter", system-ui, sans-serif);--problem-red: #C41E3A;--problem-red-light: #FEF2F2;--problem-red-dark: #7F1D1D;--solution-teal: #0D9488;--solution-teal-light: #F0FDFA;--data-accent: #F59E0B;--data-muted: #94A3B8;--editorial-black: #0F172A;--editorial-gray-900: #1E293B;--editorial-gray-700: #334155;--editorial-gray-500: #64748B;--editorial-gray-300: #CBD5E1;--editorial-gray-100: #F1F5F9;--editorial-cream: #FAFAF9}.pain-matrix-enhanced{display:grid;grid-template-columns:1fr auto 1fr;gap:0;align-items:stretch;margin:2.5rem 0;position:relative}.pain-column-enhanced{padding:2rem 2.5rem;position:relative;background:var(--editorial-cream);border:1px solid var(--editorial-gray-300)}.pain-column-enhanced.supplier{border-radius:16px 0 0 16px;border-right:none}.pain-column-enhanced.retailer{border-radius:0 16px 16px 0;border-left:none}.pain-column-header{display:flex;align-items:center;gap:1rem;margin-bottom:1.75rem;padding-bottom:1rem;border-bottom:2px solid var(--editorial-gray-200)}.pain-column-icon{width:48px;height:48px;border-radius:12px;display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,var(--problem-red) 0%,var(--problem-red-dark) 100%);color:#fff;box-shadow:0 4px 12px #c41e3a40}.pain-column-icon svg{width:24px;height:24px}.pain-column-title{font-family:var(--font-display);font-size:1.5rem;font-weight:400;color:var(--editorial-black);letter-spacing:-.02em;margin:0}.pain-column-subtitle{font-family:var(--font-body);font-size:.75rem;font-weight:600;text-transform:uppercase;letter-spacing:.1em;color:var(--problem-red);margin-top:.25rem}.pain-list-enhanced{list-style:none;padding:0;margin:0}.pain-list-enhanced li{display:flex;align-items:flex-start;gap:1rem;padding:1rem 0;border-bottom:1px solid var(--editorial-gray-200);font-family:var(--font-body);font-size:.95rem;line-height:1.5;color:var(--editorial-gray-700);transition:all .2s ease}.pain-list-enhanced li:last-child{border-bottom:none}.pain-list-enhanced li:hover{background:#c41e3a08;margin:0 -1rem;padding-left:1rem;padding-right:1rem}.pain-list-enhanced .pain-icon{display:flex;align-items:center;justify-content:center;width:32px;height:32px;border-radius:8px;background:var(--problem-red-light);flex-shrink:0}.pain-list-enhanced .pain-icon svg{width:18px;height:18px;color:var(--problem-red);stroke:var(--problem-red)}.pain-connector-enhanced{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:2rem 1.5rem;background:linear-gradient(180deg,var(--problem-red-light) 0%,var(--editorial-cream) 50%,var(--problem-red-light) 100%);position:relative;min-width:120px}.connector-line{position:absolute;top:0;bottom:0;left:50%;width:2px;background:linear-gradient(180deg,transparent 0%,var(--problem-red) 20%,var(--problem-red) 80%,transparent 100%);transform:translate(-50%);z-index:0}.connector-icon-group{display:flex;flex-direction:column;align-items:center;gap:.5rem;z-index:1;background:#fff;padding:1rem;border-radius:50%;box-shadow:0 4px 20px #c41e3a26}.connector-icon-group svg{width:28px;height:28px;stroke:var(--problem-red);animation:pulse-arrow 2s ease-in-out infinite}.connector-icon-group svg:nth-child(2){animation-delay:.3s}@keyframes pulse-arrow{0%,to{opacity:.5;transform:scale(.95)}50%{opacity:1;transform:scale(1.05)}}.connector-label{font-family:var(--font-body);font-size:.65rem;font-weight:700;text-transform:uppercase;letter-spacing:.15em;color:var(--problem-red);background:#fff;padding:.5rem 1rem;border-radius:4px;box-shadow:0 2px 8px #00000014;margin-top:.75rem;position:relative;z-index:5}.stat-grid-enhanced{display:grid;grid-template-columns:repeat(4,1fr);gap:1.5rem;margin:2rem 0}.stat-card-enhanced{background:#fff;border:1px solid var(--editorial-gray-200);border-radius:12px;padding:1.75rem;position:relative;overflow:hidden;transition:all .3s cubic-bezier(.4,0,.2,1)}.stat-card-enhanced:before{content:"";position:absolute;top:0;left:0;right:0;height:4px;background:linear-gradient(90deg,var(--problem-red) 0%,var(--data-accent) 100%);transform:scaleX(0);transform-origin:left;transition:transform .3s ease}.stat-card-enhanced:hover{transform:translateY(-4px);box-shadow:0 12px 40px #0f172a1f;border-color:var(--editorial-gray-300)}.stat-card-enhanced:hover:before{transform:scaleX(1)}.stat-value-enhanced{font-family:var(--font-display);font-size:2.75rem;font-weight:400;line-height:1;color:var(--editorial-black);letter-spacing:-.03em;margin-bottom:.5rem}.stat-value-enhanced.danger{color:var(--problem-red)}.stat-value-enhanced.highlight{background:linear-gradient(135deg,var(--problem-red) 0%,var(--data-accent) 100%);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.stat-label-enhanced{font-family:var(--font-body);font-size:.875rem;line-height:1.4;color:var(--editorial-gray-600);margin-bottom:.75rem}.stat-source-enhanced{font-family:var(--font-body);font-size:.7rem;font-weight:500;text-transform:uppercase;letter-spacing:.08em;color:var(--editorial-gray-400);padding-top:.75rem;border-top:1px solid var(--editorial-gray-100)}.stat-card-enhanced.hero{grid-column:span 1;background:linear-gradient(135deg,var(--problem-red) 0%,var(--problem-red-dark) 100%);border:none;color:#fff}.stat-card-enhanced.hero .stat-value-enhanced{color:#fff;font-size:3.25rem}.stat-card-enhanced.hero .stat-label-enhanced{color:#ffffffd9}.stat-card-enhanced.hero .stat-source-enhanced{color:#fff9;border-top-color:#fff3}.stat-card-enhanced.hero:before{display:none}.flow-diagram-enhanced{position:relative;padding:3rem 0;margin:2rem 0}.flow-track{display:flex;align-items:flex-start;justify-content:space-between;position:relative;padding:0 2rem}.flow-track:before{content:"";position:absolute;top:28px;left:4rem;right:4rem;height:3px;background:linear-gradient(90deg,var(--editorial-gray-300) 0%,var(--problem-red) 50%,var(--editorial-gray-300) 100%);border-radius:2px}.flow-step-enhanced{display:flex;flex-direction:column;align-items:center;text-align:center;position:relative;z-index:1;flex:1;max-width:140px}.flow-step-marker{width:56px;height:56px;border-radius:50%;background:#fff;border:3px solid var(--editorial-gray-300);display:flex;align-items:center;justify-content:center;margin-bottom:1rem;transition:all .3s ease;position:relative}.flow-step-enhanced:hover .flow-step-marker{border-color:var(--problem-red);transform:scale(1.1);box-shadow:0 8px 24px #c41e3a33}.flow-step-marker svg{width:24px;height:24px;color:var(--editorial-gray-500);transition:color .3s ease}.flow-step-enhanced:hover .flow-step-marker svg{color:var(--problem-red)}.flow-step-number{position:absolute;top:-8px;right:-8px;width:22px;height:22px;border-radius:50%;background:var(--problem-red);color:#fff;font-family:var(--font-body);font-size:.7rem;font-weight:700;display:flex;align-items:center;justify-content:center}.flow-step-content{display:flex;flex-direction:column;align-items:center}.flow-step-label{font-family:var(--font-body);font-size:.85rem;font-weight:600;color:var(--editorial-gray-700);margin-bottom:.25rem;line-height:1.3}.flow-step-time{font-family:var(--font-body);font-size:.7rem;color:var(--problem-red);font-weight:600}.flow-step-enhanced.critical .flow-step-marker{border-color:var(--problem-red);background:var(--problem-red-light)}.flow-step-enhanced.critical .flow-step-marker svg{color:var(--problem-red)}.flow-step-enhanced.critical .flow-step-label{color:var(--problem-red)}.problem-solution-grid{display:grid;grid-template-columns:1fr 1fr;gap:2rem;margin:2rem 0}.problem-card-enhanced{background:#fff;border:1px solid var(--editorial-gray-200);border-radius:16px;padding:2rem;position:relative;overflow:hidden}.problem-card-enhanced:before{content:"";position:absolute;top:0;left:0;bottom:0;width:5px;background:var(--problem-red)}.problem-card-enhanced:after{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background:linear-gradient(135deg,var(--problem-red-light) 0%,transparent 50%);opacity:0;transition:opacity .3s ease;pointer-events:none}.problem-card-enhanced:hover:after{opacity:1}.solution-card-enhanced{background:linear-gradient(135deg,white 0%,var(--solution-teal-light) 100%);border:1px solid rgba(13,148,136,.2);border-radius:16px;padding:2rem;position:relative;overflow:hidden}.solution-card-enhanced:before{content:"";position:absolute;top:0;left:0;bottom:0;width:5px;background:var(--solution-teal)}.card-header-enhanced{display:flex;align-items:center;gap:.75rem;margin-bottom:1.5rem}.card-badge{padding:.35rem .75rem;border-radius:6px;font-family:var(--font-body);font-size:.65rem;font-weight:700;text-transform:uppercase;letter-spacing:.1em}.card-badge.problem{background:var(--problem-red);color:#fff}.card-badge.solution{background:var(--solution-teal);color:#fff}.card-title-enhanced{font-family:var(--font-display);font-size:1.35rem;font-weight:400;color:var(--editorial-black);margin:0}.metric-row{display:flex;align-items:baseline;gap:.75rem;padding:.875rem 0;border-bottom:1px solid var(--editorial-gray-100)}.metric-row:last-of-type{border-bottom:none}.metric-value{font-family:var(--font-display);font-size:1.75rem;font-weight:400;color:var(--problem-red);line-height:1;min-width:80px}.solution-card-enhanced .metric-value{color:var(--solution-teal)}.metric-label{font-family:var(--font-body);font-size:.875rem;color:var(--editorial-gray-600);line-height:1.4}.module-badge-enhanced{display:inline-flex;align-items:center;gap:.5rem;padding:.5rem 1rem;background:var(--solution-teal);color:#fff;border-radius:8px;font-family:var(--font-body);font-size:.75rem;font-weight:700;text-transform:uppercase;letter-spacing:.05em;margin-bottom:1rem}.highlight-box-enhanced{display:flex;align-items:flex-start;gap:1.5rem;padding:1.75rem 2rem;background:linear-gradient(135deg,var(--editorial-gray-100) 0%,white 100%);border-radius:12px;border-left:4px solid var(--yukato-primary);margin:2rem 0;position:relative}.highlight-box-enhanced:before{content:'"';font-family:var(--font-display);font-size:4rem;line-height:1;color:var(--yukato-primary);opacity:.15;position:absolute;top:.5rem;left:1rem}.highlight-icon{width:40px;height:40px;border-radius:10px;background:var(--yukato-primary);display:flex;align-items:center;justify-content:center;flex-shrink:0}.highlight-icon svg{width:20px;height:20px;color:#fff}.highlight-content{flex:1}.highlight-label{font-family:var(--font-body);font-size:.7rem;font-weight:700;text-transform:uppercase;letter-spacing:.1em;color:var(--yukato-primary);margin-bottom:.5rem}.highlight-text{font-family:var(--font-display);font-size:1.25rem;font-style:italic;color:var(--editorial-gray-700);line-height:1.5;margin:0}.stakeholder-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:1.25rem;margin:2rem 0}.stakeholder-card{background:#fff;border:1px solid var(--editorial-gray-200);border-radius:12px;padding:1.5rem;text-align:center;transition:all .3s ease;position:relative;overflow:hidden}.stakeholder-card:before{content:"";position:absolute;bottom:0;left:0;right:0;height:3px;background:var(--problem-red);transform:scaleX(0);transition:transform .3s ease}.stakeholder-card:hover{transform:translateY(-6px);box-shadow:0 16px 48px #0f172a1f}.stakeholder-card:hover:before{transform:scaleX(1)}.stakeholder-icon{width:64px;height:64px;margin:0 auto 1rem;border-radius:16px;background:var(--editorial-gray-100);display:flex;align-items:center;justify-content:center;transition:all .3s ease}.stakeholder-card:hover .stakeholder-icon{background:var(--problem-red-light)}.stakeholder-icon svg{width:32px;height:32px;color:var(--editorial-gray-500);transition:color .3s ease}.stakeholder-card:hover .stakeholder-icon svg{color:var(--problem-red)}.stakeholder-title{font-family:var(--font-display);font-size:1.1rem;color:var(--editorial-black);margin-bottom:.5rem}.stakeholder-desc{font-family:var(--font-body);font-size:.8rem;color:var(--editorial-gray-500);line-height:1.5}.section-title-enhanced{font-family:var(--font-display);font-size:2.25rem;font-weight:400;color:var(--editorial-black);letter-spacing:-.02em;margin-bottom:.5rem;position:relative}.section-subtitle-enhanced{font-family:var(--font-body);font-size:1.15rem;color:var(--problem-red);font-weight:500;margin-bottom:2rem}.subsection-title-enhanced{font-family:var(--font-display);font-size:1.5rem;font-weight:400;color:var(--yukato-primary);margin:3rem 0 1.5rem;padding-bottom:.75rem;border-bottom:2px solid var(--editorial-gray-200);position:relative}.subsection-title-enhanced:after{content:"";position:absolute;bottom:-2px;left:0;width:60px;height:2px;background:var(--yukato-primary)}.opportunity-banner{display:grid;grid-template-columns:1fr auto;gap:2rem;align-items:center;padding:2rem 2.5rem;background:linear-gradient(135deg,#065f46,#047857);border-radius:16px;margin:2rem 0;color:#fff;position:relative;overflow:hidden}.opportunity-banner:before{content:"";position:absolute;top:-50%;right:-10%;width:300px;height:300px;background:radial-gradient(circle,rgba(255,255,255,.1) 0%,transparent 70%);border-radius:50%}.opportunity-content{position:relative;z-index:1}.opportunity-label{font-family:var(--font-body);font-size:.7rem;font-weight:700;text-transform:uppercase;letter-spacing:.15em;color:#ffffffb3;margin-bottom:.75rem}.opportunity-title{font-family:var(--font-display);font-size:1.75rem;margin-bottom:1rem;line-height:1.3}.opportunity-stats{display:flex;gap:2.5rem}.opportunity-stat{display:flex;flex-direction:column}.opportunity-stat-value{font-family:var(--font-display);font-size:2rem;line-height:1}.opportunity-stat-label{font-family:var(--font-body);font-size:.8rem;opacity:.8;margin-top:.25rem}.opportunity-source{font-family:var(--font-body);font-size:.7rem;opacity:.6;margin-top:1rem}.opportunity-icon{width:80px;height:80px;border-radius:20px;background:#ffffff26;display:flex;align-items:center;justify-content:center;position:relative;z-index:1}.opportunity-icon svg{width:40px;height:40px;color:#fff}@keyframes fade-in-up{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.animate-in{animation:fade-in-up .6s ease forwards}.animate-in:nth-child(1){animation-delay:.1s}.animate-in:nth-child(2){animation-delay:.2s}.animate-in:nth-child(3){animation-delay:.3s}.animate-in:nth-child(4){animation-delay:.4s}.stat-grid-enhanced .stat-card-enhanced,.stakeholder-grid .stakeholder-card{opacity:0;animation:fade-in-up .5s ease forwards}.stat-grid-enhanced .stat-card-enhanced:nth-child(1){animation-delay:.1s}.stat-grid-enhanced .stat-card-enhanced:nth-child(2){animation-delay:.2s}.stat-grid-enhanced .stat-card-enhanced:nth-child(3){animation-delay:.3s}.stat-grid-enhanced .stat-card-enhanced:nth-child(4){animation-delay:.4s}.stakeholder-grid .stakeholder-card:nth-child(1){animation-delay:.15s}.stakeholder-grid .stakeholder-card:nth-child(2){animation-delay:.25s}.stakeholder-grid .stakeholder-card:nth-child(3){animation-delay:.35s}.stakeholder-grid .stakeholder-card:nth-child(4){animation-delay:.45s}@media (max-width: 1024px){.pain-matrix-enhanced{grid-template-columns:1fr;gap:1rem}.pain-column-enhanced.supplier,.pain-column-enhanced.retailer{border-radius:12px;border:1px solid var(--editorial-gray-300)}.pain-connector-enhanced{flex-direction:row;padding:1rem;min-width:auto}.connector-line{top:50%;left:0;right:0;bottom:auto;width:auto;height:2px;transform:translateY(-50%);background:linear-gradient(90deg,transparent 0%,var(--problem-red) 20%,var(--problem-red) 80%,transparent 100%)}.stat-grid-enhanced{grid-template-columns:repeat(2,1fr)}.problem-solution-grid{grid-template-columns:1fr}.stakeholder-grid{grid-template-columns:repeat(2,1fr)}.flow-track{flex-wrap:wrap;gap:1.5rem;justify-content:center}.flow-track:before{display:none}}@media (max-width: 640px){.stat-grid-enhanced,.stakeholder-grid{grid-template-columns:1fr}.opportunity-banner{grid-template-columns:1fr;text-align:center}.opportunity-stats{justify-content:center}.opportunity-icon{margin:0 auto}}
