/* Retro-Futurist site theme — inspired by MotionSites 095-retro-futurist / Mainframe */

html.serismod-root.serismod--guest-landing.serismod-theme-retro-futurist,
html.serismod-root.serismod--guest-landing:has(body.serismod-theme-retro-futurist) {
  color-scheme: light;
  background: #f4f4f0 !important;
  color: #0a0a0a !important;
  --rf-header-offset: 76px;
  scroll-behavior: smooth;
  scroll-padding-top: var(--rf-header-offset);
  overflow-x: clip !important;
}

body.serismod-body.ii-campus-theme.serismod-theme-retro-futurist.serismod--guest-landing,
body.serismod-theme-retro-futurist.serismod--guest-landing {
  --rf-ink: #0a0a0a;
  --rf-paper: #f7f7f2;
  --rf-white: #ffffff;
  --rf-line: #d4d4ce;
  --rf-muted: #5c5c58;
  --rf-accent: #111111;
  --rf-shadow: 0 24px 80px rgba(10, 10, 10, 0.08);
  --rf-font-heading: "Space Grotesk", "Helvetica Neue", Arial, sans-serif;
  --rf-font-body: "Inter", "Helvetica Neue", Arial, sans-serif;
  background: var(--rf-paper) !important;
  color: var(--rf-ink) !important;
  font-family: var(--rf-font-body) !important;
  overflow-x: clip !important;
}

.retro-futurist-video-bg {
  display: none;
}

body.serismod-theme-retro-futurist.serismod--guest-landing .retro-futurist-video-bg {
  display: block;
  position: fixed;
  inset: 0;
  z-index: 0;
  width: 100%;
  height: 100vh;
  object-fit: cover;
  object-position: 70% center;
  opacity: 0.72;
  filter: saturate(0.85) contrast(1.04);
  pointer-events: none;
}

body.serismod-theme-retro-futurist.serismod--guest-landing::before {
  content: "";
  position: fixed;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  background:
    linear-gradient(180deg, rgba(247, 247, 242, 0.18) 0%, rgba(247, 247, 242, 0.82) 70%, rgba(247, 247, 242, 1) 100%),
    linear-gradient(90deg, rgba(10, 10, 10, 0.035) 1px, transparent 1px),
    linear-gradient(180deg, rgba(10, 10, 10, 0.035) 1px, transparent 1px);
  background-size: 48px 48px;
  opacity: 1;
}

body.serismod-theme-retro-futurist.serismod--guest-landing .site-wrap {
  position: relative !important;
  z-index: 1 !important;
  width: min(100%, 1240px) !important;
  max-width: 100% !important;
  min-width: 0 !important;
  padding: 0 24px 48px !important;
  box-sizing: border-box !important;
  overflow: visible !important;
}

body.serismod-theme-retro-futurist.serismod--guest-landing .site-main {
  width: 100% !important;
  max-width: 100% !important;
  min-width: 0 !important;
  box-sizing: border-box !important;
  overflow: visible !important;
}

body.serismod-theme-retro-futurist.serismod--guest-landing .site-header {
  position: sticky !important;
  top: 0 !important;
  z-index: 50 !important;
  width: 100% !important;
  max-width: 100% !important;
  margin: 0 !important;
  padding: 14px 24px !important;
  box-sizing: border-box !important;
  background: rgba(255, 255, 255, 0.72) !important;
  border-bottom: 1px solid var(--rf-line) !important;
  box-shadow: none !important;
  color: var(--rf-ink) !important;
  backdrop-filter: blur(14px) !important;
  -webkit-backdrop-filter: blur(14px) !important;
}

body.serismod-theme-retro-futurist.serismod--guest-landing .site-header__inner {
  max-width: 1192px !important;
  margin: 0 auto !important;
}

body.serismod-theme-retro-futurist.serismod--guest-landing #concept,
body.serismod-theme-retro-futurist.serismod--guest-landing #how-it-works,
body.serismod-theme-retro-futurist.serismod--guest-landing #designs,
body.serismod-theme-retro-futurist.serismod--guest-landing #pricing,
body.serismod-theme-retro-futurist.serismod--guest-landing #support,
body.serismod-theme-retro-futurist.serismod--guest-landing #dashboardView {
  scroll-margin-top: var(--rf-header-offset, 76px);
}

body.serismod-theme-retro-futurist.serismod--guest-landing .site-brand__name,
body.serismod-theme-retro-futurist.serismod--guest-landing .site-brand__name--compact,
body.serismod-theme-retro-futurist.serismod--guest-landing .site-nav__link {
  color: var(--rf-ink) !important;
  font-family: var(--rf-font-heading) !important;
}

body.serismod-theme-retro-futurist.serismod--guest-landing .site-brand__name--compact {
  background: none !important;
  -webkit-background-clip: border-box !important;
  background-clip: border-box !important;
}

body.serismod-theme-retro-futurist.serismod--guest-landing .site-nav-toggle {
  display: none;
}

body.serismod-theme-retro-futurist.serismod--guest-landing .site-nav__link {
  border: 1px solid transparent !important;
  border-radius: 999px !important;
  font-size: 0.92rem !important;
  letter-spacing: 0.01em !important;
}

body.serismod-theme-retro-futurist.serismod--guest-landing .site-nav__link:hover {
  border-color: var(--rf-line) !important;
  background: rgba(10, 10, 10, 0.04) !important;
}

body.serismod-theme-retro-futurist.serismod--guest-landing .site-brand__svg rect,
body.serismod-theme-retro-futurist.serismod--guest-landing .site-brand__svg path {
  stroke: var(--rf-ink) !important;
}

body.serismod-theme-retro-futurist.serismod--guest-landing .site-brand__svg #navLogo stop {
  stop-color: #111111 !important;
}

