.tools-area { background: #f4f7fa; padding: 80px 0 100px; }
    .tool-category-title { font-size: 28px; font-weight: 800; color: #1a1a1a; margin-bottom: 10px; }
    .tool-category-desc { font-size: 15px; color: #777; margin-bottom: 35px; }
    .tool-card { background: #fff; border-radius: 20px; padding: 35px 28px; height: 100%; border: 1px solid rgba(0,0,0,0.04); box-shadow: 0 4px 25px rgba(0,0,0,0.04); transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94); position: relative; overflow: hidden; text-decoration: none; display: block; }
    .tool-card::before { content: ''; position: absolute; top: 0; left: 0; right: 0; height: 4px; background: linear-gradient(90deg, #a249ed, #724ebf); transform: scaleX(0); transform-origin: left; transition: transform 0.4s ease; }
    .tool-card:hover { transform: translateY(-8px); box-shadow: 0 20px 50px rgba(162, 73, 237, 0.12); border-color: rgba(162, 73, 237, 0.15); text-decoration: none; }
    .tool-card:hover::before { transform: scaleX(1); }
    .tool-card:hover .tool-icon { transform: scale(1.1) rotate(-5deg); background: linear-gradient(135deg, #a249ed, #724ebf); color: #fff; }
    .tool-card:hover .tool-arrow { transform: translateX(5px); opacity: 1; }
    .tool-icon { width: 65px; height: 65px; border-radius: 16px; display: flex; align-items: center; justify-content: center; font-size: 26px; margin-bottom: 22px; transition: all 0.4s ease; }
    .tool-card-title { font-size: 18px; font-weight: 700; color: #1a1a1a; margin-bottom: 10px; }
    .tool-card-desc { font-size: 14px; color: #888; line-height: 1.6; margin-bottom: 18px; }
    .tool-arrow { display: inline-flex; align-items: center; gap: 6px; font-size: 14px; font-weight: 700; color: #a249ed; transition: all 0.3s ease; opacity: 0.7; }
    .tool-badge { position: absolute; top: 18px; right: 18px; background: linear-gradient(135deg, #00c851, #00a844); color: #fff; font-size: 10px; font-weight: 800; padding: 4px 10px; border-radius: 20px; letter-spacing: 0.5px; text-transform: uppercase; }
    .tool-badge-new { background: linear-gradient(135deg, #2196F3, #1976D2); }
    .category-icon-wrap { width: 50px; height: 50px; border-radius: 14px; display: inline-flex; align-items: center; justify-content: center; font-size: 22px; margin-bottom: 15px; }
    .stats-section { background: linear-gradient(135deg, #1e0c45 0%, #4a1d96 100%); padding: 60px 0; }
    .stat-box { text-align: center; padding: 20px; }
    .stat-number { font-size: 42px; font-weight: 800; color: #fff; margin-bottom: 5px; }
    .stat-label { font-size: 14px; color: rgba(255,255,255,0.6); font-weight: 500; }
    .cta-tools-section { background: #fff; padding: 80px 0; }
    .cta-tools-card { background: linear-gradient(135deg, #f8f0ff 0%, #ede4f7 100%); border-radius: 24px; padding: 60px; text-align: center; border: 1px solid rgba(162,73,237,0.1); }
    @media (max-width: 768px) { .tool-category-title { font-size: 22px; } .cta-tools-card { padding: 35px 20px; } .stat-number { font-size: 32px; } }
