.tools-home-section{background:var(--bg);border-top:1px solid var(--line);padding:140px 48px}.tools-home-head{max-width:1400px;margin:0 auto 60px}.tools-home-sub{color:var(--ink-dim);max-width:520px;margin-top:16px;font-size:18px;line-height:1.6}.tools-home-grid{grid-template-columns:repeat(3,1fr);gap:16px;max-width:1400px;margin:0 auto;display:grid}.tool-home-card{background:var(--bg-card);border:1px solid var(--line);cursor:pointer;color:inherit;align-items:flex-start;gap:20px;padding:32px;text-decoration:none;transition:all .4s cubic-bezier(.2,.8,.2,1);display:flex;position:relative;overflow:hidden}.tool-home-card:before{content:"";background:linear-gradient(90deg, transparent, var(--gold), transparent);width:100%;height:1px;transition:transform .6s cubic-bezier(.2,.8,.2,1);position:absolute;top:0;left:0;transform:translate(-100%)}.tool-home-card:hover{border-color:var(--gold);background:#18181c;transform:translateY(-2px)}.tool-home-card:hover:before{transform:translate(100%)}.tool-home-badge{font-family:var(--mono);letter-spacing:.25em;text-transform:uppercase;color:var(--bg);background:var(--gold);padding:3px 10px;font-size:8px;position:absolute;top:12px;right:12px}.tool-home-icon{border:1px solid var(--line);width:44px;height:44px;color:var(--gold);background:#c9a9610f;flex-shrink:0;justify-content:center;align-items:center;display:flex}.tool-home-icon svg{width:20px;height:20px}.tool-home-text{flex:1;min-width:0}.tool-home-text h3{font-family:var(--serif);letter-spacing:-.01em;color:var(--ink);margin-bottom:6px;font-size:18px;font-weight:400}.tool-home-text p{color:var(--ink-dim);font-size:13px;line-height:1.55}.tool-home-arrow{color:var(--ink-mute);flex-shrink:0;margin-top:2px;transition:color .3s,transform .3s}.tool-home-arrow svg{width:16px;height:16px}.tool-home-card:hover .tool-home-arrow{color:var(--gold);transform:translate(4px)}.tools-home-cta-row{text-align:center;max-width:1400px;margin:48px auto 0}@media (max-width:1024px){.tools-home-grid{grid-template-columns:repeat(2,1fr)}}@media (max-width:768px){.tools-home-section{padding:80px 20px}.tools-home-sub{font-size:15px}.tools-home-grid{grid-template-columns:1fr;gap:12px}.tool-home-card{gap:16px;padding:24px 20px}.tool-home-icon{width:40px;height:40px}.tool-home-icon svg{width:18px;height:18px}.tool-home-text h3{font-size:16px}}