body.serismod-theme-retro-futurist.serismod--guest-landing .btn--login-header,
body.serismod-theme-retro-futurist.serismod--guest-landing .site-header__cta.btn--nav {
  min-height: 40px;
  padding: 0 18px !important;
  border: 1px solid var(--rf-ink) !important;
  border-radius: 999px !important;
  background: var(--rf-ink) !important;
  color: var(--rf-white) !important;
  box-shadow: none !important;
  font-family: var(--rf-font-heading) !important;
}

body.serismod-theme-retro-futurist.serismod--guest-landing .auth-stage {
  position: relative;
  isolation: isolate;
}

body.serismod-theme-retro-futurist.serismod--guest-landing .auth-stage::before {
  content: none !important;
  position: absolute;
  left: 50%;
  top: 0;
  z-index: -1;
  width: 100vw;
  height: min(118vh, 980px);
  transform: translateX(-50%);
}

body.serismod-theme-retro-futurist.serismod--guest-landing .hero-intro {
  display: grid !important;
  grid-template-columns: minmax(0, 1.05fr) minmax(340px, 0.95fr);
  gap: 40px;
  align-items: start;
  max-width: 1180px !important;
  margin: 0 auto 28px !important;
  min-height: min(780px, calc(100vh - 88px));
  padding: 76px 0 56px !important;
  color: var(--rf-ink) !important;
  background: transparent !important;
  border: none !important;
  box-shadow: none !important;
}

body.serismod-theme-retro-futurist.serismod--guest-landing .hero-intro__label,
body.serismod-theme-retro-futurist.serismod--guest-landing .eyebrow {
  margin: 0 0 16px !important;
  color: var(--rf-ink) !important;
  font-family: var(--rf-font-body) !important;
  font-size: clamp(0.95rem, 2vw, 1.15rem) !important;
  font-weight: 400 !important;
  letter-spacing: 0 !important;
  text-transform: none !important;
  filter: blur(3px);
}

body.serismod-theme-retro-futurist.serismod--guest-landing .hero-intro__title {
  max-width: 760px !important;
  margin: 0 0 24px !important;
  color: var(--rf-ink) !important;
  font-family: var(--rf-font-heading) !important;
  font-size: clamp(3rem, 7vw, 5.8rem) !important;
  font-weight: 500 !important;
  line-height: 0.98 !important;
  letter-spacing: -0.04em !important;
}

body.serismod-theme-retro-futurist.serismod--guest-landing .hero-intro__title::after {
  content: "(R)";
  display: inline-block;
  margin-left: 0.12em;
  font-size: 0.34em;
  vertical-align: super;
}

body.serismod-theme-retro-futurist.serismod--guest-landing .hero-intro__lead {
  max-width: 680px !important;
  color: var(--rf-ink) !important;
  font-size: clamp(1.05rem, 2.2vw, 1.28rem) !important;
  line-height: 1.55 !important;
}

body.serismod-theme-retro-futurist.serismod--guest-landing .hero-intro__lead strong {
  color: var(--rf-ink) !important;
}

body.serismod-theme-retro-futurist.serismod--guest-landing .hero-intro__actions {
  gap: 12px !important;
  margin-top: 28px !important;
}

body.serismod-theme-retro-futurist.serismod--guest-landing .btn--hero-primary,
body.serismod-theme-retro-futurist.serismod--guest-landing .btn--hero-secondary {
  min-height: 46px;
  padding: 0 22px !important;
  border-radius: 999px !important;
  font-family: var(--rf-font-heading) !important;
  font-weight: 500 !important;
}

body.serismod-theme-retro-futurist.serismod--guest-landing .btn--hero-primary {
  border: 1px solid var(--rf-ink) !important;
  background: var(--rf-ink) !important;
  color: var(--rf-white) !important;
  box-shadow: var(--rf-shadow) !important;
}

body.serismod-theme-retro-futurist.serismod--guest-landing .btn--hero-secondary {
  border: 1px solid var(--rf-ink) !important;
  background: transparent !important;
  color: var(--rf-ink) !important;
  box-shadow: none !important;
}

body.serismod-theme-retro-futurist.serismod--guest-landing .hero-intro__proof li {
  min-height: 108px;
  padding: 16px !important;
  border: 1px solid var(--rf-line) !important;
  border-radius: 12px !important;
  background: rgba(255, 255, 255, 0.72) !important;
  box-shadow: none !important;
}

body.serismod-theme-retro-futurist.serismod--guest-landing .hero-intro__proof strong {
  color: var(--rf-ink) !important;
  font-family: var(--rf-font-heading) !important;
}

body.serismod-theme-retro-futurist.serismod--guest-landing .hero-intro__proof span {
  color: var(--rf-muted) !important;
}

body.serismod-theme-retro-futurist.serismod--guest-landing .hero-system {
  border: 1px solid var(--rf-line) !important;
  border-radius: 16px !important;
  background: rgba(255, 255, 255, 0.68) !important;
  box-shadow: var(--rf-shadow) !important;
  color: var(--rf-ink) !important;
}

body.serismod-theme-retro-futurist.serismod--guest-landing .hero-system__label,
body.serismod-theme-retro-futurist.serismod--guest-landing .hero-system__command p,
body.serismod-theme-retro-futurist.serismod--guest-landing .hero-system__node,
body.serismod-theme-retro-futurist.serismod--guest-landing .hero-system__job,
body.serismod-theme-retro-futurist.serismod--guest-landing .hero-system__preview figcaption {
  color: var(--rf-muted) !important;
}

