.landing_page__pEwES {
  position: relative;
  min-height: 100vh;
  overflow-x: hidden;
  background: #09090b;
  color: #fafafa;
  display: flex;
  flex-direction: column;
}

.landing_heroBg__m9hlB {
  pointer-events: none;
  position: absolute;
  inset: 0 0 auto;
  z-index: 0;
  height: min(115vh, 1040px);
  background:
    radial-gradient(
      ellipse 72% 68% at 50% 38%,
      rgba(9, 9, 11, 0.88) 0%,
      rgba(9, 9, 11, 0.95) 55%,
      rgba(9, 9, 11, 0.99) 100%
    ),
    linear-gradient(180deg,
      rgba(9, 9, 11, 0.5) 0%,
      rgba(9, 9, 11, 0.45) 28%,
      rgba(9, 9, 11, 0.75) 55%,
      rgba(9, 9, 11, 0.94) 72%,
      #09090b 88%,
      #09090b 100%),
    url("/dfc93124-92d2-4122-b84c-b218b3ff98ac.jpg") center top / cover no-repeat;
  -webkit-mask-image: linear-gradient(
    180deg,
    #000 0%,
    #000 62%,
    rgba(0, 0, 0, 0.55) 82%,
    transparent 100%
  );
  mask-image: linear-gradient(
    180deg,
    #000 0%,
    #000 62%,
    rgba(0, 0, 0, 0.55) 82%,
    transparent 100%
  );
}

.landing_navWrap__npLnE {
  position: sticky;
  top: 0;
  z-index: 40;
  padding: 1rem 1.25rem 0;
}

.landing_nav__knAbU {
  position: relative;
  max-width: 1100px;
  margin: 0 auto;
}

.landing_navbarInner__9atJs {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding: 0.55rem 0.65rem 0.55rem 1rem;
  border: none;
  border-radius: 0.5rem;
  background: transparent;
}

.landing_brand__89dKB {
  font-size: 1.55rem;
  font-weight: 700;
  letter-spacing: -0.03em;
  flex-shrink: 0;
  color: #fafafa;
}

.landing_lime__pf7V2 {
  color: #b6f23a;
}

.landing_navbarRight__dB6Bd {
  display: none;
  align-items: center;
  gap: 0.35rem;
}

.landing_navLinkPill___dvik {
  display: inline-flex;
  align-items: center;
  gap: 0.3rem;
  padding: 0.45rem 0.7rem;
  border: none;
  border-radius: 0.4rem;
  background: transparent;
  color: #a1a1aa;
  font: inherit;
  font-size: 0.875rem;
  font-weight: 500;
  cursor: pointer;
  transition: color 0.15s ease, background 0.15s ease;
}

.landing_navLinkPill___dvik:hover {
  color: #f4f4f5;
  background: rgba(255, 255, 255, 0.06);
}

.landing_navLink__MX_D9 {
  line-height: 1;
}

.landing_navChevron__VOTrI {
  transition: transform 0.15s ease;
}

.landing_navChevronOpen__061PM {
  transform: rotate(180deg);
}

.landing_navDropdown__t5ohZ {
  position: relative;
}

.landing_dropdownMenu__JYGi_ {
  position: absolute;
  top: calc(100% + 0.45rem);
  left: 0;
  min-width: 150px;
  padding: 0.4rem;
  border-radius: 0.55rem;
  border: 1px solid rgba(255, 255, 255, 0.1);
  background: #121214;
  box-shadow: 0 16px 40px rgba(0, 0, 0, 0.45);
  display: grid;
  gap: 0.15rem;
}

.landing_dropdownMenu__JYGi_ a {
  padding: 0.55rem 0.7rem;
  border-radius: 0.4rem;
  font-size: 0.875rem;
  color: #a1a1aa;
  transition: color 0.15s ease, background 0.15s ease;
}

.landing_dropdownMenu__JYGi_ a:hover {
  color: #f4f4f5;
  background: rgba(255, 255, 255, 0.06);
}

.landing_navDivider__s_iD3 {
  width: 1px;
  height: 1.1rem;
  margin: 0 0.35rem;
  background: rgba(255, 255, 255, 0.12);
}

.landing_navSocial__CQO6C {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 2.15rem;
  height: 2.15rem;
  border-radius: 0.4rem;
  color: #a1a1aa;
  transition: color 0.15s ease, background 0.15s ease;
}

.landing_navSocial__CQO6C:hover {
  color: #f4f4f5;
  background: rgba(255, 255, 255, 0.06);
}

.landing_navCta__bIz4N {
  margin-left: 0.25rem;
  padding: 0.5rem 0.95rem;
  font-size: 0.875rem;
}

.landing_hamburger__k9wD5 {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 5px;
  width: 2.25rem;
  height: 2.25rem;
  padding: 0.45rem;
  border: none;
  border-radius: 0.4rem;
  background: transparent;
  cursor: pointer;
}

.landing_hamburger__k9wD5:hover {
  background: rgba(255, 255, 255, 0.06);
}

.landing_hamburgerLine__wr4Uf,
.landing_hamburgerLineOpen__hNhyq {
  display: block;
  width: 100%;
  height: 1.5px;
  background: #f4f4f5;
  border-radius: 999px;
  transition: transform 0.2s ease, opacity 0.2s ease;
}

.landing_hamburgerLineOpen__hNhyq:nth-child(1) {
  transform: translateY(6.5px) rotate(45deg);
}

.landing_hamburgerLineOpen__hNhyq:nth-child(2) {
  opacity: 0;
}

.landing_hamburgerLineOpen__hNhyq:nth-child(3) {
  transform: translateY(-6.5px) rotate(-45deg);
}

.landing_mobileMenu__y1TdJ {
  display: none;
  position: absolute;
  top: calc(100% + 0.5rem);
  left: 1.25rem;
  right: 1.25rem;
  padding: 0.75rem;
  border-radius: 0.65rem;
  border: 1px solid rgba(255, 255, 255, 0.1);
  background: rgba(18, 18, 20, 0.96);
  backdrop-filter: blur(16px);
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.45);
}

