:root {
  --brand: #3962ff;
  --brand-dark: #004a8e;
  --brand-light: #5cc8ff;
  --rs-bg: #070a13;
  --rs-bg-2: #0c1324;
  --rs-ink: #f7fbff;
  --rs-muted: #aab6c8;
  --rs-soft: rgba(255, 255, 255, .08);
  --rs-soft-strong: rgba(255, 255, 255, .14);
  --rs-line: rgba(255, 255, 255, .14);
  --rs-line-strong: rgba(255, 255, 255, .22);
  --rs-card-shadow: 0 24px 70px rgba(0, 0, 0, .34);
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html,
body {
  min-height: 100%;
  max-width: 100%;
  overflow-x: clip;
}

body {
  margin: 0;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, Segoe UI, Roboto, Helvetica, Arial, "Apple Color Emoji", "Segoe UI Emoji";
}

html {
  scroll-behavior: smooth;
}

.brand-ring {
  box-shadow: 0 0 0 6px rgba(57, 98, 255, .14);
}

.card-shadow {
  box-shadow: var(--rs-card-shadow);
}

.eventcard-metadata {
  display: flex;
  flex-direction: column;
  gap: 3px;
}

/* Marketing pages */
.rs-marketing {
  background: var(--rs-bg);
  color: var(--rs-ink);
  color-scheme: dark;
}

.rs-main {
  position: relative;
  overflow: hidden;
  background:
    linear-gradient(180deg, rgba(7, 10, 19, .96), rgba(9, 14, 29, .98) 44%, #070a13),
    linear-gradient(135deg, rgba(57, 98, 255, .18), transparent 38%),
    var(--rs-bg);
}

.rs-main::before {
  content: "";
  position: fixed;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  background-image:
    linear-gradient(rgba(255, 255, 255, .045) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, .035) 1px, transparent 1px);
  background-size: 48px 48px;
  mask-image: linear-gradient(180deg, rgba(0, 0, 0, .9), rgba(0, 0, 0, .15));
}

.rs-main > section,
.rs-footer {
  position: relative;
  z-index: 1;
}

.rs-marketing .rs-main > section {
  isolation: isolate;
}

.rs-marketing .rs-main > section > .absolute.inset-0[class*="-z-10"] {
  z-index: 0 !important;
}

.rs-marketing .rs-main > section > :not(.absolute) {
  position: relative;
  z-index: 1;
}

.rs-marketing .rs-main > section:not(:first-child),
.rs-marketing .rs-main > section.bg-white,
.rs-marketing .rs-main > section.bg-slate-50 {
  background: transparent !important;
}

.rs-marketing .rs-main > section:first-child {
  background-color: #070a13;
}

.rs-marketing .rs-main > section:first-child .absolute.inset-0[class*="bg-black"] {
  background:
    linear-gradient(90deg, rgba(7, 10, 19, .94), rgba(7, 10, 19, .6) 45%, rgba(7, 10, 19, .82)),
    linear-gradient(180deg, rgba(7, 10, 19, .18), rgba(7, 10, 19, .9)) !important;
}

.rs-marketing .rs-main > section:first-child img[src*="hero-image-bg"] {
  filter: saturate(1.08) contrast(1.08);
}

.rs-hero-section {
  min-height: 100vh;
  padding: 8.5rem 0 3.5rem;
}

.rs-hero-bg {
  position: absolute;
  inset: 0;
  z-index: 0;
  overflow: hidden;
}

.rs-hero-bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: .28;
  filter: saturate(1.05) contrast(1.08);
}

.rs-hero-bg::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 50% 0%, rgba(143, 211, 255, .22), transparent 30%),
    linear-gradient(180deg, rgba(7, 10, 19, .70), #070a13 82%);
}

.rs-home-hero {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: 3rem;
  text-align: center;
}

.rs-hero-copy {
  max-width: 940px;
  margin: 0 auto;
}

.rs-eyebrow,
.rs-card-kicker {
  display: inline-flex;
  width: fit-content;
  align-items: center;
  justify-content: center;
  min-height: 32px;
  border: 1px solid rgba(143, 211, 255, .22);
  border-radius: 999px;
  padding: 0 13px;
  background: rgba(143, 211, 255, .08);
  color: #bfe9ff;
  font-size: .78rem;
  font-weight: 820;
  letter-spacing: .04em;
}

.rs-hero-copy .rs-eyebrow,
.rs-section-heading.centered .rs-eyebrow,
.rs-final-cta .rs-eyebrow {
  margin-inline: auto;
}

.rs-hero-copy h1,
.rs-final-cta h2 {
  margin: 1rem 0 0;
  color: #f8fbff;
  font-size: clamp(4rem, 12vw, 9.6rem) !important;
  line-height: .82 !important;
  font-weight: 900 !important;
  letter-spacing: -.045em;
}

.rs-hero-copy p,
.rs-section-heading p,
.rs-showcase-copy p,
.rs-math-panel p,
.rs-final-cta p {
  color: #aab6c8;
  font-size: clamp(1rem, 2vw, 1.2rem);
  line-height: 1.65;
}

.rs-hero-copy p {
  max-width: 690px;
  margin: 1.4rem auto 0;
}

.rs-hero-actions {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: .9rem;
  margin-top: 1.8rem;
}

.rs-primary-button,
.rs-ghost-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 50px;
  border-radius: 999px;
  padding: 0 1.4rem;
  font-size: .95rem;
  font-weight: 850;
  text-decoration: none;
  transition: transform .16s ease, border-color .16s ease, background .16s ease, box-shadow .16s ease;
}

.rs-primary-button {
  border: 1px solid rgba(255, 255, 255, .18);
  background: linear-gradient(135deg, #f8fbff, #9edfff 46%, #8b5cf6);
  color: #06101f;
  box-shadow: 0 18px 38px rgba(92, 200, 255, .22);
}

.rs-ghost-button {
  border: 1px solid rgba(255, 255, 255, .16);
  background: rgba(255, 255, 255, .06);
  color: #f8fbff;
  backdrop-filter: blur(14px);
}

.rs-primary-button:hover,
.rs-ghost-button:hover {
  transform: translateY(-1px);
}

.rs-built-for {
  margin-top: 1.6rem;
  color: #aab6c8;
  font-size: .92rem;
}

.rs-built-for span {
  color: #f8fbff;
  font-weight: 800;
}

.rs-hero-product {
  width: min(100%, 980px);
  margin: 0 auto;
}

.rs-browser-card,
.rs-dashboard-frame {
  overflow: hidden;
  border-radius: 8px;
  box-shadow: none;
}

.rs-browser-top {
  display: flex;
  align-items: center;
  gap: 8px;
  border-bottom: 1px solid rgba(255, 255, 255, .1);
  padding: 12px 14px;
  color: #aab6c8;
  font-size: .82rem;
}

.rs-browser-top span {
  width: 9px;
  height: 9px;
  border-radius: 999px;
  background: rgba(255, 255, 255, .22);
}

.rs-browser-top strong {
  margin-left: 8px;
  color: #eaf7ff;
}

.rs-browser-card img {
  display: block;
  width: 100%;
}

.rs-stat-strip {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1px;
  margin-top: 3rem;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, .13);
  border-radius: 8px;
  background: rgba(255, 255, 255, .1);
  box-shadow: 0 24px 70px rgba(0, 0, 0, .32);
}

.rs-stat-strip div {
  min-height: 112px;
  padding: 1.25rem;
  background: rgba(7, 10, 19, .82);
  text-align: center;
}

.rs-stat-strip strong {
  display: block;
  color: #f8fbff;
  font-size: clamp(1.6rem, 4vw, 2.65rem);
  line-height: 1;
}

