:root {
  color-scheme: light;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }
}

body {
  margin: 0;
  background: var(--wp--preset--color--surface);
  color: var(--wp--preset--color--ink);
  font-family: var(--wp--preset--font-family--sans);
}

img {
  display: block;
  height: auto;
  max-width: 100%;
}

a:focus-visible,
button:focus-visible,
summary:focus-visible,
.wp-block-button__link:focus-visible {
  outline: none;
  box-shadow: var(--wp--custom--shadow--focus);
}

.wp-site-blocks {
  overflow-x: clip;
}

.dx-section {
  padding: 5rem 1.25rem;
}

.dx-section--soft {
  background: var(--wp--preset--color--soft);
}

.dx-section--ink {
  background: var(--wp--preset--color--secondary);
  color: #ffffff;
}

.dx-section--ink h1,
.dx-section--ink h2,
.dx-section--ink h3,
.dx-section--ink p,
.dx-section--ink a {
  color: #ffffff;
}

.dx-section .wp-block-group__inner-container,
.dx-container {
  max-width: var(--wp--style--global--wide-size);
  margin-inline: auto;
}

.dx-kicker {
  color: var(--wp--preset--color--primary);
  font-size: var(--wp--preset--font-size--xs);
  font-weight: 800;
  letter-spacing: 0;
  margin: 0 0 0.75rem;
  text-transform: uppercase;
}

.dx-lede {
  color: var(--wp--preset--color--muted);
  font-size: var(--wp--preset--font-size--md);
  line-height: 1.65;
  max-width: 760px;
}

.dx-section--ink .dx-lede,
.dx-section--ink .dx-muted {
  color: #cbd5e1;
}

.dx-muted {
  color: var(--wp--preset--color--muted);
}

.dx-site-header {
  background: rgba(255, 255, 255, 0.94);
  border-bottom: 1px solid var(--wp--preset--color--line);
  padding: 0.85rem 1.25rem;
  position: sticky;
  top: 0;
  z-index: 30;
}

.admin-bar .dx-site-header {
  top: 32px;
}

.dx-header-inner {
  align-items: center;
  display: flex;
  gap: 1rem;
  justify-content: space-between;
  margin: 0 auto;
  max-width: var(--wp--style--global--wide-size);
}

.dx-brand {
  align-items: center;
  color: var(--wp--preset--color--ink);
  display: inline-flex;
  font-weight: 800;
  gap: 0.65rem;
  text-decoration: none;
}

.dx-brand-mark {
  align-items: center;
  background: var(--wp--preset--color--primary);
  border-radius: 8px;
  color: #ffffff;
  display: inline-flex;
  font-size: 1rem;
  font-weight: 900;
  height: 2.25rem;
  justify-content: center;
  line-height: 1;
  width: 2.25rem;
}

.dx-header-actions {
  align-items: center;
  display: flex;
  gap: 0.7rem;
}

.dx-nav {
  align-items: center;
  display: flex;
  gap: 1.25rem;
}

.dx-nav a,
.dx-footer a {
  color: inherit;
  text-decoration: none;
}

.dx-nav a:hover,
.dx-footer a:hover {
  color: var(--wp--preset--color--primary);
  text-decoration: none;
}

.dx-header-cta {
  background: var(--wp--preset--color--primary);
  border-radius: var(--wp--custom--radius--button);
  color: #ffffff;
  display: inline-flex;
  font-size: var(--wp--preset--font-size--sm);
  font-weight: 800;
  padding: 0.7rem 0.95rem;
  text-decoration: none;
}

.dx-hero {
  padding-bottom: 4rem;
  padding-top: 5rem;
}

.dx-hero-grid {
  align-items: center;
  display: grid;
  gap: 3rem;
  grid-template-columns: minmax(0, 1.02fr) minmax(320px, 0.98fr);
  margin-inline: auto;
  max-width: var(--wp--style--global--wide-size);
}

.dx-hero h1 {
  font-size: var(--wp--preset--font-size--2xl);
  margin-bottom: 1rem;
  max-width: 820px;
}

.dx-hero .wp-block-buttons {
  margin-top: 1.5rem;
}