.landing_mobileMenuOpen__iI2Wd {
  display: grid;
  gap: 0.25rem;
}

.landing_mobileNavLink__Pqth6 {
  padding: 0.75rem 0.85rem;
  border-radius: 0.45rem;
  font-size: 0.95rem;
  font-weight: 500;
  color: #a1a1aa;
}

.landing_mobileNavLink__Pqth6:hover {
  color: #f4f4f5;
  background: rgba(255, 255, 255, 0.06);
}

.landing_mobileCta__brcv2 {
  margin-top: 0.35rem;
  justify-content: center;
}

.landing_btnPrimary__gP0eO {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.35rem;
  padding: 0.65rem 1.1rem;
  border-radius: 999px;
  background: linear-gradient(135deg, #7cb518 0%, #5a8f0f 100%);
  color: #f4f4f5;
  font-size: 0.9rem;
  font-weight: 600;
  box-shadow: inset 0 1.5px 0 rgba(255, 255, 255, 0.55),
    inset 0 2px 4px rgba(255, 255, 255, 0.18);
  transition: transform 0.15s ease, filter 0.15s ease;
}

.landing_btnPrimary__gP0eO:hover {
  transform: translateY(-1px);
  filter: brightness(1.05);
}

.landing_btnSecondary__8n31n {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.35rem;
  padding: 0.65rem 1.1rem;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  background: rgba(255, 255, 255, 0.04);
  color: #fafafa;
  font-size: 0.9rem;
  font-weight: 500;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.35);
  transition: background 0.15s ease, border-color 0.15s ease;
}

.landing_btnSecondary__8n31n:hover {
  background: rgba(255, 255, 255, 0.08);
  border-color: rgba(255, 255, 255, 0.2);
}