.rs-stat-strip span {
  display: block;
  margin-top: .55rem;
  color: #aab6c8;
  font-size: .88rem;
}

.rs-marquee-section {
  overflow: hidden;
  border-block: 1px solid rgba(255, 255, 255, .1);
  padding: 1rem 0;
}

.rs-marquee-track {
  display: flex;
  width: max-content;
  gap: .65rem;
  animation: rs-marquee 34s linear infinite;
}

.rs-marquee-track span,
.rs-feature-pills span,
.rs-tabs span {
  display: inline-flex;
  align-items: center;
  min-height: 38px;
  border: 1px solid rgba(255, 255, 255, .14);
  border-radius: 999px;
  padding: 0 1rem;
  background: rgba(255, 255, 255, .055);
  color: #dcecff;
  font-size: .88rem;
  font-weight: 740;
  white-space: nowrap;
}

@keyframes rs-marquee {
  to { transform: translateX(-50%); }
}

.rs-section {
  padding: clamp(4rem, 8vw, 7rem) 0;
}

.rs-section-heading {
  max-width: 800px;
  margin-bottom: 2.5rem;
}

.rs-section-heading.centered {
  margin-inline: auto;
  text-align: center;
}

.rs-section-heading h2,
.rs-showcase-copy h2,
.rs-math-panel h2 {
  margin: 1rem 0 0;
  color: #f8fbff;
  font-size: clamp(3rem, 8vw, 6.4rem) !important;
  line-height: .88 !important;
  font-weight: 900 !important;
  letter-spacing: -.04em;
}

.rs-section-heading p {
  margin: 1rem auto 0;
  max-width: 720px;
}

.rs-work-grid {
  display: grid;
  grid-template-columns: 1.1fr .95fr .95fr;
  gap: 1rem;
}

.rs-work-card,
.rs-feature-card,
.rs-math-panel,
.rs-compare-grid article {
  position: relative;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, .13);
  border-radius: 8px;
  background: linear-gradient(180deg, rgba(255, 255, 255, .08), rgba(255, 255, 255, .045));
  backdrop-filter: blur(18px);
}

.rs-work-card {
  min-height: 360px;
  padding: 1.4rem;
}

.rs-work-card.primary {
  background:
    radial-gradient(circle at 20% 20%, rgba(143, 211, 255, .22), transparent 34%),
    linear-gradient(180deg, rgba(255, 255, 255, .1), rgba(255, 255, 255, .045));
}

.rs-work-card h3,
.rs-feature-card h3,
.rs-compare-grid h3 {
  margin: 1rem 0 0;
  color: #f8fbff;
  font-size: clamp(1.35rem, 3vw, 2rem);
  font-weight: 850;
  letter-spacing: -.02em;
}

.rs-work-card p,
.rs-feature-card p,
.rs-compare-grid li {
  color: #aab6c8;
  line-height: 1.55;
}

.rs-work-card p {
  max-width: 320px;
  margin-top: .7rem;
}

.rs-work-card img {
  position: absolute;
  right: 1.15rem;
  bottom: 1.15rem;
  width: 118px;
  height: 118px;
  object-fit: contain;
  filter: drop-shadow(0 22px 30px rgba(0, 0, 0, .35));
}

.rs-showcase {
  display: grid;
  grid-template-columns: minmax(0, .82fr) minmax(0, 1.18fr);
  gap: 2rem;
  align-items: center;
}

.rs-showcase-copy p,
.rs-math-panel p {
  max-width: 520px;
  margin-top: 1rem;
}

.rs-feature-pills {
  display: flex;
  flex-wrap: wrap;
  gap: .55rem;
  margin-top: 1.4rem;
}

.rs-dashboard-showcase {
  min-width: 0;
}

.rs-tabs {
  display: flex;
  flex-wrap: wrap;
  gap: .55rem;
  margin-bottom: .8rem;
}

.rs-tabs span.active {
  background: #f8fbff;
  color: #06101f;
}

.rs-dashboard-slides {
  display: flex;
  transition: transform .5s ease;
}

.rs-dashboard-slides img {
  display: block;
  width: 100%;
  min-width: 100%;
}

.rs-slide-controls {
  display: flex;
  justify-content: flex-end;
  gap: .6rem;
  margin-top: .8rem;
}

.rs-slide-controls button {
  min-height: 38px;
  border: 1px solid rgba(255, 255, 255, .14);
  border-radius: 999px;
  padding: 0 .95rem;
  background: rgba(255, 255, 255, .07);
  color: #f8fbff;
  font-weight: 800;
}

.rs-feature-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1rem;
}

.rs-feature-card {
  min-height: 275px;
  padding: 1.35rem;
}

.rs-feature-card img {
  width: 58px;
  height: 58px;
  object-fit: contain;
  filter: drop-shadow(0 18px 28px rgba(0, 0, 0, .32));
}

.rs-feature-card p {
  margin-top: .75rem;
}

.rs-math-panel {
  display: grid;
  grid-template-columns: minmax(0, .8fr) minmax(0, 1.2fr);
  gap: 2rem;
  padding: clamp(1.25rem, 4vw, 2.2rem);
}

.rs-math-panel .rs-primary-button {
  margin-top: 1.4rem;
}

.rs-compare-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1rem;
}

.rs-compare-grid article {
  padding: 1.25rem;
  box-shadow: none;
}

.rs-compare-grid ul {
  margin: 1rem 0 0;
  padding: 0;
  list-style: none;
}

.rs-compare-grid li {
  position: relative;
  padding: .65rem 0 .65rem 1.6rem;
  border-top: 1px solid rgba(255, 255, 255, .09);
}

.rs-compare-grid li::before {
  content: "";
  position: absolute;
  left: .2rem;
  top: 1.15rem;
  width: 7px;
  height: 7px;
  border-radius: 999px;
  background: #8fd3ff;
}

.rs-final-cta {
  text-align: center;
}

.rs-final-cta p {
  max-width: 560px;
  margin: 1rem auto 0;
}

.centered-actions {
  justify-content: center;
}

.rs-site-header {
  position: fixed;
  left: 0;
  right: 0;
  width: 100%;
  max-width: 100%;
  transition: transform .2s ease, background-color .2s ease, border-color .2s ease;
}

.rs-header-shell {
  width: min(100% - 24px, 72rem);
  margin-top: 10px;
  border: 1px solid rgba(255, 255, 255, .14);
  border-radius: 999px;
  background: rgba(7, 10, 19, .62);
  box-shadow: 0 18px 50px rgba(0, 0, 0, .22);
  backdrop-filter: blur(18px);
}

.rs-site-header.is-scrolled .rs-header-shell {
  background: rgba(7, 10, 19, .86);
  border-color: rgba(255, 255, 255, .2);
}

.rs-brand-link img {
  max-width: 170px;
  object-fit: contain;
}

.rs-nav-link,
.rs-mobile-link {
  color: rgba(247, 251, 255, .76);
  text-decoration: none;
  transition: color .16s ease, background .16s ease, border-color .16s ease;
}

.rs-nav-link {
  border: 1px solid transparent;
  border-radius: 999px;
  padding: 9px 14px;
  font-size: 14px;
  font-weight: 700;
}

.rs-nav-link:hover,
.rs-nav-link.is-active {
  border-color: rgba(255, 255, 255, .12);
  background: rgba(255, 255, 255, .08);
  color: #fff;
}

.rs-header-cta,
.rs-footer-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 42px;
  border: 1px solid rgba(255, 255, 255, .18);
  border-radius: 999px;
  padding: 0 18px;
  background: linear-gradient(135deg, #f8fbff, #9edfff 46%, #8b5cf6);
  color: #06101f;
  font-size: 14px;
  font-weight: 850;
  text-decoration: none;
  box-shadow: 0 14px 34px rgba(92, 200, 255, .22);
  transition: transform .16s ease, box-shadow .16s ease;
}

