:root {
  color-scheme: light;
  --ink: #07142a;
  --muted: #647089;
  --line: rgba(17, 30, 55, .10);
  --accent: #3047ff;
  --accent-2: #7046ff;
  --accent-soft: #efedff;
  --surface: rgba(255, 255, 255, .90);
  --shadow: 0 22px 64px rgba(37, 31, 84, .10);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--ink);
  background:
    radial-gradient(circle at 82% 4%, rgba(112, 70, 255, .14), transparent 34%),
    radial-gradient(circle at 8% 24%, rgba(48, 71, 255, .10), transparent 28%),
    #f7f8fd;
  font-family: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  -webkit-font-smoothing: antialiased;
}

a {
  color: inherit;
}

.skip-link {
  position: fixed;
  z-index: 20;
  top: 10px;
  left: 10px;
  transform: translateY(-160%);
  padding: 10px 14px;
  border-radius: 10px;
  background: var(--ink);
  color: #fff;
}

.skip-link:focus {
  transform: none;
}

.page-shell {
  width: min(1160px, calc(100% - 36px));
  margin: 0 auto;
}

.site-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding: 30px 0 18px;
}

.brand img {
  display: block;
  width: 177px;
  height: auto;
  mix-blend-mode: multiply;
}

.site-nav {
  display: flex;
  align-items: center;
  gap: 6px;
  padding: 6px;
  border: 1px solid rgba(255, 255, 255, .82);
  border-radius: 999px;
  background: rgba(255, 255, 255, .70);
  box-shadow: 0 10px 28px rgba(37, 31, 84, .06);
  backdrop-filter: blur(18px);
}

.site-nav a {
  padding: 9px 13px;
  border-radius: 999px;
  color: #5f687d;
  font-size: 13px;
  font-weight: 800;
  text-decoration: none;
}

.site-nav a:hover,
.site-nav a:focus-visible,
.site-nav a[aria-current="page"] {
  background: #fff;
  color: #342582;
  outline: none;
}

.breadcrumb {
  display: flex;
  align-items: center;
  gap: 8px;
  margin: 26px 0 0;
  color: #717b90;
  font-size: 13px;
  font-weight: 700;
}

.breadcrumb a {
  color: #4e32dc;
  text-decoration: none;
}

.hero {
  display: grid;
  grid-template-columns: minmax(0, 1.35fr) minmax(280px, .65fr);
  gap: 36px;
  align-items: stretch;
  padding: 58px 0 46px;
}

.hero-copy {
  align-self: center;
}

.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: #4e32dc;
  font-size: 13px;
  font-weight: 900;
  letter-spacing: .01em;
}

.eyebrow::before {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--accent), var(--accent-2));
  box-shadow: 0 0 0 6px rgba(112, 70, 255, .10);
  content: "";
}

h1,
h2,
h3,
p {
  overflow-wrap: anywhere;
}

h1 {
  max-width: 790px;
  margin: 20px 0 22px;
  font-size: clamp(42px, 6.2vw, 72px);
  line-height: .98;
  letter-spacing: -.055em;
}

.lead {
  max-width: 760px;
  margin: 0;
  color: #5f697f;
  font-size: clamp(18px, 2.1vw, 22px);
  font-weight: 620;
  line-height: 1.55;
}

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

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 0 20px;
  border: 1px solid var(--line);
  border-radius: 12px;
  background: #fff;
  color: var(--ink);
  font-size: 14px;
  font-weight: 900;
  text-decoration: none;
}

