.home-dark-preview {
  --preview-bg: #07111f;
  --preview-bg-soft: #0d1729;
  --preview-surface: rgba(13, 23, 41, 0.82);
  --preview-surface-strong: rgba(18, 31, 53, 0.96);
  --preview-border: rgba(135, 183, 255, 0.18);
  --preview-text: #edf3ff;
  --preview-text-soft: #a7b5d1;
  --preview-accent: #5de0a2;
  --preview-accent-strong: #34c5ff;
  --preview-shadow: 0 24px 60px rgba(2, 8, 18, 0.42);
  --preview-card-radius: 22px;
  background:
    radial-gradient(circle at top left, rgba(52, 197, 255, 0.18), transparent 34%),
    radial-gradient(circle at 85% 12%, rgba(93, 224, 162, 0.16), transparent 28%),
    linear-gradient(180deg, #08111d 0%, #0a1322 38%, #07111f 100%);
  color: var(--preview-text);
  font-family: "Inter", sans-serif;
}

.home-dark-preview.leadform-page {
  background: #eef1f4;
}

.home-dark-preview.hardware-page {
  background: #eef1f4;
  color: #1b2430;
}

.home-dark-preview.hardware-page main,
.home-dark-preview.hardware-page .answer-snapshot,
.home-dark-preview.hardware-page .why-us,
.home-dark-preview.hardware-page .hw-section {
  background: #eef1f4;
}

.home-dark-preview.hardware-page .answer-snapshot,
.home-dark-preview.hardware-page .why-us,
.home-dark-preview.hardware-page .why-us h2,
.home-dark-preview.hardware-page .why-us p,
.home-dark-preview.hardware-page .why-card__body h3,
.home-dark-preview.hardware-page .why-card__body p {
  color: #1b2430 !important;
}

.home-dark-preview.hardware-page .why-us {
  background: #08111d !important;
  padding-top: 4rem;
  padding-bottom: 4.5rem;
}

.home-dark-preview.hardware-page .why-us h2,
.home-dark-preview.hardware-page .why-us p,
.home-dark-preview.hardware-page .why-us .why-us__intro,
.home-dark-preview.hardware-page .why-us .why-card__body h3,
.home-dark-preview.hardware-page .why-us .why-card__body p {
  color: #ffffff !important;
}

.home-dark-preview.hardware-page .why-us .why-us__header {
  max-width: 980px;
  margin: 0 auto 2rem;
  text-align: center;
}

.home-dark-preview.hardware-page .why-us .why-us__intro {
  color: #d3d7df !important;
  max-width: 68ch;
  margin-left: auto;
  margin-right: auto;
}

.home-dark-preview.hardware-page .why-us .why-us__grid {
  gap: 1.4rem;
}

.home-dark-preview.hardware-page .why-us .why-card {
  display: flex;
  align-items: flex-start;
  gap: 1rem;
  background: #ffffff !important;
  border: 1px solid rgba(17, 17, 17, 0.08) !important;
  border-radius: var(--preview-card-radius) !important;
  box-shadow: none !important;
  padding: 1.6rem 1.55rem !important;
}

.home-dark-preview.hardware-page .why-us .why-card:hover,
.home-dark-preview.hardware-page .why-us .why-card:focus-within {
  transform: translateY(-2px);
  box-shadow: none !important;
  border-color: rgba(17, 17, 17, 0.14) !important;
}

.home-dark-preview.hardware-page .why-us .why-card__img {
  width: 48px;
  height: 48px;
  flex: 0 0 48px;
  object-fit: contain;
  margin-top: 0.15rem;
}

.home-dark-preview.hardware-page .why-us .why-card__body h3 {
  margin: 0 0 0.45rem !important;
  color: #121a2f !important;
  font-family: "Poppins", sans-serif !important;
  font-weight: 700 !important;
  line-height: 1.18;
}

.home-dark-preview.hardware-page .why-us .why-card__body p {
  margin: 0 !important;
  color: #4a4f59 !important;
  font-size: 1rem;
  line-height: 1.55;
}

.home-dark-preview .hw-section {
  background: #eef1f4;
}

.home-dark-preview .hw-topnav {
  background: #eef1f4;
  border-bottom-color: rgba(27, 36, 48, 0.12);
}

.home-dark-preview .hw-topnav__item {
  color: #1b2430;
}

.home-dark-preview.hardware-page .hw-hero,
.home-dark-preview.hardware-page section.hw-hero,
.home-dark-preview.hardware-page .hw-hero.full-width {
  position: relative;
  overflow: hidden;
  background:
    radial-gradient(circle at 0 0, rgba(52, 197, 255, 0.22), transparent 28%),
    radial-gradient(circle at 100% 0, rgba(93, 224, 162, 0.18), transparent 30%),
    linear-gradient(180deg, #1b1b1b 0%, #141414 58%, #101010 100%) !important;
  color: #ffffff !important;
}

.home-dark-preview.hardware-page .hw-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.02), transparent 42%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.015), transparent 60%);
  pointer-events: none;
}

.home-dark-preview.hardware-page .hw-hero .eyebrow,
.home-dark-preview.hardware-page .hw-hero h1,
.home-dark-preview.hardware-page .hw-hero .lede,
.home-dark-preview.hardware-page .hw-hero p,
.home-dark-preview.hardware-page .hw-hero li {
  color: #ffffff !important;
}

.home-dark-preview.hardware-page .hw-hero .eyebrow {
  color: rgba(255, 255, 255, 0.72) !important;
}

.home-dark-preview.hardware-page .hw-hero .btn-neutral {
  background: rgba(255, 255, 255, 0.04);
  color: #ffffff !important;
  border: 1px solid rgba(255, 255, 255, 0.12);
}

.home-dark-preview.hardware-page .hw-hero .btn-neutral:hover {
  background: rgba(255, 255, 255, 0.08);
  border-color: rgba(255, 255, 255, 0.2);
}

.home-dark-preview .hw-section,
.home-dark-preview .hw-section h2,
.home-dark-preview .hw-section h3,
.home-dark-preview .hw-section p,
.home-dark-preview .hw-section li,
.home-dark-preview .hw-section .hw-card__title,
.home-dark-preview .hw-section .hw-card__blurb,
.home-dark-preview .hw-section .hw-feature__title,
.home-dark-preview .hw-section .hw-feature__intro {
  color: #1b2430 !important;
}

.home-dark-preview body,
.home-dark-preview main,
.home-dark-preview section,
.home-dark-preview footer {
  color: var(--preview-text);
  font-family: "Inter", sans-serif;
}

.home-dark-preview a {
  color: inherit;
}

.home-dark-preview p,
.home-dark-preview li,
.home-dark-preview dd,
.home-dark-preview .why-us__intro,
.home-dark-preview .answer-snapshot__intro p,
.home-dark-preview .industries__intro,
.home-dark-preview .apps-header p,
.home-dark-preview .cta-content p,
.home-dark-preview .faq__a,
.home-dark-preview figcaption {
  color: var(--preview-text-soft);
}

.home-dark-preview h1,
.home-dark-preview h2,
.home-dark-preview h3,
.home-dark-preview dt,
.home-dark-preview summary,
.home-dark-preview .logos-title,
.home-dark-preview .eyebrow {
  color: var(--preview-text);
  font-family: "Poppins", sans-serif;
}

.home-dark-preview #header {
  background: rgba(0, 0, 0, 0.92);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
  border-bottom: 0;
}

.home-dark-preview .site-header {
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.22);
}

.home-dark-preview .header-inner {
  max-width: 1680px;
  margin: 0 auto;
  min-height: 92px;
  padding-left: 32px;
  padding-right: 32px;
}

.home-dark-preview .logo {
  display: inline-flex;
  align-items: center;
}

.home-dark-preview .site-header .site-logo {
  content: url("/assets/rstepos_logo.svg");
  width: auto;
  height: 55px !important;
  filter: brightness(1.05) saturate(1.02);
}

.home-dark-preview .site-nav {
  background: transparent;
}

.home-dark-preview .nav-link,
.home-dark-preview .logo {
  color: #ffffff;
}

.home-dark-preview .nav-link:hover,
.home-dark-preview .mega-links a:hover,
.home-dark-preview .integration-link:hover + * {
  color: #67c46a;
}

.home-dark-preview .nav-list {
  gap: 2.25rem;
}

.home-dark-preview .nav-link,
.home-dark-preview .nav-link.has-caret {
  color: #ffffff;
  font-weight: 500;
  font-size: 1rem;
  font-family: "Inter", sans-serif;
  letter-spacing: 0;
}

.home-dark-preview .site-nav a,
.home-dark-preview .site-nav button,
.home-dark-preview .site-nav .nav-link,
.home-dark-preview .site-nav .has-caret {
  color: #ffffff !important;
}

.home-dark-preview .site-nav .nav-link:hover,
.home-dark-preview .site-nav .has-caret:hover,
.home-dark-preview .site-nav a:hover,
.home-dark-preview .site-nav button:hover {
  color: #67c46a !important;
}

.home-dark-preview .nav-link.has-caret::after,
.home-dark-preview .has-caret::after {
  border-top-color: rgba(255, 255, 255, 0.82);
}

.home-dark-preview .nav-link.has-caret:hover::after,
.home-dark-preview .has-caret:hover::after {
  border-top-color: #67c46a !important;
}

.home-dark-preview .site-header .cta.primary a,
.home-dark-preview .site-header .cta.primary .btn,
.home-dark-preview .site-header .btn-primary,
.home-dark-preview .site-header .btn-neutral {
  background: #ffffff;
  color: #2f66ff;
  border: 1px solid rgba(255, 255, 255, 0.7);
  box-shadow: none;
  border-radius: 999px;
  font-weight: 600;
  padding: 0.9rem 1.35rem;
}

.home-dark-preview .site-header .cta.primary a:hover,
.home-dark-preview .site-header .btn-primary:hover,
.home-dark-preview .site-header .btn-neutral:hover {
  background: #f5f7fb;
  color: #1e52ea;
  transform: none;
  box-shadow: none;
}

