:root {
  --bg: #07111f;
  --panel: rgba(15, 23, 42, 0.72);
  --panel-strong: rgba(15, 23, 42, 0.90);
  --text: #f8fafc;
  --muted: #cbd5e1;
  --soft: #94a3b8;
  --border: rgba(148, 163, 184, 0.24);
  --blue: #3b82f6;
  --purple: #a855f7;
  --red: #ef4444;
  --green: #22c55e;
  --yellow: #f59e0b;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  background:
    radial-gradient(circle at 20% 10%, rgba(59, 130, 246, 0.30), transparent 34%),
    radial-gradient(circle at 80% 18%, rgba(239, 68, 68, 0.24), transparent 32%),
    radial-gradient(circle at 50% 88%, rgba(168, 85, 247, 0.16), transparent 38%),
    linear-gradient(135deg, #020617 0%, #0f172a 55%, #111827 100%);
  color: var(--text);
  min-height: 100vh;
}
a { color: inherit; }
.wrap { width: min(1120px, calc(100% - 36px)); margin: 0 auto; }
.site-nav {
  position: sticky; top: 0; z-index: 50;
  border-bottom: 1px solid rgba(148, 163, 184, 0.18);
  background: rgba(2, 6, 23, 0.74);
  backdrop-filter: blur(16px);
}
.nav-inner { display: flex; align-items: center; justify-content: space-between; gap: 16px; padding: 14px 0; }
.logo { display: inline-flex; align-items: center; gap: 10px; text-decoration: none; font-weight: 850; letter-spacing: -0.03em; }
.logo-mark { width: 34px; height: 34px; border-radius: 12px; background: linear-gradient(135deg, #60a5fa, #a78bfa, #f87171); box-shadow: 0 12px 30px rgba(59,130,246,.28); }
.nav-links { display: flex; align-items: center; justify-content: flex-end; flex-wrap: wrap; gap: 10px; }
.nav-links a { color: #dbeafe; text-decoration: none; font-size: .92rem; padding: 8px 10px; border-radius: 999px; }
.nav-links a:hover { background: rgba(59,130,246,.16); }
.hero { text-align: center; padding: 64px 0 26px; }
.badge { display: inline-flex; align-items: center; gap: 8px; padding: 8px 14px; border: 1px solid var(--border); border-radius: 999px; background: rgba(15, 23, 42, 0.74); color: #dbeafe; font-size: 0.92rem; box-shadow: 0 16px 40px rgba(0, 0, 0, 0.24); }
h1 { font-size: clamp(3rem, 9vw, 6.4rem); margin: 18px 0 10px; line-height: 0.95; letter-spacing: -0.08em; background: linear-gradient(90deg, #60a5fa, #a78bfa, #f87171); -webkit-background-clip: text; background-clip: text; color: transparent; }
.page-title { font-size: clamp(2.35rem, 7vw, 4.8rem); letter-spacing: -0.07em; }
.subtitle { max-width: 820px; margin: 0 auto; font-size: clamp(1.05rem, 2vw, 1.28rem); line-height: 1.65; color: var(--muted); }
.cta-row { display: flex; justify-content: center; gap: 12px; flex-wrap: wrap; margin-top: 26px; }
.btn { display: inline-flex; align-items: center; justify-content: center; min-height: 44px; padding: 10px 16px; border-radius: 999px; text-decoration: none; font-weight: 800; border: 1px solid var(--border); background: rgba(15,23,42,.70); color: #f8fafc; }
.btn.primary { border: 0; background: linear-gradient(90deg, #2563eb, #7c3aed, #dc2626); box-shadow: 0 18px 52px rgba(59,130,246,.20); }
.btn:hover { transform: translateY(-1px); }
.card, .content-card { margin-top: 28px; padding: clamp(20px, 3vw, 30px); border: 1px solid var(--border); border-radius: 30px; background: var(--panel); box-shadow: 0 28px 90px rgba(0,0,0,0.36); backdrop-filter: blur(14px); }
.content-card { text-align: left; }
.card h2, .content-card h2 { margin: 0 0 8px; font-size: clamp(1.55rem, 3vw, 2.2rem); letter-spacing: -0.04em; }
.card h3, .content-card h3 { margin: 24px 0 8px; font-size: 1.28rem; }
.section-intro { margin: 0 auto 26px; max-width: 760px; color: var(--muted); font-size: 1.02rem; line-height: 1.6; }
.content-card p, .content-card li { color: var(--muted); line-height: 1.75; font-size: 1.02rem; }
.grid-3 { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 18px; }
.grid-2 { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 18px; }
.tile { padding: 22px; border-radius: 24px; border: 1px solid rgba(148, 163, 184, 0.18); background: rgba(15, 23, 42, 0.82); text-align: left; }
.tile strong { display: block; font-size: 1.18rem; margin-bottom: 8px; color: #f8fafc; }
.tile p { margin: 0; color: var(--muted); line-height: 1.6; }
.tile a { color: #93c5fd; font-weight: 800; text-decoration: none; }
.tile a:hover { text-decoration: underline; }
.bots { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 20px; margin-top: 24px; }
.bot { position: relative; overflow: hidden; padding: 22px; border-radius: 24px; border: 1px solid rgba(148, 163, 184, 0.18); background: rgba(15, 23, 42, 0.82); text-align: center; min-height: 100%; transition: transform 180ms ease, box-shadow 180ms ease, border-color 180ms ease; }
.bot::before { content: ""; position: absolute; inset: -2px; z-index: -1; opacity: 0.26; background: radial-gradient(circle at 50% 0%, var(--accent), transparent 58%); }
.bot:hover { transform: translateY(-4px); box-shadow: 0 20px 54px rgba(0,0,0,0.34); }
.bot.cronos { --accent: var(--blue); }
.bot.woo { --accent: var(--purple); }
.bot.dante { --accent: var(--red); }
.avatar-frame { width: min(220px, 74%); aspect-ratio: 1 / 1; margin: 0 auto 18px; padding: 8px; border-radius: 28px; background: linear-gradient(145deg, color-mix(in srgb, var(--accent), white 12%), rgba(255,255,255,0.08)); box-shadow: 0 16px 48px color-mix(in srgb, var(--accent), transparent 62%); }
.avatar { display: block; width: 100%; height: 100%; object-fit: cover; border-radius: 22px; }
.bot strong { display: block; font-size: 1.65rem; line-height: 1.1; margin-bottom: 6px; color: color-mix(in srgb, var(--accent), white 18%); }
.role { color: #e2e8f0; font-size: 0.98rem; font-weight: 700; margin-bottom: 12px; }
.bot p { margin: 0; font-size: 0.96rem; line-height: 1.55; color: var(--muted); }
.tags { display: flex; flex-wrap: wrap; justify-content: center; gap: 8px; margin-top: 18px; }
.tag { padding: 7px 10px; border-radius: 999px; background: color-mix(in srgb, var(--accent), transparent 78%); border: 1px solid color-mix(in srgb, var(--accent), transparent 48%); color: #f8fafc; font-size: 0.84rem; font-weight: 650; }
.ad-slot { margin: 30px 0; padding: 22px; border: 1px dashed rgba(148, 163, 184, 0.38); border-radius: 22px; background: rgba(2, 6, 23, 0.36); color: var(--soft); text-align: center; font-size: .95rem; }
.notice { border-left: 4px solid #60a5fa; background: rgba(59, 130, 246, 0.10); padding: 16px 18px; border-radius: 16px; color: var(--muted); }
footer { margin-top: 40px; padding: 26px 0 42px; color: #94a3b8; font-size: 0.95rem; text-align: center; }
.footer-links { display: flex; justify-content: center; gap: 14px; flex-wrap: wrap; margin-top: 12px; }
.footer-links a { color: #bfdbfe; text-decoration: none; }
.footer-links a:hover { text-decoration: underline; }
@media (max-width: 900px) { .bots, .grid-3, .grid-2 { grid-template-columns: 1fr; } .bot { max-width: 520px; margin: 0 auto; width: 100%; } .nav-inner { align-items: flex-start; flex-direction: column; } .nav-links { justify-content: flex-start; } }
@media (max-width: 520px) { .wrap { width: min(100% - 28px, 1120px); } .hero { padding-top: 36px; } .card { border-radius: 24px; } .avatar-frame { width: min(190px, 82%); } .nav-links a { padding: 7px 8px; } }

/* Content-rich sections added for Dante AI */
.eyebrow {
  display: inline-flex;
  margin-bottom: 10px;
  padding: 6px 10px;
  border-radius: 999px;
  background: rgba(59, 130, 246, 0.14);
  border: 1px solid rgba(147, 197, 253, 0.24);
  color: #bfdbfe;
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: .02em;
  text-transform: uppercase;
}
.highlight-blue { box-shadow: inset 0 1px 0 rgba(96,165,250,.18); }
.highlight-purple { box-shadow: inset 0 1px 0 rgba(168,85,247,.18); }
.highlight-red { box-shadow: inset 0 1px 0 rgba(248,113,113,.18); }
.split-section {
  display: grid;
  grid-template-columns: minmax(0, 1.5fr) minmax(260px, .7fr);
  gap: 22px;
  align-items: center;
}
.mini-panel {
  border: 1px solid rgba(148, 163, 184, 0.24);
  border-radius: 24px;
  background: rgba(2, 6, 23, 0.36);
  padding: 20px;
}
.mini-panel strong {
  display: block;
  font-size: 1.15rem;
  margin-bottom: 8px;
  color: #f8fafc;
}
.mini-panel p { margin: 0; color: var(--muted); line-height: 1.65; }
.steps {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
  margin-top: 18px;
}
.steps article {
  border: 1px solid rgba(148, 163, 184, 0.18);
  border-radius: 22px;
  background: rgba(15, 23, 42, 0.74);
  padding: 18px;
}
.steps span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 34px;
  height: 34px;
  padding: 0 8px;
  margin-bottom: 12px;
  border-radius: 999px;
  background: linear-gradient(135deg, #2563eb, #7c3aed, #dc2626);
  color: white;
  font-weight: 900;
  font-size: .9rem;
}
.steps strong { display: block; margin-bottom: 8px; color: #f8fafc; font-size: 1.05rem; }
.steps p { margin: 0; color: var(--muted); line-height: 1.6; font-size: .96rem; }
.resource-list {
  display: grid;
  gap: 12px;
  margin-top: 18px;
}
.resource-list article {
  padding: 16px 18px;
  border: 1px solid rgba(148, 163, 184, 0.18);
  border-radius: 18px;
  background: rgba(15, 23, 42, 0.62);
  color: var(--muted);
  line-height: 1.65;
}
.resource-list strong { color: #f8fafc; }
@media (max-width: 900px) {
  .split-section, .steps { grid-template-columns: 1fr; }
}


/* More relevant homepage route cards */
.route-grid { display: grid; gap: 18px; margin-top: 22px; }
.route-card {
  display: grid;
  grid-template-columns: 180px minmax(0, 1fr);
  gap: 22px;
  align-items: center;
  padding: 20px;
  border-radius: 26px;
  border: 1px solid rgba(148, 163, 184, 0.18);
  background: rgba(15, 23, 42, 0.78);
  text-align: left;
}
.route-media {
  aspect-ratio: 1 / 1;
  padding: 8px;
  border-radius: 28px;
  background: linear-gradient(145deg, rgba(96,165,250,.22), rgba(168,85,247,.16), rgba(248,113,113,.18));
}
.route-media img { display: block; width: 100%; height: 100%; object-fit: cover; border-radius: 22px; }
.route-content h3 { margin: 2px 0 10px; font-size: 1.35rem; color: #f8fafc; }
.route-content p, .route-content li { color: var(--muted); line-height: 1.65; }
.route-content ul { margin: 12px 0 14px; padding-left: 20px; }
.text-link { color: #93c5fd; font-weight: 850; text-decoration: none; }
.text-link:hover { text-decoration: underline; }
@media (max-width: 720px) {
  .route-card { grid-template-columns: 1fr; }
  .route-media { width: min(210px, 74%); margin: 0 auto; }
}
