html,
body,
#root,
.seo-fallback,
.static-public-page {
  min-height: 100%;
}

:root {
  --mana-color-ink: #101913;
  --mana-color-forest-soft: #20382b;
  --mana-color-clay-dark: #5f2d20;
  --mana-color-gold: #f3c05d;
  --mana-color-gold-soft: #f4cf75;
  --mana-color-cream: #f4ecd9;
  --mana-color-cream-bright: #fff6d9;
  --mana-color-paper: #fbf6e9;
  --mana-color-clay: #8f4b34;
  --mana-radius-control: 8px;
  --mana-radius-document: 12px;
  --mana-radius-pill: 999px;
  --mana-shadow-document: 0 16px 38px rgba(0, 0, 0, 0.24);
}

body {
  background: var(--mana-color-ink);
  color: var(--mana-color-forest-soft);
  font-family:
    Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI",
    sans-serif;
  margin: 0;
  min-width: 320px;
}

* {
  box-sizing: border-box;
}

a {
  color: var(--mana-color-clay);
  font-weight: 800;
  text-decoration-thickness: 1px;
  text-underline-offset: 3px;
}

a:hover,
a:focus-visible {
  color: var(--mana-color-clay-dark);
}

a:focus-visible {
  border-radius: var(--mana-radius-control);
  outline: 2px solid var(--mana-color-gold-soft);
  outline-offset: 3px;
}

.seo-fallback {
  background:
    linear-gradient(to top, rgba(6, 12, 9, 0.94) 0%, rgba(6, 12, 9, 0.78) 36%, rgba(6, 12, 9, 0.48) 64%, rgba(6, 12, 9, 0.22) 100%),
    url("/landing-1280.webp"),
    url("/landing-preview.webp"),
    var(--mana-color-ink);
  background-position: center top;
  background-size: cover;
  line-height: 1.6;
  padding: 0 24px 46px;
}

@supports (background-image: image-set(url("/landing-1280.webp") 1x)) {
  .seo-fallback {
    background:
      linear-gradient(to top, rgba(6, 12, 9, 0.94) 0%, rgba(6, 12, 9, 0.78) 36%, rgba(6, 12, 9, 0.48) 64%, rgba(6, 12, 9, 0.22) 100%),
      image-set(
        url("/landing-1280.webp") 1x,
        url("/landing-1920.webp") 2x
      ),
      url("/landing-preview.webp"),
      var(--mana-color-ink);
  }
}

.static-public-page {
  background:
    radial-gradient(circle at top, rgba(244, 207, 117, 0.08), transparent 360px),
    var(--mana-color-ink);
  line-height: 1.6;
  padding: 0 24px 46px;
}

.static-public-header {
  align-items: center;
  border-bottom: 1px solid rgba(244, 207, 117, 0.16);
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  justify-content: space-between;
  margin: 0 auto;
  max-width: 820px;
  padding: 24px 0 22px;
}

.static-public-brand {
  color: var(--mana-color-cream-bright);
  font-size: 18px;
  font-weight: 900;
  letter-spacing: 0;
  padding: 6px 4px;
  text-decoration: none;
}

.static-public-brand:hover,
.static-public-brand:focus-visible {
  color: var(--mana-color-gold-soft);
  text-shadow: 0 0 18px rgba(244, 207, 117, 0.22);
}

.static-public-header nav {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  justify-content: flex-end;
}

.static-public-header nav a {
  border: 1px solid rgba(244, 207, 117, 0.18);
  border-radius: var(--mana-radius-pill);
  color: var(--mana-color-cream);
  font-size: 13px;
  padding: 7px 11px;
  text-decoration: none;
}

.static-public-header nav a:hover,
.static-public-header nav a:focus-visible {
  background: rgba(244, 207, 117, 0.12);
  color: var(--mana-color-cream-bright);
}

.seo-document {
  background: linear-gradient(180deg, rgba(18, 32, 25, 0.92), rgba(12, 20, 16, 0.9));
  border: 1px solid rgba(244, 207, 117, 0.28);
  border-radius: var(--mana-radius-control);
  box-shadow: 0 18px 38px rgba(0, 0, 0, 0.34);
  color: var(--mana-color-cream);
  margin: 42px auto 0;
  max-width: 720px;
  padding: 32px 28px;
}

