:root {
  --bg: #f5f8ff;
  --bg-strong: #eef3ff;
  --panel: rgba(255, 255, 255, 0.72);
  --panel-strong: rgba(255, 255, 255, 0.9);
  --text: #162139;
  --muted: #5f6f89;
  --line: rgba(57, 76, 120, 0.11);
  --blue: #7186ff;
  --blue-strong: #5a70ff;
  --mint: #59d4c7;
  --lavender: #c6cfff;
  --shadow: 0 24px 80px rgba(87, 112, 169, 0.16);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  min-height: 100vh;
  font-family: 'Inter', system-ui, sans-serif;
  color: var(--text);
  background:
    radial-gradient(circle at 12% 18%, rgba(113, 134, 255, 0.18), transparent 26%),
    radial-gradient(circle at 88% 24%, rgba(89, 212, 199, 0.18), transparent 24%),
    linear-gradient(180deg, #f9fbff 0%, var(--bg) 100%);
  overflow-x: hidden;
}

a { color: inherit; text-decoration: none; }

.ambient {
  position: fixed;
  width: 34rem;
  height: 34rem;
  border-radius: 999px;
  filter: blur(80px);
  pointer-events: none;
  opacity: 0.45;
}

.ambient-a {
  top: -8rem;
  left: -8rem;
  background: rgba(113, 134, 255, 0.18);
}

.ambient-b {
  right: -10rem;
  bottom: -10rem;
  background: rgba(89, 212, 199, 0.18);
}

.page {
  position: relative;
  width: min(1120px, calc(100% - 40px));
  margin: 0 auto;
  padding: 24px 0 40px;
}

.topbar {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 16px;
  padding-top: 4px;
}

.brand {
  display: inline-flex;
  align-items: center;
  justify-content: flex-start;
  font-weight: 700;
}

.wordmark-brand {
  width: auto;
  height: auto;
}

.brand-wordmark {
  width: auto;
  height: auto;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 8px 12px 7px;
  background: rgba(255, 255, 255, 0.98);
  border: 1px solid rgba(57, 76, 120, 0.08);
  border-radius: 14px;
  box-shadow: 0 10px 30px rgba(87, 112, 169, 0.08);
}

.brand-wordmark svg {
  width: 150px;
  height: auto;
  display: block;
}


.hero {
  display: grid;
  grid-template-columns: 1.05fr 0.95fr;
  gap: 40px;
  align-items: center;
  min-height: calc(100vh - 120px);
}

.eyebrow,
.chip {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 32px;
  padding: 0 12px;
  border-radius: 999px;
  background: rgba(255,255,255,0.65);
  border: 1px solid rgba(87, 112, 169, 0.1);
  color: var(--blue-strong);
  font-size: 0.76rem;
  font-weight: 600;
  letter-spacing: 0.01em;
}

.chip-blue {
  color: var(--blue-strong);
  background: rgba(113, 134, 255, 0.12);
}

.chip-green {
  color: #1e8e84;
  background: rgba(89, 212, 199, 0.15);
}

h1 {
  margin: 18px 0 0;
  font-size: clamp(3.4rem, 8vw, 6.5rem);
  line-height: 0.93;
  letter-spacing: -0.06em;
  max-width: 620px;
}

.lede {
  max-width: 620px;
  margin: 22px 0 0;
  color: var(--muted);
  font-size: 1.08rem;
  line-height: 1.8;
}

.hero-actions {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
  margin-top: 28px;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 50px;
  padding: 0 18px;
  border-radius: 999px;
  border: 1px solid var(--line);
  font-weight: 600;
  transition: transform 160ms ease, box-shadow 160ms ease, background 160ms ease;
}

.button:hover {
  transform: translateY(-1px);
  box-shadow: 0 10px 24px rgba(87, 112, 169, 0.12);
}

.button-primary {
  background: linear-gradient(135deg, #7186ff, #59d4c7);
  color: white;
  border-color: transparent;
}


.hero-visual {
  position: relative;
  min-height: 520px;
}

.visual-card {
  position: absolute;
  border-radius: 28px;
  background: var(--panel);
  border: 1px solid rgba(87, 112, 169, 0.1);
  box-shadow: var(--shadow);
  backdrop-filter: blur(18px);
}

.visual-main {
  top: 82px;
  right: 22px;
  width: min(360px, 100%);
  padding: 28px;
}

.visual-main strong {
  display: block;
  margin-top: 16px;
  font-size: 1.8rem;
  line-height: 1.12;
  letter-spacing: -0.04em;
}

.visual-float {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 74px;
  padding: 0 20px;
  font-weight: 600;
  color: var(--text);
}

.visual-a {
  left: 8px;
  top: 72px;
  width: 180px;
}

.visual-b {
  left: 48px;
  bottom: 130px;
  width: 190px;
}

.visual-c {
  right: 10px;
  bottom: 42px;
  width: 210px;
}

.glow-ring {
  position: absolute;
  inset: 98px 36px 52px 36px;
  border-radius: 40px;
  border: 1.5px dashed rgba(113, 134, 255, 0.22);
  background: linear-gradient(180deg, rgba(255,255,255,0.2), rgba(255,255,255,0.02));
}

.details {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
  margin-top: -28px;
}

.mini-card {
  border-radius: 24px;
  padding: 22px;
  background: var(--panel-strong);
  border: 1px solid rgba(87, 112, 169, 0.1);
  box-shadow: var(--shadow);
  backdrop-filter: blur(16px);
}

.mini-card p,
.mini-card a {
  display: block;
  margin: 14px 0 0;
  color: var(--muted);
  line-height: 1.7;
  font-size: 0.98rem;
}

.mini-card-cta a {
  color: var(--text);
  font-weight: 700;
}

@media (max-width: 980px) {
  .page {
    width: min(100% - 56px, 100%);
  }

  .hero,
  .details {
    grid-template-columns: 1fr;
  }

  .hero {
    min-height: auto;
    padding-top: 26px;
  }

  .hero-visual {
    min-height: 420px;
  }

  .details {
    margin-top: 24px;
  }
}

@media (max-width: 720px) {
  .page {
    width: min(100% - 34px, 100%);
    padding-top: 18px;
    padding-bottom: 28px;
  }

  .topbar {
    padding-top: 2px;
  }

  .brand-wordmark {
    padding: 7px 9px 6px;
  }

  .brand-wordmark svg {
    width: 136px;
  }

  .hero {
    gap: 22px;
    align-items: start;
  }

  .eyebrow,
  .chip {
    min-height: 30px;
    padding: 0 11px;
    font-size: 0.72rem;
  }

  h1 {
    font-size: clamp(3rem, 16vw, 4.4rem);
    line-height: 0.94;
    max-width: 100%;
  }

  .lede {
    margin-top: 18px;
    font-size: 1rem;
    line-height: 1.65;
  }

  .hero-actions {
    margin-top: 24px;
  }

  .button {
    min-height: 48px;
    width: auto;
  }

  .hero-visual {
    min-height: auto;
    padding-top: 6px;
  }

  .glow-ring,
  .visual-a,
  .visual-b,
  .visual-c {
    display: none;
  }

  .visual-main {
    position: relative;
    top: auto;
    right: auto;
    width: 100%;
    padding: 22px;
    border-radius: 24px;
  }

  .visual-main strong {
    margin-top: 14px;
    font-size: 1.45rem;
    line-height: 1.18;
  }
}
