:root {
  color-scheme: light;
  --ink: #242229;
  --muted: #66626c;
  --purple: #6840b7;
  --paper: #fcfbf8;
  --line: #dedbd6;
  --lilac: #eee9f6;
}
* {
  box-sizing: border-box;
}
html {
  scroll-behavior: smooth;
  scroll-padding-top: 92px;
}
body {
  margin: 0;
  background: var(--paper);
  color: var(--ink);
  font-family: Arial, Helvetica, sans-serif;
  -webkit-font-smoothing: antialiased;
}
a {
  color: inherit;
  text-decoration: none;
}
button,
summary {
  font: inherit;
}
button,
a,
summary {
  -webkit-tap-highlight-color: transparent;
}
button {
  cursor: pointer;
}
a:focus-visible,
button:focus-visible,
summary:focus-visible {
  outline: 3px solid var(--purple);
  outline-offset: 5px;
}
a:hover {
  color: var(--purple);
}
p {
  line-height: 1.65;
  color: var(--muted);
}
h1,
h2,
h3,
p {
  margin-top: 0;
}
h1,
h2 {
  font-weight: 500;
  letter-spacing: -0.055em;
}
h1 {
  font-size: clamp(48px, 6.4vw, 88px);
  line-height: 1.03;
  margin-bottom: 28px;
}
h2 {
  font-size: clamp(34px, 4vw, 54px);
  line-height: 1.08;
  margin-bottom: 24px;
}
h3 {
  font-size: 23px;
  font-weight: 500;
  letter-spacing: -0.025em;
}
img {
  max-width: 100%;
  height: auto;
}
.wrap {
  width: min(1180px, calc(100% - 80px));
  margin: auto;
}
.skip {
  position: absolute;
  top: -100px;
  padding: 14px;
  background: white;
  z-index: 20;
}
.skip:focus {
  top: 0;
}
.global-header {
  background: var(--paper);
  border-bottom: 1px solid var(--line);
  position: relative;
  z-index: 5;
}
.global-inner {
  height: 88px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.brand {
  font-size: 38px;
  font-weight: 750;
  letter-spacing: -2.5px;
  position: relative;
}
.brand-dot {
  font-size: 11px;
  letter-spacing: 0;
  vertical-align: top;
  display: inline-block;
  margin: 7px 0 0 5px;
}
.global-inner nav {
  display: flex;
  gap: 38px;
  align-items: center;
  font-size: 14px;
}
.sign-in {
  border: 1px solid #c7c3c9;
  padding: 11px 17px;
  border-radius: 5px;
}
.products summary {
  cursor: pointer;
  list-style: none;
}
.products summary::-webkit-details-marker {
  display: none;
}
.product-menu {
  position: absolute;
  right: 40px;
  top: 77px;
  background: #fff;
  padding: 26px;
  width: 380px;
  box-shadow: 0 12px 30px #25202f14;
  border: 1px solid var(--line);
  border-radius: 8px;
}
.product-link {
  display: grid;
  grid-template-columns: 36px 1fr;
  gap: 12px;
  align-items: center;
  font-size: 22px;
}
.product-link > span:last-child {
  grid-column: 1/-1;
  font-size: 14px;
  color: var(--muted);
}
.product-menu p {
  font-size: 12px;
  border-top: 1px solid var(--line);
  padding-top: 18px;
  margin: 22px 0 0;
}
.eyebrow {
  text-transform: uppercase;
  letter-spacing: 0.17em;
  font-size: 11px;
  font-weight: 700;
  color: var(--purple);
  margin-bottom: 24px;
}
.hero {
  padding: 94px 0 84px;
}
.hero-grid {
  display: grid;
  grid-template-columns: 1fr 0.95fr;
  align-items: center;
  gap: 64px;
}
.hero .lead {
  max-width: 490px;
}
.lead {
  font-size: 18px;
  line-height: 1.6;
}
.actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 22px;
  margin: 32px 0 20px;
}
.button {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  background: var(--purple);
  color: #fff;
  border: 1px solid var(--purple);
  border-radius: 5px;
  padding: 15px 22px;
  font-size: 14px;
  font-weight: 600;
  gap: 18px;
  line-height: 1.3;
}
.button:hover {
  background: #52308f;
  color: #fff;
}
.button.secondary {
  background: transparent;
  color: var(--ink);
  border-color: #c9c3d1;
}
.button.secondary:hover {
  background: var(--lilac);
}
.button.small {
  padding: 11px 16px;
  font-size: 12px;
}
.text-link {
  font-size: 14px;
  text-decoration: underline;
  text-underline-offset: 5px;
}
.fine {
  font-size: 12px;
  color: var(--muted);
}
.hero-note {
  display: flex;
  align-items: center;
  gap: 9px;
}
.hero-note:before {
  content: "";
  width: 6px;
  height: 6px;
  border-radius: 100%;
  background: var(--purple);
}
.motion-art {
  background: #e7e0ee;
  border: 1px solid #d9d0e2;
  border-radius: 9px;
  padding: 26px;
  aspect-ratio: 1.04;
  display: flex;
  flex-direction: column;
  position: relative;
  overflow: hidden;
}
.art-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 11px;
  letter-spacing: 0.04em;
}
.art-top span {
  display: flex;
  align-items: center;
  gap: 8px;
}
.art-top img {
  width: 22px;
}
.art-stage {
  flex: 1;
  display: flex;
  justify-content: center;
  flex-direction: column;
  position: relative;
  padding: 34px 0;
}
.art-stage:before,
.art-stage:after {
  content: "";
  position: absolute;
  inset: 28px 7px;
  border: 1px solid #baaacb;
  transform: rotate(-9deg);
  border-radius: 50%;
}
.art-stage:after {
  transform: rotate(13deg);
  inset: 46px -55px;
}
.lyric {
  position: relative;
  z-index: 1;
  font-size: clamp(38px, 4.4vw, 62px);
  font-weight: 550;
  letter-spacing: -0.06em;
  line-height: 1.05;
}
.lyric em {
  font-family: Georgia, serif;
  font-weight: 400;
  color: var(--purple);
}
.art-bottom {
  border-top: 1px solid #c7bcd3;
  padding-top: 18px;
  display: flex;
  justify-content: space-between;
  gap: 20px;
  font-size: 10px;
  letter-spacing: 0.06em;
}
.art-bottom span:last-child {
  color: var(--purple);
}
.strip {
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  padding: 24px 0;
}
.strip .wrap {
  display: flex;
  justify-content: space-between;
  gap: 18px;
  font-size: 12px;
  color: var(--muted);
}
.section {
  padding: 88px 0;
}
.section.tinted {
  background: #f0ede7;
}
.section-title {
  max-width: 650px;
}
.section-heading {
  display: flex;
  justify-content: space-between;
  align-items: end;
  gap: 40px;
  margin-bottom: 38px;
}
.section-heading h2 {
  margin: 0;
}
.feature-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 40px;
}
.feature {
  padding-top: 26px;
  border-top: 1px solid #beb7c8;
}
.feature .number {
  color: var(--purple);
  font-size: 12px;
  display: block;
  margin-bottom: 30px;
}
.feature p {
  font-size: 15px;
  margin-bottom: 0;
}
.product-highlight {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 65px;
  align-items: center;
}
.product-label {
  display: flex;
  align-items: center;
  gap: 12px;
  font-size: 18px;
  margin-bottom: 28px;
}
.product-label img {
  width: 36px;
}
.product-highlight h2 {
  font-size: 56px;
}
.statement {
  padding: 54px;
  border: 1px solid #d8d2de;
  border-radius: 8px;
  background: var(--lilac);
}
.statement p {
  font-size: 32px;
  letter-spacing: -0.04em;
  line-height: 1.25;
  color: var(--ink);
  margin-bottom: 34px;
}
.workflow {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  font-size: 11px;
  border-top: 1px solid #ccc3d8;
  padding-top: 24px;
}
.quiet-row {
  border-top: 1px solid var(--line);
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 30px;
  padding: 35px 0;
}
.quiet-row h3 {
  margin-bottom: 8px;
}
.quiet-row p {
  margin: 0;
  font-size: 14px;
}
.tag {
  font-size: 11px;
  border: 1px solid #c9c0d4;
  border-radius: 30px;
  padding: 7px 13px;
  white-space: nowrap;
  color: var(--purple);
}
.page-hero {
  text-align: center;
  padding: 70px 0 60px;
  background: #f0edf5;
}
.page-hero .product-label {
  justify-content: center;
  margin-bottom: 24px;
}
.page-hero h1 {
  font-size: clamp(45px, 5.6vw, 76px);
}
.page-hero .lead {
  max-width: 640px;
  margin: 0 auto;
}
.page-hero .actions {
  justify-content: center;
}
.product-nav {
  position: sticky;
  top: 0;
  z-index: 4;
  background: #fcfbf8f5;
  border-block: 1px solid var(--line);
  backdrop-filter: blur(12px);
}
.product-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 25px;
  min-height: 74px;
}
.motion-brand {
  display: flex;
  align-items: center;
  gap: 9px;
  font-size: 19px;
  font-weight: 600;
}
.product-inner nav {
  display: flex;
  gap: 24px;
  font-size: 12px;
}
.product-inner [aria-current] {
  color: var(--purple);
  text-decoration: underline;
  text-underline-offset: 7px;
}
.wide-art {
  max-width: 760px;
  margin: 0 auto;
}
.wide-art .motion-art {
  aspect-ratio: 1.8;
}
.wide-art .lyric {
  font-size: 68px;
  text-align: center;
}
.pricing {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 100px;
  align-items: start;
}
.price-card {
  background: #fff;
  border: 1px solid #cfc7da;
  border-radius: 8px;
  padding: 38px;
}
.price-card h3 {
  margin-bottom: 32px;
}
.price {
  font-size: 64px;
  letter-spacing: -0.06em;
}
.price small {
  font-size: 16px;
  letter-spacing: 0;
  color: var(--muted);
}
.check-list {
  list-style: none;
  padding: 0;
  margin: 28px 0;
}
.check-list li {
  font-size: 14px;
  padding: 11px 0;
  border-bottom: 1px solid #eeebf0;
}
.check-list li:before {
  content: "✓";
  color: var(--purple);
  margin-right: 12px;
}
.price-card .button {
  width: 100%;
  margin-bottom: 16px;
}
.faq {
  max-width: 800px;
  margin: auto;
}
.faq details {
  border-bottom: 1px solid var(--line);
  padding: 22px 0;
}
.faq summary {
  cursor: pointer;
  font-size: 17px;
}
.faq details p {
  margin: 18px 0 0;
  font-size: 15px;
}
.download-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 22px;
}
.download-card {
  background: #fff;
  border: 1px solid var(--line);
  padding: 30px;
  border-radius: 6px;
}
.platform {
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 0.16em;
  color: var(--purple);
  margin-bottom: 28px;
}
.download-card h3 {
  font-size: 23px;
  display: flex;
  align-items: center;
  gap: 10px;
}
.download-card p {
  font-size: 14px;
  min-height: 46px;
}
.download-card .button {
  width: 100%;
  gap: 8px;
  padding-inline: 10px;
}
.download-card.disabled {
  background: #f1efeb;
}
.button:disabled {
  background: #e6e2e9;
  color: #77717e;
  border-color: #ded9e4;
  cursor: not-allowed;
}
.hint {
  position: relative;
  display: inline-flex;
  align-items: center;
}
.hint button {
  border: 1px solid #b5acbf;
  background: transparent;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  font-size: 11px;
  padding: 0;
  color: var(--muted);
}
.tooltip {
  display: none;
  position: absolute;
  bottom: 30px;
  left: -95px;
  width: 230px;
  background: #29242f;
  color: white;
  padding: 14px;
  border-radius: 5px;
  font-size: 12px;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 1.5;
  z-index: 6;
}
.hint:hover .tooltip,
.hint:focus-within .tooltip {
  display: block;
}
.status {
  font-size: 14px;
  min-height: 24px;
  margin: 24px 0;
  color: var(--purple);
}
.setup-callout {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
  background: var(--lilac);
  padding: 34px;
  border-radius: 6px;
  margin-top: 32px;
}
.setup-callout h3 {
  margin-bottom: 8px;
}
.setup-callout p {
  margin: 0;
  font-size: 14px;
}
.help-grid {
  display: grid;
  grid-template-columns: 240px 1fr;
  gap: 70px;
}
.help-aside {
  font-size: 13px;
}
.help-aside a {
  display: block;
  border-bottom: 1px solid var(--line);
  padding: 15px 0;
}
.help-aside p {
  font-size: 12px;
  margin-top: 24px;
}
.video-placeholder {
  aspect-ratio: 16/9;
  background: var(--lilac);
  border: 1px solid #d5ccdf;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  border-radius: 7px;
  overflow: hidden;
  text-align: center;
  padding: 25px;
}
.video-placeholder iframe {
  border: 0;
  width: 100%;
  height: 100%;
  aspect-ratio: 16/9;
}
.video-placeholder:has(iframe) {
  padding: 0;
}
.play {
  width: 58px;
  height: 58px;
  border-radius: 50%;
  border: 1px solid #b7a7cd;
  background: white;
  color: var(--purple);
  margin-bottom: 18px;
  font-size: 19px;
}
.video-placeholder h3 {
  margin-bottom: 8px;
}
.video-placeholder p {
  font-size: 12px;
  margin: 0;
}
.steps {
  counter-reset: step;
}
.step {
  padding: 30px 0;
  border-bottom: 1px solid var(--line);
}
.step h3:before {
  counter-increment: step;
  content: "0" counter(step);
  font-size: 12px;
  color: var(--purple);
  margin-right: 18px;
}
.step p {
  font-size: 15px;
  margin-bottom: 0;
}
.legal {
  max-width: 780px;
  padding: 65px 0 90px;
}
.legal h1 {
  font-size: 58px;
}
.legal h2 {
  font-size: 25px;
  letter-spacing: -0.025em;
  margin: 36px 0 14px;
}
.legal p,
.legal li {
  font-size: 15px;
  line-height: 1.75;
  color: var(--muted);
}
.legal a {
  text-decoration: underline;
}
.draft-note {
  padding: 20px;
  background: var(--lilac);
  border-left: 3px solid var(--purple);
  font-size: 13px !important;
}
.site-footer {
  border-top: 1px solid var(--line);
  padding: 55px 0 25px;
}
.footer-top {
  display: grid;
  grid-template-columns: 2fr 1fr 1fr;
  gap: 40px;
  padding-bottom: 48px;
}
.footer-top h2 {
  font-size: 12px;
  letter-spacing: 0;
  font-weight: 600;
  margin: 8px 0 20px;
}
.footer-top p,
.footer-top a:not(.brand) {
  font-size: 12px;
  display: block;
  margin: 12px 0;
}
.footer-bottom {
  border-top: 1px solid var(--line);
  padding-top: 24px;
  display: flex;
  justify-content: space-between;
  gap: 20px;
  font-size: 10px;
  color: var(--muted);
}
.footer-bottom div {
  display: flex;
  gap: 22px;
}
@media (max-width: 950px) {
  .wrap {
    width: calc(100% - 48px);
  }
  .hero-grid {
    gap: 30px;
  }
  .hero {
    padding: 65px 0;
  }
  .product-inner {
    gap: 14px;
  }
  .product-inner nav {
    gap: 15px;
  }
  .product-highlight {
    gap: 30px;
  }
  .pricing {
    gap: 45px;
  }
  .download-grid {
    gap: 12px;
  }
  .download-card {
    padding: 22px;
  }
  .help-grid {
    gap: 35px;
    grid-template-columns: 180px 1fr;
  }
  .product-highlight h2 {
    font-size: 45px;
  }
}
@media (max-width: 700px) {
  .wrap {
    width: calc(100% - 36px);
  }
  .global-inner {
    height: 72px;
  }
  .brand {
    font-size: 33px;
  }
  .global-inner nav {
    gap: 19px;
    font-size: 12px;
  }
  .sign-in {
    padding: 8px 10px;
  }
  .product-menu {
    right: 18px;
    width: min(360px, calc(100% - 36px));
    top: 64px;
  }
  .hero-grid,
  .product-highlight,
  .pricing,
  .help-grid {
    grid-template-columns: 1fr;
  }
  .hero {
    padding: 48px 0;
  }
  .hero-grid {
    gap: 35px;
  }
  h1 {
    font-size: 55px;
  }
  .hero .lead {
    font-size: 16px;
  }
  .motion-art {
    aspect-ratio: 1.2;
  }
  .lyric {
    font-size: 52px;
  }
  .strip .wrap {
    flex-wrap: wrap;
    justify-content: center;
    font-size: 10px;
    gap: 12px 24px;
  }
  .section {
    padding: 55px 0;
  }
  .feature-grid,
  .download-grid {
    grid-template-columns: 1fr;
    gap: 25px;
  }
  .feature .number {
    margin-bottom: 18px;
  }
  .section-heading {
    display: block;
  }
  .section-heading .text-link {
    display: inline-block;
    margin-top: 20px;
  }
  .statement {
    padding: 32px;
  }
  .quiet-row {
    align-items: start;
  }
  .quiet-row .tag {
    white-space: normal;
    min-width: 105px;
    text-align: center;
  }
  .page-hero {
    padding: 50px 0 40px;
  }
  .page-hero .lead {
    font-size: 16px;
  }
  .product-inner {
    padding: 14px 0;
    flex-wrap: wrap;
  }
  .product-inner nav {
    order: 3;
    width: 100%;
    justify-content: space-between;
    gap: 12px;
  }
  .product-inner .small {
    margin-left: auto;
  }
  .product-nav {
    position: sticky;
  }
  .wide-art .lyric {
    font-size: 42px;
  }
  .wide-art .motion-art {
    aspect-ratio: 1.3;
  }
  .setup-callout {
    align-items: start;
    flex-direction: column;
    padding: 25px;
  }
  .download-card p {
    min-height: 0;
  }
  .help-aside {
    display: none;
  }
  .footer-top {
    grid-template-columns: 1fr 1fr;
    gap: 26px;
  }
  .footer-top > div:first-child {
    grid-column: 1/-1;
  }
  .footer-bottom {
    flex-wrap: wrap;
    line-height: 1.8;
  }
  .footer-bottom > span:last-child {
    display: none;
  }
  .legal h1 {
    font-size: 45px;
  }
  .price-card {
    padding: 28px;
  }
  .tooltip {
    left: auto;
    right: -70px;
  }
  .art-bottom {
    font-size: 9px;
  }
  .quiet-row {
    gap: 18px;
  }
}
@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }
}

/* Full Relign logo shared by the site header and footer. */
.brand {
  display: inline-flex;
  align-items: center;
}
.brand-logo {
  display: block;
  width: auto;
  height: 36px;
  max-width: 180px;
  object-fit: contain;
}
@media (max-width: 700px) {
  .brand-logo {
    height: 28px;
    max-width: 120px;
  }
}

/* Decorative link icon; follows the surrounding text color and size. */
.icon-external {
  display: inline-block;
  width: 1em;
  height: 1em;
  flex-shrink: 0;
  vertical-align: -0.12em;
  pointer-events: none;
}