.static-public-document {
  background: var(--mana-color-paper);
  border: 1px solid #d8cbb2;
  border-radius: var(--mana-radius-document);
  box-shadow: var(--mana-shadow-document);
  color: var(--mana-color-forest-soft);
  margin: 26px auto 0;
  max-width: 820px;
  padding: 30px 28px;
}

.seo-document > *,
.static-public-document > * {
  max-width: 100%;
}

.static-public-eyebrow {
  color: #a15438;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0;
  margin: 0 0 12px;
  text-align: center;
  text-transform: uppercase;
}

.seo-fallback .static-public-eyebrow {
  color: var(--mana-color-gold);
  font-weight: 900;
  text-shadow: 0 1px 8px rgba(0, 0, 0, 0.72);
}

h1 {
  color: #14281e;
  font-size: 56px;
  letter-spacing: 0;
  line-height: 1;
  margin: 0;
}

.static-public-document h1 {
  font-size: 38px;
  font-weight: 800;
  line-height: 46px;
  text-align: center;
}

.seo-document h1 {
  color: var(--mana-color-cream-bright);
  font-size: 52px;
  font-weight: 800;
  line-height: 56px;
  text-align: center;
  text-shadow: 0 1px 10px rgba(0, 0, 0, 0.82);
}

.seo-lead {
  color: var(--mana-color-cream-bright);
  font-size: 18px;
  font-weight: 800;
  line-height: 26px;
  margin: 16px auto 10px;
  max-width: 600px;
  text-align: center;
  text-shadow: 0 1px 8px rgba(0, 0, 0, 0.72);
}

.seo-document p {
  color: #d7e1d8;
  font-size: 16px;
  line-height: 25px;
  margin: 0;
  text-shadow: 0 1px 8px rgba(0, 0, 0, 0.72);
}

.seo-document > p:not(.static-public-eyebrow):not(.seo-lead) {
  margin-left: auto;
  margin-right: auto;
  max-width: 620px;
  text-align: center;
}

.static-public-document section p {
  color: #2c4235;
  font-size: 16px;
  line-height: 25px;
  margin: 0;
}

.seo-document p + p {
  margin-top: 14px;
}

.static-public-document section p + p {
  margin-top: 10px;
}

.seo-primary-link {
  align-items: center;
  background: var(--mana-color-gold);
  border: 1px solid rgba(39, 23, 6, 0.22);
  border-radius: var(--mana-radius-control);
  color: #271706;
  display: inline-flex;
  font-size: 16px;
  justify-content: center;
  margin: 24px 0 8px;
  min-height: 44px;
  padding: 11px 18px;
  text-decoration: none;
}

.seo-trust-text {
  color: var(--mana-color-cream);
  font-size: 13px;
  font-weight: 700;
  line-height: 19px;
}

.seo-proof-text {
  color: var(--mana-color-cream-bright);
  font-size: 13px;
  font-weight: 800;
  line-height: 19px;
  margin: -6px 0 14px;
  text-align: center;
}

.seo-document > section {
  border-top: 1px solid rgba(32, 56, 43, 0.14);
  margin: 26px 0 0;
  padding: 24px 0 0;
}

.static-public-document section {
  margin: 20px 0 0;
}

h2 {
  color: #14281e;
  font-size: 24px;
  line-height: 1.2;
  margin: 0 0 18px;
}

h3,
.static-public-document h2 {
  color: #20382b;
  font-size: 20px;
  font-weight: 800;
  line-height: 26px;
  margin: 0 0 10px;
}

.seo-document h2 {
  color: var(--mana-color-gold);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0;
  line-height: 15px;
  margin: 0 0 14px;
  text-align: center;
  text-transform: uppercase;
}

.seo-document h3 {
  color: var(--mana-color-cream-bright);
  font-size: 18px;
  font-weight: 800;
  line-height: 24px;
  margin: 0 0 8px;
}

.seo-subsection {
  margin: 0 0 18px;
}

.seo-how-graphic {
  display: block;
  height: auto;
  margin: 14px auto 0;
  max-width: 184px;
  width: 100%;
}