.rs-header-cta:hover,
.rs-footer-button:hover {
  transform: translateY(-1px);
  box-shadow: 0 18px 42px rgba(92, 200, 255, .28);
}

.rs-mobile-toggle {
  min-height: 40px;
  border: 1px solid rgba(255, 255, 255, .16);
  border-radius: 999px;
  padding: 0 14px;
  background: rgba(255, 255, 255, .08);
  color: #fff;
  font-size: 13px;
  font-weight: 800;
}

.rs-mobile-panel {
  box-sizing: border-box;
  width: 100%;
  max-width: none;
  margin: 8px 0 0;
  border: 1px solid rgba(255, 255, 255, .14);
  border-right-width: 0;
  border-left-width: 0;
  border-radius: 0 0 8px 8px;
  background: rgba(7, 10, 19, .92);
  box-shadow: 0 22px 60px rgba(0, 0, 0, .32);
  backdrop-filter: blur(18px);
}

.rs-mobile-panel > div {
  box-sizing: border-box;
  width: 100%;
}

.rs-mobile-link {
  border-radius: 8px;
  padding: 11px 12px;
  font-size: 14px;
  font-weight: 750;
}

.rs-mobile-link:hover,
.rs-mobile-link.is-active {
  background: rgba(255, 255, 255, .08);
  color: #fff;
}

.rs-marketing h1,
.rs-marketing .rs-main h2,
.rs-marketing .rs-main h3 {
  color: var(--rs-ink) !important;
  letter-spacing: 0;
}

.rs-marketing h1 {
  max-width: 920px;
  font-size: clamp(2.55rem, 7vw, 5.6rem) !important;
  line-height: .94 !important;
  font-weight: 850 !important;
}

.rs-marketing .rs-main h2 {
  font-size: clamp(1.85rem, 4vw, 3.1rem) !important;
  line-height: 1 !important;
  font-weight: 820 !important;
}

.rs-marketing .rs-main h3 {
  font-weight: 780 !important;
}

.rs-marketing .rs-main p,
.rs-marketing .rs-main li,
.rs-marketing .rs-main label,
.rs-marketing .text-slate-600,
.rs-marketing .text-slate-700,
.rs-marketing .text-blue-100,
.rs-marketing .text-blue-200,
.rs-footer {
  color: var(--rs-muted) !important;
}

.rs-marketing .text-slate-900,
.rs-marketing .text-gray-900,
.rs-marketing .text-gray-800,
.rs-marketing .text-slate-800,
.rs-marketing .text-blue-700,
.rs-marketing .text-blue-900,
.rs-marketing .font-semibold,
.rs-marketing strong {
  color: var(--rs-ink) !important;
}

.rs-marketing .text-slate-500 {
  color: rgba(170, 182, 200, .76) !important;
}

.rs-marketing .rs-main a {
  text-decoration: none;
}

.rs-marketing .rs-main a:not(.rs-header-cta):not(.rs-footer-button):not([class*="bg-"]):not([class*="border"]) {
  color: #8fd3ff !important;
}

.rs-marketing .rs-main .bg-white,
.rs-marketing .rs-main .bg-slate-50,
.rs-marketing .rs-main .bg-blue-50,
.rs-marketing .rs-main .bg-green-50,
.rs-marketing .rs-main .bg-red-50 {
  background-color: transparent !important;
}

.rs-marketing .rs-main .border-slate-200,
.rs-marketing .rs-main .border-slate-300,
.rs-marketing .rs-main .border-blue-100,
.rs-marketing .rs-main .border-blue-200,
.rs-marketing .rs-main .border-green-200,
.rs-marketing .rs-main .border-red-200 {
  border-color: var(--rs-line) !important;
}

.rs-marketing .rs-main .shadow-sm,
.rs-marketing .rs-main .shadow-lg,
.rs-marketing .rs-main .shadow-xl {
  box-shadow: none !important;
}

.rs-marketing .rs-main .rounded-2xl.border,
.rs-marketing .rs-main .rounded-xl.border,
.rs-marketing .rs-main .rounded-2xl.bg-white,
.rs-marketing .rs-main .rounded-2xl.bg-slate-50,
.rs-marketing .rs-main .rounded-xl.bg-white,
.rs-marketing .rs-main .rounded-xl.bg-slate-50 {
  border-radius: 8px !important;
  border-color: var(--rs-line) !important;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, .08), rgba(255, 255, 255, .045)) !important;
  box-shadow: var(--rs-card-shadow) !important;
  backdrop-filter: blur(18px);
}

.rs-marketing .rs-main .rounded-2xl.border:hover,
.rs-marketing .rs-main .rounded-xl.border:hover {
  border-color: var(--rs-line-strong) !important;
}

.rs-marketing .rs-main .rounded-xl.border-green-200,
.rs-marketing .rs-main .rounded-xl.border-red-200 {
  box-shadow: none !important;
}

.rs-marketing .rs-main .rounded-xl.border-green-200 {
  background: rgba(34, 197, 94, .12) !important;
  color: #bbf7d0 !important;
}

.rs-marketing .rs-main .rounded-xl.border-red-200 {
  background: rgba(248, 113, 113, .12) !important;
  color: #fecaca !important;
}

.rs-marketing .text-green-800 {
  color: #bbf7d0 !important;
}

.rs-marketing .text-red-800 {
  color: #fecaca !important;
}

.rs-marketing .rs-main .rounded-full.bg-blue-600,
.rs-marketing .rs-main .rounded-full.bg-brand,
.rs-marketing .rs-main .rounded-full.bg-purple-500 {
  background: #8fd3ff !important;
  color: #06101f !important;
}

.rs-marketing .rs-main img[src*="dashboard"],
.rs-marketing .rs-main img[src*="participants"],
.rs-marketing .rs-main img[src*="status"] {
  max-width: 100%;
  border-radius: 8px;
}

.rs-marketing .rs-main img[src*="dashboard-mockup"],
.rs-marketing .rs-main #dashboardSlides {
  border: 1px solid rgba(255, 255, 255, .16);
  box-shadow: 0 28px 80px rgba(0, 0, 0, .44);
}

.rs-marketing .rs-main img[src*="automation"],
.rs-marketing .rs-main img[src*="secure"],
.rs-marketing .rs-main img[src*="participants.png"],
.rs-marketing .rs-main img[src*="insights"],
.rs-marketing .rs-main img[src*="email-confirmation"],
.rs-marketing .rs-main img[src*="auto-racebib"],
.rs-marketing .rs-main img[src*="qr.png"] {
  filter: drop-shadow(0 16px 24px rgba(0, 0, 0, .28));
}

