/* Tools inherits the main site's shell, colors and typefaces. */
.tool-hero { padding:clamp(32px,5vw,64px) 0 0;text-align:center; }
.tool-hero h1 { font-family:'Sora','Inter',sans-serif;font-size:clamp(36px,5.4vw,64px);font-weight:700;letter-spacing:-.055em;line-height:1.16;color:var(--text); }
.tool-hero h1 span { color:#a9ecff; }
.tool-lede { color:var(--muted);font-size:clamp(16px,2vw,18px);line-height:1.6;margin:18px auto 0;max-width:48ch; }
.tool-actions { display:flex;flex-wrap:wrap;justify-content:center;gap:12px;margin:28px 0 16px; }
.tool-button { min-height:50px;display:inline-flex;align-items:center;justify-content:center;padding:13px 26px;border:1px solid transparent;border-radius:10px;text-decoration:none;font-size:14px;font-weight:700;transition:transform .18s,border-color .18s; }
.tool-button.primary { color:#05070d;background:linear-gradient(115deg,#64e4fb,#9caeff);box-shadow:0 6px 24px #18e0ff15; }
.tool-button.secondary { color:var(--text);background:#101724;border-color:#ffffff26; }
.tool-button:hover { transform:translateY(-2px); }
.tool-button.secondary:hover { border-color:var(--cyan); }
.tool-cost { color:var(--muted);font-size:12px;line-height:1.8; }
.tool-cost a { text-underline-offset:3px; }
.tool-preview { margin:42px auto 0;max-width:1006px; }
.tool-preview a { display:block;overflow:hidden;border:1px solid #ffffff26;border-radius:16px;background:#101112;box-shadow:0 24px 70px #0005; }
.tool-preview img { width:100%;height:auto;display:block; }
.tool-preview figcaption { color:var(--muted);font-size:11px;text-align:center;margin-top:12px; }

/* Three light entry points, echoing the main site's connected icon row. */
.tool-features { position:relative;display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:24px;margin:48px auto 0;max-width:1006px; }
.tool-features::before { content:"";position:absolute;left:16.666%;right:16.666%;top:36px;height:1px;background:linear-gradient(90deg,#58dfff44,#e769c744,#ffd16c44);pointer-events:none; }
.tool-card { --card-accent:#58dfff;--card-glow:#58dfff28;position:relative;min-width:0;text-align:center; }
.tool-card-edit { --card-accent:#f065c4;--card-glow:#f065c428; }
.tool-card-analyze { --card-accent:#ffd16c;--card-glow:#ffd16c28; }
.tool-card-top { display:flex;justify-content:center;margin-bottom:20px; }
.tool-card-icon { display:grid;place-items:center;width:72px;height:72px;border-radius:14px;color:var(--card-accent);border:1px solid var(--card-glow);background:#0b111e;box-shadow:0 0 22px var(--card-glow);transition:border-color .18s,box-shadow .18s; }
.tool-card-icon svg { width:27px;height:27px; }
.tool-card h2 { font-family:'Sora','Inter',sans-serif;font-size:19px;line-height:1.35;font-weight:700;letter-spacing:-.025em;margin:0; }
.tool-card a { display:inline-flex;align-items:center;justify-content:center;gap:8px;min-height:44px;margin-top:3px;padding:6px 0;color:var(--card-accent);font-size:13px;font-weight:600;text-decoration:none; }
.tool-card a span { font-size:16px; }
.tool-card a:hover { text-decoration:underline;text-underline-offset:4px; }
.tool-card:has(a:hover) .tool-card-icon,.tool-card:focus-within .tool-card-icon { border-color:var(--card-accent);box-shadow:0 0 26px var(--card-glow); }
@media(max-width:600px) { .tool-hero{padding-top:28px}.tool-actions{gap:10px}.tool-button{flex:1;padding:12px 16px}.tool-preview{margin-top:30px}.tool-features{gap:12px;margin-top:36px}.tool-features::before{top:28px}.tool-card-icon{width:56px;height:56px;border-radius:12px}.tool-card-top{margin-bottom:16px}.tool-card h2{font-size:16px}.tool-card a{font-size:12px;gap:4px}.tool-card a span{font-size:14px} }
@media(prefers-reduced-motion:reduce) { .tool-button,.tool-card-icon{transition:none}.tool-button:hover{transform:none} }