body.serismod-theme-retro-futurist.serismod--guest-landing .hero-system__node.is-active,
body.serismod-theme-retro-futurist.serismod--guest-landing .hero-system__job strong {
  color: var(--rf-ink) !important;
}

body.serismod-theme-retro-futurist.serismod--guest-landing .steps,
body.serismod-theme-retro-futurist.serismod--guest-landing .band,
body.serismod-theme-retro-futurist.serismod--guest-landing .landing-pricing,
body.serismod-theme-retro-futurist.serismod--guest-landing .support-grid,
body.serismod-theme-retro-futurist.serismod--guest-landing .auth-launch,
body.serismod-theme-retro-futurist.serismod--guest-landing .queue-card {
  color: var(--rf-ink) !important;
}

body.serismod-theme-retro-futurist.serismod--guest-landing .steps__item,
body.serismod-theme-retro-futurist.serismod--guest-landing .ops-card,
body.serismod-theme-retro-futurist.serismod--guest-landing .price-card,
body.serismod-theme-retro-futurist.serismod--guest-landing .support-card,
body.serismod-theme-retro-futurist.serismod--guest-landing .auth-launch,
body.serismod-theme-retro-futurist.serismod--guest-landing .queue-card {
  border: 1px solid var(--rf-line) !important;
  border-radius: 14px !important;
  background: var(--rf-white) !important;
  box-shadow: var(--rf-shadow) !important;
}

body.serismod-theme-retro-futurist.serismod--guest-landing .section-head h2,
body.serismod-theme-retro-futurist.serismod--guest-landing .steps__body strong,
body.serismod-theme-retro-futurist.serismod--guest-landing .ops-card h3,
body.serismod-theme-retro-futurist.serismod--guest-landing .price-card__name,
body.serismod-theme-retro-futurist.serismod--guest-landing .auth-launch__title {
  font-family: var(--rf-font-heading) !important;
  color: var(--rf-ink) !important;
}

body.serismod-theme-retro-futurist.serismod--guest-landing .section-lead,
body.serismod-theme-retro-futurist.serismod--guest-landing .steps__body span,
body.serismod-theme-retro-futurist.serismod--guest-landing .ops-card p,
body.serismod-theme-retro-futurist.serismod--guest-landing .support-card__text,
body.serismod-theme-retro-futurist.serismod--guest-landing .auth-launch__text {
  color: var(--rf-muted) !important;
}

body.serismod-theme-retro-futurist.serismod--guest-landing .design-showcase {
  border: 1px solid var(--rf-line) !important;
  border-radius: 18px !important;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.86), rgba(247, 247, 242, 0.94)),
    url("../DIZAYN ANIMAZIYA/MotionSites_Free_Library/095-retro-futurist/preview-image.webp") center / cover no-repeat !important;
  color: var(--rf-ink) !important;
  box-shadow: var(--rf-shadow) !important;
}

body.serismod-theme-retro-futurist.serismod--guest-landing .band.band--pricing.landing-pricing,
body.serismod-theme-retro-futurist.serismod--guest-landing .band--support,
body.serismod-theme-retro-futurist.serismod--guest-landing .band--split,
body.serismod-theme-retro-futurist.serismod--guest-landing .band--section,
body.serismod-theme-retro-futurist.serismod--guest-landing .panel:not(.auth-modal__form) {
  border: 1px solid var(--rf-line) !important;
  background: rgba(255, 255, 255, 0.92) !important;
  background-color: rgba(255, 255, 255, 0.92) !important;
  box-shadow: var(--rf-shadow) !important;
  backdrop-filter: none !important;
  -webkit-backdrop-filter: none !important;
  color: var(--rf-ink) !important;
}

body.serismod-theme-retro-futurist.serismod--guest-landing .landing-pricing::before,
body.serismod-theme-retro-futurist.serismod--guest-landing .landing-pricing::after {
  display: none !important;
  content: none !important;
}

body.serismod-theme-retro-futurist.serismod--guest-landing .landing-pricing {
  overflow: visible !important;
  isolation: auto !important;
}

body.serismod-theme-retro-futurist.serismod--guest-landing .band.band--pricing.landing-pricing .eyebrow,
body.serismod-theme-retro-futurist.serismod--guest-landing .band.band--pricing.landing-pricing .section-lead {
  color: var(--rf-muted) !important;
}

body.serismod-theme-retro-futurist.serismod--guest-landing #landing-pricing-title,
body.serismod-theme-retro-futurist.serismod--guest-landing #support-title,
body.serismod-theme-retro-futurist.serismod--guest-landing .section-head--center h2 {
  background: none !important;
  -webkit-background-clip: border-box !important;
  background-clip: border-box !important;
  color: var(--rf-ink) !important;
  text-shadow: none !important;
}

body.serismod-theme-retro-futurist.serismod--guest-landing .landing-pricing__grid {
  grid-template-columns: minmax(0, 1fr) !important;
  align-items: start !important;
  width: 100% !important;
  min-width: 0 !important;
}

body.serismod-theme-retro-futurist.serismod--guest-landing .support-grid {
  grid-template-columns: minmax(0, 1fr) !important;
  width: 100% !important;
  min-width: 0 !important;
}

@media (min-width: 861px) {
  body.serismod-theme-retro-futurist.serismod--guest-landing .ops-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }
}

@media (min-width: 1100px) {
  body.serismod-theme-retro-futurist.serismod--guest-landing .ops-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
  }

  body.serismod-theme-retro-futurist.serismod--guest-landing .ops-band .section-head {
    grid-template-columns: minmax(0, 0.78fr) minmax(0, 1fr) !important;
    gap: 18px 24px !important;
    align-items: end !important;
  }
}

@media (min-width: 860px) {
  body.serismod-theme-retro-futurist.serismod--guest-landing .landing-pricing__grid {
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  }
}