.rs-marketing .rs-main a[class*="bg-gradient-to-r"],
.rs-marketing .rs-main button[class*="bg-gradient-to-r"] {
  border-radius: 999px !important;
  border: 1px solid rgba(255, 255, 255, .18) !important;
  background-image: linear-gradient(135deg, #f8fbff, #9edfff 46%, #8b5cf6) !important;
  color: #06101f !important;
  box-shadow: 0 16px 34px rgba(92, 200, 255, .22) !important;
}

.rs-marketing .rs-main a[class*="bg-gradient-to-r"]:hover,
.rs-marketing .rs-main button[class*="bg-gradient-to-r"]:hover {
  opacity: 1 !important;
  transform: translateY(-1px);
}

.rs-marketing .rs-main a.border,
.rs-marketing .rs-main button.border,
.rs-marketing .rs-main a.bg-white {
  border-radius: 999px !important;
  border-color: rgba(255, 255, 255, .18) !important;
  background: rgba(255, 255, 255, .07) !important;
  color: #f8fbff !important;
  backdrop-filter: blur(12px);
}

.rs-marketing .rs-main input:not([type="hidden"]):not([type="checkbox"]):not([type="radio"]),
.rs-marketing .rs-main textarea,
.rs-marketing .rs-main select {
  min-height: 46px;
  border-radius: 8px !important;
  border-color: rgba(255, 255, 255, .18) !important;
  background: rgba(255, 255, 255, .07) !important;
  color: #f8fbff !important;
  box-shadow: none !important;
}

.rs-marketing .rs-main textarea {
  min-height: 132px;
}

.rs-marketing .rs-main input::placeholder,
.rs-marketing .rs-main textarea::placeholder {
  color: rgba(170, 182, 200, .64);
}

.rs-marketing .rs-main input:focus,
.rs-marketing .rs-main textarea:focus,
.rs-marketing .rs-main select:focus {
  border-color: #8fd3ff !important;
  box-shadow: 0 0 0 4px rgba(143, 211, 255, .15) !important;
}

.rs-marketing .rs-main select option {
  background: #0c1324;
  color: #f8fbff;
}

.rs-marketing .rs-main .list-disc {
  padding-left: 0;
  list-style-position: inside;
}

.rs-marketing .rs-main .g-recaptcha {
  max-width: 100%;
  overflow: hidden;
  border-radius: 8px;
}

.rs-footer {
  border-top: 1px solid rgba(255, 255, 255, .12);
  background: linear-gradient(180deg, rgba(7, 10, 19, .84), #05070d);
}

.rs-footer a {
  color: rgba(247, 251, 255, .82);
  text-decoration: none;
}

.rs-footer a:hover {
  color: #fff;
}

.rs-footer-kicker {
  color: rgba(143, 211, 255, .9);
  font-size: 12px;
  font-weight: 850;
  letter-spacing: .14em;
  text-transform: uppercase;
}

.rs-footer-bottom {
  border-top: 1px solid rgba(255, 255, 255, .1);
}

.rs-rapzed {
  display: flex;
  align-items: center;
  gap: 10px;
}

.rs-rapzed-mark {
  display: inline-flex;
  align-items: center;
  border-radius: 999px;
  background: rgba(255, 255, 255, .9);
  padding: 5px 8px;
}

body.rs-page-home .rs-hero-copy h1 {
  font-size: clamp(4rem, 12vw, 9.6rem) !important;
  line-height: .82 !important;
  letter-spacing: -.045em;
}

body.rs-page-home .rs-section-heading h2,
body.rs-page-home .rs-showcase-copy h2,
body.rs-page-home .rs-math-panel h2,
body.rs-page-home .rs-final-cta h2 {
  font-size: clamp(3rem, 8vw, 6.4rem) !important;
  line-height: .88 !important;
  letter-spacing: -.04em;
}

body:not(.rs-page-home).rs-marketing .rs-main > section:first-child > div.max-w-7xl,
body.rs-page-privacy .rs-main > section:first-child h1,
body.rs-page-privacy .rs-main > section:first-child > div > p:first-of-type,
body.rs-page-terms .rs-main > section:first-child h1,
body.rs-page-terms .rs-main > section:first-child > div > p:first-of-type {
  max-width: 880px !important;
  margin-inline: auto;
  text-align: center;
}

body:not(.rs-page-home).rs-marketing .rs-main > section:first-child h1 {
  margin-inline: auto;
  font-size: clamp(3.2rem, 9vw, 6.4rem) !important;
  line-height: .88 !important;
  letter-spacing: -.04em;
}

body:not(.rs-page-home).rs-marketing .rs-main > section:first-child p {
  margin-inline: auto;
}

@media (max-width: 767px) {
  .rs-header-shell {
    width: min(100% - 16px, 72rem);
    margin-top: 8px;
    padding-left: 12px !important;
    padding-right: 10px !important;
  }

  .rs-brand-link img {
    max-width: 146px;
  }

  .rs-mobile-panel {
    width: 100%;
    max-width: none;
    margin-right: 0;
    margin-left: 0;
  }

  .rs-marketing h1 {
    font-size: clamp(2.35rem, 14vw, 3.65rem) !important;
  }

  .rs-marketing .rs-main h2 {
    font-size: clamp(1.75rem, 10vw, 2.45rem) !important;
  }

  body.rs-page-home .rs-hero-section {
    min-height: auto;
    padding-top: 7.5rem;
  }

  body.rs-page-home .rs-hero-copy h1 {
    font-size: clamp(3.6rem, 18vw, 5.4rem) !important;
  }

  body.rs-page-home .rs-section-heading h2,
  body.rs-page-home .rs-showcase-copy h2,
  body.rs-page-home .rs-math-panel h2,
  body.rs-page-home .rs-final-cta h2 {
    font-size: clamp(2.65rem, 14vw, 4.4rem) !important;
  }

  .rs-hero-actions,
  .rs-hero-actions.centered-actions {
    flex-direction: column;
  }

  .rs-primary-button,
  .rs-ghost-button {
    width: 100%;
  }

  .rs-stat-strip,
  .rs-work-grid,
  .rs-showcase,
  .rs-feature-grid,
  .rs-math-panel,
  .rs-compare-grid {
    grid-template-columns: 1fr;
  }

  .rs-stat-strip div {
    min-height: 92px;
  }

  .rs-work-card {
    min-height: 290px;
  }

  .rs-dashboard-frame {
    margin-top: .5rem;
  }

  .rs-slide-controls {
    justify-content: stretch;
  }

  .rs-slide-controls button {
    flex: 1;
  }

  .rs-marketing .rs-main > section > div {
    padding-left: 1rem !important;
    padding-right: 1rem !important;
  }

  .rs-marketing .rs-main .grid {
    gap: 1.25rem !important;
  }

  .rs-marketing .rs-main .flex.gap-4 {
    flex-wrap: wrap;
  }

  .rs-marketing .rs-main a[class*="px-8"],
  .rs-marketing .rs-main a[class*="px-7"],
  .rs-marketing .rs-main a[class*="px-6"],
  .rs-marketing .rs-main button[class*="px-6"] {
    width: 100%;
  }

  .rs-marketing .rs-main img[src*="dashboard-mockup"] {
    transform: none !important;
  }

  .rs-rapzed {
    flex-wrap: wrap;
    justify-content: center;
    text-align: center;
  }
}

/* Sitedrop-inspired light redesign for marketing pages. Events does not use
   the rs-marketing body class, so this layer leaves the Events page alone. */
:root {
  --brand: #2563eb;
  --brand-dark: #1d4ed8;
  --brand-light: #60a5fa;
  --rs-bg: hsl(210 33% 98%);
  --rs-bg-2: #ffffff;
  --rs-ink: hsl(220 25% 12%);
  --rs-muted: hsl(220 10% 46%);
  --rs-soft: hsl(215 90% 56% / .08);
  --rs-soft-strong: hsl(215 90% 56% / .14);
  --rs-line: hsl(214 20% 90%);
  --rs-line-strong: hsl(214 22% 82%);
  --rs-card-shadow: 0 18px 52px rgb(15 23 42 / .08);
  --rs-font-body: "Inter", ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  --rs-font-heading: "Plus Jakarta Sans", "Inter", ui-sans-serif, system-ui, sans-serif;
}

body {
  font-family: var(--rs-font-body);
}

body.rs-marketing {
  background: var(--rs-bg) !important;
  color: var(--rs-ink) !important;
  color-scheme: light;
}

body.rs-marketing .rs-main {
  overflow: hidden;
  background:
    linear-gradient(180deg, #ffffff 0%, var(--rs-bg) 34%, #ffffff 100%) !important;
}

body.rs-marketing #how-it-works,
body.rs-marketing #dashboard,
body.rs-marketing #features,
body.rs-marketing #contact {
  scroll-margin-top: 112px;
}

body.rs-marketing .rs-main::before {
  background-image: radial-gradient(circle, hsl(215 90% 56% / .12) 1px, transparent 1.5px);
  background-size: 24px 24px;
  mask-image: linear-gradient(180deg, rgb(0 0 0 / .72), rgb(0 0 0 / .08) 68%, transparent);
}

body.rs-marketing .rs-main > section:not(:first-child),
body.rs-marketing .rs-main > section.bg-white,
body.rs-marketing .rs-main > section.bg-slate-50 {
  background: transparent !important;
}

body.rs-marketing .rs-main > section:first-child {
  background: var(--rs-bg) !important;
}

body.rs-marketing .rs-main > section:first-child .absolute.inset-0[class*="bg-black"] {
  background:
    linear-gradient(90deg, rgb(248 250 252 / .97), rgb(248 250 252 / .74) 52%, rgb(248 250 252 / .93)),
    linear-gradient(180deg, rgb(255 255 255 / .30), var(--rs-bg)) !important;
}

body.rs-marketing .rs-main > section:first-child img[src*="hero-image-bg"] {
  opacity: .10 !important;
  filter: saturate(.85) contrast(.95) !important;
}

body.rs-marketing h1,
body.rs-marketing .rs-main h2,
body.rs-marketing .rs-main h3,
.rs-nav-link,
.rs-mobile-link,
.rs-header-cta,
.rs-footer-button,
.rs-primary-button,
.rs-ghost-button {
  font-family: var(--rs-font-heading);
}

body.rs-marketing h1,
body.rs-marketing .rs-main h2,
body.rs-marketing .rs-main h3 {
  color: var(--rs-ink) !important;
  letter-spacing: 0 !important;
}

body.rs-marketing .rs-main p,
body.rs-marketing .rs-main li,
body.rs-marketing .rs-main label,
body.rs-marketing .text-slate-500,
body.rs-marketing .text-slate-600,
body.rs-marketing .text-slate-700,
body.rs-marketing .text-blue-100,
body.rs-marketing .text-blue-200 {
  color: var(--rs-muted) !important;
}

body.rs-marketing .text-white,
body.rs-marketing .text-slate-900,
body.rs-marketing .text-gray-900,
body.rs-marketing .text-gray-800,
body.rs-marketing .text-slate-800,
body.rs-marketing .text-blue-700,
body.rs-marketing .text-blue-900,
body.rs-marketing .font-semibold,
body.rs-marketing strong {
  color: var(--rs-ink) !important;
}

.rs-site-header {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  width: 100%;
  max-width: 100%;
}

.rs-header-shell {
  width: min(95%, 64rem);
  margin-top: 1rem;
  border: 1px solid rgb(226 232 240 / .86) !important;
  border-radius: 16px;
  background: rgb(255 255 255 / .86) !important;
  box-shadow: 0 14px 40px rgb(15 23 42 / .10);
  backdrop-filter: blur(18px);
}

.rs-site-header.is-scrolled .rs-header-shell {
  border-color: rgb(203 213 225 / .90) !important;
  background: rgb(255 255 255 / .94) !important;
}

.rs-brand-link img {
  max-width: 164px;
  object-fit: contain;
}

.rs-nav-link,
.rs-mobile-link {
  color: hsl(220 10% 36%) !important;
}

.rs-nav-link {
  border-radius: 999px;
  padding: 9px 13px;
  font-size: 13px;
  font-weight: 700;
}

.rs-nav-link:hover,
.rs-nav-link.is-active,
.rs-mobile-link:hover,
.rs-mobile-link.is-active {
  border-color: hsl(215 90% 56% / .14) !important;
  background: hsl(215 90% 56% / .08) !important;
  color: var(--rs-ink) !important;
}

.rs-header-cta,
.rs-footer-button,
.rs-primary-button {
  border: 0 !important;
  border-radius: 999px;
  background: linear-gradient(135deg, #2563eb, #7c3aed) !important;
  color: #ffffff !important;
  box-shadow: 0 14px 32px rgb(37 99 235 / .24) !important;
}

.rs-header-cta:hover,
.rs-footer-button:hover,
.rs-primary-button:hover {
  transform: translateY(-1px);
  box-shadow: 0 18px 38px rgb(37 99 235 / .28) !important;
}

.rs-mobile-toggle {
  border-color: var(--rs-line) !important;
  background: #ffffff !important;
  color: var(--rs-ink) !important;
}

.rs-mobile-panel {
  box-sizing: border-box;
  width: 100%;
  max-width: none;
  margin-right: 0;
  margin-left: 0;
  border: 1px solid var(--rs-line) !important;
  border-right-width: 0 !important;
  border-left-width: 0 !important;
  border-radius: 0 0 8px 8px;
  background: rgb(255 255 255 / .96) !important;
  box-shadow: var(--rs-card-shadow);
  backdrop-filter: blur(18px);
}

.rs-mobile-link {
  border-radius: 8px;
}

body.rs-page-home .rs-hero-section {
  min-height: 90vh;
  padding: 7.5rem 0 3.5rem;
}

body.rs-page-home .rs-hero-bg img {
  opacity: .07 !important;
  filter: saturate(.72) contrast(.95) !important;
}

body.rs-page-home .rs-hero-bg::after {
  background:
    linear-gradient(90deg, rgb(248 250 252 / .98), rgb(248 250 252 / .72) 52%, rgb(255 255 255 / .88)),
    linear-gradient(180deg, transparent 0%, var(--rs-bg) 82%) !important;
}

body.rs-page-home .rs-home-hero {
  max-width: 90%;
  align-items: center;
  gap: 3.5rem;
  text-align: left;
}

body.rs-page-home .rs-hero-copy {
  max-width: 36rem;
  margin: 0;
}

body.rs-page-home .rs-hero-copy .rs-eyebrow,
body.rs-page-home .rs-section-heading.centered .rs-eyebrow,
body.rs-page-home .rs-final-cta .rs-eyebrow {
  margin-inline: 0;
}

body.rs-page-home .rs-section-heading.centered .rs-eyebrow,
body.rs-page-home .rs-final-cta .rs-eyebrow {
  margin-inline: auto;
}

.rs-eyebrow,
.rs-card-kicker {
  min-height: 32px;
  border: 1px solid hsl(215 90% 56% / .14) !important;
  border-radius: 999px;
  background: #ffffff !important;
  color: #2563eb !important;
  font-family: var(--rs-font-heading);
  font-size: .78rem;
  font-weight: 700;
  letter-spacing: 0;
  box-shadow: 0 8px 24px rgb(37 99 235 / .08);
}

body.rs-page-home .rs-hero-copy h1 {
  max-width: 38rem;
  margin: 1rem 0 0;
  color: var(--rs-ink) !important;
  font-size: 4.75rem !important;
  line-height: 1.02 !important;
  font-weight: 800 !important;
  letter-spacing: 0 !important;
}

body.rs-page-home .rs-hero-copy p {
  max-width: 31rem;
  margin: 1.35rem 0 0;
  color: var(--rs-muted) !important;
  font-size: 1.125rem;
  line-height: 1.7;
}

.rs-hero-actions {
  justify-content: flex-start;
  gap: .8rem;
  margin-top: 1.75rem;
}

.rs-primary-button,
.rs-ghost-button {
  min-height: 48px;
  padding: 0 1.25rem;
  font-size: .94rem;
  font-weight: 700;
}

.rs-ghost-button {
  border: 1px solid var(--rs-line) !important;
  background: #ffffff !important;
  color: var(--rs-ink) !important;
  box-shadow: 0 10px 24px rgb(15 23 42 / .05);
  backdrop-filter: none;
}

.rs-built-for {
  color: var(--rs-muted) !important;
}

.rs-built-for span {
  color: var(--rs-ink) !important;
}

.rs-browser-card,
.rs-dashboard-frame,
.rs-work-card,
.rs-feature-card,
.rs-math-panel,
.rs-compare-grid article {
  border-radius: 8px !important;
}

.rs-browser-card {
  transform: translateY(6px);
}

.rs-browser-top {
  border-bottom: 1px solid var(--rs-line) !important;
  color: var(--rs-muted) !important;
}

.rs-browser-top span {
  background: #cbd5e1 !important;
}

.rs-browser-top strong {
  color: var(--rs-ink) !important;
}

.rs-browser-card img,
.rs-dashboard-slides img {
}

.rs-stat-strip {
  max-width: 64rem;
  margin-top: 3rem;
  border: 1px solid var(--rs-line) !important;
  border-radius: 8px !important;
  background: #ffffff !important;
  box-shadow: var(--rs-card-shadow) !important;
}

.rs-stat-strip div {
  background: #ffffff !important;
}

.rs-stat-strip div + div {
  border-left: 1px solid var(--rs-line);
}

.rs-stat-strip strong {
  color: var(--rs-ink) !important;
  font-size: 2.1rem;
  font-weight: 800;
}

.rs-stat-strip span {
  color: var(--rs-muted) !important;
}

.rs-marquee-section {
  border-block: 1px solid var(--rs-line) !important;
  background: #ffffff !important;
}

.rs-marquee-track span,
.rs-feature-pills span,
.rs-tabs span {
  
  background: #ffffff !important;
  color: hsl(220 10% 36%) !important;
}

.rs-section {
  padding: 5.5rem 0;
}

.rs-section-heading {
  max-width: 46rem;
}

.rs-section-heading h2,
.rs-showcase-copy h2,
.rs-math-panel h2,
body.rs-page-home .rs-section-heading h2,
body.rs-page-home .rs-showcase-copy h2,
body.rs-page-home .rs-math-panel h2,
body.rs-page-home .rs-final-cta h2 {
  margin: 1rem 0 0;
  color: var(--rs-ink) !important;
  font-size: 3.45rem !important;
  line-height: 1.08 !important;
  font-weight: 800 !important;
  letter-spacing: 0 !important;
}

.rs-section-heading p,
.rs-showcase-copy p,
.rs-math-panel p,
.rs-final-cta p {
  color: var(--rs-muted) !important;
  font-size: 1.05rem;
  line-height: 1.7;
}

.rs-work-grid {
  grid-template-columns: 1.1fr .95fr .95fr;
  gap: 1rem;
}

.rs-work-card {
  min-height: 340px;
  padding: 1.35rem;
}

.rs-work-card.primary {
  background:
    linear-gradient(180deg, hsl(215 90% 56% / .08), #ffffff 56%) !important;
}

.rs-work-card h3,
.rs-feature-card h3,
.rs-compare-grid h3 {
  color: var(--rs-ink) !important;
  font-size: 1.55rem;
  font-weight: 800;
  letter-spacing: 0 !important;
}

.rs-work-card p,
.rs-feature-card p,
.rs-compare-grid li {
  color: var(--rs-muted) !important;
}

.rs-work-card img,
.rs-feature-card img,
body.rs-marketing .rs-main img[src*="automation"],
body.rs-marketing .rs-main img[src*="secure"],
body.rs-marketing .rs-main img[src*="participants.png"],
body.rs-marketing .rs-main img[src*="insights"],
body.rs-marketing .rs-main img[src*="email-confirmation"],
body.rs-marketing .rs-main img[src*="auto-racebib"],
body.rs-marketing .rs-main img[src*="qr.png"] {
  filter: drop-shadow(0 16px 22px rgb(15 23 42 / .12)) !important;
}

.rs-showcase {
  gap: 2.5rem;
}

.rs-tabs span.active {
  border-color: transparent !important;
  background: linear-gradient(135deg, #2563eb, #7c3aed) !important;
  color: #ffffff !important;
}

.rs-slide-controls button {
  border: 1px solid var(--rs-line) !important;
  background: #ffffff !important;
  color: var(--rs-ink) !important;
}

.rs-feature-grid {
  gap: 1rem;
}

.rs-feature-card {
  min-height: 270px;
  padding: 1.3rem;
}

.rs-math-panel {
  gap: 2rem;
  padding: 2rem;
}

.rs-compare-grid li {
  border-top: 1px solid var(--rs-line) !important;
}

.rs-compare-grid li::before {
  background: #2563eb !important;
}

.rs-final-cta {
  background:
    linear-gradient(180deg, transparent, hsl(215 90% 56% / .05) 52%, transparent) !important;
}

.centered-actions {
  justify-content: center;
}

body:not(.rs-page-home).rs-marketing .rs-main > section:first-child {
  padding-top: 8.5rem;
}

body:not(.rs-page-home).rs-marketing .rs-main > section:first-child h1,
body.rs-page-privacy .rs-main > section:first-child h1,
body.rs-page-terms .rs-main > section:first-child h1 {
  max-width: 50rem !important;
  font-size: 3.95rem !important;
  line-height: 1.08 !important;
  font-weight: 800 !important;
  letter-spacing: 0 !important;
}

body:not(.rs-page-home).rs-marketing .rs-main > section:first-child p {
  color: var(--rs-muted) !important;
  font-size: 1.1rem;
  line-height: 1.7;
}

body.rs-marketing .rs-main .bg-white,
body.rs-marketing .rs-main .bg-slate-50,
body.rs-marketing .rs-main .bg-blue-50,
body.rs-marketing .rs-main .bg-green-50,
body.rs-marketing .rs-main .bg-red-50 {
  background-color: #ffffff !important;
}

body.rs-marketing .rs-main .border-slate-200,
body.rs-marketing .rs-main .border-slate-300,
body.rs-marketing .rs-main .border-blue-100,
body.rs-marketing .rs-main .border-blue-200,
body.rs-marketing .rs-main .border-green-200,
body.rs-marketing .rs-main .border-red-200 {
  border-color: var(--rs-line) !important;
}

body.rs-marketing .rs-main .shadow-sm,
body.rs-marketing .rs-main .shadow-lg,
body.rs-marketing .rs-main .shadow-xl {
  box-shadow: var(--rs-card-shadow) !important;
}

body.rs-marketing .rs-main .rounded-2xl.border,
body.rs-marketing .rs-main .rounded-xl.border,
body.rs-marketing .rs-main .rounded-2xl.bg-white,
body.rs-marketing .rs-main .rounded-2xl.bg-slate-50,
body.rs-marketing .rs-main .rounded-xl.bg-white,
body.rs-marketing .rs-main .rounded-xl.bg-slate-50 {
  border-radius: 8px !important;
  border-color: var(--rs-line) !important;
  background: #ffffff !important;
  box-shadow: var(--rs-card-shadow) !important;
  backdrop-filter: none !important;
}

body.rs-marketing .rs-main .rounded-xl.border-green-200 {
  background: #f0fdf4 !important;
  color: #166534 !important;
}

body.rs-marketing .rs-main .rounded-xl.border-red-200 {
  background: #fef2f2 !important;
  color: #991b1b !important;
}

body.rs-marketing .text-green-800 {
  color: #166534 !important;
}

body.rs-marketing .text-red-800 {
  color: #991b1b !important;
}

body.rs-marketing .rs-main .rounded-full.bg-blue-600,
body.rs-marketing .rs-main .rounded-full.bg-brand,
body.rs-marketing .rs-main .rounded-full.bg-purple-500 {
  background: #2563eb !important;
  color: #ffffff !important;
}

body.rs-marketing .rs-main img[src*="dashboard"],
body.rs-marketing .rs-main img[src*="participants"],
body.rs-marketing .rs-main img[src*="status"],
body.rs-marketing .rs-main img[src*="dashboard-mockup"],
body.rs-marketing .rs-main #dashboardSlides {
  border-color: var(--rs-line) !important;
  box-shadow: 0 18px 46px rgb(15 23 42 / .10) !important;
}

body.rs-marketing .rs-main a[class*="bg-gradient-to-r"],
body.rs-marketing .rs-main button[class*="bg-gradient-to-r"] {
  border: 0 !important;
  border-radius: 999px !important;
  background-image: linear-gradient(135deg, #2563eb, #7c3aed) !important;
  color: #ffffff !important;
  box-shadow: 0 14px 32px rgb(37 99 235 / .24) !important;
}

body.rs-marketing .rs-main a.border,
body.rs-marketing .rs-main button.border,
body.rs-marketing .rs-main a.bg-white {
  border-radius: 999px !important;
  border-color: var(--rs-line) !important;
  background: #ffffff !important;
  color: var(--rs-ink) !important;
  backdrop-filter: none;
}

body.rs-marketing .rs-main input:not([type="hidden"]):not([type="checkbox"]):not([type="radio"]),
body.rs-marketing .rs-main textarea,
body.rs-marketing .rs-main select {
  min-height: 46px;
  border-radius: 8px !important;
  border-color: var(--rs-line) !important;
  background: #ffffff !important;
  color: var(--rs-ink) !important;
  box-shadow: none !important;
}

body.rs-marketing .rs-main input::placeholder,
body.rs-marketing .rs-main textarea::placeholder {
  color: hsl(220 10% 54%) !important;
}

body.rs-marketing .rs-main input:focus,
body.rs-marketing .rs-main textarea:focus,
body.rs-marketing .rs-main select:focus {
  border-color: #2563eb !important;
  box-shadow: 0 0 0 4px rgb(37 99 235 / .12) !important;
}

body.rs-marketing .rs-main select option {
  background: #ffffff;
  color: var(--rs-ink);
}

.rs-footer {
  border-top: 1px solid var(--rs-line) !important;
  background: #ffffff !important;
  color: var(--rs-muted) !important;
}

.rs-footer a {
  color: hsl(220 10% 36%) !important;
}

.rs-footer a:hover {
  color: var(--rs-ink) !important;
}

.rs-footer-kicker {
  color: #2563eb !important;
  font-family: var(--rs-font-heading);
  letter-spacing: 0;
}

.rs-footer-bottom {
  border-top: 1px solid var(--rs-line) !important;
}

.rs-rapzed-mark {
  background: #ffffff !important;
  border: 1px solid var(--rs-line);
}

@media (min-width: 1024px) {
  body.rs-page-home .rs-home-hero {
    grid-template-columns: minmax(0, .96fr) minmax(420px, 1.04fr);
  }
}

@media (max-width: 1023px) {
  body.rs-page-home .rs-home-hero {
    max-width: 44rem;
    gap: 2.25rem;
    text-align: center;
  }

  body.rs-page-home .rs-hero-copy {
    margin-inline: auto;
  }

  body.rs-page-home .rs-hero-copy .rs-eyebrow {
    margin-inline: auto;
  }

  body.rs-page-home .rs-hero-copy h1 {
    max-width: 42rem;
    margin-inline: auto;
    font-size: 3.5rem !important;
  }

  body.rs-page-home .rs-hero-copy p {
    margin-inline: auto;
  }

  .rs-hero-actions {
    justify-content: center;
  }

  .rs-showcase,
  .rs-math-panel {
    grid-template-columns: 1fr;
  }

  .rs-feature-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 767px) {
  .rs-header-shell {
    width: min(100% - 16px, 64rem);
    margin-top: 8px;
  }

  .rs-brand-link img {
    max-width: 148px;
  }

  .rs-mobile-panel {
    width: 100%;
    max-width: none;
    margin-right: 0;
    margin-left: 0;
  }

  body.rs-page-home .rs-hero-section {
    min-height: auto;
    padding-top: 7rem;
  }

  body.rs-page-home .rs-hero-copy h1,
  body.rs-marketing h1 {
    font-size: 2.8rem !important;
    line-height: 1.06 !important;
  }

  body.rs-marketing .rs-main h2,
  body.rs-page-home .rs-section-heading h2,
  body.rs-page-home .rs-showcase-copy h2,
  body.rs-page-home .rs-math-panel h2,
  body.rs-page-home .rs-final-cta h2 {
    font-size: 2.2rem !important;
    line-height: 1.12 !important;
  }

  body:not(.rs-page-home).rs-marketing .rs-main > section:first-child h1,
  body.rs-page-privacy .rs-main > section:first-child h1,
  body.rs-page-terms .rs-main > section:first-child h1 {
    font-size: 2.75rem !important;
  }

  .rs-section {
    padding: 4rem 0;
  }

  .rs-stat-strip,
  .rs-work-grid,
  .rs-feature-grid,
  .rs-compare-grid {
    grid-template-columns: 1fr;
  }

  .rs-stat-strip div + div {
    border-left: 0;
    border-top: 1px solid var(--rs-line);
  }

  .rs-stat-strip strong {
    font-size: 1.85rem;
  }

  .rs-hero-actions,
  .rs-hero-actions.centered-actions {
    flex-direction: column;
  }

  .rs-primary-button,
  .rs-ghost-button {
    width: 100%;
  }

  .rs-work-card {
    min-height: 300px;
  }

  .rs-math-panel {
    padding: 1.15rem;
  }
}

body.rs-page-home #how-it-works .rs-work-card {
  border: 1px solid #e2e8f0 !important;
  border-radius: 18px !important;
  background: #ffffff !important;
  box-shadow: 0 18px 42px rgba(15, 23, 42, .08) !important;
  display: flex;
  min-height: 330px;
  flex-direction: column;
  align-items: flex-start;
  padding: 2rem;
}

body.rs-page-home #how-it-works .rs-work-card .rs-card-kicker {
  display: inline-flex;
  order: -2;
  margin-bottom: .65rem;
}

body.rs-page-home #how-it-works .rs-work-card h3 {
  margin-top: 1.45rem;
  font-size: 1.95rem;
  line-height: 1.18;
}

body.rs-page-home #how-it-works .rs-work-card p {
  max-width: 100%;
  margin-top: 1rem;
  margin-bottom: 0;
  font-size: 1.05rem;
  line-height: 1.55;
}

body.rs-page-home #how-it-works .rs-work-card img {
  order: -1;
  position: static !important;
  width: 78px;
  height: 78px;
  align-self: start;
  justify-self: start;
  margin: 0;
}