.home-dark-preview .subnav {
  background: rgba(8, 17, 29, 0.08);
  backdrop-filter: blur(14px) saturate(130%) brightness(0.7);
  -webkit-backdrop-filter: blur(14px) saturate(130%) brightness(0.7);
  border-top: 0;
  border-bottom: 0;
}

.home-dark-preview.tapapay-subnav-page .subnav {
  background: rgba(10, 19, 34, 0.96);
  backdrop-filter: none;
  -webkit-backdrop-filter: none;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.home-dark-preview.hardware-page .subnav {
  background: rgba(10, 19, 34, 0.96);
  backdrop-filter: none;
  -webkit-backdrop-filter: none;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.home-dark-preview .subnav__link {
  color: #ffffff;
}

.home-dark-preview .subnav__link:hover {
  color: #2f7f45;
}

.home-dark-preview .subnav__link.is-active,
.home-dark-preview .subnav__link[aria-current="page"] {
  color: #2f7f45;
  border-color: #2f7f45;
}

.home-dark-preview .subnav__wrap {
  min-height: 62px;
}

.home-dark-preview .subnav__ctas .btn,
.home-dark-preview .subnav__ctas .btn-neutral,
.home-dark-preview .subnav__ctas .btn-primary {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.55rem;
  min-width: 168px;
  min-height: 46px;
  padding: 0.65rem 1.25rem;
  background: #ffffff !important;
  color: #67c46a !important;
  border: 1px solid rgba(255, 255, 255, 0.72) !important;
  border-radius: 999px !important;
  box-shadow: none !important;
  font-weight: 600;
}

.home-dark-preview .subnav__ctas .btn:hover,
.home-dark-preview .subnav__ctas .btn-neutral:hover,
.home-dark-preview .subnav__ctas .btn-primary:hover {
  background: #67c46a !important;
  color: #ffffff !important;
  border-color: #67c46a !important;
  box-shadow: none !important;
  transform: none;
}

.home-dark-preview .nav-toggle__bar {
  background: var(--preview-text);
}

.home-dark-preview .mega,
.home-dark-preview .subnav__panel {
  background: rgba(10, 19, 34, 0.96);
  border: 1px solid var(--preview-border);
  box-shadow: var(--preview-shadow);
}

.home-dark-preview .mega {
  max-height: calc(100dvh - 110px);
  overflow-y: auto;
  overflow-x: hidden;
  overscroll-behavior: contain;
  -webkit-overflow-scrolling: touch;
}

@media (min-width: 901px) {
  .home-dark-preview #header .has-mega {
    position: static !important;
  }

  .home-dark-preview #header .mega {
    position: fixed !important;
    top: 92px !important;
    left: 50% !important;
    right: auto !important;
    transform: translateX(-50%) !important;
    width: min(1240px, calc(100vw - 32px)) !important;
    max-width: calc(100vw - 32px) !important;
    min-width: 0 !important;
  }
}

.home-dark-preview .mega h4,
.home-dark-preview .menu-text .title {
  color: var(--preview-text);
}

.home-dark-preview .menu-text .desc,
.home-dark-preview .mega-links a.no-icon {
  color: var(--preview-text-soft);
}

.home-dark-preview .mega-links a.no-icon {
  color: #67c46a !important;
  font-weight: 600;
  display: inline-flex;
  align-items: center;
}

.home-dark-preview .mega-links a.no-icon:hover {
  color: #67c46a !important;
}

.home-dark-preview .hero {
  position: relative;
  overflow: hidden;
  padding-top: 2.5rem;
  background:
    radial-gradient(circle at 0 0, rgba(52, 197, 255, 0.22), transparent 28%),
    radial-gradient(circle at 100% 0, rgba(93, 224, 162, 0.18), transparent 30%),
    linear-gradient(180deg, #020202 0%, #050505 58%, #0b0b0b 100%);
}

.home-dark-preview .hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.02), transparent 42%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.015), transparent 60%);
  pointer-events: none;
}

.home-dark-preview .hero-overlay {
  background: transparent;
}

.home-dark-preview .hero-inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1.6rem;
  text-align: center;
  padding-top: 2rem;
  padding-bottom: 0;
}

.home-dark-preview .hero-media {
  position: relative;
  order: 2;
  width: min(100%, 1080px);
  margin-top: -0.4rem;
}

.home-dark-preview .hero-media::before {
  content: "";
  position: absolute;
  inset: auto 10% -4% 10%;
  height: 22%;
  border-radius: 999px;
  background: radial-gradient(circle, rgba(76, 45, 16, 0.58), rgba(76, 45, 16, 0));
  filter: blur(28px);
  opacity: 0.95;
}

.home-dark-preview .hero-media img {
  position: relative;
  display: block;
  width: min(100%, 980px);
  margin: 0 auto;
  border-radius: 0;
  border: none;
  background: transparent;
  box-shadow: none;
}

.home-dark-preview .hero-content {
  order: 1;
  max-width: 980px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  text-align: left;
}

.home-dark-preview .hero-content h1 {
  font-size: clamp(3.1rem, 4.2vw, 55px);
  line-height: 1.12;
  letter-spacing: 0;
  max-width: 16ch;
  margin: 0 0 1rem;
  font-weight: 600;
  font-family: "Poppins", sans-serif;
  color: #ffffff;
}

.home-dark-preview .hero-content p {
  font-size: 17px;
  line-height: 1.45;
  max-width: 54ch;
  margin-left: 0;
  margin-right: 0;
  font-family: "Inter", sans-serif;
}

.home-dark-preview .hero .hero-content h1,
.home-dark-preview .hero .hero-content p {
  color: #ffffff !important;
}

.home-dark-preview .hero-content p:first-of-type {
  color: rgba(255, 255, 255, 0.5);
  font-size: 17px;
  margin-bottom: 1.45rem;
}

.home-dark-preview .hero-content p:nth-of-type(2) {
  display: none;
}

.home-dark-preview .hero-cta,
.home-dark-preview .hero-content .hero-cta,
.home-dark-preview .btn-primary,
.home-dark-preview .offer__btn--primary {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.55rem;
  min-width: 168px;
  min-height: 52px;
  background: #ffffff !important;
  color: #67c46a !important;
  border: 1px solid rgba(255, 255, 255, 0.72) !important;
  border-radius: 999px !important;
  box-shadow: none !important;
  font-weight: 600;
  padding: 0.85rem 1.3rem;
  text-decoration: none;
}

.home-dark-preview .hero-cta::after {
  content: "\2192";
  display: inline-block;
  background: transparent;
  color: inherit;
  width: auto;
  height: auto;
  border-radius: 0;
  font-size: 0.95rem;
  line-height: 1;
  transform: translateY(1px);
}

.home-dark-preview .hero-cta:hover,
.home-dark-preview .hero-content .hero-cta:hover,
.home-dark-preview .btn-primary:hover,
.home-dark-preview .offer__btn--primary:hover {
  background: #67c46a !important;
  color: #ffffff !important;
  border-color: #67c46a !important;
  transform: none;
  box-shadow: none !important;
}

.home-dark-preview.signup-page .btn-primary,
.home-dark-preview.signup-page .btn.btn-primary {
  background: #5ab562 !important;
  color: #ffffff !important;
  border: 1px solid #5ab562 !important;
  border-radius: 16px !important;
}

.home-dark-preview.signup-page .btn-primary .btn-icon,
.home-dark-preview.signup-page .btn.btn-primary .btn-icon,
.home-dark-preview.signup-page .btn-secondary .btn-icon,
.home-dark-preview.signup-page .btn.btn-secondary .btn-icon,
.home-dark-preview.signup-page .btn-quiet .btn-icon,
.home-dark-preview.signup-page .btn.btn-quiet .btn-icon {
  color: #ffffff !important;
  border-color: rgba(255, 255, 255, 0.65) !important;
}

.home-dark-preview.signup-page .btn-primary .btn-icon svg,
.home-dark-preview.signup-page .btn.btn-primary .btn-icon svg,
.home-dark-preview.signup-page .btn-secondary .btn-icon svg,
.home-dark-preview.signup-page .btn.btn-secondary .btn-icon svg,
.home-dark-preview.signup-page .btn-quiet .btn-icon svg,
.home-dark-preview.signup-page .btn.btn-quiet .btn-icon svg {
  stroke: #ffffff !important;
}

.home-dark-preview.signup-page .btn-primary:hover,
.home-dark-preview.signup-page .btn-primary:focus,
.home-dark-preview.signup-page .btn.btn-primary:hover,
.home-dark-preview.signup-page .btn.btn-primary:focus {
  background: #4ea956 !important;
  color: #ffffff !important;
  border-color: #4ea956 !important;
}

.home-dark-preview.signup-page .btn-secondary,
.home-dark-preview.signup-page .btn.btn-secondary {
  background: #000000 !important;
  color: #ffffff !important;
  border: 1px solid #000000 !important;
  border-radius: 16px !important;
}

.home-dark-preview.signup-page .btn-secondary:hover,
.home-dark-preview.signup-page .btn-secondary:focus,
.home-dark-preview.signup-page .btn.btn-secondary:hover,
.home-dark-preview.signup-page .btn.btn-secondary:focus {
  background: #111111 !important;
  color: #ffffff !important;
  border-color: #111111 !important;
}

.home-dark-preview.signup-page .btn-quiet,
.home-dark-preview.signup-page .btn.btn-quiet {
  background: #000000 !important;
  color: #ffffff !important;
  border: 1px solid #000000 !important;
  border-radius: 16px !important;
}

.home-dark-preview.signup-page .btn-quiet:hover,
.home-dark-preview.signup-page .btn-quiet:focus,
.home-dark-preview.signup-page .btn.btn-quiet:hover,
.home-dark-preview.signup-page .btn.btn-quiet:focus {
  background: #111111 !important;
  color: #ffffff !important;
  border-color: #111111 !important;
}