body.serismod-theme-retro-futurist.serismod--guest-landing .price-card {
  display: block !important;
  min-width: 0 !important;
  min-height: 0 !important;
  height: auto !important;
  width: auto !important;
  max-width: 100% !important;
  flex: none !important;
  overflow: visible !important;
  box-sizing: border-box !important;
  padding: 20px !important;
  border: 1px solid var(--rf-line) !important;
  border-radius: 14px !important;
  background: var(--rf-white) !important;
  box-shadow: none !important;
  backdrop-filter: none !important;
  -webkit-backdrop-filter: none !important;
  color: var(--rf-ink) !important;
  animation: none !important;
  transform: none !important;
}

body.serismod-theme-retro-futurist.serismod--guest-landing .price-card::before {
  display: none !important;
  content: none !important;
}

body.serismod-theme-retro-futurist.serismod--guest-landing .price-card__cta {
  margin-top: 16px !important;
  width: auto !important;
  max-width: 100% !important;
}

body.serismod-theme-retro-futurist.serismod--guest-landing .price-card__cta .btn {
  white-space: normal !important;
  max-width: 100% !important;
  box-sizing: border-box !important;
}

body.serismod-theme-retro-futurist.serismod--guest-landing .price-card__list {
  flex: 0 0 auto !important;
  margin-bottom: 0 !important;
}

body.serismod-theme-retro-futurist.serismod--guest-landing .price-card--featured {
  border: 2px solid var(--rf-ink) !important;
  background: var(--rf-white) !important;
  box-shadow: var(--rf-shadow) !important;
  color: var(--rf-ink) !important;
}

body.serismod-theme-retro-futurist.serismod--guest-landing .price-card__name,
body.serismod-theme-retro-futurist.serismod--guest-landing .price-card__price,
body.serismod-theme-retro-futurist.serismod--guest-landing .price-card__hint,
body.serismod-theme-retro-futurist.serismod--guest-landing .price-card__list,
body.serismod-theme-retro-futurist.serismod--guest-landing .price-card__per {
  color: var(--rf-muted) !important;
}

body.serismod-theme-retro-futurist.serismod--guest-landing .price-card__name,
body.serismod-theme-retro-futurist.serismod--guest-landing .price-card--featured .price-card__name {
  color: var(--rf-ink) !important;
}

body.serismod-theme-retro-futurist.serismod--guest-landing .price-card__eur {
  background: none !important;
  -webkit-background-clip: border-box !important;
  background-clip: border-box !important;
  color: var(--rf-ink) !important;
}

body.serismod-theme-retro-futurist.serismod--guest-landing .price-card--featured .price-card__eur,
body.serismod-theme-retro-futurist.serismod--guest-landing .price-card--featured .price-card__price,
body.serismod-theme-retro-futurist.serismod--guest-landing .price-card--featured .price-card__hint,
body.serismod-theme-retro-futurist.serismod--guest-landing .price-card--featured .price-card__list {
  color: var(--rf-muted) !important;
}

body.serismod-theme-retro-futurist.serismod--guest-landing .price-card__ribbon {
  background: var(--rf-ink) !important;
  color: var(--rf-white) !important;
  right: 12px !important;
  max-width: calc(100% - 24px) !important;
  overflow: hidden !important;
  text-overflow: ellipsis !important;
  white-space: nowrap !important;
}

body.serismod-theme-retro-futurist.serismod--guest-landing .landing-pricing__addon {
  color: var(--rf-muted) !important;
}

body.serismod-theme-retro-futurist.serismod--guest-landing .landing-pricing__addon strong {
  color: var(--rf-ink) !important;
}

body.serismod-theme-retro-futurist.serismod--guest-landing .support-card__title,
body.serismod-theme-retro-futurist.serismod--guest-landing .support-card__link,
body.serismod-theme-retro-futurist.serismod--guest-landing .ops-card h3 {
  color: var(--rf-ink) !important;
}

body.serismod-theme-retro-futurist.serismod--guest-landing .support-card__text,
body.serismod-theme-retro-futurist.serismod--guest-landing .ops-card p,
body.serismod-theme-retro-futurist.serismod--guest-landing .ops-card__kicker {
  color: var(--rf-muted) !important;
}

body.serismod-theme-retro-futurist.serismod--guest-landing .hero-intro__proof,
body.serismod-theme-retro-futurist.serismod--guest-landing .steps,
body.serismod-theme-retro-futurist.serismod--guest-landing .landing-pricing__grid,
body.serismod-theme-retro-futurist.serismod--guest-landing .support-grid {
  gap: 12px !important;
}

body.serismod-theme-retro-futurist.serismod--guest-landing .price-card__eur,
body.serismod-theme-retro-futurist.serismod--guest-landing .steps__num,
body.serismod-theme-retro-futurist.serismod--guest-landing .hero-intro__lead strong {
  color: var(--rf-ink) !important;
  background: none !important;
  -webkit-background-clip: border-box !important;
  background-clip: border-box !important;
}

body.serismod-theme-retro-futurist.serismod--guest-landing .primary,
body.serismod-theme-retro-futurist.serismod--guest-landing .btn--hero-primary,
body.serismod-theme-retro-futurist.serismod--guest-landing .btn--price-outline,
body.serismod-theme-retro-futurist.serismod--guest-landing .btn--price-on-gradient {
  border: 1px solid var(--rf-ink) !important;
  background: var(--rf-ink) !important;
  color: var(--rf-white) !important;
  box-shadow: none !important;
}

body.serismod-theme-retro-futurist.serismod--guest-landing .btn--hero-secondary {
  border: 1px solid var(--rf-ink) !important;
  background: rgba(255, 255, 255, 0.62) !important;
  color: var(--rf-ink) !important;
}

