:root {
  --bg-deep: #1a1d23;
  --bg-panel: #22262e;
  --bg-card: #2a2f39;
  --bg-card-hover: #313847;
  --text: #eaeaea;
  --muted: #7a8494;
  --accent: #4a9eff;
  --line: #2f3540;
  --ok: #4caf7d;
}

* {
  box-sizing: border-box;
}

body {
  margin: 0;
  font-family: "Segoe UI", "Helvetica Neue", Arial, sans-serif;
  color: var(--text);
  background:
    radial-gradient(1000px 420px at 100% -20%, #243554 0, transparent 60%),
    radial-gradient(900px 360px at 0% 0%, #1f2938 0, transparent 62%),
    var(--bg-deep);
}

.wrap {
  width: min(1024px, 92vw);
  margin: 0 auto;
}

.site-header,
.site-footer {
  background: rgba(34, 38, 46, 0.92);
  border-bottom: 1px solid var(--line);
}

.site-footer {
  border-top: 1px solid var(--line);
  border-bottom: 0;
  margin-top: 4rem;
  padding: 1rem 0;
}

.site-footer .wrap {
  display: flex;
  flex-direction: column;
  gap: 0.2rem;
}

.site-footer a {
  color: #93a8c7;
  text-decoration: none;
}

.site-header .wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 1rem 0;
}

.brand {
  text-decoration: none;
  color: var(--text);
  font-weight: 700;
  letter-spacing: 0.4px;
  display: inline-flex;
  align-items: center;
  gap: 0.6rem;
}

.brand-logo {

  height: 24px;
  display: block;
}

.brand-logo-med {
  height: 50px;
  display: inline;
  padding-inline-end: 15px;
}


nav a {
  text-decoration: none;
  color: var(--muted);
  margin-left: 1rem;
}

nav a:hover {
  color: var(--accent);
}

.hero {
  padding: 4rem 0 2rem;
}

.hero h1 {
  margin: 0.25rem 0;
  font-size: clamp(2rem, 5vw, 3.5rem);
}

.hero p {
  color: var(--muted);
  max-width: 64ch;
}

.eyebrow {
  font-size: 0.82rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--accent);
}

.cta-row {
  display: flex;
  gap: 0.75rem;
  margin-top: 1.2rem;
}

.btn {
  display: inline-block;
  border: 1px solid var(--line);
  border-radius: 10px;
  padding: 0.6rem 0.9rem;
  text-decoration: none;
  color: var(--text);
  background: var(--bg-card);
}

.btn-primary {
  border-color: var(--accent);
  background: var(--accent);
  color: #fff;
}

.grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(210px, 1fr));
  gap: 1rem;
  margin-top: 1.5rem;
}

.card,
.page {
  background: var(--bg-card);
  border: 1px solid var(--line);
  border-radius: 14px;
  padding: 1rem 1.1rem;
}

.card:hover {
  background: var(--bg-card-hover);
  border-color: var(--accent);
}

.page {
  margin-top: 2rem;
}

.lead {
  color: var(--muted);
}

.content {
  line-height: 1.6;
}

.content h2 {
  color: var(--text);
  margin-top: 2rem;
}

.home-content {
  margin-top: 1.5rem;
}

.enterprise-pitch {
  margin-top: 1.3rem;
}

.enterprise-pitch h2 {
  margin: 0.2rem 0 0.35rem;
}

.pitch-sub {
  color: var(--muted);
  margin: 0 0 1rem;
}

.pitch-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 0.9rem;
}

.enterprise-pitch .card {
  padding: 0.9rem 1rem;
}

.enterprise-pitch .card h3 {
  margin: 0 0 0.35rem;
  font-size: 1.02rem;
}

.content a {
  color: #93a8c7;
  text-decoration: underline;
  text-decoration-color: #5b6b84;
  text-underline-offset: 2px;
}

.content a:hover,
.site-footer a:hover {
  color: #c6d2e4;
}

.ui-shot {
  margin-top: 1.25rem;
}

.screenshot {
  margin: 0;
  border: 1px solid var(--line);
  border-radius: 14px;
  padding: 0.8rem;
  background: #232935;
}

.screenshot img,
.content img {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 10px;
  border: 1px solid #3a4252;
}

.screenshot figcaption {
  margin-top: 0.55rem;
  color: var(--muted);
  font-size: 0.92rem;
}

.content img {
  margin: 0.8rem 0 1rem;
  background: #232935;
  padding: 0.55rem;
}

.content table {
  width: 100%;
  border-collapse: collapse;
  margin: 1rem 0 1.4rem;
  background: #252a34;
  border: 1px solid var(--line);
  border-radius: 10px;
  overflow: hidden;
}

.content th,
.content td {
  border: 1px solid var(--line);
  padding: 0.65rem 0.7rem;
  text-align: left;
  vertical-align: top;
}

.content th {
  background: #2f3643;
  color: var(--text);
  font-weight: 600;
}

.content td {
  color: #d8dbe2;
}

.faq-hero {
  margin-top: 2.4rem;
  margin-bottom: 1rem;
}

.faq-sub {
  color: var(--muted);
  max-width: 68ch;
}

.faq-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 0.9rem;
  margin: 1rem 0 1.4rem;
}

.faq-item {
  border: 1px solid var(--line);
  border-radius: 12px;
  background: linear-gradient(180deg, #2a2f39 0%, #262c36 100%);
  padding: 0.85rem 0.95rem;
}

.faq-item summary {
  cursor: pointer;
  list-style: none;
  font-weight: 600;
  color: #eef2f8;
  position: relative;
  padding-right: 1.2rem;
}

.faq-item summary::after {
  content: "+";
  position: absolute;
  right: 0;
  top: 0;
  color: var(--accent);
}

.faq-item[open] {
  border-color: #4d6285;
  background: linear-gradient(180deg, #2f3643 0%, #29303b 100%);
}

.faq-item[open] summary::after {
  content: "−";
}

.faq-item p {
  margin: 0.7rem 0 0;
  color: #ccd2de;
  line-height: 1.58;
}

.faq-cta {
  margin-top: 1.2rem;
}

.license-page {
  margin-top: 2rem;
}

.license-page blockquote {
  margin: 1rem 0 1.2rem;
  padding: 0.85rem 1rem;
  border-left: 3px solid #6f89af;
  background: #242b37;
  border-radius: 8px;
  color: #dbe3f2;
}

.license-page h3,
.license-page h4 {
  margin-top: 1.4rem;
}

.license-page .content p {
  color: #d5dbe7;
}

.enterprise-hero {
  margin-top: 2.1rem;
}

.enterprise-block {
  margin-top: 1.4rem;
}

.enterprise-block h2 {
  margin: 0 0 0.75rem;
}

.enterprise-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(230px, 1fr));
  gap: 0.9rem;
}

.enterprise-card {
  min-height: 92px;
  display: flex;
  align-items: center;
}

.enterprise-card p {
  margin: 0;
  line-height: 1.5;
  color: #d8dce4;
}

.enterprise-shot {
  margin-top: 1.6rem;
}