.home-dark-preview.signup-page .btn:disabled,
.home-dark-preview.signup-page .btn.btn-primary:disabled,
.home-dark-preview.signup-page .btn.btn-secondary:disabled,
.home-dark-preview.signup-page .btn.btn-quiet:disabled,
.home-dark-preview.signup-page .ai-step-btn:disabled {
  background: #d7dde7 !important;
  color: #7b8798 !important;
  border-color: #d7dde7 !important;
  box-shadow: none !important;
  cursor: not-allowed !important;
  opacity: 1 !important;
}

.home-dark-preview.signup-page .btn:disabled .btn-icon,
.home-dark-preview.signup-page .btn.btn-primary:disabled .btn-icon,
.home-dark-preview.signup-page .btn.btn-secondary:disabled .btn-icon,
.home-dark-preview.signup-page .btn.btn-quiet:disabled .btn-icon,
.home-dark-preview.signup-page .ai-step-btn:disabled .btn-icon {
  color: #7b8798 !important;
  border-color: rgba(123, 135, 152, 0.45) !important;
}

.home-dark-preview.signup-page .btn:disabled .btn-icon svg,
.home-dark-preview.signup-page .btn.btn-primary:disabled .btn-icon svg,
.home-dark-preview.signup-page .btn.btn-secondary:disabled .btn-icon svg,
.home-dark-preview.signup-page .btn.btn-quiet:disabled .btn-icon svg,
.home-dark-preview.signup-page .ai-step-btn:disabled .btn-icon svg {
  stroke: #7b8798 !important;
  opacity: 1 !important;
}

.home-dark-preview .btn-neutral,
.home-dark-preview .offer__btn--link {
  background: rgba(255, 255, 255, 0.04);
  color: var(--preview-text);
  border: 1px solid rgba(255, 255, 255, 0.12);
}

.home-dark-preview .btn-neutral:hover,
.home-dark-preview .offer__btn--link:hover {
  background: rgba(255, 255, 255, 0.08);
  border-color: rgba(255, 255, 255, 0.2);
}

.home-dark-preview .answer-snapshot,
.home-dark-preview .why-us,
.home-dark-preview .industries,
.home-dark-preview .apps,
.home-dark-preview .testi,
.home-dark-preview .faqs,
.home-dark-preview .cta-section,
.home-dark-preview .hero_offer,
.home-dark-preview .integration-logos,
.home-dark-preview .logos {
  background: transparent;
}

.home-dark-preview .stack {
  background: #f3f4f6 !important;
}

.home-dark-preview .stack[aria-label]::before {
  content: attr(aria-label);
  display: block;
  height: auto;
  max-width: 1100px;
  margin: 0 auto 1rem;
  padding: 1rem 20px 0;
  color: #67c46a;
  font-family: "Poppins", sans-serif;
  font-size: 0.92rem;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: 0.04em;
  text-align: left;
  text-transform: uppercase;
}

.home-dark-preview .stack[aria-label]::after {
  height: 0;
}

.home-dark-preview .why-us {
  background: #08111d;
  margin-top: 0;
  border-top: 0;
}

.home-dark-preview .why-us .container {
  color: #ffffff;
}

.home-dark-preview .why-us__header h2,
.home-dark-preview .why-us__header h3,
.home-dark-preview .why-card h3 {
  color: #ffffff;
}

.home-dark-preview .why-us #why-us-heading {
  color: #ffffff !important;
}

.home-dark-preview .why-us__intro,
.home-dark-preview .why-card p {
  color: #d3d7df;
}

.home-dark-preview .why-card {
  background: #2a2a2c;
  border: 1px solid rgba(255, 255, 255, 0.08);
  box-shadow: none;
}

.home-dark-preview .feature-cards {
  background: #08111d !important;
  padding-top: 4rem;
  padding-bottom: 4.5rem;
}

.home-dark-preview .feature-cards .container {
  color: #ffffff;
}

.home-dark-preview .feature-cards__header {
  max-width: 980px;
  margin: 0 auto 2rem;
  text-align: center;
}

.home-dark-preview .feature-cards__header h2 {
  color: #ffffff !important;
}

.home-dark-preview .feature-cards__intro {
  color: #d3d7df !important;
  max-width: 68ch;
  margin-left: auto;
  margin-right: auto;
}

.home-dark-preview .feature-cards__grid {
  gap: 1.4rem;
}

.home-dark-preview .feature-card {
  display: flex;
  align-items: flex-start;
  gap: 1rem;
  background: #ffffff !important;
  border: 1px solid rgba(17, 17, 17, 0.08) !important;
  border-radius: var(--preview-card-radius) !important;
  box-shadow: none !important;
  padding: 1.6rem 1.55rem !important;
}

.home-dark-preview .feature-card:hover,
.home-dark-preview .feature-card:focus-within {
  transform: translateY(-2px);
  box-shadow: none !important;
  border-color: rgba(17, 17, 17, 0.14) !important;
}

.home-dark-preview .feature-card__img {
  width: 48px;
  height: 48px;
  flex: 0 0 48px;
  object-fit: contain;
  margin-top: 0.15rem;
}

.home-dark-preview .feature-card__body h3 {
  margin: 0 0 0.45rem !important;
  color: #121a2f !important;
  font-family: "Poppins", sans-serif !important;
  font-weight: 700 !important;
  line-height: 1.18;
}

.home-dark-preview .feature-card__body p {
  margin: 0 !important;
  color: #4a4f59 !important;
  font-size: 1rem;
  line-height: 1.55;
}

.home-dark-preview .industries {
  background: #000000;
  padding-top: 4rem;
  padding-bottom: 4.5rem;
}

.home-dark-preview .industries .container {
  color: #ffffff;
}

.home-dark-preview .industries__header h2 {
  color: #ffffff;
}

.home-dark-preview .industries__intro {
  color: #b8bfd0;
}

.home-dark-preview .industries__grid {
  gap: 1.4rem;
}

.home-dark-preview .industries__card {
  background: #2d2d2d;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 24px;
  box-shadow: none;
}

.home-dark-preview .industries__card:hover {
  border-color: rgba(255, 255, 255, 0.16);
  box-shadow: none;
  transform: translateY(-2px);
}

.home-dark-preview .industries__media::after {
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.1) 0%, rgba(0, 0, 0, 0.38) 100%);
}

.home-dark-preview .industries__body {
  background: #2d2d2d;
  color: #000000;
}

.home-dark-preview .industries__body h3,
.home-dark-preview .industries__body p {
  color: #ffffff;
}

.home-dark-preview .industries__body p {
  color: #e7e7e7;
}

.home-dark-preview .industries__body .btn,
.home-dark-preview .industries__body .btn-neutral,
.home-dark-preview .industries__body .btn-primary {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 50px;
  padding: 0.82rem 1.25rem;
  border-radius: 999px !important;
  background: #000000 !important;
  color: #ffffff !important;
  border: 1px solid #000000 !important;
  box-shadow: none !important;
  font-weight: 600;
}

.home-dark-preview .hero-content .hero-cta,
.home-dark-preview .hero-cta {
  align-self: flex-start;
  margin-left: 0;
  margin-right: auto;
}

.home-dark-preview .industries__body .btn:hover,
.home-dark-preview .industries__body .btn-neutral:hover,
.home-dark-preview .industries__body .btn-primary:hover {
  background: #111111 !important;
  color: #ffffff !important;
  border-color: #111111 !important;
  transform: none;
  box-shadow: none !important;
}

.home-dark-preview .apps {
  background:
    radial-gradient(circle at 0 0, rgba(52, 197, 255, 0.22), transparent 28%),
    radial-gradient(circle at 100% 0, rgba(93, 224, 162, 0.18), transparent 30%),
    linear-gradient(180deg, #020202 0%, #050505 58%, #0b0b0b 100%);
  padding-top: 4rem;
  padding-bottom: 4.5rem;
}

.home-dark-preview .apps::before {
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.02), transparent 42%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.015), transparent 60%);
}

.home-dark-preview .apps-header h2 {
  color: #ffffff;
}

.home-dark-preview .apps-header p {
  color: #c0c7d6;
}

.home-dark-preview .app-card {
  background: #1f1f20;
  border: 1px solid rgba(255, 255, 255, 0.08);
  box-shadow: none;
}

.home-dark-preview .app-card span {
  color: #ffffff;
}

.home-dark-preview .app-card:hover {
  transform: translateY(-2px);
  border-color: rgba(255, 255, 255, 0.16);
  box-shadow: none;
}

.home-dark-preview .apps .btn,
.home-dark-preview .apps .btn-neutral,
.home-dark-preview .apps .btn-primary {
  background: #ffffff !important;
  color: #67c46a !important;
  border: 1px solid rgba(255, 255, 255, 0.72) !important;
  border-radius: 999px !important;
  box-shadow: none !important;
}

.home-dark-preview .apps .btn:hover,
.home-dark-preview .apps .btn-neutral:hover,
.home-dark-preview .apps .btn-primary:hover {
  background: #67c46a !important;
  color: #ffffff !important;
  border-color: #67c46a !important;
  box-shadow: none !important;
  transform: none;
}