body.serismod-theme-retro-futurist.serismod--guest-landing .design-showcase .section-head h2,
body.serismod-theme-retro-futurist.serismod--guest-landing .design-showcase .section-head p,
body.serismod-theme-retro-futurist.serismod--guest-landing .design-showcase .eyebrow {
  color: var(--rf-ink) !important;
}

body.serismod-theme-retro-futurist.serismod--guest-landing .design-card {
  border: 1px solid var(--rf-line) !important;
  border-radius: 12px !important;
  background: rgba(255, 255, 255, 0.9) !important;
  color: var(--rf-ink) !important;
  box-shadow: none !important;
}

body.serismod-theme-retro-futurist.serismod--guest-landing .design-card.is-selected {
  border-color: var(--rf-ink) !important;
  box-shadow: 0 0 0 2px rgba(10, 10, 10, 0.08) !important;
}

body.serismod-theme-retro-futurist.serismod--guest-landing .design-card__category {
  border-color: var(--rf-line) !important;
  background: rgba(255, 255, 255, 0.8) !important;
  color: var(--rf-muted) !important;
}

body.serismod-theme-retro-futurist.serismod--guest-landing .design-card__action {
  color: var(--rf-ink) !important;
}

body.serismod-theme-retro-futurist.serismod--guest-landing .design-gallery__toggle {
  border: 1px solid var(--rf-ink) !important;
  background: var(--rf-white) !important;
  color: var(--rf-ink) !important;
}

body.serismod-theme-retro-futurist.serismod--guest-landing .ops-band,
body.serismod-theme-retro-futurist.serismod--guest-landing .band {
  width: auto !important;
  max-width: 100% !important;
  min-width: 0 !important;
  margin-left: 0 !important;
  margin-right: 0 !important;
  box-sizing: border-box !important;
  overflow: visible !important;
}

body.serismod-theme-retro-futurist.serismod--guest-landing .ops-band .section-head {
  display: grid !important;
  grid-template-columns: minmax(0, 1fr) !important;
  gap: 12px !important;
  align-items: start !important;
  margin-bottom: 16px !important;
}

body.serismod-theme-retro-futurist.serismod--guest-landing .ops-band .section-head .eyebrow {
  grid-column: 1 !important;
}

body.serismod-theme-retro-futurist.serismod--guest-landing .ops-band .section-head h2,
body.serismod-theme-retro-futurist.serismod--guest-landing .ops-band .section-lead {
  max-width: 100% !important;
  overflow-wrap: anywhere;
  word-break: break-word;
}

body.serismod-theme-retro-futurist.serismod--guest-landing .ops-grid {
  grid-template-columns: minmax(0, 1fr) !important;
  gap: 12px !important;
  width: 100% !important;
  min-width: 0 !important;
  max-width: 100% !important;
}

body.serismod-theme-retro-futurist.serismod--guest-landing .ops-card {
  min-height: 0 !important;
  height: auto !important;
  width: auto !important;
  max-width: 100% !important;
  min-width: 0 !important;
  box-sizing: border-box !important;
}

body.serismod-theme-retro-futurist.serismod--guest-landing .ops-band,
body.serismod-theme-retro-futurist.serismod--guest-landing .band--pricing {
  background: transparent !important;
}

body.serismod-theme-retro-futurist.serismod--guest-landing .price-card--featured {
  border-color: var(--rf-ink) !important;
}

body.serismod-theme-retro-futurist.serismod--guest-landing .btn--price-outline,
body.serismod-theme-retro-futurist.serismod--guest-landing .btn.primary,
body.serismod-theme-retro-futurist.serismod--guest-landing .btn--price-on-gradient {
  border-radius: 999px !important;
  font-family: var(--rf-font-heading) !important;
}

body.serismod-theme-retro-futurist.serismod--guest-landing .btn--price-outline,
body.serismod-theme-retro-futurist.serismod--guest-landing .btn.primary {
  border: 1px solid var(--rf-ink) !important;
  background: var(--rf-ink) !important;
  color: var(--rf-white) !important;
}

body.serismod-theme-retro-futurist.serismod--guest-landing .site-footer {
  border-top: 1px solid var(--rf-line) !important;
  background: var(--rf-white) !important;
  color: var(--rf-muted) !important;
}

body.serismod-theme-retro-futurist.serismod--guest-landing .site-footer a,
body.serismod-theme-retro-futurist.serismod--guest-landing .site-footer__name {
  color: var(--rf-ink) !important;
}

@media (max-width: 960px) {
  body.serismod-theme-retro-futurist.serismod--guest-landing .hero-intro {
    grid-template-columns: 1fr !important;
    padding-top: calc(var(--rf-header-offset, 76px) + 20px) !important;
  }

  body.serismod-theme-retro-futurist.serismod--guest-landing .hero-intro__proof {
    grid-template-columns: 1fr !important;
  }
}

/* v4: make Retro a real Mainframe-style hero, not a white overlay on top of the old landing. */
body.serismod-theme-retro-futurist.serismod--guest-landing .retro-futurist-video-bg {
  display: block !important;
  opacity: 1 !important;
  filter: saturate(0.95) contrast(1.03) !important;
  object-position: 70% center !important;
}

body.serismod-theme-retro-futurist.serismod--guest-landing::before {
  z-index: 0 !important;
  background:
    linear-gradient(90deg, rgba(247, 247, 242, 0.16) 0%, rgba(247, 247, 242, 0.03) 44%, rgba(247, 247, 242, 0.16) 100%),
    linear-gradient(180deg, rgba(247, 247, 242, 0.06) 0%, rgba(247, 247, 242, 0.18) 56%, rgba(247, 247, 242, 0.98) 100%) !important;
  background-size: auto !important;
}

