@import url("https://fonts.googleapis.com/css2?family=Rethink+Sans:wght@700;800;900&family=Roboto+Condensed:wght@400;500;700;800&family=Nunito:wght@700;800;900&display=swap");

:root {
  color-scheme: light;
  --ink: #101225;
  --ink-soft: #353a63;
  --muted: #59618c;
  --paper: #f6f4ff;
  --paper-strong: #ffffff;
  --paper-tint: #ebe7ff;
  --panel: #ffffff;
  --panel-tint: #eef0ff;
  --stripe: #d8dfff;
  --line: #090b15;
  --blue: #6175ff;
  --blue-deep: #445ae3;
  --purple: #9a63ff;
  --violet: #c7b1ff;
  --cyan: #93ebff;
  --lavender: #d9d1ff;
  --hero-tint: rgba(250, 249, 255, 0.92);
  --shadow: 8px 8px 0 #090b15;
  --shadow-tight: 5px 5px 0 #090b15;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--ink);
  background:
    radial-gradient(circle at 12% 14%, rgba(154, 99, 255, 0.16) 0 2px, transparent 2px 100%),
    radial-gradient(circle at 82% 19%, rgba(97, 117, 255, 0.18) 0 2px, transparent 2px 100%),
    radial-gradient(circle at 28% 72%, rgba(147, 235, 255, 0.12) 0 2px, transparent 2px 100%),
    linear-gradient(90deg, rgba(9, 11, 21, 0.06) 1px, transparent 1px),
    linear-gradient(180deg, rgba(9, 11, 21, 0.06) 1px, transparent 1px),
    linear-gradient(180deg, #ffffff 0%, #f7f4ff 100%);
  background-size: 160px 160px, 200px 200px, 180px 180px, 28px 28px, 28px 28px, auto;
  font-family: "Roboto Condensed", ui-sans-serif, system-ui, sans-serif;
  line-height: 1.5;
  letter-spacing: 0;
}

a {
  color: inherit;
}

img {
  display: block;
  max-width: 100%;
}

h1,
h2,
h3,
p {
  margin-top: 0;
}

h1,
h2,
h3 {
  color: var(--ink);
  font-family: "Rethink Sans", ui-sans-serif, system-ui, sans-serif;
  font-weight: 900;
  letter-spacing: 0;
}

h1 {
  margin-bottom: 18px;
  font-size: clamp(3.2rem, 6vw, 5.4rem);
  line-height: 0.96;
  max-width: 12.5ch;
}

h2 {
  font-size: clamp(2.2rem, 4vw, 3.55rem);
  line-height: 0.98;
  max-width: 13ch;
  margin-inline: auto;
}

h3 {
  font-size: 1.18rem;
  line-height: 1.14;
}

.site-header {
  position: relative;
  z-index: 5;
  padding: 18px 28px;
  border-bottom: 2px solid var(--line);
  background:
    radial-gradient(circle at 14% 24%, rgba(154, 99, 255, 0.16) 0 10%, transparent 10% 100%),
    radial-gradient(circle at 86% 24%, rgba(36, 190, 255, 0.16) 0 10%, transparent 10% 100%),
    linear-gradient(120deg, rgba(255, 255, 255, 0.42) 0 18%, transparent 18% 34%, rgba(147, 235, 255, 0.16) 34% 48%, transparent 48% 100%),
    linear-gradient(90deg, rgba(9, 11, 21, 0.06) 1px, transparent 1px),
    linear-gradient(180deg, rgba(9, 11, 21, 0.06) 1px, transparent 1px),
    linear-gradient(180deg, #eef2ff 0%, #dfe7ff 100%);
  background-size: auto, auto, cover, 26px 26px, 26px 26px, auto;
}

.header-inner {
  display: flex;
  width: min(1180px, 100%);
  margin: 0 auto;
  align-items: center;
  justify-content: space-between;
  gap: 26px;
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 14px;
  min-width: 0;
  text-decoration: none;
}

.brand--header {
  justify-content: flex-start;
  padding: 0;
  flex: 0 1 auto;
}

.brand-mark-wrap {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 54px;
  height: 54px;
  overflow: hidden;
  flex: 0 0 auto;
  border: 2px solid var(--line);
  background: #13162b;
  box-shadow: 4px 4px 0 var(--line);
}

.brand--header .brand-mark-wrap {
  width: 58px;
  height: 58px;
}

.brand-mark {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top center;
}

.brand-wordmark--header {
  width: min(320px, 100%);
  max-width: 320px;
  max-height: 96px;
  height: auto;
  object-fit: contain;
}

.brand-wordmark--footer {
  width: min(230px, 58vw);
  max-height: 116px;
  object-fit: contain;
}

.site-nav {
  display: flex;
  align-items: stretch;
  justify-content: flex-end;
  gap: 10px;
  flex-wrap: wrap;
  flex: 1 1 auto;
  padding: 0;
  border: 0;
  background: transparent;
  box-shadow: none;
  backdrop-filter: none;
}

.site-nav a,
.button {
  display: inline-flex;
  min-height: 48px;
  align-items: center;
  justify-content: center;
  padding: 12px 16px;
  text-decoration: none;
  border-radius: 0;
  transition: transform 160ms ease, background-color 160ms ease, color 160ms ease, border-color 160ms ease, box-shadow 160ms ease;
}

.site-nav a {
  color: var(--ink);
  font-family: "Nunito", ui-sans-serif, system-ui, sans-serif;
  font-size: 0.88rem;
  font-weight: 900;
  text-transform: uppercase;
  border: 2px solid var(--line);
  background: linear-gradient(180deg, #ebe7ff 0%, #d8e9ff 100%);
  box-shadow: 4px 4px 0 var(--line);
}

.site-nav a:hover,
.site-nav a:focus-visible {
  color: var(--ink);
  background: linear-gradient(180deg, #cfeeff 0%, #bdd9ff 100%);
  transform: translate(-2px, -2px);
  box-shadow: 5px 5px 0 var(--line);
}

.nav-cta,
.button.primary,
.button.secondary {
  font-family: "Nunito", ui-sans-serif, system-ui, sans-serif;
  font-weight: 900;
  text-transform: uppercase;
  border: 2px solid var(--line);
  box-shadow: var(--shadow-tight);
}

.nav-cta {
  margin-left: 0;
}

.nav-cta--support,
.nav-cta--download,
.button.primary {
  color: var(--ink) !important;
  background: linear-gradient(180deg, #ebe7ff 0%, #d8e9ff 100%);
}

.button.secondary {
  color: var(--ink);
  background: #fff;
}

.nav-cta:hover,
.nav-cta:focus-visible,
.button.primary:hover,
.button.primary:focus-visible {
  transform: translate(-2px, -2px);
  color: var(--ink) !important;
  background: linear-gradient(180deg, #cfeeff 0%, #bdd9ff 100%);
  box-shadow: 7px 7px 0 var(--line);
}

.button.secondary:hover,
.button.secondary:focus-visible {
  transform: translate(-2px, -2px);
  background: var(--cyan);
  box-shadow: 7px 7px 0 var(--line);
}

.hero {
  position: relative;
  overflow: hidden;
  min-height: clamp(540px, 72vh, 760px);
  display: grid;
  grid-template-columns: minmax(0, 1.12fr) minmax(320px, 0.88fr);
  gap: 40px;
  align-items: center;
  padding: 66px 28px 72px;
  border-bottom: 2px solid var(--line);
  background:
    radial-gradient(circle at 82% 24%, rgba(36, 190, 255, 0.22) 0 14%, transparent 14% 100%),
    radial-gradient(circle at 74% 72%, rgba(154, 99, 255, 0.2) 0 13%, transparent 13% 100%),
    linear-gradient(140deg, rgba(97, 117, 255, 0.22) 0 18%, rgba(154, 99, 255, 0.16) 18% 34%, rgba(36, 190, 255, 0.12) 34% 48%, rgba(255, 255, 255, 0) 48%),
    linear-gradient(90deg, rgba(255, 255, 255, 0.04) 1px, transparent 1px),
    linear-gradient(180deg, rgba(255, 255, 255, 0.04) 1px, transparent 1px),
    linear-gradient(135deg, #17204b 0%, #222d68 52%, #342777 100%);
  background-size: auto, auto, cover, cover, cover;
  background-position: center center, center center, center center, center center, center center;
  background-repeat: no-repeat;
}

.hero::before {
  display: none;
}

.hero::after {
  position: absolute;
  inset: 0;
  content: "";
  background:
    radial-gradient(circle at 80% 30%, rgba(255, 255, 255, 0.12) 0 10%, transparent 10% 100%),
    radial-gradient(circle at 84% 62%, rgba(147, 79, 255, 0.12) 0 8%, transparent 8% 100%),
    linear-gradient(135deg, transparent 0 68%, rgba(255, 255, 255, 0.07) 68% 70%, transparent 70% 100%),
    linear-gradient(90deg, rgba(255, 255, 255, 0.05) 1px, transparent 1px),
    linear-gradient(180deg, rgba(255, 255, 255, 0.05) 1px, transparent 1px);
  background-size: auto, auto, auto, 26px 26px, 26px 26px;
  opacity: 0.4;
  pointer-events: none;
}

.hero-copy {
  position: relative;
  z-index: 2;
  max-width: 860px;
  width: 100%;
  padding-left: clamp(24px, 5vw, 88px);
}

.hero-copy h1 {
  max-width: 14.5ch;
  color: #fff;
  font-size: clamp(2.1rem, 4vw, 3.4rem);
  line-height: 1;
}

.eyebrow {
  display: inline-flex;
  padding: 10px 14px;
  margin: 0 0 16px;
  color: var(--ink);
  background: var(--cyan);
  border: 2px solid var(--line);
  box-shadow: 4px 4px 0 var(--line);
  font-family: "Nunito", ui-sans-serif, system-ui, sans-serif;
  font-size: 0.84rem;
  font-weight: 900;
  text-transform: uppercase;
}

.hero-lede {
  max-width: 760px;
  color: #eef0ff;
  font-size: 1.16rem;
  font-weight: 800;
}

.hero-supporting,
.section-heading p,
.value-grid p,
.feature-card p,
.workflow-steps p,
.faq-grid p,
.setup-list span,
.start-panel p,
.release-panel span,
.pricing-card__header p,
.pricing-card li,
.pricing-note,
.showcase figcaption {
  color: var(--ink-soft);
}

.hero-supporting {
  max-width: 760px;
  margin-top: 14px;
  color: #d7defe;
  font-size: 1rem;
}

.hero-actions,
.setup-actions,
.release-actions,
.doc-actions {
  display: flex;
  gap: 14px;
  flex-wrap: wrap;
}

.hero-actions {
  margin-top: 0;
  display: grid;
  gap: 12px;
}

.hero-side {
  position: relative;
  z-index: 2;
  display: grid;
  align-items: center;
  justify-items: end;
  padding-right: clamp(14px, 3vw, 48px);
}

.hero-panel {
  width: min(470px, 100%);
  display: grid;
  gap: 18px;
  padding: 28px;
  border: 2px solid var(--line);
  background:
    radial-gradient(circle at 84% 20%, rgba(97, 117, 255, 0.14) 0 7%, transparent 7% 100%),
    radial-gradient(circle at 14% 82%, rgba(154, 99, 255, 0.14) 0 6%, transparent 6% 100%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.08), rgba(255, 255, 255, 0.02)),
    rgba(11, 15, 39, 0.6);
  box-shadow: var(--shadow);
  backdrop-filter: blur(4px);
}

.hero-product-card {
  display: grid;
  gap: 16px;
  padding: 18px;
  border: 2px solid var(--line);
  background: rgba(255, 255, 255, 0.95);
  box-shadow: 6px 6px 0 var(--line);
}

.hero-product-logo {
  width: min(100%, 360px);
  max-height: 176px;
  object-fit: contain;
  object-position: left center;
}

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

.hero-product-grid span {
  min-height: 54px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 8px;
  color: var(--ink);
  text-align: center;
  font-family: "Nunito", ui-sans-serif, system-ui, sans-serif;
  font-size: 0.76rem;
  font-weight: 900;
  line-height: 1.1;
  text-transform: uppercase;
  border: 2px solid var(--line);
  background: linear-gradient(180deg, #eff9ff 0%, #dce7ff 100%);
}

.hero-panel__eyebrow {
  margin: 0;
  color: #dbe1ff;
  font-family: "Nunito", ui-sans-serif, system-ui, sans-serif;
  font-size: 0.8rem;
  font-weight: 900;
  text-transform: uppercase;
}

.hero-panel__notes {
  display: grid;
  gap: 14px;
}

.hero-panel__notes div {
  position: relative;
  display: grid;
  gap: 5px;
  padding-left: 24px;
}

.hero-panel__notes div::before {
  position: absolute;
  top: 0.45rem;
  left: 0;
  width: 12px;
  height: 12px;
  content: "";
  border-radius: 999px;
  background:
    radial-gradient(circle at center, rgba(11, 15, 39, 0) 0 36%, var(--blue) 38% 58%, rgba(11, 15, 39, 0) 60%),
    var(--purple);
}

.hero-panel__notes strong {
  color: #fff;
  font-family: "Rethink Sans", ui-sans-serif, system-ui, sans-serif;
  font-size: 1rem;
}

.hero-panel__notes span {
  color: #d7defe;
  font-size: 0.98rem;
}

.metric-band,
.section {
  padding-inline: 28px;
}

.metric-band {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 18px;
  padding-top: 26px;
  padding-bottom: 26px;
  background: linear-gradient(180deg, rgba(238, 240, 255, 0.88), rgba(246, 244, 255, 0.98));
  border-bottom: 2px solid var(--line);
}

.metric-band div,
.value-grid article,
.feature-card,
.workflow-steps article,
.faq-grid article,
.setup-list div,
.start-panel,
.pricing-card,
.showcase,
.release-panel,
.download-grid article,
.purchase-grid article,
.release-item,
.doc-highlight-card,
.doc-card,
.doc-qa-card,
.doc-related-link,
.doc-callout {
  border: 2px solid var(--line);
  background: var(--panel);
  box-shadow: var(--shadow);
}

.metric-band div {
  position: relative;
  min-height: 150px;
  padding: 24px 22px 22px;
}

.metric-band div:nth-child(2),
.metric-band div:nth-child(4) {
  background:
    linear-gradient(180deg, rgba(97, 117, 255, 0.16) 0%, rgba(255, 255, 255, 0.96) 34%),
    #fff;
}

.metric-band div::before {
  display: block;
  width: 40px;
  height: 40px;
  margin-bottom: 18px;
  content: "";
  border-radius: 999px;
  background:
    radial-gradient(circle at 50% 50%, #fff 0 18%, transparent 20%),
    linear-gradient(135deg, var(--cyan), var(--purple)),
    #fff;
  border: 2px solid var(--line);
  box-shadow: 4px 4px 0 var(--line);
}

.metric-band strong {
  display: block;
  color: var(--ink);
  font-family: "Rethink Sans", ui-sans-serif, system-ui, sans-serif;
  font-size: 1.1rem;
  line-height: 1.08;
  text-transform: uppercase;
}

.metric-band span {
  display: block;
  margin-top: 8px;
  font-size: 0.98rem;
}

.section {
  position: relative;
  padding-top: 88px;
  padding-bottom: 88px;
}

.section:nth-of-type(odd) {
  background:
    linear-gradient(90deg, rgba(255, 255, 255, 0.06) 1px, transparent 1px),
    linear-gradient(180deg, rgba(255, 255, 255, 0.06) 1px, transparent 1px),
    linear-gradient(180deg, #253066 0%, #1b234b 100%);
  background-size: 28px 28px, 28px 28px, auto;
}

.section:nth-of-type(even) {
  background:
    linear-gradient(90deg, rgba(9, 11, 21, 0.04) 1px, transparent 1px),
    linear-gradient(180deg, rgba(9, 11, 21, 0.04) 1px, transparent 1px),
    linear-gradient(180deg, rgba(255, 255, 255, 0.9), rgba(242, 239, 255, 0.82));
  background-size: 28px 28px, 28px 28px, auto;
}

.section:nth-of-type(odd) .section-heading h2,
.section:nth-of-type(odd) .section-heading p,
.section:nth-of-type(odd) .setup-copy h2,
.section:nth-of-type(odd) .setup-copy p,
.section:nth-of-type(odd) .get-started-copy h2,
.section:nth-of-type(odd) .get-started-copy p,
.section:nth-of-type(odd) .release-copy h2,
.section:nth-of-type(odd) .release-copy p,
.section:nth-of-type(odd) .pricing-note {
  color: #eef0ff;
}

.section:nth-of-type(odd) .eyebrow {
  color: var(--ink) !important;
  background: var(--cyan);
}

.section:nth-of-type(odd) .value-grid article,
.section:nth-of-type(odd) .feature-card,
.section:nth-of-type(odd) .workflow-steps article,
.section:nth-of-type(odd) .faq-grid article,
.section:nth-of-type(odd) .setup-list div,
.section:nth-of-type(odd) .start-panel,
.section:nth-of-type(odd) .release-panel,
.section:nth-of-type(odd) .showcase,
.section:nth-of-type(odd) .pricing-card {
  background: #f8f7ff;
}

.section:nth-of-type(odd) .value-grid article h3,
.section:nth-of-type(odd) .feature-card h3,
.section:nth-of-type(odd) .workflow-steps article h3,
.section:nth-of-type(odd) .workflow-steps article h4,
.section:nth-of-type(odd) .faq-grid article h3,
.section:nth-of-type(odd) .faq-grid article h4,
.section:nth-of-type(odd) .showcase figcaption,
.section:nth-of-type(odd) .pricing-card__header p,
.section:nth-of-type(odd) .pricing-card li,
.section:nth-of-type(odd) .pricing-price strong,
.section:nth-of-type(odd) .pricing-price span,
.section:nth-of-type(odd) .pricing-site-limit,
.section:nth-of-type(odd) .setup-list strong,
.section:nth-of-type(odd) .setup-list span,
.section:nth-of-type(odd) .start-panel p,
.section:nth-of-type(odd) .release-panel strong,
.section:nth-of-type(odd) .release-panel span {
  color: var(--ink);
}

/* Light cards inside dark sections should never inherit pale text. */
.section:nth-of-type(odd) .value-grid article,
.section:nth-of-type(odd) .feature-card,
.section:nth-of-type(odd) .workflow-steps article,
.section:nth-of-type(odd) .faq-grid article,
.section:nth-of-type(odd) .showcase,
.section:nth-of-type(odd) .pricing-card,
.section:nth-of-type(odd) .setup-list div,
.section:nth-of-type(odd) .start-panel,
.section:nth-of-type(odd) .release-panel {
  color: var(--ink);
}

.section:nth-of-type(odd) .value-grid article p,
.section:nth-of-type(odd) .feature-card p,
.section:nth-of-type(odd) .workflow-steps article p,
.section:nth-of-type(odd) .faq-grid article p,
.section:nth-of-type(odd) .showcase figcaption,
.section:nth-of-type(odd) .pricing-card p,
.section:nth-of-type(odd) .pricing-card li,
.section:nth-of-type(odd) .setup-list span,
.section:nth-of-type(odd) .start-panel p,
.section:nth-of-type(odd) .release-panel p,
.section:nth-of-type(odd) .release-panel span {
  color: var(--ink-soft) !important;
}

.section:nth-of-type(odd) .value-grid article h3,
.section:nth-of-type(odd) .feature-card h3,
.section:nth-of-type(odd) .workflow-steps article h3,
.section:nth-of-type(odd) .workflow-steps article h4,
.section:nth-of-type(odd) .faq-grid article h3,
.section:nth-of-type(odd) .faq-grid article h4,
.section:nth-of-type(odd) .pricing-card h3,
.section:nth-of-type(odd) .pricing-card strong,
.section:nth-of-type(odd) .setup-list strong,
.section:nth-of-type(odd) .start-panel strong,
.section:nth-of-type(odd) .release-panel strong {
  color: var(--ink) !important;
}

.pricing,
.get-started,
.release-band {
  border-top: 2px solid var(--line);
  border-bottom: 2px solid var(--line);
}

.pricing,
.release-band {
  background:
    linear-gradient(90deg, rgba(9, 11, 21, 0.06) 1px, transparent 1px),
    linear-gradient(180deg, rgba(9, 11, 21, 0.06) 1px, transparent 1px),
    linear-gradient(135deg, rgba(97, 117, 255, 0.14) 0%, rgba(154, 99, 255, 0.08) 58%, rgba(147, 235, 255, 0.12) 100%);
  background-size: 28px 28px, 28px 28px, auto;
}

.section-heading,
.setup-copy,
.get-started-copy {
  max-width: 980px;
  margin: 0 auto 40px;
  text-align: center;
}

.section-heading h2,
.setup-copy h2,
.get-started-copy h2 {
  max-width: 22ch;
  line-height: 1.02;
}

.section-heading p,
.setup-copy p,
.get-started-copy p {
  font-size: 1.06rem;
}

.value-grid,
.feature-grid,
.pricing-grid,
.workflow-steps,
.faq-grid,
.showcase-grid {
  display: grid;
  gap: 18px;
  max-width: 1180px;
  margin: 0 auto;
}

.value-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.feature-grid,
.workflow-steps,
.faq-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

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

.value-grid article,
.feature-card,
.workflow-steps article,
.faq-grid article {
  position: relative;
  padding: 24px;
}

.faq-grid article h3,
.faq-grid article h4 {
  color: var(--ink) !important;
}

.faq-grid article p {
  color: var(--ink-soft) !important;
  opacity: 1;
}

.value-grid article:nth-child(2),
.feature-card:nth-child(1),
.feature-card:nth-child(4),
.feature-card:nth-child(7),
.workflow-steps article:nth-child(2),
.workflow-steps article:nth-child(4),
.setup-list div:nth-child(2),
.start-panel {
  background:
    linear-gradient(180deg, rgba(154, 99, 255, 0.12) 0%, rgba(255, 255, 255, 0.96) 30%),
    #fff;
}

.feature-card:nth-child(2),
.feature-card:nth-child(5),
.feature-card:nth-child(8),
.value-grid article:nth-child(1),
.release-panel {
  background:
    linear-gradient(180deg, rgba(97, 117, 255, 0.16) 0%, rgba(255, 255, 255, 0.96) 30%),
    #fff;
}

.value-grid article::before,
.feature-card::before,
.workflow-steps article::before,
.start-panel::before {
  display: block;
  width: 36px;
  height: 36px;
  margin-bottom: 16px;
  content: "";
  border-radius: 999px;
  background:
    radial-gradient(circle at 50% 50%, #fff 0 18%, transparent 20%),
    radial-gradient(circle at 30% 30%, var(--cyan) 0 18%, transparent 20%),
    linear-gradient(135deg, var(--pink), var(--purple) 62%, var(--blue)),
    #fff;
  border: 2px solid var(--line);
  box-shadow: 4px 4px 0 var(--line);
}

.faq-grid article::before,
.setup-list div::before,
.release-panel::before {
  display: block;
  width: 16px;
  height: 16px;
  margin-bottom: 12px;
  content: "";
  border-radius: 999px;
  background:
    radial-gradient(circle at center, rgba(255, 255, 255, 0) 0 34%, var(--blue) 36% 56%, rgba(255, 255, 255, 0) 58%),
    var(--purple);
}

.showcase {
  overflow: hidden;
}

.showcase.large {
  grid-column: 1 / -1;
}

.showcase img {
  width: 100%;
  height: 420px;
  object-fit: cover;
  object-position: top left;
  border-bottom: 2px solid var(--line);
}

.showcase.large img {
  height: 510px;
}

.showcase--detail img {
  object-position: top right;
}

.showcase figcaption {
  padding: 18px 20px 20px;
  font-weight: 700;
  background: #fff;
  color: var(--ink) !important;
}

.proof .section-heading h2 {
  font-size: clamp(2.1rem, 4.1vw, 3.4rem);
  line-height: 1.02;
  max-width: 20ch;
}

.proof .section-heading p:not(.eyebrow) {
  max-width: 920px;
  margin-inline: auto;
  color: var(--ink-soft);
}

.features .section-heading h2,
.pricing .section-heading h2,
.workflow .section-heading h2 {
  max-width: 24ch;
}

.pricing-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
  align-items: stretch;
}

.pricing-card {
  display: grid;
  grid-template-rows: auto auto auto 1fr auto;
  gap: 16px;
  padding: 24px;
}

.pricing-card--featured {
  transform: translateY(-10px);
  background:
    linear-gradient(180deg, rgba(97, 117, 255, 0.18) 0%, rgba(154, 99, 255, 0.1) 100%),
    #fff;
  box-shadow: 10px 10px 0 var(--line);
}

.pricing-card--featured .pricing-badge {
  background: linear-gradient(90deg, var(--cyan) 0%, var(--blue) 56%, var(--purple) 100%);
}

.pricing-card--featured .button.primary {
  background: linear-gradient(180deg, #d9dbff 0%, #bfd2ff 100%);
  box-shadow: 7px 7px 0 var(--line);
}

.pricing-card__header {
  display: grid;
  gap: 10px;
}

.pricing-card__header h3,
.pricing-card__header p,
.pricing-site-limit,
.pricing-card ul,
.pricing-note {
  margin: 0;
}

.pricing-badge {
  justify-self: start;
  display: inline-flex;
  padding: 7px 10px;
  color: var(--ink) !important;
  background: var(--cyan);
  border: 2px solid var(--line);
  box-shadow: 4px 4px 0 var(--line);
  font-family: "Nunito", ui-sans-serif, system-ui, sans-serif;
  font-size: 0.8rem;
  font-weight: 900;
  text-transform: uppercase;
}

.pricing-card h3,
.pricing-card p,
.pricing-card li,
.pricing-card strong,
.pricing-card span,
.pricing-card .pricing-badge,
.pricing-card .pricing-note,
.pricing-card .pricing-price,
.pricing-card .pricing-price strong,
.pricing-card .pricing-price span {
  color: var(--ink) !important;
}

.pricing-price {
  display: grid;
  gap: 6px;
}

.pricing-price strong {
  color: var(--ink);
  font-family: "Rethink Sans", ui-sans-serif, system-ui, sans-serif;
  font-size: 2.2rem;
  line-height: 1;
}

.pricing-price span,
.pricing-site-limit,
.setup-list strong,
.release-meta,
.status-inline,
.doc-highlight-card span {
  color: var(--blue-deep);
  font-weight: 800;
}

.pricing-card ul {
  display: grid;
  gap: 10px;
  padding: 0;
  list-style: none;
}

.pricing-card li {
  position: relative;
  padding-left: 18px;
}

.pricing-card li::before {
  position: absolute;
  top: 0.55em;
  left: 0;
  width: 10px;
  height: 10px;
  content: "";
  background: linear-gradient(135deg, var(--cyan), var(--purple));
  border: 2px solid var(--line);
  border-radius: 999px;
}

.pricing-card .button {
  align-self: end;
}

.pricing-note {
  max-width: 860px;
  margin: 28px auto 0;
  text-align: center;
  font-size: 0.98rem;
}

.pricing-comparison {
  overflow-x: auto;
  border: 2px solid var(--line);
  border-radius: 8px;
  background: #fff;
  box-shadow: 8px 8px 0 rgba(26, 17, 56, 0.92);
}

.pricing-comparison table {
  width: 100%;
  min-width: 900px;
  border-collapse: separate;
  border-spacing: 0;
}

.pricing-comparison th,
.pricing-comparison td {
  padding: 18px 16px;
  border-right: 2px solid rgba(26, 17, 56, 0.16);
  border-bottom: 2px solid rgba(26, 17, 56, 0.12);
  text-align: center;
  vertical-align: middle;
}

.pricing-comparison th:first-child,
.pricing-comparison tbody th,
.pricing-comparison tfoot th {
  position: sticky;
  left: 0;
  z-index: 1;
  width: 240px;
  min-width: 240px;
  text-align: left;
  color: #2a0f60;
  background: linear-gradient(180deg, #ffffff 0%, #f5e7ff 100%);
}

.pricing-comparison thead th {
  color: #2a0f60;
  background: linear-gradient(180deg, #fff9c8 0%, #f5e7ff 100%);
}

.pricing-comparison thead th.is-featured {
  background: linear-gradient(180deg, #fff06a 0%, #ffd5f4 56%, #efe0ff 100%);
}

.pricing-comparison thead strong,
.pricing-table-price,
.pricing-table-note,
.pricing-table-sites {
  display: block;
}

.pricing-comparison thead strong {
  margin-top: 10px;
  font-size: 1rem;
  line-height: 1.15;
}

.pricing-table-price {
  margin-top: 10px;
  color: #7027d9;
  font-size: clamp(1.75rem, 3vw, 2.45rem);
  font-weight: 950;
  line-height: 1;
  text-shadow: 2px 2px 0 rgba(255, 240, 106, 0.85);
}

.pricing-table-note,
.pricing-table-sites {
  margin-top: 6px;
  color: #5f4f8c;
  font-size: 0.86rem;
  font-weight: 800;
}

.pricing-comparison tbody tr:nth-child(even) td,
.pricing-comparison tbody tr:nth-child(even) th {
  background-color: #fbf5ff;
}

.plan-marker {
  width: 22px;
  height: 22px;
  display: inline-block;
  border: 2px solid var(--line);
  border-radius: 999px;
}

.plan-marker.is-included {
  background:
    radial-gradient(circle at 50% 50%, #fff 0 20%, transparent 22%),
    linear-gradient(135deg, var(--cyan), var(--purple));
  box-shadow: 3px 3px 0 rgba(26, 17, 56, 0.72);
}

.plan-marker.is-empty {
  opacity: 0.3;
  background: #efe7ff;
}

.pricing-comparison tfoot td {
  background: #fff;
}

.pricing-comparison tfoot .button {
  width: 100%;
  min-width: 150px;
  justify-content: center;
  white-space: normal;
}

.workflow-step-heading {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 16px;
}

.workflow-steps span {
  display: inline-flex;
  width: 38px;
  height: 38px;
  align-items: center;
  justify-content: center;
  color: var(--ink);
  background: var(--cyan);
  border: 2px solid var(--line);
  box-shadow: 4px 4px 0 var(--line);
  font-family: "Nunito", ui-sans-serif, system-ui, sans-serif;
  font-weight: 900;
}

.setup-band,
.get-started,
.release-band {
  display: grid;
  gap: 30px;
  align-items: center;
  width: 100%;
  max-width: none;
  margin: 0;
}

.setup-band {
  grid-template-columns: minmax(0, 0.92fr) minmax(330px, 0.7fr);
}

.get-started {
  grid-template-columns: minmax(0, 0.94fr) minmax(320px, 0.66fr);
}

.release-band {
  grid-template-columns: minmax(0, 0.9fr) minmax(360px, 0.8fr);
  gap: 42px;
}

.setup-copy,
.get-started-copy {
  margin: 0;
  text-align: left;
}

.setup-copy,
.get-started-copy,
.release-copy {
  display: grid;
  justify-items: start;
  gap: 18px;
}

.setup-copy h2,
.get-started-copy h2,
.release-copy h2 {
  margin-inline: 0;
}

.setup-copy p,
.get-started-copy p,
.release-copy p {
  margin-inline: 0;
}

.release-copy {
  max-width: 760px;
  padding-left: 0;
}

.release-copy h2 {
  max-width: 11ch;
  line-height: 1;
}

.release-copy p {
  max-width: 760px;
}

.setup-list {
  display: grid;
  gap: 14px;
}

.setup-list div,
.start-panel,
.release-panel {
  position: relative;
  padding: 22px;
}

.start-panel {
  gap: 12px;
}

.release-panel strong {
  display: block;
  color: var(--ink);
  font-family: "Rethink Sans", ui-sans-serif, system-ui, sans-serif;
  font-size: 1.4rem;
}

.release-panel {
  max-width: 620px;
  width: 100%;
  justify-self: end;
}

.site-footer {
  display: grid;
  gap: 30px;
  padding: 46px 28px 30px;
  color: #f4f2ff;
  background:
    linear-gradient(90deg, rgba(147, 235, 255, 0.08) 1px, transparent 1px),
    linear-gradient(180deg, rgba(147, 235, 255, 0.07) 1px, transparent 1px),
    linear-gradient(180deg, #171b3f 0%, #10142f 56%, #0b0e22 100%);
  background-size: 32px 32px, 32px 32px, auto;
  border-top: 2px solid var(--line);
}

.footer-inner,
.footer-bottom {
  width: min(1180px, 100%);
  margin: 0 auto;
}

.footer-inner {
  display: grid;
  grid-template-columns: minmax(280px, 1.35fr) repeat(3, minmax(150px, 0.62fr));
  gap: 36px;
  align-items: start;
}

.footer-brand {
  display: grid;
  gap: 14px;
  max-width: 430px;
}

.brand--footer {
  width: fit-content;
  max-width: 100%;
  padding: 8px 12px 8px 8px;
  gap: 10px;
  color: var(--ink);
  border: 2px solid rgba(248, 247, 255, 0.34);
  background: rgba(248, 247, 255, 0.94);
  box-shadow: 4px 4px 0 #050713;
}

.footer-brand p,
.footer-bottom {
  margin: 0;
  color: #e8e6ff;
  font-size: 0.94rem;
}

.brand-wordmark--footer {
  width: min(260px, 68vw);
  filter: none;
}

.footer-column {
  display: grid;
  align-content: start;
  gap: 10px;
}

.footer-column h3 {
  margin: 0 0 6px;
  color: #fff;
  font-size: 0.9rem;
  letter-spacing: 0.02em;
  text-transform: uppercase;
}

.site-footer a {
  color: #f8f7ff;
  text-decoration: none;
  font-weight: 700;
}

.site-footer a:hover,
.site-footer a:focus-visible {
  color: #93ebff;
  text-decoration: underline;
  text-decoration-thickness: 2px;
  text-underline-offset: 4px;
}

.footer-bottom {
  display: flex;
  justify-content: space-between;
  gap: 16px;
  flex-wrap: wrap;
  padding-top: 22px;
  border-top: 2px solid rgba(232, 230, 255, 0.18);
}

.brand--footer .brand-mark-wrap {
  width: 48px;
  height: 48px;
  border-color: rgba(248, 247, 255, 0.34);
  background: #0f132d;
  box-shadow: none;
}

.doc-template {
  background:
    linear-gradient(90deg, rgba(9, 11, 21, 0.06) 1px, transparent 1px),
    linear-gradient(180deg, rgba(9, 11, 21, 0.06) 1px, transparent 1px),
    linear-gradient(180deg, #fff, #f6f4ff);
  background-size: 28px 28px, 28px 28px, auto;
}

.doc-hero {
  padding: 90px 28px 40px;
  border-bottom: 2px solid var(--line);
  background:
    linear-gradient(90deg, rgba(9, 11, 21, 0.16) 1px, transparent 1px),
    linear-gradient(180deg, rgba(9, 11, 21, 0.16) 1px, transparent 1px),
    linear-gradient(135deg, #7586ff 0%, #9a63ff 68%, #a7ecff 100%);
  background-size: 28px 28px, 28px 28px, auto;
}

.doc-hero h1 {
  max-width: 980px;
  margin: 0 auto;
  color: #fff;
  font-size: clamp(2.6rem, 5vw, 4.3rem);
}

.doc-summary {
  max-width: 980px;
  margin: 18px auto 0;
  color: #f6f4ff;
  font-size: 1.08rem;
  font-weight: 700;
}

.doc-hero .eyebrow {
  max-width: 980px;
  margin-inline: auto;
}

.doc-layout {
  display: grid;
  grid-template-columns: minmax(0, 820px) minmax(240px, 300px);
  gap: 56px;
  max-width: 1180px;
  margin: 0 auto;
  padding: 56px 28px 96px;
}

.doc-content {
  font-size: 1.05rem;
}

.doc-highlight-grid,
.doc-card-grid,
.doc-qa-grid,
.doc-related-links {
  display: grid;
  gap: 16px;
}

.doc-highlight-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin-bottom: 28px;
}

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

.doc-highlight-card,
.doc-qa-card,
.doc-callout {
  padding: 18px;
}

.doc-card,
.doc-related-link {
  display: block;
  padding: 18px;
  text-decoration: none;
}

.doc-highlight-card span {
  display: block;
  font-size: 0.82rem;
  text-transform: uppercase;
}

.doc-highlight-card strong,
.doc-card strong,
.doc-related-link {
  color: var(--ink);
}

.doc-highlight-card strong,
.doc-card strong {
  display: block;
  margin-top: 8px;
}

.doc-card p,
.doc-qa-card p,
.doc-callout p,
.doc-related-link,
.doc-content p,
.doc-content li {
  color: var(--ink-soft);
}

.doc-block {
  margin-top: 38px;
}

.doc-block:first-child {
  margin-top: 0;
}

.doc-list,
.doc-steps {
  padding-left: 1.3rem;
}

.doc-callout {
  margin-top: 18px;
  background: rgba(147, 235, 255, 0.18);
}

.doc-callout strong {
  display: block;
  margin-bottom: 6px;
  color: var(--ink);
}

.doc-card:hover,
.doc-card:focus-visible,
.doc-related-link:hover,
.doc-related-link:focus-visible {
  background: var(--panel-tint);
}

.doc-content h2,
.doc-content h3 {
  margin-top: 38px;
}

.doc-content a {
  color: var(--blue-deep);
  font-weight: 700;
}

.doc-content ul,
.doc-content ol {
  padding-left: 1.4rem;
}

.doc-content .wp-block-separator {
  margin: 34px 0;
  border: 0;
  border-top: 2px solid var(--line);
}

.doc-sidebar {
  position: sticky;
  top: 92px;
  align-self: start;
  padding-left: 22px;
  border-left: 2px solid var(--line);
}

.doc-sidebar h2 {
  margin-bottom: 14px;
  color: var(--ink);
  font-size: 1rem;
}

.doc-sidebar a {
  display: block;
  padding: 8px 0;
  color: var(--muted);
  text-decoration: none;
  font-weight: 700;
}

.doc-sidebar a.active,
.doc-sidebar a:hover {
  color: var(--blue-deep);
}

.doc-sidebar-anchor {
  padding-left: 12px !important;
  font-weight: 600 !important;
}

.doc-sidebar hr {
  margin: 14px 0;
  border: 0;
  border-top: 2px solid var(--line);
}

.download-stack,
.purchase-stack,
.release-list {
  display: grid;
  gap: 18px;
}

.download-grid,
.purchase-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
  margin-top: 22px;
}

.download-grid article,
.purchase-grid article,
.release-item {
  padding: 22px;
}

.release-meta {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
  margin-bottom: 12px;
  font-size: 0.92rem;
}

.release-item ul,
.download-grid ul,
.purchase-grid ul {
  margin: 0;
  padding-left: 1.15rem;
  color: var(--ink-soft);
}

.inline-note {
  color: var(--muted);
  font-size: 0.94rem;
}

.status-inline {
  display: inline-flex;
  padding: 6px 10px;
  color: var(--ink);
  background: var(--cyan);
  border: 2px solid var(--line);
  font-size: 0.78rem;
}

@media (max-width: 1100px) {
  .feature-grid,
  .faq-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

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

@media (max-width: 980px) {
  .header-inner {
    flex-direction: column;
    align-items: stretch;
    gap: 12px;
  }

  .site-nav {
    justify-content: flex-start;
  }

  .footer-inner {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .hero {
    min-height: 520px;
    grid-template-columns: 1fr;
    padding-block: 54px 52px;
    background:
      radial-gradient(circle at 82% 18%, rgba(147, 235, 255, 0.22) 0%, rgba(147, 235, 255, 0.08) 18%, transparent 38%),
      linear-gradient(180deg, rgba(23, 32, 75, 0.98) 0%, rgba(34, 45, 104, 0.96) 58%, rgba(52, 39, 119, 0.96) 100%),
      linear-gradient(135deg, rgba(97, 117, 255, 0.14) 0 22%, rgba(154, 99, 255, 0.1) 22% 36%, rgba(147, 235, 255, 0.08) 36% 52%, rgba(255, 255, 255, 0) 52%);
    background-position: center center, center center, center center;
  }

  
  .hero-side {
    width: 100%;
    padding-right: 0;
    justify-items: stretch;
  }

  .hero-panel {
    width: min(100%, 560px);
    margin: 0 auto;
  }

  .hero-product-logo {
    margin-inline: auto;
    object-position: center;
  }

  .metric-band,
  .value-grid,
  .showcase-grid,
  .workflow-steps,
  .setup-band,
  .get-started,
  .release-band,
  .download-grid,
  .purchase-grid,
  .doc-layout {
    grid-template-columns: 1fr;
  }

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

  .doc-sidebar {
    position: static;
    padding-left: 0;
    padding-top: 22px;
    border-left: 0;
    border-top: 2px solid var(--line);
  }

  .section,
  .metric-band {
    padding-inline: 20px;
  }

  .section {
    padding-top: 72px;
    padding-bottom: 72px;
  }

  .doc-hero {
    padding: 72px 20px 36px;
  }

  .doc-layout {
    padding: 40px 20px 72px;
  }
}

@media (max-width: 640px) {
  .site-header,
  .hero,
  .site-footer {
    padding-inline: 20px;
  }

  .footer-inner {
    grid-template-columns: 1fr;
    gap: 30px;
  }

  .footer-brand {
    max-width: none;
  }

  .brand--footer {
    width: 100%;
  }

  .brand-wordmark--footer {
    width: min(230px, calc(100vw - 126px));
  }

  .footer-bottom {
    display: grid;
    justify-content: stretch;
  }

  .site-header {
    padding-block: 16px;
  }

  .brand--header {
    width: 100%;
    justify-content: center;
  }

  .brand-wordmark--header {
    width: min(78vw, 280px);
    max-height: 90px;
  }

  .site-nav {
    width: 100%;
    gap: 8px;
  }

  .site-nav a {
    flex: 1 1 calc(50% - 8px);
    min-height: 40px;
    padding: 9px 12px;
    font-size: 0.82rem;
  }

  .nav-cta {
    margin-top: 0;
  }

  .hero-copy {
    width: 100%;
    padding-left: 0;
  }

  .hero-copy h1 {
    max-width: 13ch;
  }

  .hero-panel {
    padding: 22px;
  }

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

  .hero-actions .button,
  .setup-actions .button,
  .release-actions .button {
    width: 100%;
  }

  .metric-band,
  .feature-grid,
  .pricing-grid,
  .faq-grid {
    grid-template-columns: 1fr;
  }

  .brand-wordmark--header {
    width: min(78vw, 280px);
    max-height: 90px;
  }
}

/* Purple Y2K refresh */
:root {
  --ink: #17102e;
  --ink-soft: #3d2a70;
  --muted: #6d6298;
  --paper: #fbf8ff;
  --paper-strong: #ffffff;
  --paper-tint: #f0e7ff;
  --panel: rgba(255, 255, 255, 0.94);
  --panel-tint: #f7f0ff;
  --stripe: #efe1ff;
  --line: #1a1138;
  --blue: #1f94ff;
  --blue-deep: #1667d7;
  --purple: #7f30ea;
  --violet: #b986ff;
  --cyan: #48d7ff;
  --lavender: #eadcff;
  --pink: #ff7edb;
  --mint: #8effdd;
  --sun: #fff06a;
  --shadow: 8px 8px 0 #1a1138;
  --shadow-tight: 5px 5px 0 #1a1138;
}

body {
  color: var(--ink);
  background:
    repeating-linear-gradient(135deg, rgba(127, 48, 234, 0.08) 0 12px, rgba(255, 126, 219, 0.08) 12px 24px, rgba(72, 215, 255, 0.08) 24px 36px),
    linear-gradient(180deg, #fffaff 0%, #f4e9ff 38%, #fdf7ff 68%, #eefcff 100%);
  background-size: auto;
}

.site-header {
  position: sticky;
  top: 0;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.92) 0 44%, rgba(238, 220, 255, 0.9) 44% 70%, rgba(216, 246, 255, 0.88) 70% 100%),
    linear-gradient(90deg, var(--purple), var(--pink), var(--cyan));
  background-size: auto;
  backdrop-filter: blur(14px);
  box-shadow: 0 8px 0 rgba(26, 17, 56, 0.1);
}

.brand-wordmark--header {
  width: min(360px, 100%);
  max-width: 360px;
  max-height: 118px;
  filter: drop-shadow(3px 4px 0 rgba(26, 17, 56, 0.18));
}

.brand-mark-wrap {
  border-radius: 8px;
  background: #fff;
}

.site-nav a,
.button {
  border-radius: 8px;
}

.site-nav a {
  color: #241047;
  border-color: var(--line);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.96), rgba(242, 224, 255, 0.96));
}

.site-nav a:hover,
.site-nav a:focus-visible {
  background: linear-gradient(180deg, #fff06a 0%, #ffd5f4 100%);
}

.nav-cta--support,
.nav-cta--download,
.button.primary {
  color: #170d30 !important;
  background: linear-gradient(180deg, var(--sun) 0%, #ffb7ec 100%);
}

.button.secondary {
  background: linear-gradient(180deg, #ffffff 0%, #efe0ff 100%);
}

.hero,
.hero--etsy {
  overflow: hidden;
  background:
    repeating-linear-gradient(120deg, rgba(255, 255, 255, 0.12) 0 18px, rgba(255, 255, 255, 0) 18px 42px),
    linear-gradient(135deg, #3f168d 0%, #7930e8 34%, #b64cf4 63%, #27b9ff 100%);
  background-size: auto;
}

.hero::before {
  content: "";
  position: absolute;
  inset: 18px;
  pointer-events: none;
  border: 2px solid rgba(255, 255, 255, 0.48);
  border-radius: 12px;
  box-shadow: inset 0 0 0 6px rgba(255, 255, 255, 0.08);
}

.hero-copy,
.hero-side {
  position: relative;
  z-index: 1;
}

.hero-copy h1,
.hero-copy .eyebrow,
.hero-copy .hero-lede,
.hero-copy .hero-supporting {
  color: #fff;
  text-shadow: 2px 3px 0 rgba(26, 17, 56, 0.38);
}

.hero-copy .eyebrow {
  color: var(--sun);
  background: rgba(26, 17, 56, 0.34);
  border-color: rgba(255, 255, 255, 0.72);
  border-radius: 999px;
  box-shadow: 4px 4px 0 rgba(26, 17, 56, 0.45);
}

.hero-panel,
.doc-callout,
.release-panel,
.start-panel,
.setup-list,
.pricing-card,
.feature-card,
.value-grid article,
.faq-grid article,
.showcase,
.workflow-steps article,
.download-grid article,
.purchase-grid article,
.release-item {
  border-radius: 8px;
  border-color: var(--line);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.96), rgba(250, 241, 255, 0.96));
  box-shadow: 7px 7px 0 rgba(26, 17, 56, 0.92);
}

.hero-panel {
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(246, 232, 255, 0.98));
}

.hero-panel__eyebrow {
  color: #8b62d7;
}

.hero-panel__notes strong {
  color: #2a0f60;
}

.hero-panel__notes span {
  color: #5f4f8c;
}

.hero-panel::before {
  content: "";
  position: absolute;
  top: -20px;
  right: 24px;
  width: 54px;
  height: 54px;
  display: grid;
  background:
    radial-gradient(circle at 35% 32%, #fff 0 12%, transparent 13%),
    radial-gradient(circle at 64% 62%, var(--cyan) 0 15%, transparent 16%),
    linear-gradient(180deg, var(--pink), var(--purple));
  border: 2px solid var(--line);
  border-radius: 999px;
  box-shadow: var(--shadow-tight);
}

.hero-product-logo {
  border-radius: 8px;
  padding: 10px;
  background: #fff;
  box-shadow: inset 0 0 0 2px rgba(26, 17, 56, 0.08);
}

.hero-product-grid span,
.pricing-badge,
.status-inline,
.eyebrow {
  border-radius: 999px;
}

.hero-product-grid span,
.pricing-badge,
.status-inline {
  color: #170d30;
  background: linear-gradient(180deg, #fff06a, #ffd5f4);
}

.metric-band {
  background: linear-gradient(135deg, #211044 0%, #42188e 55%, #7027d9 100%);
  color: #fff;
}

.metric-band strong,
.metric-band span {
  color: #fff;
}

.section {
  background: transparent;
}

.section:nth-of-type(odd),
.release-band,
.setup-band,
.get-started,
.doc-hero,
.doc-layout {
  background:
    repeating-linear-gradient(135deg, rgba(127, 48, 234, 0.08) 0 14px, rgba(255, 126, 219, 0.08) 14px 28px, rgba(72, 215, 255, 0.08) 28px 42px),
    linear-gradient(180deg, #fffaff 0%, #f1e4ff 100%);
  background-size: auto;
}

.section-heading h2 {
  color: #2a0f60;
}

.feature-card:nth-child(3n + 1),
.value-grid article:nth-child(2n + 1),
.faq-grid article:nth-child(3n + 1) {
  background: linear-gradient(180deg, #ffffff 0%, #f3e4ff 100%);
}

.feature-card:nth-child(3n + 2),
.value-grid article:nth-child(2n),
.faq-grid article:nth-child(3n + 2) {
  background: linear-gradient(180deg, #ffffff 0%, #e5f8ff 100%);
}

.feature-card:nth-child(3n),
.faq-grid article:nth-child(3n) {
  background: linear-gradient(180deg, #ffffff 0%, #fff1fb 100%);
}

.pricing-card {
  background: linear-gradient(180deg, #ffffff 0%, #f7eaff 100%);
}

.pricing-card--featured {
  background: linear-gradient(180deg, #fff9b8 0%, #ffe1f6 42%, #eee0ff 100%);
  transform: translateY(-10px);
}

.pricing-card--featured::before {
  background: linear-gradient(90deg, var(--pink), var(--purple), var(--cyan));
}

.pricing-price strong {
  color: #7027d9;
  text-shadow: 2px 2px 0 rgba(255, 240, 106, 0.85);
}

.showcase {
  overflow: hidden;
}

.showcase img {
  border-radius: 6px;
}

.site-footer {
  background:
    repeating-linear-gradient(120deg, rgba(255, 255, 255, 0.08) 0 18px, rgba(255, 255, 255, 0) 18px 42px),
    linear-gradient(135deg, #1d103f 0%, #4f1aad 58%, #902ceb 100%);
  background-size: auto;
}

.site-footer,
.site-footer h3,
.site-footer p,
.site-footer a,
.footer-bottom {
  color: #fff;
}

.footer-column a {
  border-radius: 8px;
}

@media (max-width: 980px) {
  .hero,
  .hero--etsy {
    background:
      repeating-linear-gradient(120deg, rgba(255, 255, 255, 0.12) 0 18px, rgba(255, 255, 255, 0) 18px 42px),
      linear-gradient(135deg, #3f168d 0%, #7930e8 44%, #27b9ff 100%);
    background-size: auto;
  }
}