body.rs-marketing .rs-image-cta {
  min-height: 320px;
}

body.rs-marketing .rs-image-cta > .absolute.inset-0 {
  z-index: -1;
}

body.rs-marketing .rs-image-cta h2 {
  color: var(--rs-ink) !important;
  font-size: clamp(1.9rem, 3vw, 2.7rem) !important;
  line-height: 1.08 !important;
  font-weight: 800 !important;
}

body.rs-marketing .rs-image-cta p {
  color: #ffffff !important;
  font-size: 1.1rem;
  line-height: 1.6;
}

body.rs-marketing .rs-image-cta a {
  min-width: 170px;
  min-height: 54px;
  border: 0 !important;
  border-radius: 14px !important;
  background: linear-gradient(135deg, #a855f7, #3b82f6) !important;
  color: #111827 !important;
  font-family: var(--rs-font-heading);
  font-size: 1rem !important;
  font-weight: 800 !important;
  box-shadow: 0 16px 36px rgb(30 64 175 / .18) !important;
}

body.rs-marketing .rs-page-cta {
  min-height: 500px;
  display: flex;
  align-items: center;
  background: #eef4fb !important;
  text-align: center;
  padding: 6rem 0;
}

body.rs-marketing .rs-page-cta .rs-eyebrow {
  margin-inline: auto;
}

body.rs-marketing .rs-page-cta h2 {
  max-width: 760px !important;
  margin-inline: auto;
  color: var(--rs-ink) !important;
  font-size: clamp(3.4rem, 7vw, 5.25rem) !important;
  line-height: .96 !important;
  font-weight: 800 !important;
  letter-spacing: 0 !important;
}

body.rs-marketing .rs-page-cta p {
  max-width: 720px;
  margin-inline: auto;
  color: var(--rs-muted) !important;
  font-size: 1.2rem;
  line-height: 1.6;
}

body.rs-marketing .rs-page-cta .rs-hero-actions {
  justify-content: center;
  margin-top: 2rem;
}

body.rs-page-home #dashboard .rs-dashboard-frame {
  aspect-ratio: 16 / 9;
  display: flex;
  align-items: center;
  background: #ffffff !important;
}

