.hero{padding:78px 0 52px}.hero-grid{display:grid;grid-template-columns:1.15fr .85fr;gap:54px;align-items:center}
.hero-actions{display:flex;gap:10px;flex-wrap:wrap;margin-top:25px}.hero-actions .btn{padding:12px 17px}
.hero-visual{background:#172033;color:#fff;border-radius:24px;padding:22px;box-shadow:0 24px 60px rgba(23,32,51,.20)}
.terminal-top{display:flex;gap:6px;margin-bottom:18px}.terminal-top i{width:10px;height:10px;border-radius:50%;background:#61708b}
.terminal-line{font-family:Consolas,monospace;font-size:14px;line-height:1.75;color:#b9c7dc}.terminal-line strong{color:#78a7ff}
.section{padding:54px 0}.section-head{display:flex;justify-content:space-between;align-items:end;gap:25px;margin-bottom:22px}.section-head h2{font-size:34px;margin:7px 0 0}.section-head p{max-width:560px;margin:0;color:var(--muted);line-height:1.6}
.search-tools{max-width:520px;margin:0 0 22px}.tool-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:16px}
.tool-card{display:block;background:#fff;border:1px solid var(--line);border-radius:16px;padding:20px;transition:.18s;min-height:200px}
.tool-card:hover{transform:translateY(-3px);border-color:#adc4e9;box-shadow:var(--shadow)}.tool-card .icon{width:46px;height:46px;display:grid;place-items:center;border-radius:12px;background:var(--surface-2);color:var(--blue);font-weight:900;margin-bottom:18px}
.tool-card h3{margin:0 0 8px}.tool-card p{margin:0 0 18px;color:var(--muted);line-height:1.55;font-size:14px}.tool-card span{color:var(--blue);font-size:13px;font-weight:850}
.tool-card.soon{opacity:.72}.category-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:14px}.category{border:1px solid var(--line);background:#fff;border-radius:14px;padding:18px}.category h3{margin:0 0 7px}.category p{margin:0;color:var(--muted);font-size:13px;line-height:1.5}
.callout{display:flex;justify-content:space-between;align-items:center;gap:24px;background:#172033;color:#fff;border-radius:22px;padding:28px}.callout p{color:#bdc8d9;margin:7px 0 0}
@media(max-width:900px){.hero-grid{grid-template-columns:1fr}.tool-grid{grid-template-columns:repeat(2,1fr)}.category-grid{grid-template-columns:repeat(2,1fr)}}
@media(max-width:600px){.hero{padding-top:48px}.tool-grid,.category-grid{grid-template-columns:1fr}.section-head,.callout{flex-direction:column;align-items:flex-start}}