blockquote {
  border-left: 4px solid rgba(244, 207, 117, 0.44);
  color: #e4eadf;
  font-size: 15px;
  line-height: 24px;
  margin: 0 0 18px;
  padding: 0 0 0 18px;
}

.seo-testimonial-photo {
  border: 1px solid rgba(217, 150, 69, 0.42);
  border-radius: 50%;
  display: block;
  height: 52px;
  margin: 0 auto 10px;
  object-fit: cover;
  width: 52px;
}

.seo-testimonial-trust {
  display: contents;
  margin: 0;
}

.seo-testimonial-attribution-row {
  align-items: center;
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto minmax(0, 1fr);
  gap: 8px;
  margin: 8px 0;
  width: 100%;
}

.seo-testimonial-stars {
  display: inline-flex;
  gap: 1px;
  grid-column: 2;
  justify-self: center;
}

.seo-testimonial-star {
  color: #d99645;
  font-size: 14px;
  font-weight: 900;
  line-height: 16px;
}

.seo-testimonial-star-empty {
  color: rgba(217, 150, 69, 0.3);
}

.seo-testimonial-verified {
  align-items: center;
  color: #d7e1d8;
  display: inline-flex;
  font-size: 12px;
  font-weight: 800;
  gap: 5px;
  grid-column: 3;
  justify-self: end;
  line-height: 15px;
}

.seo-testimonial-check {
  align-items: center;
  background: #d99645;
  border-radius: 3px;
  color: #fbf6e9;
  display: inline-flex;
  font-size: 10px;
  font-weight: 900;
  height: 14px;
  justify-content: center;
  line-height: 12px;
  width: 14px;
}

cite {
  color: var(--mana-color-gold-soft);
  display: block;
  font-style: normal;
  font-weight: 900;
  margin-top: 8px;
}

.seo-testimonial-attribution-row cite {
  display: inline;
  grid-column: 1;
  margin-top: 0;
  min-width: 0;
}

.static-public-updated {
  color: #69766e;
  font-size: 13px;
  line-height: 19px;
  margin: 16px 0 0;
  text-align: center;
}

.static-public-nav {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  margin: 0 auto;
  max-width: 820px;
  padding: 24px 4px 0;
  justify-content: center;
}

.static-public-nav a {
  color: #a9b8ae;
  font-size: 12px;
  text-decoration: none;
}

.static-public-nav a:hover,
.static-public-nav a:focus-visible {
  color: #f4cf75;
}