body.rs-page-home #dashboard .rs-dashboard-slides {
  width: 100%;
  height: 100%;
  align-items: center;
}

body.rs-page-home #dashboard .rs-dashboard-slides img {
  flex: 0 0 100%;
  width: 100%;
  min-width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
  background: #ffffff !important;
}

body.rs-page-home #dashboard .rs-slide-controls button {
  width: 48px;
  height: 48px;
  min-height: 48px;
  padding: 13px;
  border-radius: 999px !important;
}

body.rs-page-home #dashboard .rs-slide-controls button svg {
  display: block;
}

body.rs-marketing .rs-page-hero {
  min-height: 500px;
  display: flex;
  align-items: center;
  background: #eef4fb !important;
  text-align: center;
}

body.rs-marketing .rs-page-hero h1 {
  max-width: 760px !important;
  margin-inline: auto;
  color: var(--rs-ink) !important;
  font-size: clamp(3.4rem, 7vw, 5.25rem) !important;
  line-height: .96 !important;
  font-weight: 800 !important;
  letter-spacing: 0 !important;
}

body.rs-marketing .rs-page-hero p {
  max-width: 720px;
  margin-inline: auto;
  color: var(--rs-muted) !important;
  font-size: 1.2rem;
  line-height: 1.6;
}

body.rs-marketing .rs-page-hero .rs-hero-actions {
  justify-content: center;
  margin-top: 2rem;
}

