.blog-content .content-section{background:linear-gradient(135deg,rgba(255,255,255,.03),rgba(255,255,255,.01));border:1px solid rgba(255,255,255,.08);border-radius:16px;padding:24px 28px;margin-bottom:24px;backdrop-filter:blur(8px);animation:blogFadeSlideIn .6s ease-out forwards;opacity:0;transform:translateY(20px)}.blog-content .content-section:first-child{animation-delay:.1s}.blog-content .content-section:nth-child(2){animation-delay:.2s}.blog-content .content-section:nth-child(3){animation-delay:.3s}.blog-content .content-section:nth-child(4){animation-delay:.4s}.blog-content .content-section:nth-child(5){animation-delay:.5s}.blog-content .content-section:nth-child(6){animation-delay:.6s}.blog-content .intro-section{background:linear-gradient(135deg,rgba(234,179,8,.08),rgba(234,179,8,.02));border-color:rgba(234,179,8,.15)}@keyframes blogFadeSlideIn{to{opacity:1;transform:translateY(0)}}.blog-content h2{display:flex;align-items:center;gap:12px;font-size:1.5rem;font-weight:700;color:white;margin-bottom:16px;padding-bottom:12px;border-bottom:1px solid rgba(234,179,8,.2)}.blog-content .section-icon{color:#EAB308;font-size:.75rem}.blog-content h3{font-size:1.2rem;font-weight:600;color:#f3f4f6;margin-top:20px;margin-bottom:12px}.blog-content p{color:#d1d5db;line-height:1.75;margin-bottom:16px}.blog-content .styled-list{background:rgba(0,0,0,.2);border-radius:12px;padding:20px 20px 20px 44px;margin:20px 0;border-left:3px solid #eab308}.blog-content .styled-list li{color:#d1d5db;margin-bottom:12px;line-height:1.6}.blog-content .styled-list.numbered{list-style-type:decimal}.blog-content .styled-list.numbered li::marker{color:#EAB308;font-weight:600}.blog-content .styled-list.bulleted{list-style-type:disc}.blog-content .styled-list.bulleted li::marker{color:#EAB308}.blog-content .stat-highlight{display:inline-flex;align-items:center;background:linear-gradient(135deg,rgba(234,179,8,.2),rgba(234,179,8,.1));color:#FDE047;font-weight:700;padding:2px 10px;border-radius:6px;border:1px solid rgba(234,179,8,.3);font-size:.95em}.blog-content strong{color:white;font-weight:600}.blog-content a{color:#EAB308;text-decoration:none;transition:color .2s}.blog-content a:hover{color:#FDE047;text-decoration:underline}.blog-content table{width:100%;margin:24px 0;border-collapse:initial;border-spacing:0;background:rgba(0,0,0,.2);border-radius:12px;overflow:hidden;border:1px solid rgba(255,255,255,.1)}.blog-content table td,.blog-content table th{padding:12px 16px;text-align:left;border-bottom:1px solid rgba(255,255,255,.08)}.blog-content table th{background:rgba(234,179,8,.1);color:#EAB308;font-weight:600;font-size:.9rem;text-transform:uppercase;letter-spacing:.05em}.blog-content table th:first-child{padding-right:2rem}.blog-content table td:first-child{color:#f3f4f6;font-weight:500;padding-right:2rem;white-space:nowrap}.blog-content table td:last-child{color:#d1d5db}.blog-content table tr:last-child td{border-bottom:none}.blog-content table tr:hover td{background:rgba(234,179,8,.05)}@media (prefers-reduced-motion:reduce){.blog-content .content-section{animation:none!important;opacity:1!important;transform:none!important}}