@font-face {
  font-family: "Public Sans";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("/assets/fonts/public-sans-latin-ext.woff2") format("woff2");
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329,
    U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
@font-face {
  font-family: "Public Sans";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("/assets/fonts/public-sans-latin.woff2") format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329,
    U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
  font-family: "Public Sans";
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url("/assets/fonts/public-sans-latin-ext.woff2") format("woff2");
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329,
    U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
@font-face {
  font-family: "Public Sans";
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url("/assets/fonts/public-sans-latin.woff2") format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329,
    U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
  font-family: "Space Grotesk";
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url("/assets/fonts/space-grotesk-latin-ext.woff2") format("woff2");
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329,
    U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
@font-face {
  font-family: "Space Grotesk";
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url("/assets/fonts/space-grotesk-latin.woff2") format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329,
    U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
  font-family: "Space Grotesk";
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url("/assets/fonts/space-grotesk-latin-ext.woff2") format("woff2");
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329,
    U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
@font-face {
  font-family: "Space Grotesk";
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url("/assets/fonts/space-grotesk-latin.woff2") format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329,
    U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

:root {
  color-scheme: light;
  --ink: #0b1320;
  --muted: #51607a;
  --paper: #f6f4f0;
  --surface: #ffffff;
  --surface-soft: rgba(255, 255, 255, 0.75);
  --border: rgba(15, 23, 42, 0.12);
  --accent: #1d4ed8;
  --accent-2: #0ea5e9;
  --accent-3: #f59e0b;
  --accent-4: #14b8a6;
  --accent-5: #8b5cf6;
  --shadow: 0 18px 40px rgba(15, 23, 42, 0.18);
  --shadow-soft: 0 12px 28px rgba(15, 23, 42, 0.12);
  --radius-lg: 24px;
  --radius-md: 16px;
  --radius-sm: 10px;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  font-family: "Public Sans", "Helvetica Neue", Arial, sans-serif;
  color: var(--ink);
  background: radial-gradient(circle at top left, rgba(14, 165, 233, 0.18), transparent 50%),
    radial-gradient(circle at 80% 10%, rgba(245, 158, 11, 0.14), transparent 42%),
    linear-gradient(180deg, #fdfcf9 0%, #f6f4f0 100%);
}

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

.page {
  position: relative;
  overflow: hidden;
}

.page::before,
.page::after {
  content: "";
  position: absolute;
  border-radius: 50%;
  z-index: 0;
  pointer-events: none;
}

.page::before {
  width: 480px;
  height: 480px;
  top: -180px;
  right: -120px;
  background: radial-gradient(circle, rgba(29, 78, 216, 0.2), transparent 70%);
}

.page::after {
  width: 380px;
  height: 380px;
  bottom: 120px;
  left: -120px;
  background: radial-gradient(circle, rgba(20, 184, 166, 0.18), transparent 70%);
}

.topbar {
  position: sticky;
  top: 0;
  z-index: 10;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding: 20px 6vw;
  background: rgba(246, 244, 240, 0.92);
  backdrop-filter: blur(18px);
  border-bottom: 1px solid rgba(15, 23, 42, 0.08);
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  font-family: "Space Grotesk", "Helvetica Neue", Arial, sans-serif;
  font-weight: 700;
  letter-spacing: 0.12em;
}

.brand-mark {
  width: 36px;
  height: 36px;
}

.brand-text {
  font-size: 0.95rem;
}

.nav {
  display: flex;
  gap: 18px;
  font-size: 0.95rem;
  color: var(--muted);
}

.nav-link {
  padding: 6px 0;
  position: relative;
}

.nav-link::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -4px;
  width: 0%;
  height: 2px;
  background: linear-gradient(90deg, var(--accent), var(--accent-2));
  transition: width 0.3s ease;
}

.nav-link:hover::after {
  width: 100%;
}

.topbar-actions {
  display: flex;
  gap: 12px;
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 12px 22px;
  border-radius: 999px;
  font-weight: 600;
  border: 1px solid transparent;
  transition: transform 0.2s ease, box-shadow 0.2s ease, background 0.2s ease, color 0.2s ease;
}

.btn.primary {
  background: linear-gradient(120deg, var(--accent), var(--accent-2));
  color: white;
  box-shadow: var(--shadow-soft);
}

.btn.primary:hover {
  transform: translateY(-2px);
  box-shadow: var(--shadow);
}

.btn.ghost {
  border-color: rgba(15, 23, 42, 0.2);
  color: var(--ink);
  background: rgba(255, 255, 255, 0.6);
}

.btn.ghost.light {
  border-color: rgba(255, 255, 255, 0.4);
  color: white;
  background: transparent;
}

.btn.small {
  padding: 10px 18px;
  font-size: 0.9rem;
}

main {
  position: relative;
  z-index: 1;
}

.hero {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 48px;
  padding: 80px 6vw 40px;
  align-items: center;
}

.pill {
  display: inline-flex;
  align-items: center;
  padding: 6px 16px;
  border-radius: 999px;
  background: rgba(14, 165, 233, 0.12);
  color: var(--accent);
  font-weight: 600;
  font-size: 0.85rem;
  letter-spacing: 0.04em;
}

h1,
h2,
h3 {
  font-family: "Space Grotesk", "Helvetica Neue", Arial, sans-serif;
  margin: 0;
}

h1 {
  font-size: clamp(2.6rem, 4vw, 4rem);
  line-height: 1.05;
  margin: 18px 0;
  font-weight: 700;
}

h2 {
  font-size: clamp(1.8rem, 3vw, 2.6rem);
  line-height: 1.2;
  margin-bottom: 12px;
  font-weight: 600;
}

h3 {
  font-size: 1.2rem;
  margin-bottom: 10px;
  font-weight: 600;
}

.hero-lead {
  font-size: 1.1rem;
  line-height: 1.7;
  color: var(--muted);
  margin-bottom: 28px;
}

.hero-actions {
  display: flex;
  gap: 16px;
  margin-bottom: 28px;
}

.hero-highlights {
  display: grid;
  gap: 12px;
}

.highlight-card {
  padding: 14px 18px;
  border-radius: var(--radius-md);
  background: var(--surface-soft);
  border: 1px solid rgba(15, 23, 42, 0.08);
  display: grid;
  gap: 6px;
}

.highlight-title {
  font-weight: 600;
}

.highlight-text {
  font-size: 0.95rem;
  color: var(--muted);
}

.hero-visual {
  position: relative;
  display: grid;
  place-items: center;
}

.mock-surface {
  width: min(420px, 90%);
  border-radius: var(--radius-lg);
  background: linear-gradient(145deg, rgba(255, 255, 255, 0.9), rgba(255, 255, 255, 0.6));
  border: 1px solid rgba(15, 23, 42, 0.1);
  box-shadow: var(--shadow);
  overflow: hidden;
  backdrop-filter: blur(8px);
}

.mock-header {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 14px 18px;
  border-bottom: 1px solid rgba(15, 23, 42, 0.08);
  background: rgba(15, 23, 42, 0.03);
}

.mock-dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: rgba(15, 23, 42, 0.25);
}

.mock-title {
  margin-left: auto;
  font-size: 0.85rem;
  color: var(--muted);
}

.mock-body {
  padding: 20px;
  display: grid;
  gap: 16px;
}

.mock-card {
  padding: 14px;
  border-radius: var(--radius-md);
  background: white;
  border: 1px solid rgba(15, 23, 42, 0.08);
  display: grid;
  gap: 12px;
}

.mock-card.alt {
  background: rgba(14, 165, 233, 0.1);
  border-color: rgba(14, 165, 233, 0.2);
}

.mock-label {
  font-size: 0.85rem;
  font-weight: 600;
  color: var(--muted);
}

.mock-bar {
  height: 10px;
  border-radius: 999px;
  background: linear-gradient(90deg, var(--accent), var(--accent-2));
}

.mock-meta {
  display: flex;
  justify-content: space-between;
  font-size: 0.75rem;
  color: var(--muted);
}

.mock-chart {
  height: 64px;
  border-radius: var(--radius-sm);
  background: repeating-linear-gradient(
    90deg,
    rgba(29, 78, 216, 0.16) 0,
    rgba(29, 78, 216, 0.16) 10px,
    transparent 10px,
    transparent 18px
  );
}

.mock-row {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
}

.mock-tile {
  padding: 12px;
  border-radius: var(--radius-sm);
  background: rgba(15, 23, 42, 0.05);
  display: grid;
  gap: 6px;
  font-size: 0.85rem;
  color: var(--muted);
}

.mock-glow {
  position: absolute;
  width: 260px;
  height: 260px;
  background: radial-gradient(circle, rgba(29, 78, 216, 0.25), transparent 70%);
  filter: blur(20px);
  z-index: -1;
  top: 10%;
  right: 5%;
}

.section {
  padding: 80px 6vw;
}

.section-head {
  max-width: 680px;
  margin-bottom: 36px;
}

.section-head p {
  color: var(--muted);
  line-height: 1.7;
  margin: 0;
}

.eyebrow {
  text-transform: uppercase;
  font-size: 0.75rem;
  letter-spacing: 0.2em;
  color: var(--accent);
  font-weight: 600;
}

.eyebrow.light {
  color: rgba(255, 255, 255, 0.75);
}

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

.feature-card {
  padding: 20px;
  border-radius: var(--radius-md);
  background: var(--surface);
  border: 1px solid rgba(15, 23, 42, 0.08);
  box-shadow: var(--shadow-soft);
}

.feature-card p {
  margin: 0;
  color: var(--muted);
  line-height: 1.6;
}

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

.module-card {
  padding: 22px;
  border-radius: var(--radius-md);
  background: var(--surface);
  border: 1px solid rgba(15, 23, 42, 0.08);
  display: grid;
  gap: 12px;
  box-shadow: var(--shadow-soft);
}

.module-icon {
  width: 38px;
  height: 38px;
  border-radius: 14px;
  background: linear-gradient(135deg, var(--accent), var(--accent-2));
}

.module-icon.alt {
  background: linear-gradient(135deg, #0ea5e9, #38bdf8);
}

.module-icon.amber {
  background: linear-gradient(135deg, #f59e0b, #f97316);
}

.module-icon.teal {
  background: linear-gradient(135deg, #14b8a6, #2dd4bf);
}

.module-icon.violet {
  background: linear-gradient(135deg, #8b5cf6, #a855f7);
}

.module-icon.slate {
  background: linear-gradient(135deg, #0f172a, #334155);
}

.flow {
  display: grid;
  gap: 20px;
}

.flow-step {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 18px;
  padding: 20px;
  border-radius: var(--radius-md);
  background: var(--surface);
  border: 1px solid rgba(15, 23, 42, 0.08);
}

.flow-number {
  font-family: "Space Grotesk", "Helvetica Neue", Arial, sans-serif;
  font-size: 1.2rem;
  color: var(--accent);
  font-weight: 700;
}

.flow-step p {
  margin: 0;
  color: var(--muted);
  line-height: 1.6;
}

.pill-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
  gap: 16px;
}

.pill-card {
  padding: 14px 16px;
  border-radius: 999px;
  border: 1px solid rgba(15, 23, 42, 0.12);
  background: rgba(255, 255, 255, 0.75);
  text-align: center;
  font-weight: 600;
}

.cta-section {
  padding: 80px 6vw 120px;
}

.cta-card {
  background: linear-gradient(120deg, #0f172a, #1e293b);
  color: white;
  border-radius: var(--radius-lg);
  padding: 48px;
  display: grid;
  gap: 32px;
  box-shadow: var(--shadow);
}

.cta-card p {
  color: rgba(255, 255, 255, 0.75);
  line-height: 1.7;
  margin: 0;
}

.cta-actions {
  display: flex;
  gap: 16px;
  flex-wrap: wrap;
}

.footer {
  display: flex;
  justify-content: space-between;
  gap: 24px;
  padding: 40px 6vw 60px;
  background: #0f172a;
  color: rgba(255, 255, 255, 0.78);
}

.footer-left {
  max-width: 360px;
  display: grid;
  gap: 16px;
}

.footer-logo {
  width: 180px;
}

.footer-right {
  display: grid;
  gap: 6px;
  text-align: right;
  font-size: 0.95rem;
}

.reveal {
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 0.6s ease, transform 0.6s ease;
}

.reveal.is-visible {
  opacity: 1;
  transform: translateY(0);
}

.btn:focus-visible,
.nav-link:focus-visible {
  outline: 2px solid var(--accent-2);
  outline-offset: 3px;
}

@media (max-width: 1024px) {
  .hero {
    grid-template-columns: 1fr;
  }
  .hero-visual {
    order: -1;
  }
  .nav {
    display: none;
  }
}

@media (max-width: 720px) {
  .topbar {
    flex-wrap: wrap;
    justify-content: center;
  }
  .topbar-actions {
    width: 100%;
    justify-content: center;
  }
  .hero-actions {
    flex-direction: column;
    align-items: stretch;
  }
  .cta-card {
    padding: 32px;
  }
  .footer {
    flex-direction: column;
    text-align: left;
  }
  .footer-right {
    text-align: left;
  }
}