@media (max-width: 760px) {
  .seo-fallback {
    background:
      linear-gradient(to bottom, rgba(5, 10, 8, 0.76) 0%, rgba(5, 10, 8, 0.48) 32%, rgba(5, 10, 8, 0) 56%),
      linear-gradient(to top, rgba(6, 12, 9, 0.92) 0%, rgba(6, 12, 9, 0.74) 38%, rgba(6, 12, 9, 0.34) 66%, rgba(6, 12, 9, 0.12) 100%),
      url("/landing-768.webp"),
      url("/landing-preview.webp"),
      var(--mana-color-ink);
    background-position: center top;
    background-size: cover;
    padding: 0 16px 38px;
  }

  @supports (background-image: image-set(url("/landing-768.webp") 1x)) {
    .seo-fallback {
      background:
        linear-gradient(to bottom, rgba(5, 10, 8, 0.76) 0%, rgba(5, 10, 8, 0.48) 32%, rgba(5, 10, 8, 0) 56%),
        linear-gradient(to top, rgba(6, 12, 9, 0.92) 0%, rgba(6, 12, 9, 0.74) 38%, rgba(6, 12, 9, 0.34) 66%, rgba(6, 12, 9, 0.12) 100%),
        image-set(
          url("/landing-768.webp") 1x,
          url("/landing-1280.webp") 2x
        ),
        url("/landing-preview.webp"),
        var(--mana-color-ink);
    }
  }

  .static-public-page {
    background:
      radial-gradient(circle at top, rgba(244, 207, 117, 0.08), transparent 260px),
      var(--mana-color-ink);
    padding: 0 16px 38px;
  }

  .static-public-header {
    align-items: center;
    flex-direction: row;
    flex-wrap: nowrap;
    gap: 8px;
    justify-content: space-between;
    padding: 18px 0 20px;
  }

  .static-public-brand {
    flex-shrink: 0;
  }

  .static-public-header nav {
    display: flex;
    flex: 1;
    flex-wrap: nowrap;
    gap: 5px;
    justify-content: flex-end;
    min-width: 0;
  }

  .static-public-header nav a {
    font-size: 10px;
    justify-content: center;
    padding: 6px 7px;
    text-align: center;
    white-space: nowrap;
  }

  .seo-fallback .static-public-header {
    border-bottom-color: rgba(244, 207, 117, 0.12);
    margin: 0 auto;
    max-width: 390px;
  }

  .seo-document {
    margin-top: 24px;
    padding: 28px 20px;
  }

  .seo-fallback .seo-document {
    background: linear-gradient(180deg, rgba(18, 32, 25, 0.9), rgba(12, 20, 16, 0.88));
    border: 1px solid rgba(244, 207, 117, 0.28);
    border-radius: 8px;
    box-shadow: 0 18px 38px rgba(0, 0, 0, 0.34);
    margin: 22px auto 0;
    max-width: 390px;
    padding: 18px 16px 20px;
  }

  .static-public-document {
    margin-top: 24px;
    padding: 28px 20px;
  }

  h1 {
    font-size: 40px;
    line-height: 1.04;
  }

  .static-public-document h1 {
    font-size: 34px;
    line-height: 40px;
  }

  .seo-document h1 {
    font-size: 36px;
    line-height: 42px;
  }

  .seo-fallback .seo-document h1 {
    color: #fff6d9;
    font-size: 38px;
    line-height: 42px;
    text-shadow: 0 1px 9px rgba(0, 0, 0, 0.8);
  }

  .seo-fallback .static-public-eyebrow {
    color: #f3c05d;
    font-size: 11px;
    font-weight: 900;
    text-shadow: 0 1px 8px rgba(0, 0, 0, 0.72);
  }

  .seo-lead {
    font-size: 17px;
    line-height: 24px;
  }

  .seo-fallback .seo-lead {
    color: #fff6d9;
    font-size: 15px;
    line-height: 21px;
    max-width: 340px;
    text-shadow: 0 1px 8px rgba(0, 0, 0, 0.72);
  }

  .seo-document p,
  blockquote {
    font-size: 15px;
    line-height: 24px;
  }

  .seo-fallback .seo-document p {
    color: #d7e1d8;
    font-size: 13px;
    font-weight: 700;
    line-height: 19px;
    text-shadow: 0 1px 8px rgba(0, 0, 0, 0.72);
  }

  .seo-fallback .seo-primary-link {
    box-shadow: 0 8px 18px rgba(0, 0, 0, 0.22);
    min-height: 42px;
    width: 100%;
  }

  .seo-fallback .seo-document > section {
    border-top-color: rgba(244, 207, 117, 0.18);
    margin-top: 20px;
    padding-top: 18px;
  }

  .seo-fallback .seo-document h2 {
    color: #f3c05d;
    font-size: 11px;
    font-weight: 900;
    line-height: 14px;
    margin-bottom: 12px;
    text-transform: uppercase;
  }

  .seo-fallback .seo-document h3 {
    color: #fff6d9;
    font-size: 14px;
    line-height: 19px;
  }

  .seo-fallback .seo-subsection {
    margin-bottom: 15px;
  }

  .seo-fallback .seo-how-graphic {
    margin-top: 12px;
    max-width: 154px;
  }

  .seo-fallback blockquote {
    border-left-color: rgba(244, 207, 117, 0.44);
    color: #e4eadf;
    font-size: 13px;
    line-height: 19px;
    text-shadow: 0 1px 8px rgba(0, 0, 0, 0.72);
  }

  .seo-fallback cite {
    color: #f4cf75;
  }

  .static-public-document section p {
    font-size: 15px;
    line-height: 24px;
  }
}

@media (max-width: 380px) {
  .static-public-header nav {
    gap: 4px;
  }

  .static-public-header nav a {
    font-size: 10px;
    padding: 5px 5px;
  }
}