.home-dark-preview .answer-snapshot {
  position: relative;
  padding-top: 3rem;
  padding-bottom: 1.25rem;
  background:
    radial-gradient(circle at 8% 10%, rgba(103, 196, 106, 0.07), transparent 24%),
    linear-gradient(180deg, #f7f8f9 0%, #f2f4f6 100%);
  overflow: hidden;
  margin-bottom: 0;
  border-bottom: 0;
}

.home-dark-preview .answer-snapshot::before {
  content: "";
  position: absolute;
  inset: 0;
  background: none;
  pointer-events: none;
}

.home-dark-preview .answer-snapshot > .container {
  position: relative;
  z-index: 1;
}

.home-dark-preview .answer-snapshot .container,
.home-dark-preview .why-us .container,
.home-dark-preview .industries .container,
.home-dark-preview .logos .container,
.home-dark-preview .apps__inner,
.home-dark-preview .testi .container,
.home-dark-preview .faqs .container,
.home-dark-preview .integration-logos,
.home-dark-preview .cta-section .container,
.home-dark-preview .hero_offer__container {
  color: var(--preview-text);
}

.home-dark-preview .logos,
.home-dark-preview .apps,
.home-dark-preview .testi,
.home-dark-preview .faqs,
.home-dark-preview .cta-section {
  position: relative;
}

.home-dark-preview .logos::before,
.home-dark-preview .apps::before,
.home-dark-preview .testi::before,
.home-dark-preview .faqs::before,
.home-dark-preview .cta-section::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(9, 17, 31, 0.92), rgba(9, 17, 31, 0.92));
  pointer-events: none;
}

.home-dark-preview .logos > *,
.home-dark-preview .apps > *,
.home-dark-preview .testi > *,
.home-dark-preview .faqs > *,
.home-dark-preview .cta-section > * {
  position: relative;
  z-index: 1;
}

.home-dark-preview .logos {
  background: #ffffff;
}

.home-dark-preview .logos::before {
  background: #ffffff;
}

.home-dark-preview .answer-snapshot__grid > div,
.home-dark-preview .why-card,
.home-dark-preview .industries__card,
.home-dark-preview .app-card,
.home-dark-preview .testi-item,
.home-dark-preview .faq,
.home-dark-preview .help-topic,
.home-dark-preview .support-card,
.home-dark-preview .hero_offer__grid,
.home-dark-preview .cta-grid {
  background: #e5e7eb;
  border: 1px solid var(--preview-border);
  box-shadow: var(--preview-shadow);
}

.home-dark-preview .answer-snapshot__grid > div,
.home-dark-preview .why-card,
.home-dark-preview .testi-item,
.home-dark-preview .faq,
.home-dark-preview .app-card {
  border-radius: var(--preview-card-radius);
}

.home-dark-preview .answer-snapshot__intro {
  max-width: 980px;
  margin: 0 auto 1.5rem;
  text-align: center;
}

.home-dark-preview .answer-snapshot__intro p {
  color: #39424e;
  font-size: 0.98rem;
  line-height: 1.55;
  max-width: 60ch;
  margin-left: auto;
  margin-right: auto;
}

.home-dark-preview .answer-snapshot .container,
.home-dark-preview .answer-snapshot__intro h2 {
  color: #111111 !important;
}

.home-dark-preview .answer-snapshot__intro h2 {
  font-size: clamp(1.7rem, 2.4vw, 2.45rem);
  line-height: 1.12;
  letter-spacing: -0.03em;
  font-weight: 700;
  max-width: none;
  white-space: nowrap;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 0.7rem;
  font-family: "Poppins", sans-serif;
}

.home-dark-preview .answer-snapshot__grid {
  gap: 0.8rem;
}

.home-dark-preview .answer-snapshot__grid > div {
  min-height: 150px;
  padding: 0.95rem 1rem 1rem;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.98), #ffffff);
  border: 1px solid rgba(103, 196, 106, 0.42);
  border-radius: var(--preview-card-radius);
  box-shadow:
    0 8px 20px rgba(15, 23, 42, 0.04),
    inset 0 1px 0 rgba(255, 255, 255, 0.85);
}

.home-dark-preview .answer-snapshot .eyebrow,
.home-dark-preview .eyebrow {
  display: inline-block;
  min-height: 0 !important;
  padding: 0 !important;
  border: 0 !important;
  border-radius: 0 !important;
  background: transparent !important;
  color: #67c46a !important;
  font-size: 0.92rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  margin-bottom: 1rem;
  box-shadow: none !important;
}

.home-dark-preview .answer-snapshot dt {
  color: #67c46a;
  font-size: 0.98rem;
  font-weight: 700;
  letter-spacing: -0.01em;
  margin-bottom: 0.35rem;
  font-family: "Poppins", sans-serif;
}

.home-dark-preview .answer-snapshot dd {
  color: #2f3133;
  font-size: 1.05rem;
  line-height: 1.48;
  max-width: none;
}

.home-dark-preview .onboarding-journey {
  padding-top: 1rem;
  padding-bottom: 2.6rem;
  background:
    radial-gradient(circle at 12% 10%, rgba(103, 196, 106, 0.1), transparent 22%),
    linear-gradient(180deg, #f7f8f9 0%, #f2f4f6 100%);
}

.home-dark-preview .onboarding-journey .container {
  color: #111111;
}

.home-dark-preview .onboarding-journey__header {
  margin-bottom: 1rem;
}

.home-dark-preview .onboarding-journey__copy .eyebrow {
  color: #5ab562 !important;
  letter-spacing: 0.18em;
  margin-bottom: 0.55rem;
}

.home-dark-preview .onboarding-journey__copy h2 {
  max-width: none;
  font-size: clamp(1.9rem, 4vw, 3.95rem);
  line-height: 1.03;
  letter-spacing: -0.05em;
  color: #101114;
}

.home-dark-preview .onboarding-journey__copy h2 span {
  color: #727782;
}

.home-dark-preview .onboarding-journey__cta {
  box-shadow: 0 16px 28px rgba(90, 181, 98, 0.24);
}

.home-dark-preview .onboarding-step {
  background: linear-gradient(180deg, rgba(248, 248, 249, 0.98), #f1f2f4 100%);
  border: 1px solid rgba(17, 24, 39, 0.06);
  box-shadow:
    0 10px 28px rgba(15, 23, 42, 0.05),
    inset 0 1px 0 rgba(255, 255, 255, 0.7);
}

.home-dark-preview .onboarding-step h3 {
  color: #15171b;
}

.home-dark-preview .onboarding-step p {
  color: #6a7079;
}

.home-dark-preview .migration-checklist {
  background: linear-gradient(180deg, #eceff3 0%, #e6eaf0 100%);
}

.home-dark-preview .migration-checklist__item {
  color: #50545b;
}

.home-dark-preview .why-card__img,
.home-dark-preview .app-card img {
  filter: drop-shadow(0 12px 18px rgba(0, 0, 0, 0.2));
}

.home-dark-preview .industries__card,
.home-dark-preview .app-card {
  overflow: hidden;
  transition: transform 180ms ease, border-color 180ms ease, box-shadow 180ms ease;
}

.home-dark-preview .industries__card:hover,
.home-dark-preview .app-card:hover,
.home-dark-preview .why-card:hover,
.home-dark-preview .testi-item:hover {
  transform: translateY(-4px);
  border-color: rgba(93, 224, 162, 0.35);
  box-shadow: 0 28px 56px rgba(2, 8, 18, 0.46);
}

.home-dark-preview .industries__body,
.home-dark-preview .app-card span {
  color: var(--preview-text);
}

.home-dark-preview .apps-header h2,
.home-dark-preview .testi__header h2,
.home-dark-preview .faqs h2,
.home-dark-preview .cta-content h2,
.home-dark-preview .industries__header h2,
.home-dark-preview .why-us__header h2,
.home-dark-preview .answer-snapshot__intro h2 {
  color: var(--preview-text);
}

.home-dark-preview .apps-header p,
.home-dark-preview .testi__header p,
.home-dark-preview .faqs p,
.home-dark-preview .cta-content p,
.home-dark-preview .logos-title {
  color: var(--preview-text-soft);
}

.home-dark-preview .industries__body p {
  color: rgba(237, 243, 255, 0.76);
}

.home-dark-preview .industries__media::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(6, 11, 22, 0.08) 0%, rgba(6, 11, 22, 0.74) 100%);
}

.home-dark-preview .industries__img--blur {
  filter: none;
  transform: scale(1.03);
}

.home-dark-preview .logos-title {
  color: #54627c;
}

.home-dark-preview .logos-track img,
.home-dark-preview .integration-logos img {
  background: transparent;
  border: 0;
  border-radius: 0;
  padding: 0;
  box-shadow: none;
}

.home-dark-preview .integration-logos {
  background: #ffffff !important;
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
}

.home-dark-preview .integration-logos .logos-marquee,
.home-dark-preview .integration-logos .logos-track,
.home-dark-preview .integration-logos .integration-link {
  background: transparent !important;
  border: 0 !important;
  box-shadow: none !important;
}

.home-dark-preview .rotator,
.home-dark-preview .rotator__header,
.home-dark-preview .rotator__container {
  background: #f8f8f9 !important;
}

.home-dark-preview .panel,
.home-dark-preview .wrap {
  background: #f3f4f6 !important;
}

.home-dark-preview .feature,
.home-dark-preview .feature--split,
.home-dark-preview .feature--invert,
.home-dark-preview .feature__copy,
.home-dark-preview .feature__media {
  background: #ffffff !important;
}

.home-dark-preview .feature,
.home-dark-preview .feature--split,
.home-dark-preview .feature--invert {
  border: 1px solid rgba(17, 17, 17, 0.08) !important;
  border-radius: var(--preview-card-radius) !important;
  box-shadow: 0 10px 24px rgba(15, 23, 42, 0.05) !important;
  overflow: hidden !important;
}

.home-dark-preview .panel .feature__copy {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  gap: 0.85rem;
  color: #111111 !important;
}

.home-dark-preview .panel .feature__copy h2,
.home-dark-preview .panel .feature__copy h3 {
  display: block !important;
  margin: 0 !important;
  color: #111111 !important;
  opacity: 1 !important;
  visibility: visible !important;
  font-family: "Poppins", sans-serif !important;
  font-weight: 600 !important;
  line-height: 1.12 !important;
  letter-spacing: -0.03em !important;
  text-wrap: balance;
}

.home-dark-preview .panel .feature__copy p,
.home-dark-preview .panel .ticks,
.home-dark-preview .panel .link-arrow {
  margin-top: 0 !important;
  opacity: 1 !important;
  visibility: visible !important;
}

.home-dark-preview .feature__copy h2,
.home-dark-preview .feature__copy h3,
.home-dark-preview .feature__copy p,
.home-dark-preview .ticks li,
.home-dark-preview .link-arrow {
  color: #111111 !important;
}

.home-dark-preview .link-arrow,
.home-dark-preview .grid__link,
.home-dark-preview .text-link,
.home-dark-preview .feature-card a:not(.btn):not(.btn-primary):not(.btn-neutral),
.home-dark-preview .panel a.link-arrow,
.home-dark-preview .panel a:not(.btn):not(.hero-cta):not(.btn-primary):not(.btn-neutral) {
  color: #67c46a !important;
  font-weight: 600;
  transition: color 180ms ease;
}

.home-dark-preview .link-arrow:hover,
.home-dark-preview .grid__link:hover,
.home-dark-preview .text-link:hover,
.home-dark-preview .feature-card a:not(.btn):not(.btn-primary):not(.btn-neutral):hover,
.home-dark-preview .panel a.link-arrow:hover,
.home-dark-preview .panel a:not(.btn):not(.hero-cta):not(.btn-primary):not(.btn-neutral):hover {
  color: #111111 !important;
}

.home-dark-preview .ticks li::before {
  color: #67c46a !important;
}

.home-dark-preview .cta-section,
.home-dark-preview .cta-section::before {
  background: #000000 !important;
}

.home-dark-preview .cta-grid,
.home-dark-preview .cta-form,
.home-dark-preview .cta-form form {
  background: transparent !important;
  border: 0 !important;
  box-shadow: none !important;
  backdrop-filter: none !important;
  -webkit-backdrop-filter: none !important;
}

.home-dark-preview .cta-grid {
  background: #1e2022 !important;
  border: 1px solid rgba(255, 255, 255, 0.06) !important;
  border-radius: 28px !important;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.03) !important;
  overflow: hidden !important;
  padding: clamp(28px, 4vw, 42px) !important;
}

