.od-problem{background:#e5e9ed;color:#00294f;font-family:Eina,Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;margin:0 auto;max-width:1200px;opacity:0;padding:80px 20px;transform:translateY(20px);transition:opacity .6s ease,transform .6s ease}.od-problem.visible{opacity:1;transform:translateY(0)}.od-problem-header{margin:0 auto 50px;max-width:800px;text-align:center}.od-problem-header h2{color:#00294f;font-size:32px;font-weight:700;line-height:1.3;margin:0 0 20px}.od-problem-header .od-underline{background:#0087ff;height:3px;margin:0 auto;width:80px}.od-problem-grid{display:grid;gap:24px;grid-template-columns:repeat(4,1fr);margin-bottom:60px}.od-problem-card{background:#fff;border:1px solid #e5e9ed;border-radius:8px;box-shadow:0 2px 8px rgba(0,41,79,.02);padding:30px 20px;text-align:center;transition:box-shadow .3s ease,border-color .3s ease,transform .3s ease}.od-problem-card:hover{border-color:#0087ff;box-shadow:0 12px 24px rgba(0,135,255,.08);transform:translateY(-4px)}.od-card-icon{color:#0087ff;font-size:36px;margin-bottom:20px}.od-card-text{color:#00294f;font-size:16px;font-weight:500;line-height:1.5;margin:0;opacity:1}.od-problem-closing{border-top:1px solid #e5e9ed;margin:0 auto;max-width:800px;padding:30px 0 0;text-align:center}.od-closing-text{color:#00294f;font-size:20px;font-weight:500;margin:0 0 10px;opacity:.9}.od-closing-arrow{color:#0087ff;font-size:24px;margin-top:8px}@media (max-width:992px){.od-problem-grid{grid-template-columns:repeat(2,1fr)}}@media (max-width:576px){.od-problem{padding:60px 20px}.od-problem-header h2{font-size:28px}.od-problem-grid{gap:16px;grid-template-columns:1fr}.od-problem-card{padding:24px 16px}.od-card-icon{font-size:30px;margin-bottom:16px}.od-closing-text{font-size:18px}}