body.serismod-theme-retro-futurist.serismod--guest-landing .site-header {
  background: rgba(247, 247, 242, 0.32) !important;
  border-bottom-color: rgba(10, 10, 10, 0.1) !important;
  backdrop-filter: blur(10px) !important;
  -webkit-backdrop-filter: blur(10px) !important;
}

body.serismod-theme-retro-futurist.serismod--guest-landing .hero-intro {
  display: block !important;
  min-height: min(780px, calc(100vh - 72px)) !important;
  max-width: 1180px !important;
  padding: clamp(118px, 18vh, 190px) 0 56px !important;
  margin-bottom: 24px !important;
}

body.serismod-theme-retro-futurist.serismod--guest-landing .hero-intro__content {
  width: min(560px, 52vw) !important;
  max-width: 560px !important;
}

body.serismod-theme-retro-futurist.serismod--guest-landing .hero-intro__title {
  max-width: 560px !important;
  font-size: clamp(2.35rem, 5.2vw, 4.6rem) !important;
  line-height: 0.98 !important;
}

body.serismod-theme-retro-futurist.serismod--guest-landing .hero-intro__lead {
  max-width: 520px !important;
  color: #050505 !important;
}

body.serismod-theme-retro-futurist.serismod--guest-landing .hero-intro__actions {
  gap: 8px !important;
}

body.serismod-theme-retro-futurist.serismod--guest-landing .btn--hero-primary,
body.serismod-theme-retro-futurist.serismod--guest-landing .btn--hero-secondary {
  min-height: 34px !important;
  padding: 0 16px !important;
  font-size: 0.84rem !important;
  background: rgba(255, 255, 255, 0.88) !important;
  color: #000 !important;
  border: 1px solid rgba(0, 0, 0, 0.12) !important;
  box-shadow: none !important;
}

body.serismod-theme-retro-futurist.serismod--guest-landing .btn--hero-primary:hover,
body.serismod-theme-retro-futurist.serismod--guest-landing .btn--hero-secondary:hover {
  background: #000 !important;
  color: #fff !important;
}

body.serismod-theme-retro-futurist.serismod--guest-landing .hero-intro__proof {
  max-width: 560px !important;
  grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  gap: 8px !important;
}

body.serismod-theme-retro-futurist.serismod--guest-landing .hero-intro__proof li {
  min-height: auto !important;
  padding: 12px !important;
  border-radius: 12px !important;
  background: rgba(255, 255, 255, 0.5) !important;
  backdrop-filter: blur(8px) !important;
  -webkit-backdrop-filter: blur(8px) !important;
}

body.serismod-theme-retro-futurist.serismod--guest-landing .hero-system {
  display: none !important;
}

body.serismod-theme-retro-futurist.serismod--guest-landing .design-showcase {
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.78), rgba(247, 247, 242, 0.92)),
    url("../DIZAYN ANIMAZIYA/MotionSites_Free_Library/095-retro-futurist/screenshot.webp") center / cover no-repeat !important;
}

@media (max-width: 960px) {
  body.serismod-theme-retro-futurist.serismod--guest-landing .hero-intro {
    padding-top: calc(var(--rf-header-offset, 76px) + 20px) !important;
  }

  body.serismod-theme-retro-futurist.serismod--guest-landing .hero-intro__content {
    width: min(620px, 100%) !important;
  }

  body.serismod-theme-retro-futurist.serismod--guest-landing .hero-intro__proof {
    grid-template-columns: 1fr !important;
  }
}