.home-dark-preview .hero_offer {
  padding: 4.5rem 0 5rem;
  --hero-offer-bg: none;
  background: #08111d;
}

.home-dark-preview .hero_offer::before {
  display: none;
  background: none;
}

.home-dark-preview .hero_offer__container,
.home-dark-preview .cta-section .container {
  background: transparent;
}

.home-dark-preview .hero_offer__grid,
.home-dark-preview .cta-grid {
  border-radius: 28px;
  overflow: hidden;
}

.home-dark-preview .hero_offer__grid {
  background: transparent;
  border: 0;
  box-shadow: none;
  gap: clamp(32px, 4vw, 72px);
}

.home-dark-preview .hero_offer__copy,
.home-dark-preview .cta-content {
  background: transparent;
}

.home-dark-preview .hero_offer__media {
  background: transparent;
  border: 0;
  box-shadow: none;
}

.home-dark-preview .calc-cta {
  background: #1e2022 !important;
  border: 1px solid rgba(255, 255, 255, 0.06) !important;
  box-shadow: none !important;
}

.home-dark-preview .hero_offer__media img {
  background: transparent;
  border: 0;
  border-radius: 0;
  box-shadow: none;
}

.home-dark-preview .hero_offer__title,
.home-dark-preview .cta-content h2 {
  color: var(--preview-text);
}

.home-dark-preview .hero_offer__lead,
.home-dark-preview .hero_offer__blurb,
.home-dark-preview .cta-content p {
  color: var(--preview-text-soft);
}

.home-dark-preview .highlight-underline {
  color: var(--preview-accent);
}

.home-dark-preview .testi__bg {
  background:
    radial-gradient(circle at top, rgba(52, 197, 255, 0.18), transparent 28%),
    linear-gradient(180deg, rgba(8, 16, 29, 0.4), rgba(8, 16, 29, 0));
}

.home-dark-preview .testi-item__quote blockquote {
  color: var(--preview-text);
}

.home-dark-preview .testi-item__shot {
  border-radius: 18px;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.12);
}

.home-dark-preview .testi-item__play {
  background: rgba(4, 17, 26, 0.78);
  border: 1px solid rgba(255, 255, 255, 0.14);
}

.home-dark-preview .faq summary,
.home-dark-preview .faq__a p {
  color: var(--preview-text);
}

.home-dark-preview .faq summary {
  background: transparent;
}

.home-dark-preview .faq {
  background: #ffffff !important;
  border: 1px solid rgba(17, 17, 17, 0.08) !important;
  box-shadow: none !important;
}

.home-dark-preview .faq__a p {
  color: #2f3133 !important;
}

.home-dark-preview .faq__a {
  background: transparent;
}

.home-dark-preview .logos a,
.home-dark-preview .apps a,
.home-dark-preview .testi a,
.home-dark-preview .faqs a,
.home-dark-preview .cta-section a,
.home-dark-preview .hero_offer a {
  color: inherit;
}

.home-dark-preview .video-modal__dialog {
  background: #091221;
  border: 1px solid rgba(255, 255, 255, 0.12);
}

.home-dark-preview .video-modal__close {
  background: rgba(255, 255, 255, 0.08);
  color: var(--preview-text);
}

.home-dark-preview .testi,
.home-dark-preview .testi::before {
  background: #f8f8f9 !important;
}

.home-dark-preview .testi__bg {
  background: transparent !important;
}

.home-dark-preview .testi .container,
.home-dark-preview .testi__header h2,
.home-dark-preview .testi__header p {
  color: #111111 !important;
}

.home-dark-preview .testi-item {
  background: #ffffff !important;
  border-color: rgba(17, 17, 17, 0.08) !important;
  box-shadow: none !important;
}

.home-dark-preview .testi-item__quote,
.home-dark-preview .testi-item__shot {
  background: #ffffff !important;
}

.home-dark-preview .testi-item__quote blockquote,
.home-dark-preview .testi-item__quote figcaption {
  color: #2f3133 !important;
}

.home-dark-preview .industries,
.home-dark-preview .industries::before {
  background: #f8f8f9 !important;
}

.home-dark-preview .industries .container,
.home-dark-preview .industries__header h2,
.home-dark-preview .industries__header p,
.home-dark-preview .industries__intro {
  color: #111111 !important;
}

.home-dark-preview .industries__card {
  background: #ffffff !important;
  border: 1px solid rgba(17, 17, 17, 0.08) !important;
  box-shadow: none !important;
}

.home-dark-preview .industries__media,
.home-dark-preview .industries__body {
  background: #ffffff !important;
}

.home-dark-preview .industries__body,
.home-dark-preview .industries__body p,
.home-dark-preview .industries__body h3,
.home-dark-preview .industries__body a,
.home-dark-preview .industries__body .eyebrow {
  color: #2f3133 !important;
}

.home-dark-preview #footer {
  background: transparent;
}

.home-dark-preview .footer,
.home-dark-preview footer {
  background: #08111d !important;
}

.home-dark-preview .footer-socials img {
  width: 32px !important;
  height: 32px !important;
  max-width: 32px !important;
  max-height: 32px !important;
}

.home-dark-preview .skip-link:focus {
  background: #f8fbff;
  color: #07111f;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.28);
}

.home-dark-preview .subnav__panel {
  background: #0c1624;
  border-bottom-color: rgba(138, 162, 191, 0.16);
  box-shadow: 0 18px 36px rgba(0, 0, 0, 0.28);
}

.home-dark-preview .subnav__panel a {
  color: #e5edf7;
}

.home-dark-preview .subnav__panel a:hover {
  color: #7bd88f;
}

.home-dark-preview .subnav__backdrop {
  background: rgba(2, 7, 14, 0.48);
}

/* Case studies */
.home-dark-preview.case-studies-page main {
  padding-top: 0;
}

.home-dark-preview.case-studies-page .testi_plain {
  background: #eef2f5;
  color: #111827;
  padding: 112px 0 72px;
}

.home-dark-preview.case-studies-page .testi_plain__header h2 {
  color: #111827;
}

.home-dark-preview.case-studies-page .videos__intro {
  max-width: 760px;
  margin: 1rem auto 0;
  color: #475569;
}

.home-dark-preview.case-studies-page .testi_plain__item {
  background: #eef2f5;
  border: 1px solid rgba(17, 24, 39, 0.08);
  box-shadow: 0 18px 40px rgba(0, 0, 0, 0.12);
}

.home-dark-preview.case-studies-page .testi_plain__item:hover {
  box-shadow: 0 24px 50px rgba(0, 0, 0, 0.16);
}

.home-dark-preview.case-studies-page .testi_plain__quote {
  padding: 24px 18px 0;
}

.home-dark-preview.case-studies-page .testi_plain__logo {
  filter: grayscale(55%);
  opacity: 0.92;
}

.home-dark-preview.case-studies-page .testi_plain__quote figcaption {
  color: #111827;
}

.home-dark-preview.case-studies-page .testi_plain__quote blockquote {
  color: #1f2937;
}

.home-dark-preview.case-studies-page .testi_plain__shot img {
  border-top: 1px solid rgba(17, 24, 39, 0.08);
}

.home-dark-preview.case-studies-page .testi_plain__play {
  background: rgba(5, 12, 23, 0.76);
  border: 1px solid rgba(255, 255, 255, 0.14);
  box-shadow: 0 12px 24px rgba(0, 0, 0, 0.24);
}

.home-dark-preview.case-studies-page .testi_plain__shot:hover .testi_plain__play {
  background: rgba(28, 117, 188, 0.9);
}

.home-dark-preview.case-studies-page .img-modal__dialog {
  background: #02060c;
  border: 1px solid rgba(138, 162, 191, 0.18);
}

.home-dark-preview.case-studies-page #header .nav-list a.is-active,
.home-dark-preview.resources-page #header .nav-list a.is-active {
  background: transparent !important;
  color: #ffffff !important;
}

/* Resources */
.home-dark-preview.resources-page .archive-hero,
.home-dark-preview.resources-page .archive-main {
  background: #eef2f5;
  color: #111827;
}