body.rs-marketing .rs-page-hero .rs-eyebrow {
  margin-inline: auto;
}

body.rs-marketing #services-how-it-works,
body.rs-marketing #contact-form {
  scroll-margin-top: 112px;
}

body.rs-page-about .rs-page-hero,
body.rs-page-services .rs-page-hero,
body.rs-page-contact .rs-page-hero,
body.rs-page-terms .rs-page-hero {
  padding-top: 10.5rem !important;
  padding-bottom: 6rem !important;
}

@media (max-width: 767px) {
  body.rs-marketing .rs-page-hero {
    min-height: auto;
    padding: 7rem 0 4rem;
  }

  body.rs-marketing .rs-page-hero h1 {
    font-size: 2.75rem !important;
    line-height: 1.08 !important;
  }

  body.rs-marketing .rs-page-hero p {
    font-size: 1rem;
  }

  body.rs-marketing .rs-page-cta {
    min-height: auto;
    padding: 4.5rem 0;
  }

  body.rs-marketing .rs-page-cta h2 {
    font-size: 2.75rem !important;
    line-height: 1.08 !important;
  }

  body.rs-marketing .rs-page-cta p {
    font-size: 1rem;
  }

  body.rs-page-about .rs-page-hero,
  body.rs-page-services .rs-page-hero,
  body.rs-page-contact .rs-page-hero,
  body.rs-page-terms .rs-page-hero {
    padding-top: 8.5rem !important;
    padding-bottom: 4.5rem !important;
  }
}