.dx-hero-points {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  margin-top: 1.5rem;
}

.dx-pill {
  align-items: center;
  background: #eef6ff;
  border: 1px solid #bfdbfe;
  border-radius: 999px;
  color: #1e40af;
  display: inline-flex;
  font-size: var(--wp--preset--font-size--xs);
  font-weight: 800;
  gap: 0.4rem;
  padding: 0.45rem 0.75rem;
}

.dx-pill::before {
  background: var(--wp--preset--color--accent);
  border-radius: 999px;
  content: "";
  height: 0.45rem;
  width: 0.45rem;
}

.dx-product-visual {
  background: #ffffff;
  border: 1px solid var(--wp--preset--color--line);
  border-radius: 8px;
  box-shadow: var(--wp--custom--shadow--soft);
  overflow: hidden;
}

.dx-product-bar {
  align-items: center;
  background: #f8fafc;
  border-bottom: 1px solid var(--wp--preset--color--line);
  display: flex;
  justify-content: space-between;
  padding: 0.85rem 1rem;
}

.dx-window-dots {
  display: flex;
  gap: 0.4rem;
}

.dx-window-dots span {
  background: #cbd5e1;
  border-radius: 999px;
  display: block;
  height: 0.65rem;
  width: 0.65rem;
}

.dx-product-body {
  display: grid;
  gap: 1rem;
  grid-template-columns: 170px 1fr;
  min-height: 430px;
}

.dx-product-sidebar {
  background: #0f172a;
  color: #cbd5e1;
  padding: 1.1rem;
}

.dx-product-sidebar strong {
  color: #ffffff;
  display: block;
  margin-bottom: 1rem;
}

.dx-product-sidebar span {
  border-radius: 6px;
  display: block;
  font-size: var(--wp--preset--font-size--xs);
  margin-bottom: 0.55rem;
  padding: 0.45rem 0.55rem;
}

.dx-product-sidebar span:first-of-type {
  background: rgba(37, 99, 235, 0.2);
  color: #bfdbfe;
}

.dx-product-main {
  padding: 1.25rem;
}

.dx-product-main h3 {
  font-size: 1.25rem;
  margin-top: 0;
}

.dx-status-grid {
  display: grid;
  gap: 0.75rem;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  margin: 1rem 0;
}

.dx-status-card {
  border: 1px solid var(--wp--preset--color--line);
  border-radius: 8px;
  padding: 0.85rem;
}

.dx-status-card strong {
  display: block;
  font-size: 1.4rem;
  line-height: 1;
}

.dx-status-card span {
  color: var(--wp--preset--color--muted);
  font-size: var(--wp--preset--font-size--xs);
}

.dx-release-list {
  border: 1px solid var(--wp--preset--color--line);
  border-radius: 8px;
  margin-top: 1rem;
  overflow: hidden;
}

.dx-release-list div {
  align-items: center;
  display: flex;
  gap: 0.75rem;
  justify-content: space-between;
  padding: 0.75rem 0.9rem;
}

.dx-release-list div + div {
  border-top: 1px solid var(--wp--preset--color--line);
}

.dx-badge {
  background: #ecfdf5;
  border-radius: 999px;
  color: #047857;
  font-size: var(--wp--preset--font-size--xs);
  font-weight: 800;
  padding: 0.25rem 0.55rem;
  white-space: nowrap;
}