.landing_hero__wie8N {
  position: relative;
  z-index: 1;
  max-width: 920px;
  margin: 0 auto;
  padding: 7rem 2rem 2.5rem;
  text-align: center;
}

.landing_badge__Ppr_1 {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  margin-bottom: 1.35rem;
  padding: 0.4rem 0.85rem;
  border-radius: 999px;
  border: 1px solid rgba(182, 242, 58, 0.25);
  background: rgba(182, 242, 58, 0.08);
  color: #d4ff7a;
  font-size: 0.82rem;
  font-weight: 500;
}

.landing_hero__wie8N h1 {
  margin: 0;
  font-family: var(--font-display);
  font-size: clamp(2.4rem, 6vw, 4rem);
  font-weight: 600;
  letter-spacing: -0.035em;
  line-height: 1.05;
  color: #f4f4f5;
}

.landing_heroAccent__Vz_n4 {
  font-weight: 700;
  color: #b6f23a;
}

.landing_heroLead__9n_q_ {
  margin: 1.15rem auto 0;
  max-width: 560px;
  color: #a1a1aa;
  font-size: 1.05rem;
  line-height: 1.6;
}

.landing_heroCtas__WrebI {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0.75rem;
  margin-top: 1.75rem;
}

.landing_mockWrap__unEY9 {
  position: relative;
  z-index: 1;
  width: 100%;
  max-width: 1220px;
  margin: 4.5rem auto 0;
  padding: 0 1.5rem 4rem;
  flex: 0 0 auto;
}

.landing_mockPlaceholder__IUGJO {
  display: block;
  width: 100%;
  aspect-ratio: 16 / 9;
  min-height: 300px;
  max-height: 540px;
  object-fit: cover;
  object-position: top center;
  border-radius: 0.9rem;
  border: 1px solid rgba(255, 255, 255, 0.08);
  background: #000;
  box-shadow: 0 30px 60px rgba(0, 0, 0, 0.45);
  filter: brightness(0.9);
}

.landing_section__ICJEz {
  position: relative;
  z-index: 1;
  width: 100%;
  max-width: 1120px;
  margin: 0 auto;
  padding: 4.5rem 1.5rem;
}

.landing_sectionHead__k4znz {
  max-width: 640px;
  margin-bottom: 2rem;
}

