.hero{max-width:1100px;margin:0 auto;padding:5.5rem 1.75rem 4.5rem;display:flex;flex-direction:column;align-items:center;text-align:center;position:relative}.hero-badge{display:inline-flex;align-items:center;gap:.375rem;font-size:.8125rem;font-weight:600;color:var(--accent);background:var(--accent-l);border:1px solid rgb(249 115 22/.2);border-radius:9999px;padding:.3rem 1rem;margin-bottom:2rem}.hero-badge-dot{width:6px;height:6px;border-radius:50%;background:var(--accent);animation:pulse 2s ease-in-out infinite}@keyframes pulse{0%,to{opacity:1}50%{opacity:.4}}.hero-title{font-size:clamp(2.5rem,5.5vw,4rem);font-weight:800;letter-spacing:-.04em;line-height:1.08;color:var(--text);margin-bottom:1.375rem;max-width:16ch}.hero-title span{background:linear-gradient(135deg,#f97316,#f59e0b);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.hero-sub{font-size:1.125rem;color:var(--muted);max-width:46ch;margin-bottom:2.5rem;line-height:1.7;font-weight:400}.hero-actions{display:flex;gap:.75rem;flex-wrap:wrap;justify-content:center}.hero-stats{display:flex;align-items:center;gap:0;background:var(--surface);border:1px solid var(--border);border-radius:var(--r-lg);padding:1rem 2rem;box-shadow:var(--shadow-sm)}.hero-stat{display:flex;flex-direction:column;align-items:center;gap:.125rem;padding:0 1.5rem}.hero-stat-num{font-family:var(--mono);font-size:1.375rem;font-weight:700;color:var(--text);letter-spacing:-.02em}.hero-stat-label{font-size:.8rem;color:var(--faint);font-weight:500}.hero-stat-div{width:1px;height:36px;background:var(--border)}.tools{max-width:1100px;margin:0 auto;padding:4.5rem 1.75rem 6rem}.tools-header{margin-bottom:2.5rem}.tools-label{font-size:.6875rem;font-weight:700;text-transform:uppercase;letter-spacing:.1em;color:var(--faint);margin-bottom:.625rem}.tools-title{font-size:1.75rem;font-weight:800;letter-spacing:-.03em;color:var(--text)}.tools-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:1.25rem}@media (max-width: 900px){.tools-grid{grid-template-columns:repeat(2,1fr)}}@media (max-width: 600px){.hero{padding:3.5rem 1.25rem 3rem}.hero-stats{padding:.875rem 1.25rem;gap:0}.hero-stat{padding:0 1rem}.tools{padding:3rem 1.25rem 4rem}.tools-grid{grid-template-columns:1fr}}