.dx-card-grid {
  display: grid;
  gap: 1rem;
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

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

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

.dx-card {
  background: #ffffff;
  border: 1px solid var(--wp--preset--color--line);
  border-radius: 8px;
  padding: 1.25rem;
}

.dx-card h3 {
  font-size: 1.15rem;
  margin-top: 0.75rem;
}

.dx-icon {
  align-items: center;
  background: #eef2ff;
  border: 1px solid #c7d2fe;
  border-radius: 8px;
  color: var(--wp--preset--color--primary);
  display: inline-flex;
  font-weight: 900;
  height: 2.35rem;
  justify-content: center;
  width: 2.35rem;
}

.dx-icon--green {
  background: #ecfdf5;
  border-color: #a7f3d0;
  color: #047857;
}

.dx-icon--amber {
  background: #fffbeb;
  border-color: #fde68a;
  color: #b45309;
}

.dx-proof-list {
  display: grid;
  gap: 0.8rem;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  margin-top: 1.5rem;
}

.dx-proof-item {
  border: 1px solid var(--wp--preset--color--line);
  border-radius: 8px;
  padding: 1rem;
}

.dx-proof-item strong {
  display: block;
}

.dx-process {
  counter-reset: steps;
  display: grid;
  gap: 1rem;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.dx-process .dx-card {
  counter-increment: steps;
}

.dx-process .dx-card::before {
  align-items: center;
  background: var(--wp--preset--color--primary);
  border-radius: 999px;
  color: #ffffff;
  content: counter(steps);
  display: inline-flex;
  font-size: var(--wp--preset--font-size--sm);
  font-weight: 800;
  height: 2rem;
  justify-content: center;
  width: 2rem;
}

.dx-testimonial-note {
  background: #fffbeb;
  border: 1px solid #fde68a;
  border-radius: 8px;
  color: #92400e;
  padding: 0.85rem 1rem;
}

.dx-faq {
  display: grid;
  gap: 0.75rem;
}

.dx-faq details {
  background: #ffffff;
  border: 1px solid var(--wp--preset--color--line);
  border-radius: 8px;
  padding: 1rem 1.15rem;
}

.dx-faq summary {
  color: var(--wp--preset--color--ink);
  cursor: pointer;
  font-weight: 800;
}

.dx-faq p {
  color: var(--wp--preset--color--muted);
  margin-bottom: 0;
}

.dx-cta {
  align-items: center;
  display: grid;
  gap: 2rem;
  grid-template-columns: 1.2fr auto;
}

.dx-footer {
  background: #0f172a;
  color: #cbd5e1;
  padding: 3.5rem 1.25rem 2rem;
}

.dx-footer h2,
.dx-footer h3,
.dx-footer h4 {
  color: #ffffff;
}

.dx-footer-grid {
  display: grid;
  gap: 2rem;
  grid-template-columns: 1.35fr repeat(3, minmax(0, 1fr));
  margin-inline: auto;
  max-width: var(--wp--style--global--wide-size);
}

.dx-footer ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.dx-footer li + li {
  margin-top: 0.5rem;
}

.dx-footer-bottom {
  border-top: 1px solid rgba(226, 232, 240, 0.16);
  color: #94a3b8;
  margin: 2.5rem auto 0;
  max-width: var(--wp--style--global--wide-size);
  padding-top: 1.5rem;
}

.is-style-outline > .wp-block-button__link,
.wp-block-button.is-style-outline .wp-block-button__link {
  background: transparent;
  border: 1px solid currentColor;
  color: var(--wp--preset--color--primary);
}

.dx-section--ink .is-style-outline > .wp-block-button__link,
.dx-section--ink .wp-block-button.is-style-outline .wp-block-button__link {
  color: #ffffff;
}

@media (max-width: 980px) {
  .dx-hero-grid,
  .dx-cta {
    grid-template-columns: 1fr;
  }

  .dx-card-grid,
  .dx-card-grid--three,
  .dx-proof-list,
  .dx-process {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

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

  .dx-nav {
    display: none;
  }
}

@media (max-width: 640px) {
  .admin-bar .dx-site-header {
    top: 46px;
  }

  .dx-section,
  .dx-hero {
    padding: 3.5rem 1rem;
  }

  .dx-hero h1 {
    font-size: var(--wp--preset--font-size--xl);
  }

  .dx-header-cta {
    display: none;
  }

  .dx-card-grid,
  .dx-card-grid--three,
  .dx-card-grid--two,
  .dx-proof-list,
  .dx-process,
  .dx-footer-grid,
  .dx-status-grid {
    grid-template-columns: 1fr;
  }

  .dx-product-body {
    grid-template-columns: 1fr;
  }

  .dx-product-sidebar {
    display: none;
  }

  .wp-block-buttons {
    align-items: stretch;
  }

  .wp-block-button,
  .wp-block-button__link {
    width: 100%;
  }
}