.landing_eyebrow__xr4rD {
  margin: 0 0 0.75rem;
  color: #b6f23a;
  font-size: 0.78rem;
  font-weight: 600;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.landing_section__ICJEz h2 {
  margin: 0;
  max-width: 640px;
  font-family: var(--font-display);
  font-size: clamp(1.75rem, 3.8vw, 2.5rem);
  font-weight: 650;
  letter-spacing: -0.035em;
  line-height: 1.12;
  color: #f4f4f5;
}

.landing_sectionLead__nQK6t {
  margin: 0.85rem 0 0;
  max-width: 520px;
  color: #a1a1aa;
  font-size: 0.95rem;
  line-height: 1.6;
}

.landing_features__cPNYP {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0.85rem;
  margin-top: 0.5rem;
}

.landing_feature__u9eWL {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 0.45rem;
  padding: 1.1rem 0.35rem 1.25rem;
  background: transparent;
}

.landing_featureHead__BMi61 {
  display: flex;
  align-items: center;
  gap: 0.55rem;
  width: 100%;
}

.landing_featureIcon__5HAOX {
  display: inline-flex;
  flex-shrink: 0;
  align-items: center;
  justify-content: center;
  margin-left: auto;
  color: #b6f23a;
}

.landing_feature__u9eWL h3 {
  margin: 0;
  font-size: 0.98rem;
  font-weight: 650;
  letter-spacing: -0.02em;
  color: #fafafa;
}

.landing_feature__u9eWL p {
  margin: 0;
  color: #a1a1aa;
  font-size: 0.86rem;
  line-height: 1.55;
}

.landing_stepsSection___KXCD {
  padding-top: 1.5rem;
}

.landing_steps__Bnb3O {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0.85rem 1.5rem;
  margin-top: 0.5rem;
}

.landing_step__0gYFT {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 0.45rem;
  padding: 1.1rem 0.35rem 1.25rem;
  background: transparent;
}

.landing_step__0gYFT .landing_featureHead__BMi61 h3 {
  margin: 0;
  font-size: 0.98rem;
  font-weight: 650;
  letter-spacing: -0.02em;
  color: #fafafa;
}

.landing_step__0gYFT p {
  margin: 0;
  color: #a1a1aa;
  font-size: 0.86rem;
  line-height: 1.55;
}

.landing_faqSection__rWPet {
  width: 100%;
  max-width: 1120px;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  padding-bottom: 2rem;
}

.landing_faqSection__rWPet .landing_sectionHead__k4znz {
  max-width: none;
}

.landing_faqSection__rWPet .landing_sectionHead__k4znz h2,
.landing_faqSection__rWPet .landing_sectionLead__nQK6t {
  max-width: none;
}

.landing_faq__AfA8B {
  display: grid;
  gap: 0;
  margin-top: 0.75rem;
  width: 100%;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
}

.landing_faqItem__19L1H {
  padding: 1.2rem 0.15rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  background: transparent;
}

.landing_faqItem__19L1H h3 {
  margin: 0 0 0.4rem;
  font-size: 0.98rem;
  font-weight: 600;
  color: #fafafa;
}

.landing_faqItem__19L1H p {
  margin: 0;
  max-width: none;
  color: #a1a1aa;
  font-size: 0.9rem;
  line-height: 1.55;
}

.landing_audience__TCE_5 {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0.85rem 1.5rem;
  margin-top: 0.5rem;
}

.landing_audienceItem__86Ctd {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 0.45rem;
  padding: 1.1rem 0.35rem 1.25rem;
}

.landing_audienceItem__86Ctd h3 {
  margin: 0;
  font-size: 0.98rem;
  font-weight: 650;
  letter-spacing: -0.02em;
  color: #fafafa;
}

.landing_audienceItem__86Ctd p {
  margin: 0;
  color: #a1a1aa;
  font-size: 0.86rem;
  line-height: 1.55;
}

/* --- Shared marketing / legal subpages --- */

.landing_subpage__TWB_4 {
  position: relative;
  z-index: 1;
  width: 100%;
  max-width: 1120px;
  margin: 0 auto;
  padding: 4rem 1.5rem 5rem;
  flex: 1 0 auto;
}

.landing_subHead__7S004 {
  margin-bottom: 2rem;
  padding-bottom: 1.5rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.landing_subHead__7S004 h1 {
  margin: 0;
  font-family: var(--font-display);
  font-size: clamp(1.85rem, 4vw, 2.65rem);
  font-weight: 650;
  letter-spacing: -0.035em;
  line-height: 1.12;
  color: #fafafa;
}

.landing_subLead__kwkW7 {
  margin: 0.75rem 0 0;
  max-width: 52ch;
  color: #a1a1aa;
  font-size: 0.95rem;
  line-height: 1.55;
}

.landing_prose__UPOEm {
  display: flex;
  flex-direction: column;
  gap: 2.5rem;
  color: #a1a1aa;
  font-size: 0.95rem;
  line-height: 1.65;
}

.landing_prose__UPOEm section h2 {
  margin: 0 0 0.85rem;
  font-size: 1.12rem;
  font-weight: 650;
  letter-spacing: -0.02em;
  color: #fafafa;
}

.landing_prose__UPOEm p {
  margin: 0 0 0.85rem;
}

.landing_prose__UPOEm p:last-child {
  margin-bottom: 0;
}

.landing_prose__UPOEm ul {
  margin: 0.35rem 0 0;
  padding-left: 1.2rem;
  display: grid;
  gap: 0.45rem;
}

.landing_prose__UPOEm a {
  color: #b6f23a;
  transition: color 0.15s ease;
}

.landing_prose__UPOEm a:hover {
  color: #d4ff6a;
}

.landing_prose__UPOEm a[href^="mailto:"],
.landing_flatCard__lsZg5 a[href^="mailto:"] {
  display: inline;
  margin: 0;
  padding: 0;
  background: transparent;
  border: none;
  border-radius: 0;
  color: #d4d4d8;
  font-family: ui-monospace, SFMono-Regular, Menlo, Consolas, monospace;
  font-size: 0.92em;
  font-weight: 500;
  letter-spacing: 0;
  text-decoration: underline;
  text-decoration-color: rgba(255, 255, 255, 0.22);
  text-underline-offset: 0.18em;
}

.landing_prose__UPOEm a[href^="mailto:"]:hover,
.landing_flatCard__lsZg5 a[href^="mailto:"]:hover {
  color: #fafafa;
  background: transparent;
  text-decoration-color: rgba(255, 255, 255, 0.5);
}

.landing_prose__UPOEm strong {
  color: #e4e4e7;
  font-weight: 600;
}

.landing_cardGrid__rcOiA,
.landing_cardGrid2__ZsreL,
.landing_cardGrid3__WG_rL {
  display: grid;
  gap: 0.25rem 1.75rem;
  margin-top: 0.35rem;
}

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

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

.landing_flatCard__lsZg5 {
  padding: 1.15rem 0.1rem 1.25rem;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
}

.landing_flatCard__lsZg5 h3 {
  margin: 0 0 0.4rem;
  font-size: 0.95rem;
  font-weight: 650;
  letter-spacing: -0.02em;
  color: #fafafa;
}

.landing_flatCard__lsZg5 p {
  margin: 0;
  color: #a1a1aa;
  font-size: 0.88rem;
  line-height: 1.55;
}

.landing_flatCard__lsZg5 a {
  display: inline-block;
  margin-top: 0.65rem;
  color: #b6f23a;
  font-size: 0.88rem;
  font-weight: 600;
}

.landing_flatCardIcon__JoC9b {
  display: inline-flex;
  margin-bottom: 0.55rem;
  color: #b6f23a;
}

.landing_statusOk__Apg88 {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 0.75rem 1rem;
  padding: 1.15rem 0;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  margin-bottom: 0.5rem;
}

.landing_statusOkLabel__y9cYc {
  display: inline-flex;
  align-items: center;
  gap: 0.55rem;
  color: #fafafa;
  font-size: 0.95rem;
  font-weight: 600;
}

.landing_statusDot__bxFDQ {
  width: 0.55rem;
  height: 0.55rem;
  border-radius: 999px;
  background: #b6f23a;
  box-shadow: 0 0 0 3px rgba(182, 242, 58, 0.15);
}

.landing_statusMeta__ze5r1 {
  color: #71717a;
  font-size: 0.8rem;
}

.landing_statusRow__gQE6c {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding: 1rem 0.1rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.landing_statusRow__gQE6c h3 {
  margin: 0;
  font-size: 0.92rem;
  font-weight: 600;
  color: #fafafa;
}

.landing_statusRow__gQE6c span {
  color: #71717a;
  font-size: 0.75rem;
}

.landing_statusPill__5iEmF {
  flex-shrink: 0;
  color: #b6f23a;
  font-size: 0.72rem;
  font-weight: 650;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.landing_changelogList__OEWCK {
  display: flex;
  flex-direction: column;
  gap: 2.25rem;
}

.landing_changelogItem__egAUv {
  display: grid;
  grid-template-columns: 11rem minmax(0, 1fr);
  gap: 1.25rem 1.75rem;
  padding-top: 1.35rem;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
}

.landing_changelogMeta__7Gn1P {
  display: flex;
  flex-direction: column;
  gap: 0.45rem;
  color: #71717a;
  font-size: 0.82rem;
}

.landing_changelogBadge__ylpDX {
  display: inline-flex;
  width: fit-content;
  color: #b6f23a;
  font-size: 0.72rem;
  font-weight: 650;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.landing_changelogItem__egAUv h2 {
  margin: 0 0 0.35rem;
  font-size: 1.12rem;
  font-weight: 650;
  letter-spacing: -0.02em;
  color: #fafafa;
}

.landing_changelogVer__tAUKc {
  color: #71717a;
  font-size: 0.8rem;
  font-family: ui-monospace, SFMono-Regular, Menlo, monospace;
}

.landing_planGrid__oLItJ {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1.25rem 1.5rem;
  margin-top: 0.5rem;
}

.landing_planCard__oA6Wj {
  display: flex;
  flex-direction: column;
  gap: 0.85rem;
  padding: 1.25rem 0.15rem 1.35rem;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
}

.landing_planCardFeatured__o3tVa {
  border-top-color: rgba(182, 242, 58, 0.45);
}

.landing_planCard__oA6Wj h3 {
  margin: 0;
  font-size: 1rem;
  font-weight: 650;
  color: #fafafa;
}

.landing_planPrice__NPP1w {
  display: flex;
  align-items: baseline;
  gap: 0.3rem;
  font-size: 2rem;
  font-weight: 700;
  letter-spacing: -0.03em;
  color: #fafafa;
}

.landing_planPrice__NPP1w span {
  font-size: 0.8rem;
  font-weight: 500;
  color: #71717a;
}

.landing_planBlurb__ym4_G {
  margin: 0;
  min-height: 2.6em;
  color: #a1a1aa;
  font-size: 0.86rem;
  line-height: 1.5;
}

.landing_planCard__oA6Wj ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 0.55rem;
  flex: 1;
  color: #d4d4d8;
  font-size: 0.86rem;
}

.landing_planCard__oA6Wj li {
  display: flex;
  align-items: flex-start;
  gap: 0.45rem;
}

.landing_planCard__oA6Wj li::before {
  content: "";
  flex-shrink: 0;
  width: 0.4rem;
  height: 0.4rem;
  margin-top: 0.4rem;
  border-radius: 999px;
  background: #b6f23a;
}

.landing_planToggle__Te_e6 {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.75rem 1rem;
  margin-top: 1.35rem;
  color: #71717a;
  font-size: 0.88rem;
}

.landing_planToggleBtn__K5dQ2 {
  position: relative;
  width: 2.6rem;
  height: 1.4rem;
  border: none;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.1);
  cursor: pointer;
}

.landing_planToggleKnob__Ghx04 {
  position: absolute;
  top: 0.2rem;
  left: 0.2rem;
  width: 1rem;
  height: 1rem;
  border-radius: 999px;
  background: #b6f23a;
  transition: transform 0.15s ease;
}

.landing_planToggleKnobOn__Fd_05 {
  transform: translateX(1.2rem);
}

.landing_planSave__0thiC {
  color: #b6f23a;
  font-size: 0.75rem;
  font-weight: 650;
}

.landing_compareTable__KKsax {
  width: 100%;
  margin-top: 0.75rem;
  border-collapse: collapse;
  font-size: 0.86rem;
}

.landing_compareTable__KKsax th,
.landing_compareTable__KKsax td {
  padding: 0.85rem 0.65rem;
  text-align: left;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  color: #a1a1aa;
}

.landing_compareTable__KKsax th {
  color: #71717a;
  font-size: 0.75rem;
  font-weight: 650;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.landing_compareTable__KKsax th:nth-child(3),
.landing_compareTable__KKsax td:nth-child(3) {
  color: #b6f23a;
}

.landing_compareGroup__6WHqw td {
  padding-top: 1.35rem;
  color: #fafafa;
  font-weight: 650;
  border-bottom-color: rgba(255, 255, 255, 0.12);
}

.landing_footer__0UmUP {
  position: relative;
  z-index: 1;
  max-width: 1120px;
  width: 100%;
  margin: auto auto 0;
  padding: 3rem 1.5rem 2.25rem;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  color: #71717a;
  font-size: 0.85rem;
}

.landing_footerSimple__WIWQK {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 1rem 1.5rem;
}

.landing_footerLinks__Un1i5 {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.35rem 1.15rem;
}

.landing_footerLinks__Un1i5 a {
  color: #a1a1aa;
  transition: color 0.15s ease;
}

.landing_footerLinks__Un1i5 a:hover {
  color: #fafafa;
}

.landing_footerCopy__WX3KL {
  margin: 0;
  color: #52525b;
  font-size: 0.8rem;
}

.landing_footerGrid__jPI_8 {
  display: grid;
  grid-template-columns: 1.55fr repeat(3, minmax(0, 1fr));
  gap: 2rem 1.75rem;
  padding-bottom: 2.25rem;
}

.landing_footerBrand__XZKpP .landing_brand__89dKB {
  font-size: 1.15rem;
}

.landing_footerBrand__XZKpP p {
  margin: 0.85rem 0 0;
  max-width: 280px;
  line-height: 1.55;
  color: #a1a1aa;
  font-size: 0.88rem;
}

.landing_footerCol__LGnNV {
  display: grid;
  gap: 0.55rem;
  align-content: start;
}

.landing_footerCol__LGnNV h4 {
  margin: 0 0 0.35rem;
  color: #fafafa;
  font-size: 0.82rem;
  font-weight: 600;
  letter-spacing: -0.01em;
}

.landing_footerCol__LGnNV a {
  color: #71717a;
  transition: color 0.15s ease;
}

.landing_footerCol__LGnNV a:hover {
  color: #fafafa;
}

.landing_footerBottom__1fhiN {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding-top: 1.35rem;
  border-top: 1px solid rgba(255, 255, 255, 0.06);
}

.landing_footerBottom__1fhiN nav {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
}

.landing_footerBottom__1fhiN a {
  color: #52525b;
  transition: color 0.15s ease;
}

.landing_footerBottom__1fhiN a:hover {
  color: #fafafa;
}

@media (min-width: 768px) {
  .landing_navbarRight__dB6Bd {
    display: flex;
  }

  .landing_hamburger__k9wD5 {
    display: none;
  }

  .landing_mobileMenu__y1TdJ,
  .landing_mobileMenuOpen__iI2Wd {
    display: none;
  }
}

@media (max-width: 900px) {
  .landing_features__cPNYP {
    grid-template-columns: 1fr 1fr;
  }

  .landing_steps__Bnb3O,
  .landing_audience__TCE_5,
  .landing_cardGrid3__WG_rL,
  .landing_planGrid__oLItJ {
    grid-template-columns: 1fr 1fr;
  }

  .landing_changelogItem__egAUv {
    grid-template-columns: 1fr;
    gap: 0.65rem;
  }

  .landing_footerGrid__jPI_8 {
    grid-template-columns: 1fr 1fr;
  }

  .landing_mockPlaceholder__IUGJO {
    min-height: 240px;
    max-height: 400px;
  }
}

@media (max-width: 560px) {
  .landing_heroBg__m9hlB,
  .landing_mockWrap__unEY9 {
    display: none;
  }

  .landing_features__cPNYP,
  .landing_cardGrid2__ZsreL,
  .landing_cardGrid3__WG_rL,
  .landing_planGrid__oLItJ {
    grid-template-columns: 1fr;
  }

  .landing_footerGrid__jPI_8 {
    grid-template-columns: 1fr;
  }

  .landing_footerSimple__WIWQK {
    flex-direction: column;
    align-items: flex-start;
  }

  .landing_hero__wie8N {
    padding-top: 4.5rem;
  }
}