/* Мобильная шапка: бургер + выпадающее меню, без горизонтального скролла */
@media (max-width: 820px) {
  html.serismod-root.serismod--guest-landing.serismod-theme-retro-futurist,
  html.serismod-root.serismod--guest-landing:has(body.serismod-theme-retro-futurist) {
    --rf-header-offset: 72px;
  }

  body.serismod-theme-retro-futurist.serismod--guest-landing {
    overflow-x: clip !important;
  }

  body.serismod-theme-retro-futurist.serismod--guest-landing .site-wrap {
    padding-left: 16px !important;
    padding-right: 16px !important;
    overflow: visible !important;
  }

  body.serismod-theme-retro-futurist.serismod--guest-landing .site-header {
    width: 100% !important;
    margin: 0 !important;
    padding: 10px 16px !important;
  }

  body.serismod-theme-retro-futurist.serismod--guest-landing .site-header.is-scrolled {
    padding-top: 8px !important;
    padding-bottom: 8px !important;
    background: rgba(247, 247, 242, 0.94) !important;
    box-shadow: 0 8px 24px rgba(10, 10, 10, 0.06) !important;
  }

  body.serismod-theme-retro-futurist.serismod--guest-landing .site-header__inner {
    display: grid !important;
    grid-template-columns: minmax(0, 1fr) auto auto;
    align-items: center;
    gap: 8px 10px;
  }

  body.serismod-theme-retro-futurist.serismod--guest-landing .site-brand--nav {
    grid-column: 1;
    min-width: 0;
  }

  body.serismod-theme-retro-futurist.serismod--guest-landing .site-header__actions {
    grid-column: 2;
    justify-self: end;
    gap: 8px !important;
  }

  body.serismod-theme-retro-futurist.serismod--guest-landing .site-nav-toggle {
    grid-column: 3;
  }

  body.serismod-theme-retro-futurist.serismod--guest-landing .site-nav-toggle {
    display: inline-flex !important;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 5px;
    width: 42px;
    height: 42px;
    padding: 0;
    border: 1px solid var(--rf-line) !important;
    border-radius: 10px !important;
    background: rgba(255, 255, 255, 0.92) !important;
    color: var(--rf-ink) !important;
    cursor: pointer;
  }

  body.serismod-theme-retro-futurist.serismod--guest-landing .site-nav-toggle__bar {
    display: block;
    width: 18px;
    height: 2px;
    border-radius: 999px;
    background: currentColor;
    transition: transform 180ms ease, opacity 180ms ease;
  }

  body.serismod-theme-retro-futurist.serismod--guest-landing .site-header.is-nav-open .site-nav-toggle__bar:nth-child(1) {
    transform: translateY(7px) rotate(45deg);
  }

  body.serismod-theme-retro-futurist.serismod--guest-landing .site-header.is-nav-open .site-nav-toggle__bar:nth-child(2) {
    opacity: 0;
  }

  body.serismod-theme-retro-futurist.serismod--guest-landing .site-header.is-nav-open .site-nav-toggle__bar:nth-child(3) {
    transform: translateY(-7px) rotate(-45deg);
  }

  body.serismod-theme-retro-futurist.serismod--guest-landing .site-header__actions .btn--login-header {
    min-height: 42px !important;
  }

  body.serismod-theme-retro-futurist.serismod--guest-landing .site-nav {
    grid-column: 1 / -1;
    order: unset !important;
    display: none;
    flex-direction: column;
    align-items: stretch;
    gap: 6px !important;
    width: 100%;
    max-height: min(60vh, 420px);
    overflow-y: auto;
    overflow-x: hidden;
    margin-top: 4px;
    padding: 10px;
    border: 1px solid var(--rf-line) !important;
    border-radius: 14px !important;
    background: rgba(255, 255, 255, 0.98) !important;
    box-shadow: var(--rf-shadow) !important;
  }

  body.serismod-theme-retro-futurist.serismod--guest-landing .site-header.is-nav-open .site-nav {
    display: flex !important;
  }

  body.serismod-theme-retro-futurist.serismod--guest-landing .site-nav__link {
    justify-content: flex-start !important;
    width: 100% !important;
    padding: 10px 12px !important;
    border-radius: 10px !important;
    white-space: normal !important;
  }

  body.serismod-theme-retro-futurist.serismod--guest-landing .site-main {
    padding-top: 0 !important;
  }

  body.serismod-theme-retro-futurist.serismod--guest-landing .hero-intro {
    min-height: auto !important;
    padding: calc(var(--rf-header-offset, 72px) + 12px) 0 40px !important;
  }

  body.serismod-theme-retro-futurist.serismod--guest-landing .hero-intro__content {
    width: 100% !important;
    max-width: 100% !important;
  }

  body.serismod-theme-retro-futurist.serismod--guest-landing .hero-intro__title {
    font-size: clamp(1.85rem, 8.5vw, 2.55rem) !important;
    max-width: 100% !important;
  }

  body.serismod-theme-retro-futurist.serismod--guest-landing .hero-intro__lead,
  body.serismod-theme-retro-futurist.serismod--guest-landing .hero-intro__lead--second {
    max-width: 100% !important;
  }

  body.serismod-theme-retro-futurist.serismod--guest-landing .ops-band,
  body.serismod-theme-retro-futurist.serismod--guest-landing .band.band--pricing.landing-pricing,
  body.serismod-theme-retro-futurist.serismod--guest-landing .band--support,
  body.serismod-theme-retro-futurist.serismod--guest-landing .band--split,
  body.serismod-theme-retro-futurist.serismod--guest-landing .design-showcase {
    padding: 16px !important;
    border-radius: 14px !important;
  }

  body.serismod-theme-retro-futurist.serismod--guest-landing .ops-grid,
  body.serismod-theme-retro-futurist.serismod--guest-landing .landing-pricing__grid,
  body.serismod-theme-retro-futurist.serismod--guest-landing .support-grid {
    grid-template-columns: minmax(0, 1fr) !important;
    gap: 12px !important;
    min-width: 0 !important;
  }

  body.serismod-theme-retro-futurist.serismod--guest-landing .ops-card,
  body.serismod-theme-retro-futurist.serismod--guest-landing .price-card,
  body.serismod-theme-retro-futurist.serismod--guest-landing .support-card {
    min-width: 0 !important;
    min-height: 0 !important;
    height: auto !important;
    width: auto !important;
    max-width: 100% !important;
    box-sizing: border-box !important;
  }

  body.serismod-theme-retro-futurist.serismod--guest-landing .band--split,
  body.serismod-theme-retro-futurist.serismod--guest-landing .band--split__col {
    width: 100% !important;
    max-width: 100% !important;
    min-width: 0 !important;
  }

  body.serismod-theme-retro-futurist.serismod--guest-landing .section-head h2,
  body.serismod-theme-retro-futurist.serismod--guest-landing #landing-pricing-title,
  body.serismod-theme-retro-futurist.serismod--guest-landing #support-title {
    font-size: clamp(1.35rem, 5.8vw, 1.75rem) !important;
    line-height: 1.12 !important;
  }

  body.serismod-theme-retro-futurist.serismod--guest-landing .section-lead,
  body.serismod-theme-retro-futurist.serismod--guest-landing .landing-pricing__addon {
    font-size: 0.92rem !important;
    line-height: 1.55 !important;
  }
}

