:root {
  --bg: #120d1e; --bg-2: #151022; --panel: #1e1530; --panel-2: #241a38;
  --ink: #fff4d8; --muted: #b8aac7; --magenta: #ff3ea5; --pink: #ff4aa2;
  --orange: #ff7a00; --line: rgba(255, 62, 165, 0.34); --soft: rgba(255, 122, 0, 0.12);
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0; min-height: 100vh; color: var(--ink);
  font-family: "Trebuchet MS", Verdana, sans-serif;
  background:
    radial-gradient(circle at 12% 8%, rgba(255, 62, 165, 0.24) 0 10rem, transparent 28rem),
    radial-gradient(circle at 92% 18%, rgba(255, 122, 0, 0.18) 0 12rem, transparent 30rem),
    linear-gradient(135deg, #0f0b18, #151022 48%, #120d1e);
  overflow-x: hidden;
}
body::before {
  content: ""; position: fixed; inset: 0; pointer-events: none; opacity: 0.16;
  background-image:
    linear-gradient(90deg, rgba(255, 62, 165, 0.24) 1px, transparent 1px),
    linear-gradient(rgba(255, 122, 0, 0.12) 1px, transparent 1px);
  background-size: 44px 44px; mask-image: linear-gradient(to bottom, black, transparent 86%);
}
a { color: inherit; }
.shell { width: min(1180px, calc(100vw - 36px)); margin: 0 auto; padding: 34px 0 46px; position: relative; }
.topbar { display: flex; justify-content: space-between; gap: 24px; align-items: flex-start; padding-bottom: 26px; border-bottom: 1px solid var(--line); }
.brand-line { display: flex; gap: 14px; align-items: center; }
.brand-mark { width: 46px; height: 46px; filter: drop-shadow(0 8px 18px rgba(255, 62, 165, 0.24)); }
h1 { margin: 0; color: var(--pink); font-size: clamp(34px, 5vw, 54px); letter-spacing: -0.055em; line-height: 0.95; }
.brand-area p { margin: 8px 0 0; color: var(--muted); font-size: 16px; }
.nav-links { display: flex; gap: 16px; flex-wrap: wrap; padding-top: 14px; }
.nav-links a { text-decoration: none; color: var(--ink); font-weight: 800; opacity: 0.86; }
.nav-links a:hover { color: var(--pink); }
.hero {
  margin: 28px 0 20px; display: grid; grid-template-columns: minmax(0, 1fr) 360px; gap: 28px;
  border: 2px solid var(--magenta); border-radius: 24px;
  background: linear-gradient(145deg, rgba(30, 21, 48, 0.98), rgba(21, 16, 34, 0.97));
  box-shadow: 0 30px 90px rgba(0, 0, 0, 0.44), 0 0 0 8px rgba(255, 62, 165, 0.06);
  padding: clamp(24px, 4vw, 46px); overflow: hidden; position: relative;
}
.hero::after { content: ""; position: absolute; right: -110px; top: -110px; width: 260px; height: 260px; border: 1px solid var(--line); border-radius: 999px; background: rgba(255, 122, 0, 0.1); }
.eyebrow { display: inline-flex; border: 2px solid var(--magenta); border-radius: 999px; padding: 8px 14px; color: var(--pink); font-size: 13px; font-weight: 900; letter-spacing: 0.16em; text-transform: uppercase; background: rgba(255, 62, 165, 0.08); }
h2 { margin: 24px 0 14px; max-width: 720px; color: var(--ink); font-size: clamp(48px, 8vw, 90px); line-height: 0.94; letter-spacing: -0.07em; }
.hero-copy { max-width: 650px; color: #d2c7e7; font-size: 18px; line-height: 1.55; margin: 0; }
.hero-panel { align-self: center; border: 1px solid rgba(255, 62, 165, 0.32); border-radius: 22px; background: #151022; box-shadow: 18px 18px 0 rgba(255, 62, 165, 0.08); overflow: hidden; transform: rotate(1.5deg); }
.panel-header { display: flex; gap: 7px; padding: 14px; border-bottom: 1px solid rgba(255, 62, 165, 0.22); }
.panel-header span { width: 10px; height: 10px; border-radius: 999px; background: linear-gradient(135deg, var(--pink), var(--orange)); }
.panel-body { padding: 22px; }
.pulse-card { border: 1px solid var(--line); border-radius: 16px; padding: 18px; color: var(--ink); font-weight: 900; background: linear-gradient(135deg, rgba(255,62,165,.18), rgba(255,122,0,.12)); }
.mini-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 11px; margin-top: 18px; }
.mini-grid i { height: 56px; border-radius: 14px; background: rgba(36, 26, 56, 0.92); border: 1px solid rgba(255, 62, 165, 0.22); }
.tools-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 14px; margin-top: 20px; }
.tool-card { border: 1px solid rgba(255, 62, 165, 0.35); border-radius: 10px; background: rgba(30, 21, 48, 0.82); padding: 20px 18px 18px; box-shadow: 0 18px 44px rgba(0,0,0,.18); transition: transform .2s ease, border-color .2s ease, box-shadow .2s ease; }
.tool-card:hover { transform: translateY(-3px); border-color: var(--pink); box-shadow: 0 24px 58px rgba(0,0,0,.28), 0 0 0 1px rgba(255,62,165,.14); }
.card-head { display: flex; justify-content: space-between; gap: 14px; align-items: flex-start; }
.tool-tag { margin: 0 0 6px; color: #ffb84d; font-size: 12px; font-weight: 900; letter-spacing: 0.12em; text-transform: uppercase; }
h3 { margin: 0; color: var(--pink); font-size: 25px; line-height: 1.1; letter-spacing: -0.035em; }
.build { color: var(--muted); font-size: 13px; font-weight: 900; white-space: nowrap; }
.tool-desc { min-height: 54px; margin: 16px 0 16px; color: var(--ink); font-size: 16px; line-height: 1.48; }
.actions { display: flex; flex-wrap: wrap; gap: 10px; }
.btn { display: inline-flex; align-items: center; justify-content: center; min-height: 40px; padding: 9px 14px; border-radius: 999px; text-decoration: none; font-weight: 900; border: 1px solid rgba(255, 62, 165, 0.48); transition: transform .16s ease, filter .16s ease; }
.btn:hover { transform: translateY(-2px); filter: brightness(1.08); }
.btn.primary, .btn.ghost { color: var(--pink); background: rgba(255, 62, 165, 0.06); }
.btn.hot { color: #111; border-color: transparent; background: linear-gradient(135deg, var(--pink), var(--orange)); }
.workflow { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; margin-top: 28px; }
.workflow-item { display: flex; align-items: center; gap: 12px; border: 1px solid rgba(255, 62, 165, 0.25); border-radius: 18px; background: rgba(30, 21, 48, 0.55); padding: 16px; color: var(--muted); }
.workflow-item b { display: grid; place-items: center; width: 34px; height: 34px; border-radius: 999px; color: #111; background: linear-gradient(135deg, var(--pink), var(--orange)); }
footer { display: flex; justify-content: space-between; gap: 18px; margin-top: 30px; padding-top: 18px; color: var(--muted); border-top: 1px solid rgba(255, 62, 165, 0.22); }
@media (max-width: 900px) { .hero { grid-template-columns: 1fr; } .hero-panel { display: none; } .tools-grid { grid-template-columns: 1fr; } .workflow { grid-template-columns: 1fr; } .topbar { flex-direction: column; } }
@media (max-width: 520px) { .shell { width: min(100% - 22px, 1180px); padding-top: 22px; } .hero { padding: 22px; border-radius: 18px; } .actions { flex-direction: column; } .btn { width: 100%; } }
