.cc-related-tools{margin:50px 0}.cc-related-tools h3{font-size:34px;font-weight:800;color:#111827;margin-bottom:25px;line-height:1.2}.cc-related-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:24px}.cc-related-card{display:block;background:#fff;border:2px solid #e5e7eb;border-radius:18px;padding:24px;text-decoration:none;transition:all .25s ease;position:relative;overflow:hidden;min-height:auto}.cc-related-card:hover .cc-related-card-title{color:#FF6B35}.cc-related-card::before{content:'';position:absolute;top:0;left:0;width:100%;height:4px;background:#FF6B35;transform:scaleX(0);transition:.25s ease}.cc-related-card:hover{border-color:#FF6B35;transform:translateY(-4px);box-shadow:0 12px 30px rgba(255,107,53,.12)}.cc-related-card:hover::before{transform:scaleX(1)}.cc-related-card-title{font-size:22px;font-weight:700;line-height:1.35;color:#111827;margin-bottom:12px}.cc-related-card-text{font-size:15px;line-height:1.6;color:#6b7280}.cc-related-card::after{content:"→";position:absolute;right:20px;bottom:18px;font-size:20px;font-weight:700;color:#FF6B35;opacity:.7}@media(max-width:1024px){.cc-related-grid{grid-template-columns:repeat(2,1fr)}}@media(max-width:768px){.cc-related-tools{margin:40px 0}.cc-related-tools h3{font-size:28px}.cc-related-grid{grid-template-columns:1fr;gap:16px}.cc-related-card{min-height:auto;padding:20px}.cc-related-card-title{font-size:20px}}