@media (max-width: 560px) {
  html.serismod-root.serismod--guest-landing.serismod-theme-retro-futurist,
  html.serismod-root.serismod--guest-landing:has(body.serismod-theme-retro-futurist) {
    --rf-header-offset: 68px;
  }

  body.serismod-theme-retro-futurist.serismod--guest-landing .hero-intro__title {
    font-size: clamp(1.75rem, 9vw, 2.2rem) !important;
  }

  body.serismod-theme-retro-futurist.serismod--guest-landing .hero-intro__proof {
    grid-template-columns: 1fr !important;
  }

  body.serismod-theme-retro-futurist.serismod--guest-landing .site-header__actions .btn--login-header {
    width: 42px !important;
    min-width: 42px !important;
    padding: 0 !important;
    font-size: 0 !important;
  }

  body.serismod-theme-retro-futurist.serismod--guest-landing .site-header__actions .btn--login-header .ico {
    width: 18px !important;
    height: 18px !important;
  }
}

/* Auth modal — отдельная светлая карточка, без наложения landing-стилей */
body.serismod-theme-retro-futurist.serismod--guest-landing .auth-modal__backdrop {
  background: rgba(10, 10, 10, 0.52) !important;
  backdrop-filter: blur(8px) !important;
  -webkit-backdrop-filter: blur(8px) !important;
}

body.serismod-theme-retro-futurist.serismod--guest-landing .auth-modal__panel {
  border: 1px solid var(--rf-line) !important;
  border-radius: 16px !important;
  background: #ffffff !important;
  color: var(--rf-ink) !important;
  box-shadow: var(--rf-shadow) !important;
  filter: none !important;
  font-family: var(--rf-font-body) !important;
}

body.serismod-theme-retro-futurist.serismod--guest-landing .auth-modal__close {
  border: 1px solid var(--rf-line) !important;
  border-radius: 10px !important;
  background: #ffffff !important;
  color: var(--rf-ink) !important;
}

body.serismod-theme-retro-futurist.serismod--guest-landing .auth-modal__close:hover {
  background: #f4f4f0 !important;
}

body.serismod-theme-retro-futurist.serismod--guest-landing .auth-modal__eyebrow {
  color: var(--rf-muted) !important;
  font-family: var(--rf-font-heading) !important;
  font-size: 0.72rem !important;
  font-weight: 600 !important;
  letter-spacing: 0.12em !important;
  text-transform: uppercase !important;
}

body.serismod-theme-retro-futurist.serismod--guest-landing .auth-modal .panel-title {
  margin-right: 46px !important;
  color: var(--rf-ink) !important;
  font-family: var(--rf-font-heading) !important;
  font-size: clamp(1.45rem, 4vw, 1.85rem) !important;
  font-weight: 600 !important;
  line-height: 1.08 !important;
  letter-spacing: -0.03em !important;
}

body.serismod-theme-retro-futurist.serismod--guest-landing .auth-modal__lead {
  margin: 0 0 18px !important;
  color: var(--rf-muted) !important;
  font-family: var(--rf-font-body) !important;
  font-size: 0.95rem !important;
  line-height: 1.55 !important;
}

body.serismod-theme-retro-futurist.serismod--guest-landing .auth-modal__form.panel,
body.serismod-theme-retro-futurist.serismod--guest-landing .auth-modal__form.panel--glass {
  padding: 0 !important;
  border: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
}

body.serismod-theme-retro-futurist.serismod--guest-landing .auth-modal label {
  display: block !important;
  margin-bottom: 6px !important;
  color: var(--rf-ink) !important;
  font-family: var(--rf-font-body) !important;
  font-size: 0.88rem !important;
  font-weight: 500 !important;
  letter-spacing: 0 !important;
}

body.serismod-theme-retro-futurist.serismod--guest-landing .auth-modal input {
  width: 100% !important;
  min-height: 46px !important;
  padding: 0 14px !important;
  border: 1px solid var(--rf-line) !important;
  border-radius: 10px !important;
  background: #ffffff !important;
  color: var(--rf-ink) !important;
  font-family: var(--rf-font-body) !important;
  font-size: 1rem !important;
  letter-spacing: 0 !important;
  box-shadow: none !important;
}

body.serismod-theme-retro-futurist.serismod--guest-landing .auth-modal input::placeholder {
  color: #8a8a86 !important;
  opacity: 1 !important;
}

body.serismod-theme-retro-futurist.serismod--guest-landing .auth-modal input:focus {
  outline: none !important;
  border-color: var(--rf-ink) !important;
  box-shadow: 0 0 0 3px rgba(10, 10, 10, 0.08) !important;
}

body.serismod-theme-retro-futurist.serismod--guest-landing .auth-modal .primary {
  width: 100% !important;
  min-height: 48px !important;
  margin-top: 16px !important;
  border: 1px solid var(--rf-ink) !important;
  border-radius: 999px !important;
  background: var(--rf-ink) !important;
  color: var(--rf-white) !important;
  font-family: var(--rf-font-heading) !important;
  font-size: 0.95rem !important;
  font-weight: 600 !important;
  letter-spacing: 0.01em !important;
  box-shadow: none !important;
}

body.serismod-theme-retro-futurist.serismod--guest-landing .auth-modal .primary:hover {
  background: #222222 !important;
}

body.serismod-theme-retro-futurist.serismod--guest-landing .auth-modal__switch {
  margin-top: 12px !important;
  color: var(--rf-muted) !important;
  font-family: var(--rf-font-body) !important;
  font-size: 0.92rem !important;
  letter-spacing: 0 !important;
}

body.serismod-theme-retro-futurist.serismod--guest-landing .auth-modal__switch:hover {
  color: var(--rf-ink) !important;
  border-color: var(--rf-line) !important;
  background: rgba(10, 10, 10, 0.04) !important;
}

body.serismod-theme-retro-futurist.serismod--guest-landing .auth-modal .auth-form-error {
  border: 1px solid rgba(190, 18, 60, 0.28) !important;
  background: #fff5f5 !important;
  color: #9f1239 !important;
  font-family: var(--rf-font-body) !important;
  letter-spacing: 0 !important;
}