.home-dark-preview.resources-page .subnav {
  background: rgba(10, 19, 34, 0.96);
  backdrop-filter: none;
  -webkit-backdrop-filter: none;
  border-top: 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.home-dark-preview.resources-page .subnav__link {
  color: #ffffff;
}

.home-dark-preview.resources-page .subnav__link:hover,
.home-dark-preview.resources-page .subnav__link.is-active,
.home-dark-preview.resources-page .subnav__link[aria-current="page"] {
  color: #2f7f45;
}

.home-dark-preview.resources-page .subnav__ctas .btn,
.home-dark-preview.resources-page .subnav__ctas .btn-neutral,
.home-dark-preview.resources-page .subnav__ctas .btn-primary {
  background: #ffffff !important;
  color: #67c46a !important;
  border: 1px solid rgba(255, 255, 255, 0.72) !important;
  border-radius: 999px !important;
  box-shadow: none !important;
}

.home-dark-preview.resources-page .subnav__ctas .btn:hover,
.home-dark-preview.resources-page .subnav__ctas .btn-neutral:hover,
.home-dark-preview.resources-page .subnav__ctas .btn-primary:hover {
  background: #67c46a !important;
  color: #ffffff !important;
  border-color: #67c46a !important;
}

.home-dark-preview.resources-page .subnav__panel {
  background: #0c1624;
  border: 1px solid var(--preview-border);
  box-shadow: var(--preview-shadow);
}

.home-dark-preview.resources-page .subnav__panel a {
  color: #e5edf7;
}

.home-dark-preview.resources-page .subnav__panel a:hover {
  color: #7bd88f;
}

.home-dark-preview.resources-page .subnav__backdrop {
  background: rgba(2, 7, 14, 0.48);
}

.home-dark-preview.resources-page .archive-hero h1,
.home-dark-preview.resources-page .archive-hero .lede,
.home-dark-preview.resources-page .archive-main,
.home-dark-preview.resources-page .archive-main p,
.home-dark-preview.resources-page .archive-main li {
  color: #111827;
}

.home-dark-preview.resources-page .archive-hero .lede,
.home-dark-preview.resources-page .card__excerpt {
  color: #475569;
}

.home-dark-preview.resources-page .chip {
  background: #ffffff;
  border-color: rgba(17, 24, 39, 0.1);
  color: #374151;
  box-shadow: 0 2px 8px rgba(2, 8, 23, 0.06);
}

.home-dark-preview.resources-page .chip--active,
.home-dark-preview.resources-page .chip:hover {
  border-color: rgba(17, 24, 39, 0.18);
  box-shadow: 0 6px 18px rgba(2, 8, 23, 0.08);
}

.home-dark-preview.resources-page .cards {
  margin-top: 0;
}

.home-dark-preview.resources-page .card {
  background: #ffffff;
  border: 1px solid rgba(17, 24, 39, 0.08);
  box-shadow: 0 18px 40px rgba(0, 0, 0, 0.12);
  border-radius: 14px;
}

.home-dark-preview.resources-page .card:hover {
  box-shadow: 0 24px 50px rgba(0, 0, 0, 0.16);
}

.home-dark-preview.resources-page .card__title a {
  color: #111827;
}

.home-dark-preview.resources-page .pill {
  background: #ffffff;
  border-color: rgba(17, 24, 39, 0.1);
  color: #374151;
}

/* Contact */
.home-dark-preview.contact-us-page .contact-page,
.home-dark-preview.contact-us-page .cta-section,
.home-dark-preview.contact-us-page .faqs {
  background: #eef2f5;
  color: #111827;
}

.home-dark-preview.contact-us-page .contact-hero,
.home-dark-preview.support-page .contact-hero {
  background: #f8f9fb;
  border-color: rgba(15, 23, 42, 0.08);
}

.home-dark-preview.contact-us-page .contact-hero h2,
.home-dark-preview.contact-us-page .cta-content h2,
.home-dark-preview.contact-us-page .faqs h2,
.home-dark-preview.contact-us-page .office h3,
.home-dark-preview.support-page .contact-hero h1,
.home-dark-preview.support-page .contact-hero h2 {
  color: #111827;
}

.home-dark-preview.contact-us-page .contact-hero p,
.home-dark-preview.contact-us-page .office address,
.home-dark-preview.contact-us-page .faq__a,
.home-dark-preview.contact-us-page .faq__a p,
.home-dark-preview.support-page .contact-hero p {
  color: #475569;
}

.home-dark-preview.contact-us-page .cta-content,
.home-dark-preview.contact-us-page .cta-content p,
.home-dark-preview.contact-us-page .cta-content li,
.home-dark-preview.contact-us-page .cta-content strong,
.home-dark-preview.contact-us-page .cta-content h2 {
  color: #ffffff;
}

/* Support */
.home-dark-preview.support-page .faqs,
.home-dark-preview.support-page .faqs::before,
.home-dark-preview.support-page .contact-page {
  background: #f8f8f9 !important;
  color: #111827;
}

.home-dark-preview.support-page .faqs,
.home-dark-preview.support-page .faqs .faq-group-title,
.home-dark-preview.support-page .faqs .faq summary,
.home-dark-preview.support-page .faqs .faq summary h3,
.home-dark-preview.support-page .faqs .faq__a,
.home-dark-preview.support-page .faqs .faq__a p,
.home-dark-preview.support-page .faqs .faq__a li,
.home-dark-preview.support-page .faqs .faq__a strong,
.home-dark-preview.support-page .faqs .faq__a a,
.home-dark-preview.support-page .faqs .pill {
  color: #111827 !important;
}

.home-dark-preview.support-page .faqs .faq__a a,
.home-dark-preview.support-page .contact-page a,
.home-dark-preview.support-page .contact-page .view-map-btn,
.home-dark-preview.support-page .support__grid .support-card a:not(.btn) {
  text-decoration-color: currentColor;
}

.home-dark-preview.support-page .support__grid .support-card,
.home-dark-preview.support-page .support__grid .support-note {
  background: #e5e7eb !important;
}

.home-dark-preview.support-page .support__grid .support-card,
.home-dark-preview.support-page .support__grid .support-card h3,
.home-dark-preview.support-page .support__grid .support-card p,
.home-dark-preview.support-page .support__grid .support-card li,
.home-dark-preview.support-page .support__grid .support-card strong,
.home-dark-preview.support-page .support__grid .support-card a,
.home-dark-preview.support-page .support__grid .support-card svg,
.home-dark-preview.support-page .support__grid .support-card .support-intro,
.home-dark-preview.support-page .support__grid .support-card .support-hours-time,
.home-dark-preview.support-page .support__grid .support-card .support-note,
.home-dark-preview.support-page .support__grid .support-card .support-note p,
.home-dark-preview.support-page .contact-page,
.home-dark-preview.support-page .contact-page h2,
.home-dark-preview.support-page .contact-page h3,
.home-dark-preview.support-page .contact-page p,
.home-dark-preview.support-page .contact-page address,
.home-dark-preview.support-page .contact-page address div,
.home-dark-preview.support-page .contact-page a,
.home-dark-preview.support-page .contact-page .office__title,
.home-dark-preview.support-page .contact-page .office__addr,
.home-dark-preview.support-page .contact-page .office__tel,
.home-dark-preview.support-page .contact-page .view-map-btn,
.home-dark-preview.support-page #contact-heading,
.home-dark-preview.support-page .subnav__actions .btn.btn-neutral {
  color: #111827 !important;
}

.home-dark-preview.contact-us-page .office {
  background: #ffffff;
  border: 1px solid rgba(17, 24, 39, 0.08);
  box-shadow: 0 18px 40px rgba(0, 0, 0, 0.12);
}

.home-dark-preview.contact-us-page .office__map {
  box-shadow: 0 10px 24px rgba(0, 0, 0, 0.08);
}

.home-dark-preview.contact-us-page .view-map-btn {
  background: #ffffff;
  border-color: rgba(123, 216, 143, 0.7);
  color: #2f7f45;
}

.home-dark-preview.contact-us-page .view-map-btn:hover {
  background: #7bd88f;
  color: #07111f;
}

.home-dark-preview.contact-us-page .office strong,
.home-dark-preview.contact-us-page .faq > summary h3 {
  color: #111827;
}

.home-dark-preview.contact-us-page .cta-form {
  background: rgba(10, 20, 34, 0.08);
  border: 1px solid rgba(17, 24, 39, 0.1);
  box-shadow: 0 18px 40px rgba(0, 0, 0, 0.08);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
}

.home-dark-preview.contact-us-page .faq {
  border-color: rgba(17, 24, 39, 0.08);
  box-shadow: 0 10px 24px rgba(0, 0, 0, 0.06);
}

.home-dark-preview.contact-us-page .faq__a a,
.home-dark-preview.contact-us-page .cta-privacy a,
.home-dark-preview.contact-us-page .office a {
  color: #2f7f45;
}

/* Legal / policy pages */
.home-dark-preview:has(main.privacy-page),
.home-dark-preview:has(main.cookie-page),
.home-dark-preview:has(main.pci-page),
.home-dark-preview:has(main.legal-page),
.home-dark-preview:has(main.terms-page) {
  background: #ffffff;
  color: #111827;
}

.home-dark-preview main.privacy-page,
.home-dark-preview main.cookie-page,
.home-dark-preview main.pci-page,
.home-dark-preview main.legal-page,
.home-dark-preview main.terms-page {
  background: #ffffff;
  color: #111827;
}

.home-dark-preview main.privacy-page p,
.home-dark-preview main.cookie-page p,
.home-dark-preview main.pci-page p,
.home-dark-preview main.legal-page p,
.home-dark-preview main.terms-page p,
.home-dark-preview main.privacy-page li,
.home-dark-preview main.cookie-page li,
.home-dark-preview main.pci-page li,
.home-dark-preview main.legal-page li,
.home-dark-preview main.terms-page li,
.home-dark-preview main.privacy-page td,
.home-dark-preview main.cookie-page td,
.home-dark-preview main.privacy-page address,
.home-dark-preview main.cookie-page address,
.home-dark-preview main.pci-page address,
.home-dark-preview main.legal-page address,
.home-dark-preview main.terms-page address,
.home-dark-preview main.privacy-page .small,
.home-dark-preview main.cookie-page .small,
.home-dark-preview main.pci-page .small,
.home-dark-preview main.legal-page .small,
.home-dark-preview main.terms-page .small {
  color: #475569;
}

.home-dark-preview main.privacy-page h1,
.home-dark-preview main.cookie-page h1,
.home-dark-preview main.pci-page h1,
.home-dark-preview main.legal-page h1,
.home-dark-preview main.terms-page h1,
.home-dark-preview main.privacy-page h2,
.home-dark-preview main.cookie-page h2,
.home-dark-preview main.pci-page h2,
.home-dark-preview main.legal-page h2,
.home-dark-preview main.terms-page h2,
.home-dark-preview main.privacy-page h3,
.home-dark-preview main.cookie-page h3,
.home-dark-preview main.pci-page h3,
.home-dark-preview main.legal-page h3,
.home-dark-preview main.terms-page h3,
.home-dark-preview main.privacy-page strong,
.home-dark-preview main.cookie-page strong,
.home-dark-preview main.pci-page strong,
.home-dark-preview main.legal-page strong,
.home-dark-preview main.terms-page strong,
.home-dark-preview main.privacy-page th,
.home-dark-preview main.cookie-page th {
  color: #111827;
}

.home-dark-preview main.privacy-page a,
.home-dark-preview main.cookie-page a,
.home-dark-preview main.pci-page a,
.home-dark-preview main.legal-page a,
.home-dark-preview main.terms-page a {
  color: #2f7f45;
}

.home-dark-preview main.privacy-page .notice,
.home-dark-preview main.cookie-page .notice,
.home-dark-preview main.pci-page .notice,
.home-dark-preview main.legal-page .notice,
.home-dark-preview main.terms-page .notice {
  background: #f8f9fb;
  border-color: #e5e7eb;
  color: #111827;
}

.home-dark-preview main.privacy-page .btn,
.home-dark-preview main.cookie-page .btn,
.home-dark-preview main.pci-page .btn,
.home-dark-preview main.legal-page .btn,
.home-dark-preview main.terms-page .btn {
  background: #ffffff;
  color: #111827;
  border-color: #e5e7eb;
}

.home-dark-preview main.privacy-page .btn--primary,
.home-dark-preview main.cookie-page .btn--primary,
.home-dark-preview main.pci-page .btn--primary,
.home-dark-preview main.legal-page .btn--primary,
.home-dark-preview main.terms-page .btn--primary {
  background: #0b0e3f;
  color: #ffffff;
  border-color: #0b0e3f;
}

.home-dark-preview main.cookie-page .cookie-table th,
.home-dark-preview main.privacy-page .data th,
.home-dark-preview main.cookie-page .cookie-table td,
.home-dark-preview main.privacy-page .data td {
  border-color: #e5e7eb;
}

.home-dark-preview main.cookie-page .cookie-table th,
.home-dark-preview main.privacy-page .data th {
  background: #f8f9fb;
}

.home-dark-preview .footer-overlay__inner {
  background: #ffffff;
  color: #111827;
}

.home-dark-preview .footer-overlay__inner h3 {
  color: #111827;
}

.home-dark-preview .footer-overlay__inner p {
  color: #475569;
}

.home-dark-preview .footer-overlay__close {
  color: #333333;
}

/* Blog articles */
.home-dark-preview:has(main.post) {
  background: #ffffff;
  color: #111827;
}

.home-dark-preview:has(main.post) .post-hero,
.home-dark-preview:has(main.post) main.post {
  background: #ffffff;
  color: #111827;
}

.home-dark-preview:has(main.post) .breadcrumb,
.home-dark-preview:has(main.post) .breadcrumb li,
.home-dark-preview:has(main.post) .post-meta,
.home-dark-preview:has(main.post) main.post p,
.home-dark-preview:has(main.post) main.post li,
.home-dark-preview:has(main.post) main.post blockquote {
  color: #475569;
}

.home-dark-preview:has(main.post) .post-hero h1,
.home-dark-preview:has(main.post) main.post h1,
.home-dark-preview:has(main.post) main.post h2,
.home-dark-preview:has(main.post) main.post h3,
.home-dark-preview:has(main.post) main.post strong,
.home-dark-preview:has(main.post) .toc h2,
.home-dark-preview:has(main.post) .cta-box h2 {
  color: #111827;
}

.home-dark-preview:has(main.post) .breadcrumb a,
.home-dark-preview:has(main.post) main.post a,
.home-dark-preview:has(main.post) .toc a {
  color: #2f7f45;
}

.home-dark-preview:has(main.post) .post-hero__media {
  box-shadow: 0 10px 30px rgba(2, 8, 23, 0.08);
}

.home-dark-preview:has(main.post) .toc {
  background: #f9fafb;
  border-color: #e5e7eb;
}

.home-dark-preview:has(main.post) .cta-box {
  background: #eeeeee;
  color: #111827;
}

.home-dark-preview:has(main.post) .cta-box p {
  color: #475569;
}

.home-dark-preview:has(main.post) .cta-box a.btn {
  background: #5ab562;
  color: #ffffff;
}

.home-dark-preview:has(main.post) .tag,
.home-dark-preview:has(main.post) .pill {
  background: #ffffff;
  border-color: #e5e7eb;
  color: #374151;
}

/* Menu import */
.home-dark-preview.signup-page {
  background: #eef2f5;
}

/* Lead form */
.home-dark-preview:has(#lead-capture) {
  background: #eef2f5;
}

/* TapaPay signup */
.home-dark-preview.tapapay-signup-page {
  background: #eef2f5;
}

/* Calculator */
.home-dark-preview.calculator-page {
  background: #eef2f5;
}

/* Quotation */
.home-dark-preview.quotation-page {
  background: #eef2f5;
}

.home-dark-preview.signup-page,
.home-dark-preview:has(#lead-capture),
.home-dark-preview.tapapay-signup-page,
.home-dark-preview.calculator-page,
.home-dark-preview.quotation-page {
  color: #111827;
}

.home-dark-preview.signup-page main,
.home-dark-preview:has(#lead-capture) main,
.home-dark-preview.tapapay-signup-page main,
.home-dark-preview.calculator-page #quotation-content,
.home-dark-preview.quotation-page #quotation-content {
  color: #111827;
}

.home-dark-preview.signup-page h1,
.home-dark-preview.signup-page h2,
.home-dark-preview.signup-page h3,
.home-dark-preview.signup-page h4,
.home-dark-preview.signup-page label,
.home-dark-preview.signup-page strong,
.home-dark-preview:has(#lead-capture) h1,
.home-dark-preview:has(#lead-capture) h2,
.home-dark-preview:has(#lead-capture) h3,
.home-dark-preview:has(#lead-capture) h4,
.home-dark-preview:has(#lead-capture) label,
.home-dark-preview:has(#lead-capture) strong,
.home-dark-preview.tapapay-signup-page h1,
.home-dark-preview.tapapay-signup-page h2,
.home-dark-preview.tapapay-signup-page h3,
.home-dark-preview.tapapay-signup-page h4,
.home-dark-preview.tapapay-signup-page label,
.home-dark-preview.tapapay-signup-page strong,
.home-dark-preview.calculator-page #quotation-content h1,
.home-dark-preview.calculator-page #quotation-content h2,
.home-dark-preview.calculator-page #quotation-content h3,
.home-dark-preview.calculator-page #quotation-content h4,
.home-dark-preview.calculator-page #quotation-content label,
.home-dark-preview.calculator-page #quotation-content strong,
.home-dark-preview.quotation-page #quotation-content h1,
.home-dark-preview.quotation-page #quotation-content h2,
.home-dark-preview.quotation-page #quotation-content h3,
.home-dark-preview.quotation-page #quotation-content h4,
.home-dark-preview.quotation-page #quotation-content label,
.home-dark-preview.quotation-page #quotation-content strong {
  color: #111827;
}

.home-dark-preview.signup-page p,
.home-dark-preview.signup-page li,
.home-dark-preview.signup-page dd,
.home-dark-preview.signup-page figcaption,
.home-dark-preview.signup-page input,
.home-dark-preview.signup-page select,
.home-dark-preview.signup-page textarea,
.home-dark-preview:has(#lead-capture) p,
.home-dark-preview:has(#lead-capture) li,
.home-dark-preview:has(#lead-capture) dd,
.home-dark-preview:has(#lead-capture) figcaption,
.home-dark-preview:has(#lead-capture) input,
.home-dark-preview:has(#lead-capture) select,
.home-dark-preview:has(#lead-capture) textarea,
.home-dark-preview.tapapay-signup-page p,
.home-dark-preview.tapapay-signup-page li,
.home-dark-preview.tapapay-signup-page dd,
.home-dark-preview.tapapay-signup-page figcaption,
.home-dark-preview.tapapay-signup-page input,
.home-dark-preview.tapapay-signup-page select,
.home-dark-preview.tapapay-signup-page textarea,
.home-dark-preview.calculator-page #quotation-content p,
.home-dark-preview.calculator-page #quotation-content li,
.home-dark-preview.calculator-page #quotation-content dd,
.home-dark-preview.calculator-page #quotation-content figcaption,
.home-dark-preview.calculator-page #quotation-content input,
.home-dark-preview.calculator-page #quotation-content select,
.home-dark-preview.calculator-page #quotation-content textarea,
.home-dark-preview.quotation-page #quotation-content p,
.home-dark-preview.quotation-page #quotation-content li,
.home-dark-preview.quotation-page #quotation-content dd,
.home-dark-preview.quotation-page #quotation-content figcaption,
.home-dark-preview.quotation-page #quotation-content input,
.home-dark-preview.quotation-page #quotation-content select,
.home-dark-preview.quotation-page #quotation-content textarea {
  color: #475569;
}

.home-dark-preview.signup-page input::placeholder,
.home-dark-preview.signup-page textarea::placeholder,
.home-dark-preview:has(#lead-capture) input::placeholder,
.home-dark-preview:has(#lead-capture) textarea::placeholder,
.home-dark-preview.tapapay-signup-page input::placeholder,
.home-dark-preview.tapapay-signup-page textarea::placeholder,
.home-dark-preview.calculator-page #quotation-content input::placeholder,
.home-dark-preview.calculator-page #quotation-content textarea::placeholder,
.home-dark-preview.quotation-page #quotation-content input::placeholder,
.home-dark-preview.quotation-page #quotation-content textarea::placeholder {
  color: #64748b;
}

.home-dark-preview.quotation-page #quotation-content .ms-card.why-card-block {
  background: #ffffff;
}

.home-dark-preview.quotation-page #quotation-content #why-rstepos {
  background: transparent;
  border: 0;
  box-shadow: none;
  padding: 0;
}

.home-dark-preview.quotation-page #quotation-content #competitor-comparison {
  background: transparent;
  border: 0;
  box-shadow: none;
  padding: 0;
}

.home-dark-preview.quotation-page #quotation-content #quote-output {
  background: transparent;
  border: 0;
  box-shadow: none;
  padding: 0;
}

.home-dark-preview.quotation-page #quotation-content .quote-output-card {
  background: #ffffff;
}

.home-dark-preview.quotation-page #quotation-content #why-rstepos .why-card {
  background: #ffffff;
  border: 1px solid #e5e7eb;
  box-shadow: 0 8px 20px rgba(15, 23, 42, 0.06);
}

.home-dark-preview.quotation-page #quotation-content #why-rstepos .why-card h4,
.home-dark-preview.quotation-page #quotation-content #why-rstepos .why-card p {
  color: #111827;
}

.home-dark-preview.quotation-page #quotation-content .slider-left,
.home-dark-preview.quotation-page #quotation-content .slider-right,
.home-dark-preview.quotation-page #quotation-content .slider-mid label,
.home-dark-preview.quotation-page #quotation-content #visaPercentage,
.home-dark-preview.quotation-page #quotation-content #mastercardPercentage,
.home-dark-preview.quotation-page #quotation-content #debitPercentage,
.home-dark-preview.quotation-page #quotation-content #creditPercentage,
.home-dark-preview.quotation-page #quotation-content #consumerPercentage,
.home-dark-preview.quotation-page #quotation-content #businessPercentage {
  color: #111827;
}

.home-dark-preview.calculator-page #quotation-content .hero.hero--green.full-width.index-hero {
  --hero-bg-img: none;
  --hero-bg-color: #eef2f5;
  background: #eef2f5 !important;
}

.home-dark-preview .answer-snapshot__grid > div,
.home-dark-preview .why-card,
.home-dark-preview .industries__card,
.home-dark-preview .app-card,
.home-dark-preview .testi-item,
.home-dark-preview .faq,
.home-dark-preview .help-topic,
.home-dark-preview .support-card,
.home-dark-preview .hero_offer__grid,
.home-dark-preview .cta-grid {
  border-radius: var(--preview-card-radius) !important;
}

.home-dark-preview .faqs,
.home-dark-preview .faqs::before {
  background: #f8f8f9 !important;
}

.home-dark-preview .faqs .container,
.home-dark-preview .faqs h2,
.home-dark-preview .faqs p,
.home-dark-preview .faq summary {
  color: #111111 !important;
}

/* Final homepage preview override for the apps rail */
.home-dark-preview .apps,
.home-dark-preview .apps::before,
.home-dark-preview .apps__inner,
.home-dark-preview .apps-rail,
.home-dark-preview .apps-container {
  background: transparent !important;
}

.home-dark-preview .apps {
  padding-top: 4rem !important;
  padding-bottom: 4rem !important;
}

.home-dark-preview .apps::before {
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.02), transparent 42%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.015), transparent 60%) !important;
}

.home-dark-preview .apps__inner {
  gap: 2.5rem;
}

.home-dark-preview .apps-header h2,
.home-dark-preview .apps-header p {
  color: #ffffff !important;
}

.home-dark-preview .app-card {
  background: #ffffff !important;
  border: 1px solid rgba(255, 255, 255, 0.9) !important;
  border-radius: 24px !important;
  box-shadow: none !important;
}

.home-dark-preview .app-card,
.home-dark-preview .app-card span {
  color: #111111 !important;
}

.home-dark-preview .app-card img {
  filter: none !important;
  background: transparent !important;
}

.home-dark-preview .app-card:hover {
  background: #67c46a !important;
  border-color: #67c46a !important;
  box-shadow: none !important;
}

.home-dark-preview .app-card:hover,
.home-dark-preview .app-card:hover span {
  color: #ffffff !important;
}

.home-dark-preview .app-card:hover img {
  filter: brightness(0) invert(1) !important;
}

@media (max-width: 900px) {
  .home-dark-preview body {
    padding-top: var(--header-offset) !important;
  }

  .home-dark-preview #header,
  .home-dark-preview .site-header {
    position: fixed !important;
    z-index: 30000 !important;
  }

  .home-dark-preview .header-inner {
    min-height: 78px;
    padding-left: 18px;
    padding-right: 18px;
  }

  .home-dark-preview .subnav {
    display: none !important;
  }

  .home-dark-preview .site-nav {
    position: fixed;
    top: 78px !important;
    right: 0 !important;
    bottom: 0 !important;
    left: 0 !important;
    height: calc(100dvh - 78px) !important;
    min-height: calc(100vh - 78px) !important;
    display: none !important;
    background: #000000 !important;
    border-top: 1px solid rgba(255, 255, 255, 0.08) !important;
    box-shadow: none !important;
    padding: 14px 16px 24px !important;
    z-index: 30010 !important;
    overflow-y: auto !important;
    overflow-x: hidden !important;
    -webkit-overflow-scrolling: touch;
    isolation: isolate;
  }

  .home-dark-preview .site-nav.nav--open {
    display: block !important;
  }

  .home-dark-preview .hero,
  .home-dark-preview .hero-overlay,
  .home-dark-preview .hero-inner,
  .home-dark-preview .hero-media,
  .home-dark-preview .hero-content {
    position: relative !important;
    z-index: 1 !important;
  }

  .home-dark-preview .nav-list {
    flex-direction: column;
    align-items: stretch;
    gap: 8px;
  }

  .home-dark-preview .site-nav .nav-link,
  .home-dark-preview .site-nav a,
  .home-dark-preview .site-nav button,
  .home-dark-preview .site-nav .menu-text,
  .home-dark-preview .site-nav .menu-text .title,
  .home-dark-preview .site-nav .menu-text .desc,
  .home-dark-preview .site-nav h4 {
    color: #ffffff !important;
  }

  .home-dark-preview #header .mega {
    background: rgba(255, 255, 255, 0.03) !important;
    border: 1px solid rgba(255, 255, 255, 0.08) !important;
    box-shadow: none !important;
  }

  .home-dark-preview .site-header .site-logo {
    height: 38px !important;
  }

  .home-dark-preview .hero-inner {
    align-items: flex-start;
    text-align: left;
    padding-top: 1.25rem;
    gap: 1.15rem;
  }

  .home-dark-preview .hero-content {
    width: 100%;
    max-width: none !important;
    margin: 0;
    text-align: left;
  }

  .home-dark-preview .hero-content h1 {
    font-size: clamp(1.9rem, 6.6vw, 2.55rem);
    width: 100%;
    max-width: none !important;
    margin: 0 0 0.85rem;
    text-align: left;
    text-wrap: balance;
  }

  .home-dark-preview .hero-content p,
  .home-dark-preview .hero-content p:first-of-type {
    margin-left: 0;
    margin-right: 0;
    text-align: left;
  }

  .home-dark-preview .hero-content .hero-cta,
  .home-dark-preview .hero-cta {
    align-self: flex-start;
  }

  .home-dark-preview .hero-media::before {
    inset: auto 12% -8% 12%;
  }

  .home-dark-preview .hero_offer,
  .home-dark-preview .cta-section {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .home-dark-preview .hero_offer {
    padding-top: 3rem;
    padding-bottom: 3.5rem;
  }

  .home-dark-preview .answer-snapshot {
    padding-top: 2.5rem;
    padding-bottom: 2.75rem;
  }

  .home-dark-preview .answer-snapshot__intro {
    margin-bottom: 1.15rem;
    padding-left: 0.25rem;
    padding-right: 0.25rem;
  }

  .home-dark-preview .answer-snapshot__intro h2 {
    font-size: clamp(1.55rem, 7.4vw, 2.15rem);
    max-width: 100%;
    white-space: normal;
    text-wrap: balance;
    overflow-wrap: anywhere;
    line-height: 1.12;
  }

  .home-dark-preview .answer-snapshot__intro p {
    font-size: 0.94rem;
    line-height: 1.48;
    max-width: 32ch;
  }

  .home-dark-preview .answer-snapshot__grid {
    gap: 0.85rem;
  }

  .home-dark-preview .answer-snapshot__grid > div {
    min-height: 0;
    padding: 1rem 1rem 1.05rem;
  }

  .home-dark-preview .answer-snapshot dd {
    max-width: none;
  }

  .home-dark-preview .onboarding-journey {
    padding-top: 0.9rem;
    padding-bottom: 2.25rem;
  }

  .home-dark-preview .onboarding-journey__copy h2 {
    font-size: clamp(1.8rem, 9vw, 2.8rem);
    line-height: 1.07;
    text-wrap: balance;
  }

  .home-dark-preview .logos-track img {
    height: 70px !important;
    width: auto !important;
  }

  .home-dark-preview .integration-logos img {
    height: 90px !important;
    width: auto !important;
  }

}