.rs-site-header,
.rs-mobile-panel {
  width: 100vw;
  max-width: 100vw;
}

.rs-site-header {
  right: auto;
}

.rs-mobile-panel {
  margin-right: 0;
  margin-left: 0;
}

@supports (width: 100dvw) {
  .rs-site-header,
  .rs-mobile-panel {
    width: 100dvw;
    max-width: 100dvw;
  }
}

@media (max-width: 767px) {
  .rs-site-header {
    inset-inline: 0;
    overflow: visible;
  }

  .rs-header-shell {
    width: calc(100vw - 16px);
    max-width: calc(100vw - 16px);
    margin-right: auto;
    margin-left: auto;
    gap: 10px;
  }

  .rs-brand-link {
    min-width: 0;
    flex: 1 1 auto;
    overflow: hidden;
  }

  .rs-brand-link img {
    display: block;
    max-width: min(146px, calc(100vw - 132px));
  }

  .rs-mobile-toggle {
    flex: 0 0 auto;
    min-width: 68px;
    max-width: calc(100vw - 176px);
    padding-right: 12px;
    padding-left: 12px;
    white-space: nowrap;
  }
}

@supports (width: 100dvw) {
  @media (max-width: 767px) {
    .rs-header-shell {
      width: calc(100dvw - 16px);
      max-width: calc(100dvw - 16px);
    }

    .rs-brand-link img {
      max-width: min(146px, calc(100dvw - 132px));
    }

    .rs-mobile-toggle {
      max-width: calc(100dvw - 176px);
    }
  }
}

@media (max-width: 767px) {
  body.rs-page-home #dashboard,
  body.rs-page-home #dashboard > div,
  body.rs-page-home #dashboard .rs-showcase,
  body.rs-page-home #dashboard .rs-showcase-copy,
  body.rs-page-home #dashboard .rs-feature-pills,
  body.rs-page-home #dashboard .rs-hero-actions,
  body.rs-page-home #dashboard .rs-dashboard-showcase,
  body.rs-page-home #dashboard .rs-tabs,
  body.rs-page-home #dashboard .rs-dashboard-frame,
  body.rs-page-home #dashboard .rs-dashboard-slides,
  body.rs-page-home #dashboard .rs-slide-controls {
    min-width: 0;
    width: 100%;
    max-width: 100%;
  }

  body.rs-page-home #dashboard {
    overflow: hidden;
  }

  body.rs-page-home #dashboard .rs-feature-pills span {
    max-width: 100%;
    justify-content: center;
    text-align: center;
    white-space: normal;
    overflow-wrap: anywhere;
  }

  body.rs-page-home #dashboard .rs-hero-actions {
    align-items: stretch;
  }

  body.rs-page-home #dashboard .rs-primary-button,
  body.rs-page-home #dashboard .rs-ghost-button {
    width: 100%;
    max-width: 100%;
  }

  body.rs-page-home #dashboard .rs-tabs span {
    flex: 1 1 0;
    min-width: 0;
    justify-content: center;
    padding-right: .7rem;
    padding-left: .7rem;
    text-align: center;
  }

  body.rs-page-home #dashboard .rs-dashboard-frame {
    overflow: hidden;
  }

  body.rs-page-home #dashboard .rs-slide-controls button {
    min-width: 0;
  }
}