.button-primary {
  border-color: transparent;
  background: linear-gradient(135deg, #11182d, #07142a);
  color: #fff;
  box-shadow: 0 12px 28px rgba(7, 20, 42, .16);
}

.hero-card {
  display: grid;
  align-content: center;
  gap: 16px;
  padding: 30px;
  border: 1px solid rgba(255, 255, 255, .88);
  border-radius: 26px;
  background: var(--surface);
  box-shadow: var(--shadow);
  backdrop-filter: blur(22px);
}

.hero-card strong {
  font-size: 18px;
}

.hero-card ul {
  display: grid;
  gap: 14px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.hero-card li {
  position: relative;
  padding-left: 25px;
  color: #5f697f;
  font-weight: 650;
  line-height: 1.45;
}

.hero-card li::before {
  position: absolute;
  top: .25em;
  left: 0;
  display: grid;
  width: 17px;
  height: 17px;
  place-items: center;
  border-radius: 6px;
  background: var(--accent-soft);
  color: #4e32dc;
  content: "✓";
  font-size: 11px;
  font-weight: 1000;
}

.content-section {
  padding: 42px 0;
}

.section-heading {
  max-width: 760px;
  margin-bottom: 24px;
}

.section-heading h2 {
  margin: 0 0 10px;
  font-size: clamp(30px, 4vw, 45px);
  line-height: 1.06;
  letter-spacing: -.035em;
}

.section-heading p,
.prose p {
  color: var(--muted);
  font-size: 17px;
  line-height: 1.7;
}

.card-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
}

.card {
  min-height: 190px;
  padding: 24px;
  border: 1px solid var(--line);
  border-radius: 20px;
  background: rgba(255, 255, 255, .83);
  box-shadow: 0 12px 32px rgba(37, 31, 84, .05);
}

.card-number {
  display: grid;
  width: 35px;
  height: 35px;
  margin-bottom: 20px;
  place-items: center;
  border-radius: 11px;
  background: var(--accent-soft);
  color: #4e32dc;
  font-weight: 950;
}

.card h3 {
  margin: 0 0 10px;
  font-size: 18px;
  line-height: 1.25;
}

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

.split {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(280px, .58fr);
  gap: 28px;
  align-items: start;
}

.prose h2 {
  margin: 0 0 16px;
  font-size: clamp(28px, 3.5vw, 40px);
  letter-spacing: -.03em;
}

.prose p:first-of-type {
  margin-top: 0;
}

.note {
  padding: 24px;
  border: 1px solid rgba(112, 70, 255, .18);
  border-radius: 20px;
  background: #f2f0ff;
}

.note strong {
  display: block;
  margin-bottom: 8px;
  color: #30216f;
}

.note p {
  margin: 0;
  color: #625c7d;
  line-height: 1.6;
}

.related {
  padding: 34px;
  border-radius: 26px;
  background: #0a162c;
  color: #fff;
}

.related h2 {
  margin: 0 0 8px;
  font-size: clamp(27px, 3.4vw, 39px);
}

.related > p {
  max-width: 690px;
  margin: 0;
  color: #bdc6d9;
  line-height: 1.6;
}

.related-links {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
  margin-top: 24px;
}

.related-links a {
  padding: 14px 16px;
  border: 1px solid rgba(255, 255, 255, .12);
  border-radius: 12px;
  background: rgba(255, 255, 255, .06);
  color: #fff;
  font-weight: 780;
  line-height: 1.35;
  text-decoration: none;
}

.related-links a:hover,
.related-links a:focus-visible {
  border-color: rgba(255, 255, 255, .38);
  background: rgba(255, 255, 255, .10);
  outline: none;
}

.site-footer {
  display: flex;
  justify-content: space-between;
  gap: 18px;
  padding: 34px 0 48px;
  color: #727c90;
  font-size: 13px;
  font-weight: 650;
}

.site-footer a {
  color: #4e32dc;
  font-weight: 850;
  text-decoration: none;
}

@media (max-width: 900px) {
  .site-header {
    align-items: flex-start;
    flex-direction: column;
  }

  .site-nav {
    max-width: 100%;
    overflow-x: auto;
  }

  .site-nav a {
    flex: 0 0 auto;
  }

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

  .card-grid,
  .related-links {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 620px) {
  .page-shell {
    width: min(100% - 24px, 1160px);
  }

  .site-header {
    padding-top: 20px;
  }

  .brand img {
    width: 159px;
  }

  .hero {
    gap: 22px;
    padding: 40px 0 30px;
  }

  h1 {
    font-size: clamp(39px, 13vw, 56px);
  }

  .hero-card,
  .related {
    padding: 23px;
  }

  .card-grid,
  .related-links {
    grid-template-columns: 1fr;
  }

  .content-section {
    padding: 32px 0;
  }

  .site-footer {
    flex-direction: column;
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }
}
