.dn-home,
.dn-home *,
.dn-home-header,
.dn-home-header *,
.dn-home-footer,
.dn-home-footer * {
  box-sizing: border-box;
}

.dn-home,
.dn-home-header,
.dn-home-footer {
  color: var(--dn-text-primary);
  font-family: var(--dn-font);
}

.dn-home {
  background: var(--dn-bg-page);
  overflow-x: clip;
}

.dn-home h1,
.dn-home h2,
.dn-home h3,
.dn-home h4,
.dn-home h5,
.dn-home h6 {
  color: var(--dn-text-primary) !important;
}

.dn-home a {
  color: inherit;
  text-decoration: none;
}

.dn-home img {
  border-radius: 0;
}

body:not(.wp-admin) .dn-home img {
  border-radius: 0;
}

body:not(.wp-admin) .dn-home .dn-home-hero__desc,
body:not(.wp-admin) .dn-home .dn-home-trust li,
body:not(.wp-admin) .dn-home .dn-home-section-heading p:not(.dn-home-eyebrow),
body:not(.wp-admin) .dn-home .dn-home-product p,
body:not(.wp-admin) .dn-home .dn-home-review__head p {
  color: var(--dn-text-secondary);
}

body:not(.wp-admin) .dn-home .dn-home-product li,
body:not(.wp-admin) .dn-home .dn-home-difference li,
body:not(.wp-admin) .dn-home .dn-home-bot dl div {
  color: var(--dn-text-primary);
}

body:not(.wp-admin) .dn-home .dn-home-benefit p,
body:not(.wp-admin) .dn-home .dn-home-bot p,
body:not(.wp-admin) .dn-home .dn-home-bot dt,
body:not(.wp-admin) .dn-home .dn-home-review__body {
  color: var(--dn-text-body);
}

body:not(.wp-admin) .dn-home .dn-home-experience__intro p {
  color: #c8d7ee;
}

body:not(.wp-admin) .dn-home .dn-home-step p {
  color: #d4e3f8;
}

body:not(.wp-admin) .dn-home .dn-home-final-cta p:not(.dn-home-eyebrow),
body:not(.wp-admin) .dn-home .dn-home-final-cta ul {
  color: #d7e5ff;
}

.dn-home :focus-visible {
  outline: 3px solid rgba(23, 105, 255, 0.35);
  outline-offset: 3px;
}

.dn-home-shell {
  width: min(var(--dn-shell), calc(100% - 128px));
  margin-inline: auto;
}

.dn-home-header {
  position: relative;
  z-index: 20;
  height: 76px;
  background: #fff;
  border-bottom: 1px solid var(--dn-border);
}

.dn-home-header__inner {
  height: 76px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
}

.dn-home-logo {
  position: relative;
  width: 220px;
  height: 44px;
  display: block;
  flex: 0 0 220px;
}

.dn-home-logo__mark {
  position: absolute;
  left: 0;
  top: 0;
  width: 38px;
  height: 38px;
  display: inline-grid;
  place-items: center;
  border-radius: 10px;
  color: #fff;
  background: #1769ff;
  font-size: 12px;
  line-height: 15px;
  font-weight: 700;
}

.dn-home-logo__copy {
  position: absolute;
  left: 50px;
  top: 3px;
  display: block;
  width: 166px;
}

.dn-home-logo__copy strong {
  display: block;
  font-size: 18px;
  line-height: 22px;
  font-weight: 700;
  letter-spacing: 0;
  white-space: nowrap;
}

.dn-home-logo__copy small {
  display: block;
  margin-top: 2px;
  color: var(--dn-text-secondary);
  font-size: 10px;
  line-height: 12px;
  white-space: nowrap;
}

.dn-home-nav {
  display: flex;
  align-items: center;
  gap: 30px;
  flex: 1;
  justify-content: center;
}

.dn-home-nav a {
  color: var(--dn-text-primary);
  font-size: 14px;
  line-height: 17px;
  font-weight: 500;
  white-space: nowrap;
}

.dn-home-nav a.is-active,
.dn-home-nav a:hover {
  color: var(--dn-color-primary);
  font-weight: 600;
}

.dn-home-header__actions {
  display: flex;
  align-items: center;
  gap: 12px;
}

.dn-home-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 42px;
  padding: 0 20px;
  border: 1px solid transparent;
  border-radius: 999px;
  font-size: 15px;
  line-height: 18px;
  font-weight: 600;
  white-space: nowrap;
  transition: background-color 0.18s ease, border-color 0.18s ease, color 0.18s ease, transform 0.18s ease;
}

.dn-home-btn:hover {
  transform: translateY(-1px);
}

.dn-home-btn--primary {
  color: #fff;
  background: var(--dn-color-primary);
}

.dn-home-btn--primary:hover {
  color: #fff;
  background: var(--dn-color-primary-hover);
}

.dn-home-btn--ghost,
.dn-home-btn--outline {
  color: var(--dn-color-primary);
  background: #fff;
  border-color: var(--dn-border);
}

/* Lightweight public BOT, guide and pricing pages. */
.dn-simple-page,
.dn-simple-page * {
  box-sizing: border-box;
}

.dn-simple-page {
  --dn-public-bg: #f4f8fd;
  --dn-public-surface: #ffffff;
  --dn-public-text-primary: #0b172a;
  --dn-public-text-secondary: #263b55;
  --dn-public-text-muted: #475569;
  --dn-public-border: #c7d7ea;
  --dn-public-border-strong: #adc4df;
  --dn-public-primary: #0f5eea;
  --dn-public-primary-hover: #0b4fc9;
  width: 100%;
  min-height: clamp(560px, calc(100vh - 76px), 820px);
  padding: 72px 24px 80px;
  overflow-x: clip;
  background:
    radial-gradient(circle at 50% 0, rgba(15, 94, 234, 0.12), transparent 38%),
    linear-gradient(180deg, var(--dn-public-bg) 0%, var(--dn-public-surface) 72%);
  color: var(--dn-public-text-primary);
  font-family: var(--dn-font);
  font-size: 16px;
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

.dn-simple-page__container {
  width: min(100%, 1080px);
  margin-inline: auto;
}

.dn-simple-page__contact-card {
  width: min(100%, 720px);
  margin-inline: auto;
  padding: clamp(36px, 5vw, 58px);
  border: 1px solid var(--dn-public-border);
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.98);
  box-shadow: 0 24px 70px rgba(29, 72, 132, 0.13);
  text-align: center;
}

.dn-simple-page__icon {
  display: grid;
  width: 72px;
  height: 72px;
  margin: 0 auto 22px;
  place-items: center;
  border: 1px solid #b7cdf8;
  border-radius: 20px;
  background: #edf4ff;
  color: var(--dn-public-primary);
}

.dn-simple-page__icon--premium {
  border-color: #f2d28b;
  background: #fff8e7;
  color: #d89200;
}

.dn-simple-page__icon svg {
  width: 46px;
  height: 46px;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 2;
}

.dn-simple-page__eyebrow {
  margin: 0 0 12px;
  color: var(--dn-public-primary);
  font-size: 12px;
  line-height: 18px;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.dn-simple-page h1 {
  max-width: 820px;
  margin: 0 auto;
  color: var(--dn-public-text-primary) !important;
  font-size: clamp(32px, 4.2vw, 52px);
  line-height: 1.12;
  font-weight: 700;
  letter-spacing: -0.025em;
}

.dn-simple-page__description {
  max-width: 760px;
  margin: 20px auto 0;
  color: var(--dn-public-text-secondary);
  font-size: clamp(16px, 1.5vw, 19px);
  line-height: 1.7;
}

.dn-simple-page__supporting {
  max-width: 610px;
  margin: 14px auto 0;
  color: var(--dn-public-text-muted);
  font-size: 14px;
  line-height: 1.65;
}

.dn-simple-page__actions {
  display: flex;
  margin-top: 30px;
  align-items: center;
  justify-content: center;
  gap: 12px;
}

.dn-simple-page__telegram,
.dn-simple-page__secondary {
  display: inline-flex;
  min-height: 50px;
  align-items: center;
  justify-content: center;
  gap: 9px;
  padding: 0 22px;
  border-radius: 10px;
  font-size: 14px;
  line-height: 18px;
  font-weight: 700;
  text-decoration: none;
}

.dn-simple-page__telegram,
.dn-simple-page__telegram:link,
.dn-simple-page__telegram:visited,
.dn-simple-page__telegram:hover,
.dn-simple-page__telegram:active {
  border: 1px solid var(--dn-public-primary);
  background: var(--dn-public-primary);
  color: #fff;
}

.dn-simple-page__telegram:hover {
  border-color: var(--dn-public-primary-hover);
  background: var(--dn-public-primary-hover);
  box-shadow: 0 8px 22px rgba(23, 105, 255, 0.24);
}

.dn-simple-page__telegram svg {
  width: 19px;
  height: 19px;
  fill: currentColor;
}

.dn-simple-page__secondary {
  border: 1px solid var(--dn-public-border-strong);
  background: var(--dn-public-surface);
  color: var(--dn-public-text-secondary);
}

.dn-simple-page__telegram:focus-visible,
.dn-simple-page__secondary:focus-visible {
  outline: 3px solid rgba(23, 105, 255, 0.35);
  outline-offset: 3px;
}

.dn-simple-page__heading {
  margin-bottom: 38px;
  text-align: center;
}

.dn-simple-guide__grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 20px;
}

.dn-simple-guide__card {
  min-width: 0;
  padding: 30px;
  border: 1px solid var(--dn-public-border);
  border-radius: 18px;
  background: var(--dn-public-surface);
  box-shadow: 0 14px 38px rgba(29, 72, 132, 0.09);
}

.dn-simple-guide__card h2 {
  margin: 0 0 22px;
  color: var(--dn-public-text-primary) !important;
  font-size: 22px;
  line-height: 1.3;
  font-weight: 700;
}

.dn-simple-guide__card ol {
  display: grid;
  gap: 14px;
  margin: 0;
  padding: 0;
  list-style: none;
  counter-reset: dn-simple-step;
}

.dn-simple-guide__card li {
  position: relative;
  min-height: 34px;
  padding: 5px 0 0 46px;
  color: var(--dn-public-text-secondary);
  font-size: 15px;
  line-height: 1.55;
  counter-increment: dn-simple-step;
}

.dn-simple-guide__card li::before {
  position: absolute;
  top: 0;
  left: 0;
  display: grid;
  width: 34px;
  height: 34px;
  place-items: center;
  border-radius: 50%;
  background: #eaf2ff;
  color: var(--dn-public-primary);
  content: counter(dn-simple-step);
  font-size: 13px;
  font-weight: 800;
}

.dn-simple-guide__contact {
  display: grid;
  margin-top: 20px;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: center;
  gap: 24px;
  padding: 22px 26px;
  border: 1px solid var(--dn-public-border);
  border-radius: 16px;
  background: #edf5ff;
}

.dn-simple-guide__contact p {
  margin: 0;
  color: var(--dn-public-text-secondary);
  font-size: 15px;
  line-height: 1.6;
}

/* Beat the legacy dark-site typography only inside native simple public pages. */
body.dn-simple-public-route .dn-simple-page,
body.dn-simple-public-route .dn-simple-page h1,
body.dn-simple-public-route .dn-simple-page h2,
body.dn-simple-public-route .dn-simple-page p,
body.dn-simple-public-route .dn-simple-page li,
body.dn-simple-public-route .dn-simple-page a {
  font-family: var(--dn-font);
}

body.dn-simple-public-route .dn-simple-page .dn-simple-page__eyebrow {
  color: var(--dn-public-primary);
}

body.dn-simple-public-route .dn-simple-page .dn-simple-page__description,
body.dn-simple-public-route .dn-simple-page .dn-simple-guide__card li,
body.dn-simple-public-route .dn-simple-page .dn-simple-guide__contact p {
  color: var(--dn-public-text-secondary);
}

body.dn-simple-public-route .dn-simple-page .dn-simple-page__supporting {
  color: var(--dn-public-text-muted);
}

@media (max-width: 767px) {
  .dn-simple-page {
    min-height: 0;
    padding: 40px 16px 52px;
  }

  .dn-simple-page__contact-card {
    padding: 30px 20px;
    border-radius: 18px;
  }

  .dn-simple-page__icon {
    width: 62px;
    height: 62px;
    margin-bottom: 18px;
  }

  .dn-simple-page__icon svg {
    width: 40px;
    height: 40px;
  }

  .dn-simple-page h1 {
    font-size: clamp(29px, 8.5vw, 38px);
  }

  .dn-simple-page__description {
    margin-top: 16px;
    font-size: 16px;
    line-height: 1.65;
  }

  .dn-simple-page__actions {
    grid-template-columns: minmax(0, 1fr);
    display: grid;
  }

  .dn-simple-page__telegram,
  .dn-simple-page__secondary {
    width: 100%;
    min-height: 52px;
  }

  .dn-simple-page__heading {
    margin-bottom: 28px;
  }

  .dn-simple-guide__grid {
    grid-template-columns: minmax(0, 1fr);
  }

  .dn-simple-guide__card {
    padding: 24px 20px;
  }

  .dn-simple-guide__contact {
    grid-template-columns: minmax(0, 1fr);
    gap: 16px;
    padding: 20px;
  }
}

/* FOOTER-CONTENT-RESPONSIVE-01: replace the inherited 390px fixed-frame
   product layout with one fluid container, then use a readable tablet card. */
@media (max-width: 767px) {
  body:not(.wp-admin) .dn-home .dn-home-products {
    width: 100%;
    height: auto;
    min-height: 0;
    padding: 44px 0 56px;
    box-sizing: border-box;
  }

  body:not(.wp-admin) .dn-home .dn-home-products > .dn-home-shell {
    width: 100%;
    max-width: 560px;
    height: auto;
    margin-inline: auto;
    padding-inline: clamp(16px, 5vw, 24px);
    box-sizing: border-box;
  }

  body:not(.wp-admin) .dn-home .dn-home-products .dn-home-section-heading,
  body:not(.wp-admin) .dn-home .dn-home-products .dn-home-section-heading .dn-home-eyebrow,
  body:not(.wp-admin) .dn-home .dn-home-products .dn-home-section-heading h2,
  body:not(.wp-admin) .dn-home .dn-home-products .dn-home-section-heading p:not(.dn-home-eyebrow),
  body:not(.wp-admin) .dn-home .dn-home-products__grid,
  body:not(.wp-admin) .dn-home .dn-home-product,
  body:not(.wp-admin) .dn-home .dn-home-product .dn-home-tag,
  body:not(.wp-admin) .dn-home .dn-home-product h3,
  body:not(.wp-admin) .dn-home .dn-home-product .dn-home-product__copy > p,
  body:not(.wp-admin) .dn-home .dn-home-product ul,
  body:not(.wp-admin) .dn-home .dn-home-product__visual,
  body:not(.wp-admin) .dn-home .dn-home-product .dn-home-btn {
    width: auto;
    height: auto;
    min-height: 0;
    position: static;
    inset: auto;
    margin: 0;
    transform: none;
  }

  body:not(.wp-admin) .dn-home .dn-home-products .dn-home-section-heading {
    max-width: 100%;
    margin-bottom: 30px;
    text-align: center;
  }

  body:not(.wp-admin) .dn-home .dn-home-products .dn-home-section-heading .dn-home-eyebrow {
    display: block;
    margin-bottom: 8px;
    font-size: 11px;
    line-height: 1.4;
  }

  body:not(.wp-admin) .dn-home .dn-home-products .dn-home-section-heading h2 {
    color: #0a1224 !important;
    font-size: clamp(24px, 7vw, 29px);
    line-height: 1.18;
    white-space: normal;
  }

  body:not(.wp-admin) .dn-home .dn-home-products .dn-home-section-heading h2::before {
    content: none;
  }

  body:not(.wp-admin) .dn-home .dn-home-products .dn-home-section-heading p:not(.dn-home-eyebrow) {
    max-width: 390px;
    margin: 12px auto 0;
    font-size: 14px;
    line-height: 1.55;
  }

  body:not(.wp-admin) .dn-home .dn-home-products__grid {
    display: grid;
    grid-template-columns: minmax(0, 1fr);
    gap: 28px;
  }

  body:not(.wp-admin) .dn-home .dn-home-product {
    min-width: 0;
    display: grid;
    grid-template-columns: minmax(0, 1fr);
    gap: 22px;
    padding: 20px;
    border-radius: 16px;
    overflow: hidden;
  }

  body:not(.wp-admin) .dn-home .dn-home-product__copy {
    min-width: 0;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
  }

  body:not(.wp-admin) .dn-home .dn-home-product .dn-home-tag {
    width: fit-content;
    min-height: 28px;
    display: inline-flex;
    margin-bottom: 13px;
    padding-inline: 12px;
  }

  body:not(.wp-admin) .dn-home .dn-home-product h3 {
    max-width: 100%;
    font-size: 22px;
    line-height: 1.25;
  }

  body:not(.wp-admin) .dn-home .dn-home-product .dn-home-product__copy > p {
    max-width: 100%;
    margin-top: 10px;
    font-size: 14px;
    line-height: 1.55;
  }

  body:not(.wp-admin) .dn-home .dn-home-product ul {
    max-width: 100%;
    display: grid;
    gap: 9px;
    margin-top: 18px;
  }

  body:not(.wp-admin) .dn-home .dn-home-product li {
    height: auto;
    min-width: 0;
    line-height: 1.45;
    white-space: normal;
    overflow-wrap: anywhere;
  }

  body:not(.wp-admin) .dn-home .dn-home-product .dn-home-btn {
    width: min(100%, 210px);
    min-height: 46px;
    margin-top: 22px;
    padding: 0 18px;
  }

  body:not(.wp-admin) .dn-home .dn-home-product__visual {
    width: 100%;
    min-height: 0;
    position: relative;
    aspect-ratio: 16 / 10;
    display: grid;
    place-items: center;
    border-radius: 14px;
    background: transparent;
  }

  body:not(.wp-admin) .dn-home .dn-home-product-image {
    position: absolute;
    inset: 0;
    width: 100% !important;
    height: 100% !important;
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
  }
}

@media (min-width: 768px) and (max-width: 1279px) {
  body:not(.wp-admin) .dn-home .dn-home-products {
    width: 100%;
    height: auto;
    min-height: 0;
    padding: 58px 0 70px;
    box-sizing: border-box;
  }

  body:not(.wp-admin) .dn-home .dn-home-products > .dn-home-shell {
    width: calc(100% - 48px);
    max-width: 820px;
    height: auto;
    margin-inline: auto;
  }

  body:not(.wp-admin) .dn-home .dn-home-products .dn-home-section-heading {
    max-width: 720px;
    margin: 0 auto 36px;
  }

  body:not(.wp-admin) .dn-home .dn-home-products__grid {
    width: 100%;
    height: auto;
    position: static;
    display: grid;
    grid-template-columns: minmax(0, 1fr);
    gap: 28px;
    transform: none;
  }

  body:not(.wp-admin) .dn-home .dn-home-product {
    width: 100%;
    height: auto;
    min-height: 0;
    position: relative;
    display: grid;
    grid-template-columns: minmax(0, 1fr) 260px;
    gap: 30px;
    padding: 28px;
    overflow: hidden;
  }

  body:not(.wp-admin) .dn-home .dn-home-product__copy {
    min-width: 0;
  }

  body:not(.wp-admin) .dn-home .dn-home-product__visual {
    width: 260px;
    height: 260px;
    min-height: 260px;
    position: relative;
    inset: auto;
  }

  body:not(.wp-admin) .dn-home .dn-home-product-image {
    max-width: 250px;
    max-height: 250px;
  }

  body:not(.wp-admin) .dn-home .dn-home-product .dn-home-btn {
    width: min(100%, 210px);
  }
}

.dn-home-btn--outline {
  border-color: #bcd2ff;
}

.dn-home-btn--light {
  min-width: 250px;
  min-height: 66px;
  color: var(--dn-bg-cta) !important;
  background: #fff;
}

.dn-home-btn--large {
  min-height: 52px;
  padding-inline: 28px;
}

.dn-home-header .dn-home-login {
  width: 108px;
  min-height: 42px;
  padding-inline: 0;
  border-radius: 10px;
  color: var(--dn-color-primary);
  border-color: #b9cdf7;
}

.dn-home-header .dn-home-trial {
  width: 158px;
  min-height: 42px;
  padding-inline: 0;
  border-radius: 10px;
}

.dn-home-account-wrap {
  position: relative;
  flex: 0 0 auto;
  display: flex;
  align-items: center;
}

.dn-home-account {
  appearance: none;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  height: 44px;
  max-width: 268px;
  padding: 0 10px 0 4px;
  border: 1px solid var(--dn-border);
  border-radius: 12px;
  background: #fff;
  color: var(--dn-text-primary);
  cursor: pointer;
  line-height: 1;
  margin: 0;
  white-space: nowrap;
}

.dn-home-account__avatar {
  width: 36px;
  height: 36px;
  flex: 0 0 36px;
  display: inline-grid;
  place-items: center;
  border-radius: 50%;
  color: #0b1739;
  background: #ddebff;
  font-size: 14px;
  line-height: 1;
  font-weight: 700;
}

.dn-home-account__name {
  min-width: 0;
  max-width: 128px;
  overflow: hidden;
  color: #0f172a;
  font-size: 13px;
  line-height: 16px;
  font-weight: 600;
  text-overflow: ellipsis;
  text-transform: uppercase;
  white-space: nowrap;
}

.dn-home-account__status {
  display: inline-flex;
  align-items: center;
  height: 22px;
  padding: 0 8px;
  border-radius: 999px;
  color: #15803d;
  background: #dcfce7;
  font-size: 11px;
  line-height: 13px;
  font-weight: 700;
  text-transform: uppercase;
  white-space: nowrap;
}

.dn-home-account--free .dn-home-account__status {
  color: #475569;
  background: #f1f5f9;
}

.dn-home-account__chevron {
  display: none;
}

.dn-home-account-menu {
  position: absolute;
  top: calc(100% + 10px);
  right: 0;
  z-index: 30;
  width: 220px;
  display: grid;
  gap: 8px;
  padding: 12px;
  border: 1px solid var(--dn-border);
  border-radius: 12px;
  background: #fff;
  box-shadow: var(--dn-shadow-card);
}

.dn-home-account-menu[hidden] {
  display: none;
}

.dn-home-account-menu span,
.dn-home-account-menu a,
.dn-home-account-menu button {
  min-height: 34px;
  display: flex;
  align-items: center;
  padding: 0 10px;
  border: 0;
  border-radius: 8px;
  background: transparent;
  color: #0f172a;
  font-size: 13px;
  font-weight: 600;
  text-align: left;
}

.dn-home-account-menu span {
  color: #64748b;
}

.dn-home-account-menu__name {
  color: #0f172a !important;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.dn-home-account-menu a:hover,
.dn-home-account-menu button:hover {
  background: #f4f8ff;
  color: var(--dn-color-primary);
}

.dn-home-menu-toggle,
.dn-home-mobile-menu {
  display: none;
}

.dn-home-hero {
  height: 610px;
  min-height: 610px;
  background: #fff;
}

.dn-home-hero__grid {
  height: 610px;
  display: grid;
  grid-template-columns: minmax(0, 550px) minmax(0, 620px);
  align-items: center;
  justify-content: space-between;
  gap: 56px;
  padding: 70px 0 64px;
}

.dn-home-eyebrow {
  display: inline-flex;
  align-items: center;
  min-height: 30px;
  margin: 0 0 14px;
  padding: 0 15px;
  border: 1px solid #cfe0ff;
  border-radius: 999px;
  color: var(--dn-color-primary);
  background: #f4f8ff;
  font-size: 11px;
  line-height: 13px;
  font-weight: 700;
}

.dn-home-hero h1 {
  margin: 0;
  color: var(--dn-text-primary) !important;
  font-size: 54px;
  line-height: 1.2;
  font-weight: 700;
  letter-spacing: 0;
}

.dn-home-hero h1 span {
  color: var(--dn-color-primary);
}

.dn-home-hero__desc {
  margin: 18px 0 0;
  color: var(--dn-text-secondary);
  font-size: 18px;
  line-height: 1.55;
}

.dn-home-hero__desc--mobile {
  display: none;
}

.dn-home-hero__actions {
  display: flex;
  gap: 16px;
  margin-top: 52px;
}

.dn-home-trust {
  display: flex;
  flex-wrap: wrap;
  gap: 18px 52px;
  margin: 24px 0 0;
  padding: 0;
  list-style: none;
}

.dn-home-trust li {
  color: var(--dn-text-secondary);
  font-size: 13px;
  line-height: 16px;
  font-weight: 500;
}

.dn-home-trust li::before {
  content: "✓";
  margin-right: 5px;
  color: var(--dn-color-success);
}

.dn-home-hero__visual {
  position: relative;
  width: min(620px, 100%);
  min-height: 430px;
}

@media (min-width: 1280px) {
  .dn-home-hero__grid {
    position: relative;
    display: block;
    padding: 0;
  }

  .dn-home-hero__copy {
    position: absolute;
    left: 0;
    top: 76px;
    width: 550px;
    height: 478px;
  }

  .dn-home-hero .dn-home-eyebrow {
    position: absolute;
    left: 0;
    top: 0;
    width: 250px;
    height: 30px;
    min-height: 30px;
    margin: 0;
    padding: 0 15px;
    border: 0;
    border-radius: 15px;
    background: #eef4ff;
    color: var(--dn-color-primary);
    font-size: 11px;
    line-height: 30px;
  }

  .dn-home-hero h1 {
    position: absolute;
    left: 0;
    top: 44px;
    width: 550px;
    margin: 0;
    font-size: 54px;
    line-height: 1.2;
  }

  .dn-home-hero h1 span {
    color: var(--dn-text-primary);
  }

  .dn-home-hero__desc {
    position: absolute;
    left: 0;
    top: 254px;
    width: 550px;
    margin: 0;
    font-size: 18px;
    line-height: 22px;
  }

  .dn-home-hero__actions {
    position: absolute;
    left: 0;
    top: 379px;
    gap: 16px;
    margin: 0;
  }

  .dn-home-hero__actions .dn-home-btn {
    min-height: 52px;
    padding: 0;
    border-radius: 10px;
    font-size: 15px;
    font-weight: 600;
    line-height: 18px;
  }

  .dn-home-hero__actions .dn-home-btn:first-child {
    width: 190px;
    color: #fff;
  }

  .dn-home-hero__actions .dn-home-btn:nth-child(2) {
    width: 215px;
    color: var(--dn-color-primary);
    border-color: #b9cdf7;
  }

  .dn-home-trust {
    position: absolute;
    left: 0;
    top: 454px;
    display: block;
    width: 550px;
    height: 16px;
    margin: 0;
  }

  .dn-home-trust li {
    position: absolute;
    top: 0;
    font-size: 13px;
    line-height: 16px;
    font-weight: 500;
    white-space: nowrap;
  }

  .dn-home-trust li:nth-child(1) {
    left: 0;
  }

  .dn-home-trust li:nth-child(2) {
    left: 190px;
  }

  .dn-home-trust li:nth-child(3) {
    left: 380px;
  }

  .dn-home-hero__visual {
    position: absolute;
    left: 696px;
    top: 70px;
    width: 620px;
    height: 430px;
    min-height: 430px;
    margin: 0;
    border: 1px solid var(--dn-border);
    border-radius: 18px;
    background: #f8fbff;
    box-shadow: 0 8px 14px rgba(15, 23, 42, 0.08);
    overflow: hidden;
  }
}

.dn-home-hero__visual::before {
  content: "";
  position: absolute;
  inset: 35px 70px 75px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(23, 105, 255, 0.22), rgba(33, 208, 122, 0.05) 60%, transparent 72%);
  filter: blur(5px);
}

.dn-home-device {
  position: absolute;
  background: #081528;
  box-shadow: 0 26px 60px rgba(15, 23, 42, 0.22);
}

.dn-home-device--laptop {
  left: 44px;
  top: 69px;
  width: 430px;
  height: 270px;
  padding: 15px 15px 25px;
  border-radius: 18px;
  background: #0a101b;
  box-shadow: none;
}

.dn-home-device--laptop::after {
  content: "";
  position: absolute;
  left: -20px;
  right: -20px;
  bottom: -21px;
  height: 14px;
  border-radius: 7px;
  background: #182235;
}

.dn-home-device--phone {
  left: 454px;
  top: 139px;
  width: 130px;
  height: 245px;
  padding: 0;
  border: 0;
  border-radius: 22px;
  background: #0a101b;
  box-shadow: none;
}

.dn-home-device--phone::before {
  content: "";
  position: absolute;
  left: 9px;
  top: 12px;
  width: 112px;
  height: 220px;
  border-radius: 16px;
  background: #081a2b;
}

.dn-home-hero-screen {
  width: 100%;
  height: 100%;
  position: relative;
  border-radius: 12px;
  overflow: hidden;
  background: #081a2b;
}

.dn-home-hero-screen__top {
  position: absolute;
  left: 14px;
  top: 10px;
  width: 372px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: #dce7f5;
  font-size: 10px;
  line-height: 12px;
  font-weight: 600;
}

.dn-home-hero-chart {
  position: absolute;
  left: 14px;
  top: 40px;
  width: 250px;
  height: 155px;
  border-radius: 8px;
  background: #0a2035;
}

.dn-home-hero-chart i,
.dn-home-phone-chart i {
  position: absolute;
  left: var(--x);
  top: var(--y);
  width: 8px;
  height: var(--h);
  display: block;
}

.dn-home-hero-chart i.is-green,
.dn-home-phone-chart i.is-green {
  background: #21d07a;
}

.dn-home-hero-chart i.is-red,
.dn-home-phone-chart i.is-red {
  background: #ff4d5a;
}

.dn-home-hero-score {
  position: absolute;
  left: 276px;
  top: 40px;
  width: 112px;
  height: 155px;
  border-radius: 8px;
  background: #0d2740;
}

.dn-home-hero-score strong {
  position: absolute;
  left: 22px;
  top: 18px;
  color: #21d07a;
  font-size: 46px;
  line-height: 55px;
  font-weight: 700;
}

.dn-home-hero-score span {
  position: absolute;
  left: 14px;
  top: 78px;
  width: 85px;
  color: #cde7d8;
  font-size: 12px;
  line-height: 14px;
  font-weight: 600;
}

.dn-home-dashboard {
  width: 100%;
  height: 100%;
  position: relative;
  display: grid;
  grid-template-columns: 1fr 112px;
  grid-template-rows: 26px 1fr 34px;
  gap: 14px 12px;
  padding: 10px 12px;
  border-radius: 12px;
  overflow: hidden;
  background: #0c1c33;
}

.dn-home-dashboard__top,
.dn-home-dashboard__strip {
  grid-column: 1 / -1;
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: #dce7f5;
  font-size: 10px;
  line-height: 12px;
  font-weight: 600;
}

.dn-home-dashboard__strip {
  justify-content: center;
  color: #d8e6f5;
  background: rgba(255, 255, 255, 0.07);
  border-radius: 8px;
}

.dn-home-chart {
  position: relative;
  display: flex;
  align-items: end;
  gap: 8px;
  min-height: 0;
  padding: 18px 12px;
  border-radius: 10px;
  background:
    linear-gradient(rgba(255,255,255,0.05) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,0.05) 1px, transparent 1px),
    #10243f;
  background-size: 100% 36px, 34px 100%, auto;
}

.dn-home-chart i {
  width: 8px;
  height: var(--bar);
  border-radius: 6px 6px 2px 2px;
  background: linear-gradient(180deg, #2f80ff, #22c55e);
}

.dn-home-chart__line {
  position: absolute;
  left: 18px;
  right: 18px;
  height: 3px;
  border-radius: 999px;
}

.dn-home-chart__line--blue {
  bottom: 44px;
  background: #38bdf8;
  transform: rotate(-5deg);
}

.dn-home-chart__line--green {
  bottom: 30px;
  background: #22c55e;
  transform: rotate(4deg);
}

.dn-home-score {
  display: grid;
  align-content: center;
  justify-items: center;
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.07);
  text-align: center;
}

.dn-home-score small {
  color: #8ea4be;
  font-size: 9px;
  line-height: 11px;
  font-weight: 500;
}

.dn-home-score strong {
  color: var(--dn-color-success);
  font-size: 46px;
  line-height: 1;
  font-weight: 700;
}

.dn-home-score span,
.dn-home-score em {
  color: var(--dn-color-success);
  font-style: normal;
  font-weight: 700;
}

.dn-home-phone-score {
  position: absolute;
  z-index: 1;
  left: 30px;
  top: 34px;
  color: var(--dn-color-success);
  font-size: 38px;
  line-height: 46px;
  font-weight: 700;
  text-align: center;
}

.dn-home-phone-signal {
  position: absolute;
  z-index: 1;
  left: 20px;
  top: 88px;
  width: 90px;
  margin: 0;
  color: var(--dn-color-success);
  font-size: 15px;
  line-height: 18px;
  font-weight: 700;
  text-align: center;
}

.dn-home-phone-chart {
  position: absolute;
  z-index: 1;
  left: 13px;
  top: 145px;
  width: 86px;
  height: 58px;
  margin: 0;
  border-radius: 8px;
  background: #0d2740;
}

.dn-home-phone-chart i {
  width: 6px;
}

.dn-home-stats {
  background: linear-gradient(#fff 50%, #fff 50%);
}

.dn-home-stats__grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
  min-height: 110px;
  padding: 16px;
  border: 1px solid var(--dn-border);
  border-radius: var(--dn-radius-md);
  background: #fff;
  box-shadow: var(--dn-shadow-card);
}

@media (min-width: 1280px) {
  .dn-home-stats__grid {
    height: 110px;
    min-height: 110px;
    grid-template-columns: repeat(4, 300px);
    align-items: start;
    gap: 20px;
    padding: 15px;
    border-color: #dce5f1;
    border-radius: 14px;
    box-shadow: 0 8px 14px rgba(15, 23, 42, 0.08);
  }
}

.dn-home-stat {
  display: grid;
  grid-template-columns: 42px 1fr;
  grid-template-rows: auto auto;
  align-content: center;
  gap: 3px 12px;
  min-width: 0;
  padding: 0 4px;
}

@media (min-width: 1280px) {
  .dn-home-stat {
    width: 300px;
    height: 78px;
    position: relative;
    display: block;
    padding: 0;
  }
}

.dn-home-stat__icon {
  grid-row: 1 / 3;
  width: 42px;
  height: 42px;
  display: grid;
  place-items: center;
  border-radius: 12px;
  background: #edf4ff;
}

@media (min-width: 1280px) {
  .dn-home-stat__icon {
    position: absolute;
    left: 4px;
    top: 16px;
    background: #eef4ff;
  }

  .dn-home-stat:nth-child(2) .dn-home-stat__icon {
    background: #ecfdf5;
  }

  .dn-home-stat:nth-child(3) .dn-home-stat__icon {
    background: #f0f5ff;
  }

  .dn-home-stat:nth-child(4) .dn-home-stat__icon {
    background: #fff7ed;
  }

  .dn-home-stat__icon img {
    display: none;
  }
}

.dn-home-stat__value {
  color: var(--dn-color-primary);
  font-size: 24px;
  line-height: 29px;
  font-weight: 700;
}

@media (min-width: 1280px) {
  .dn-home-stat__value {
    position: absolute;
    left: 58px;
    top: 12px;
    font-size: 24px;
    line-height: 29px;
    font-weight: 700;
    white-space: nowrap;
  }
}

.dn-home-stat__value.is-dark {
  color: var(--dn-text-primary);
}

.dn-home-stat__label {
  color: var(--dn-text-secondary);
  font-size: 12px;
  line-height: 15px;
}

@media (min-width: 1280px) {
  .dn-home-stat__label {
    position: absolute;
    left: 58px;
    top: 44px;
    font-size: 12px;
    line-height: 15px;
    font-weight: 400;
    white-space: nowrap;
  }
}

.dn-home-stats {
  margin-bottom: 34px;
}

.dn-home-products,
.dn-home-benefits,
.dn-home-experience,
.dn-home-bots,
.dn-home-reviews,
.dn-home-final-cta {
  padding: 38px 0;
}

.dn-home-products {
  height: 640px;
  position: relative;
  padding-top: 34px;
  padding-bottom: 0;
  background: #fff;
}

.dn-home-benefits,
.dn-home-bots {
  background: var(--dn-bg-soft);
}

.dn-home-benefits {
  height: 440px;
  padding-top: 0;
  padding-bottom: 0;
  margin-bottom: 20px;
  background: #f7faff;
}

.dn-home-experience {
  height: 540px;
  padding-top: 0;
  padding-bottom: 0;
}

.dn-home-bots {
  height: 650px;
  padding-top: 0;
  padding-bottom: 0;
  margin-bottom: 20px;
  background: #f8fafc;
}

.dn-home-reviews {
  height: 430px;
  padding-top: 3px;
  padding-bottom: 0;
}

.dn-home-section-heading {
  max-width: 940px;
  margin: 0 auto 38px;
  text-align: center;
}

.dn-home-section-heading .dn-home-eyebrow {
  min-height: 20px;
  margin-bottom: 8px;
  padding: 0;
  border: 0;
  background: transparent;
  color: var(--dn-color-primary);
}

.dn-home-section-heading h2 {
  margin: 0;
  color: var(--dn-text-heading) !important;
  font-size: 30px;
  line-height: 1.18;
  font-weight: 700;
  letter-spacing: 0;
}

.dn-home-section-heading p:not(.dn-home-eyebrow) {
  margin: 10px 0 0;
  color: var(--dn-text-secondary);
  font-size: 14px;
  line-height: 21px;
}

@media (min-width: 1280px) {
  .dn-home-products {
    padding-top: 0;
  }

  .dn-home-products > .dn-home-shell {
    height: 640px;
    position: relative;
  }

  .dn-home-products .dn-home-section-heading {
    width: 1312px;
    max-width: none;
    height: 130px;
    position: absolute;
    left: 0;
    top: 0;
    margin: 0;
    text-align: left;
  }

  .dn-home-products .dn-home-section-heading .dn-home-eyebrow {
    position: absolute;
    left: 596px;
    top: 38px;
    width: 60px;
    height: 13px;
    min-height: 13px;
    margin: 0;
    padding: 0;
    color: var(--dn-color-primary);
    font-size: 11px;
    line-height: 13px;
    font-weight: 700;
    white-space: nowrap;
  }

  .dn-home-products .dn-home-section-heading h2 {
    position: absolute;
    left: 346px;
    top: 68px;
    width: 620px;
    height: 36px;
    color: #0f172a !important;
    font-size: 30px;
    line-height: 36px;
    text-align: center;
    white-space: nowrap;
  }

  .dn-home-products .dn-home-section-heading p:not(.dn-home-eyebrow) {
    position: absolute;
    left: 399.5px;
    top: 112px;
    width: 513px;
    height: 17px;
    margin: 0;
    font-size: 14px;
    line-height: 17px;
    text-align: center;
    white-space: nowrap;
  }
}

.dn-home-products__grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 72px;
}

@media (min-width: 1280px) {
  .dn-home-products__grid {
    position: absolute;
    left: 0;
    top: 170px;
    width: 1312px;
    height: 420px;
    grid-template-columns: 620px 620px;
    gap: 72px;
  }
}

.dn-home-product {
  height: 420px;
  min-height: 420px;
  display: grid;
  grid-template-columns: 300px 250px;
  gap: 18px;
  padding: 24px;
  border: 1px solid var(--dn-border);
  border-radius: var(--dn-radius-lg);
  background: #fff;
  box-shadow: 0 20px 50px rgba(15, 23, 42, 0.06);
}

@media (min-width: 1280px) {
  .dn-home-product {
    width: 620px;
    height: 420px;
    min-height: 420px;
    position: relative;
    display: block;
    padding: 0;
    border-color: #d6e2f0;
    border-radius: 18px;
    box-shadow: 0 10px 24px rgba(13, 31, 56, 0.1);
    overflow: hidden;
  }
}

.dn-home-product--indicator {
  background: linear-gradient(135deg, #ffffff 0%, #f4f8ff 100%);
}

.dn-home-product--bot {
  background: linear-gradient(135deg, #ffffff 0%, #f2fbf6 100%);
}

@media (min-width: 1280px) {
  .dn-home-product--indicator {
    background: #eef4ff;
  }

  .dn-home-product--bot {
    background: #effcf5;
  }
}

.dn-home-tag {
  display: inline-flex;
  align-items: center;
  min-height: 28px;
  margin-bottom: 16px;
  padding: 0 12px;
  border-radius: 999px;
  color: var(--dn-color-primary);
  background: #eaf2ff;
  font-size: 10px;
  line-height: 12px;
  font-weight: 700;
}

@media (min-width: 1280px) {
  .dn-home-tag {
    width: 155px;
    height: 28px;
    min-height: 28px;
    position: absolute;
    left: 23px;
    top: 23px;
    justify-content: flex-start;
    margin: 0;
    padding: 0 12px;
    border-radius: 14px;
    background: #dce9ff;
    line-height: 12px;
  }
}

.dn-home-product--bot .dn-home-tag {
  color: #0b8f55;
  background: #e7f8ef;
}

@media (min-width: 1280px) {
  .dn-home-product--bot .dn-home-tag {
    background: #ddf7e8;
  }
}

.dn-home-product h3,
.dn-home-benefit h3,
.dn-home-step h3,
.dn-home-bot h3,
.dn-home-review h3 {
  margin: 0;
  color: var(--dn-text-primary);
  font-weight: 700;
  letter-spacing: 0;
}

.dn-home-product h3 {
  font-size: 24px;
  line-height: 29px;
}

@media (min-width: 1280px) {
  .dn-home-product h3 {
    position: absolute;
    left: 23px;
    top: 67px;
    width: 300px;
    height: 29px;
    font-size: 24px;
    line-height: 29px;
  }
}

.dn-home-product p {
  margin: 12px 0 0;
  color: var(--dn-text-secondary);
  font-size: 13px;
  line-height: 1.55;
}

@media (min-width: 1280px) {
  .dn-home-product .dn-home-product__copy > p {
    position: absolute;
    left: 23px;
    top: 109px;
    width: 300px;
    height: 32px;
    margin: 0;
    font-size: 13px;
    line-height: 16px;
  }
}

.dn-home-product ul {
  display: grid;
  gap: 15px;
  margin: 27px 0 42px;
  padding: 0;
  list-style: none;
}

@media (min-width: 1280px) {
  .dn-home-product ul {
    position: absolute;
    left: 23px;
    top: 171px;
    width: 300px;
    display: grid;
    gap: 17px;
    margin: 0;
  }
}

.dn-home-product li {
  color: var(--dn-text-primary);
  font-size: 12px;
  line-height: 15px;
  font-weight: 500;
}

@media (min-width: 1280px) {
  .dn-home-product li {
    display: block;
    height: 15px;
    font-size: 12px;
    line-height: 15px;
    margin: 0;
    white-space: nowrap;
  }

  .dn-home-product li::before {
    content: "\2713";
    margin-right: 5px;
    color: var(--dn-text-primary);
  }

  .dn-home-product .dn-home-btn {
    position: absolute;
    left: 23px;
    top: 343px;
    width: 180px;
    height: 44px;
    min-height: 44px;
    padding: 0;
    border-radius: 10px;
    color: #fff;
    font-size: 15px;
    line-height: 18px;
    font-weight: 600;
  }
}

.dn-home-product li::before,
.dn-home-difference li::before,
.dn-home-final-cta li::before {
  content: "✓";
  margin-right: 7px;
  color: var(--dn-color-success);
}

.dn-home-product__visual {
  align-self: center;
}

@media (min-width: 1280px) {
  .dn-home-product__visual {
    position: absolute;
    left: 341px;
    top: 91px;
    width: 250px;
    height: 250px;
    align-self: auto;
  }

  .dn-home-product--bot .dn-home-product__visual {
    top: 97px;
    height: 248px;
  }
}

.dn-product-visual-mobile {
  display: none;
}

.dn-product-visual {
  position: relative;
  display: block;
}

.dn-product-visual--indicator {
  width: 250px;
  height: 250px;
  overflow: hidden;
  border: 1px solid #1e3a5f;
  border-radius: 18px;
  background: #071524;
}

.dn-product-visual__topbar {
  position: absolute;
  left: -1px;
  top: -1px;
  width: 252px;
  height: 34px;
  background: #0b1e33;
}

.dn-product-visual__brand,
.dn-product-visual__pair {
  position: absolute;
  top: 9px;
  height: 10px;
}

.dn-product-visual__brand {
  left: 13px;
  width: 100px;
  color: #eaf2ff;
  font-size: 10px;
  line-height: 12px;
  font-weight: 600;
}

.dn-product-visual__pair {
  left: 142px;
  width: 95px;
  color: #a8b7cc;
  font-size: 9px;
  line-height: 11px;
  font-weight: 500;
  text-align: right;
}

.dn-product-indicator-chart {
  position: absolute;
  left: 13px;
  top: 49px;
  width: 150px;
  height: 142px;
  border-radius: 12px;
  background: #091b2e;
}

.dn-product-grid-v,
.dn-product-grid-h {
  position: absolute;
  display: block;
  background: rgba(24, 49, 74, 0.45);
}

.dn-product-grid-v {
  top: 0;
  width: 1px;
  height: 142px;
}

.dn-product-grid-v.is-v1 { left: 30px; }
.dn-product-grid-v.is-v2 { left: 60px; }
.dn-product-grid-v.is-v3 { left: 90px; }
.dn-product-grid-v.is-v4 { left: 120px; }

.dn-product-grid-h {
  left: 0;
  width: 150px;
  height: 1px;
}

.dn-product-grid-h.is-h1 { top: 35px; }
.dn-product-grid-h.is-h2 { top: 70px; }
.dn-product-grid-h.is-h3 { top: 105px; }

.dn-product-indicator-chart i,
.dn-product-bot-chart i {
  position: absolute;
  left: var(--x);
  top: var(--y);
  width: 6px;
  height: var(--h);
  display: block;
}

.dn-product-indicator-chart i {
  border-radius: 2px;
}

.dn-product-indicator-chart i.is-green,
.dn-product-bot-chart i.is-green {
  background: #22c55e;
}

.dn-product-indicator-chart i.is-red,
.dn-product-bot-chart i.is-red {
  background: #f04452;
}

.dn-product-trend {
  position: absolute;
  display: block;
  height: 3px;
  border-radius: 2px;
}

.dn-product-trend.is-blue {
  left: 12px;
  top: 113px;
  width: 126px;
  background: #2f80ed;
}

.dn-product-trend.is-green {
  left: 14px;
  top: 124px;
  width: 122px;
  background: #22c55e;
}

.dn-product-indicator-score {
  position: absolute;
  left: 173px;
  top: 49px;
  width: 64px;
  height: 142px;
  border-radius: 12px;
  background: #0d2238;
}

.dn-product-indicator-score .is-label,
.dn-product-indicator-score .is-small,
.dn-product-indicator-score strong,
.dn-product-indicator-score em,
.dn-product-indicator-score b {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  text-align: center;
  font-style: normal;
}

.dn-product-indicator-score .is-label {
  top: 14px;
  width: 44px;
  color: #8ea4be;
  font-size: 9px;
  line-height: 11px;
  font-weight: 500;
}

.dn-product-indicator-score strong {
  top: 32px;
  width: 48px;
  color: #22c55e;
  font-size: 34px;
  line-height: 36px;
  font-weight: 700;
}

.dn-product-indicator-score .is-small {
  top: 76px;
  width: 52px;
  color: #8ea4be;
  font-size: 8px;
  line-height: 10px;
  font-weight: 500;
}

.dn-product-indicator-score em {
  top: 91px;
  width: 52px;
  color: #22c55e;
  font-size: 12px;
  line-height: 14px;
  font-weight: 700;
}

.dn-product-indicator-score b {
  top: 114px;
  width: 52px;
  color: #22c55e;
  font-size: 18px;
  line-height: 20px;
  font-weight: 700;
}

.dn-product-indicator-strip {
  position: absolute;
  left: 13px;
  top: 205px;
  width: 224px;
  height: 30px;
  display: grid;
  place-items: center;
  border-radius: 10px;
  color: #d8e6f5;
  background: #0d2238;
  font-size: 10px;
  line-height: 12px;
  font-weight: 500;
}

.dn-product-visual--bot {
  width: 250px;
  height: 248px;
  border-radius: 12px;
  background: #0c1420;
}

.dn-product-bot-chart {
  position: absolute;
  left: 15px;
  top: 15px;
  width: 220px;
  height: 110px;
  border-radius: 6px;
  background: #071522;
}

.dn-product-bot-table {
  position: absolute;
  left: 15px;
  top: 140px;
  width: 220px;
  height: 70px;
  border-radius: 4px;
  background: #e9eef5;
}

.dn-product-bot-table span {
  position: absolute;
  left: 10px;
  width: 200px;
  height: 1px;
  background: #b9c4d3;
}

.dn-product-bot-table span:nth-child(1) { top: 14px; }
.dn-product-bot-table span:nth-child(2) { top: 28px; }
.dn-product-bot-table span:nth-child(3) { top: 42px; }
.dn-product-bot-table span:nth-child(4) { top: 56px; }

.dn-home-dashboard--compact {
  width: 250px;
  height: 250px;
  grid-template-columns: 1fr 64px;
  grid-template-rows: 24px 142px 30px;
  gap: 12px 10px;
}

.dn-home-dashboard--compact .dn-home-score strong {
  font-size: 34px;
}

.dn-home-dashboard--compact .dn-home-chart i {
  width: 6px;
  gap: 5px;
}

.dn-home-benefits__grid {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 24px;
}

.dn-home-benefit {
  height: 210px;
  min-height: 210px;
  padding: 20px;
  border: 1px solid var(--dn-border-soft);
  border-radius: var(--dn-radius-md);
  background: #fff;
  box-shadow: 0 14px 36px rgba(15, 23, 42, 0.05);
}

.dn-home-benefit__no {
  float: left;
  width: 54px;
  height: 54px;
  display: inline-grid;
  place-items: center;
  margin: 0 14px 14px 0;
  border-radius: 14px;
  background: #eef5ff;
  color: var(--dn-color-primary);
  font-size: 20px;
  line-height: 24px;
  font-weight: 700;
}

.dn-home-benefit--green .dn-home-benefit__no { color: #16a34a; background: #eaf8ef; }
.dn-home-benefit--red .dn-home-benefit__no { color: var(--dn-color-danger); background: #fff0f0; }
.dn-home-benefit--purple .dn-home-benefit__no { color: var(--dn-color-purple); background: #f2edff; }
.dn-home-benefit--orange .dn-home-benefit__no { color: var(--dn-color-warning); background: #fff4eb; }

.dn-home-benefit h3 {
  min-height: 40px;
  padding-top: 4px;
  font-size: 16px;
  line-height: 20px;
}

.dn-home-benefit p {
  clear: both;
  margin: 12px 0 18px;
  color: var(--dn-text-body);
  font-size: 13px;
  line-height: 20.15px;
}

.dn-home-benefit a {
  color: var(--dn-color-primary);
  font-size: 12px;
  line-height: 15px;
  font-weight: 600;
}

@media (min-width: 1280px) {
  .dn-home-benefits {
    position: relative;
  }

  .dn-home-benefits > .dn-home-shell {
    position: relative;
    height: 440px;
  }

  .dn-home-benefits .dn-home-section-heading {
    position: absolute;
    inset: 0 auto auto 50%;
    width: 100vw;
    max-width: none;
    height: 119px;
    margin: 0;
    transform: translateX(-50%);
    text-align: center;
  }

  .dn-home-benefits .dn-home-eyebrow {
    position: absolute;
    left: 0;
    top: 28px;
    width: 100%;
    height: 20px;
    margin: 0;
    border: 0;
    border-radius: 0;
    background: transparent;
    color: #2563eb;
    display: block;
    font-size: 11px;
    line-height: 13.2px;
    font-weight: 700;
    text-align: center;
  }

  .dn-home-benefits .dn-home-section-heading h2 {
    position: absolute;
    left: 0;
    top: 56px;
    width: 100%;
    height: 35.4px;
    margin: 0;
    color: #0b1739;
    font-size: 30px;
    line-height: 35.4px;
    font-weight: 700;
    text-align: center;
  }

  .dn-home-benefits .dn-home-section-heading > p:not(.dn-home-eyebrow) {
    position: absolute;
    left: 50%;
    top: 98px;
    width: 940px;
    margin: 0;
    transform: translateX(-50%);
    color: #64748b;
    font-size: 14px;
    line-height: 21px;
    font-weight: 400;
    text-align: center;
  }

  .dn-home-benefits__grid {
    position: absolute;
    left: 0;
    top: 150px;
    width: 1276px;
    height: 210px;
    display: grid;
    grid-template-columns: repeat(5, 236px);
    gap: 24px;
  }

  .dn-home-benefit {
    position: relative;
    width: 236px;
    height: 210px;
    min-height: 210px;
    padding: 0;
    overflow: hidden;
    border: 1px solid #e2e8f0;
    border-radius: 18px;
    background: #fff;
    box-shadow: 0 8px 24px rgba(10, 31, 69, 0.1);
  }

  .dn-home-benefit__no {
    position: absolute;
    left: 19px;
    top: 19px;
    width: 54px;
    height: 54px;
    float: none;
    display: grid;
    place-items: center;
    margin: 0;
    border-radius: 16px;
    background: #eaf2ff;
    color: #2563eb;
    font-size: 20px;
    line-height: 24px;
    font-weight: 700;
    text-align: center;
  }

  .dn-home-benefit--green .dn-home-benefit__no { color: #16a34a; background: #e9fbf2; }
  .dn-home-benefit--red .dn-home-benefit__no { color: #ef4444; background: #fff0f1; }
  .dn-home-benefit--purple .dn-home-benefit__no { color: #7c3aed; background: #f2ecff; }
  .dn-home-benefit--orange .dn-home-benefit__no { color: #f97316; background: #fff4e8; }

  .dn-home-benefit h3 {
    position: absolute;
    left: 87px;
    top: 23px;
    width: 126px;
    min-height: 0;
    margin: 0;
    padding: 0;
    color: #0f172a;
    font-size: 16px;
    line-height: 20px;
    font-weight: 700;
  }

  .dn-home-benefit p {
    position: absolute;
    left: 19px;
    top: 89px;
    width: 196px;
    margin: 0;
    clear: none;
    color: #52627a;
    font-size: 13px;
    line-height: 20.15px;
    font-weight: 400;
  }

  .dn-home-benefit a {
    position: absolute;
    left: 19px;
    top: 159px;
    width: 94px;
    height: 30px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #2563eb;
    border-radius: 15px;
    background: #fff;
    color: #2563eb;
    font-size: 12px;
    line-height: 14.4px;
    font-weight: 600;
    text-align: center;
  }

  .dn-home-benefit--green a { color: #16a34a; border-color: #16a34a; }
  .dn-home-benefit--red a { color: #ef4444; border-color: #ef4444; }
  .dn-home-benefit--purple a { color: #7c3aed; border-color: #7c3aed; }
  .dn-home-benefit--orange a { color: #f97316; border-color: #f97316; }
}

.dn-home-experience__panel {
  min-height: 448px;
  position: relative;
  padding: 24px 28px 40px;
  border-radius: var(--dn-radius-lg);
  overflow: hidden;
  background: linear-gradient(135deg, #071629 0%, #0a275c 100%);
  color: #fff;
}

.dn-home-experience__panel::before {
  content: "";
  position: absolute;
  inset: 0 auto 0 0;
  width: 12px;
  background: var(--dn-color-primary);
}

.dn-home-experience__intro h2 {
  margin: 0;
  color: #fff !important;
  font-size: 28px;
  line-height: 34px;
  font-weight: 700;
}

.dn-home-experience__intro p {
  max-width: 820px;
  margin: 6px 0 0;
  color: #c8d7ee;
  font-size: 14px;
  line-height: 20px;
}

.dn-home-experience__content {
  display: grid;
  grid-template-columns: 880px 286px;
  gap: 60px;
  align-items: start;
  margin-top: 62px;
}

.dn-home-steps {
  position: relative;
  display: grid;
  grid-template-columns: repeat(5, 160px);
  align-items: center;
  gap: 20px;
}

.dn-home-step {
  min-height: 230px;
  position: relative;
  padding: 14px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: var(--dn-radius-md);
  background: rgba(255, 255, 255, 0.06);
}

.dn-home-step:not(:last-of-type)::after {
  content: "→";
  position: absolute;
  top: 96px;
  right: -28px;
  width: 36px;
  color: #9eb7df;
  font-size: 28px;
  line-height: 28px;
  text-align: center;
}

.dn-home-step__num {
  position: absolute;
  left: 12px;
  top: 12px;
  width: 28px;
  height: 28px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: #fff;
  color: var(--dn-color-primary);
  font-size: 12px;
  line-height: 14px;
  font-weight: 700;
}

.dn-home-step__icon {
  width: 54px;
  height: 54px;
  display: grid;
  place-items: center;
  margin: 0 auto 14px;
  border-radius: 14px;
  color: #fff;
  background: rgba(23, 105, 255, 0.55);
  font-size: 18px;
  font-weight: 700;
}

.dn-home-step h3 {
  color: #fff !important;
  font-size: 16px;
  line-height: 20px;
  text-align: center;
}

.dn-home-step p {
  margin: 10px 0 0;
  color: #d4e3f8;
  font-size: 12px;
  line-height: 18px;
  text-align: center;
}

.dn-home-step-arrow {
  display: none;
}

.dn-home-difference {
  width: 286px;
  height: 286px;
  min-height: 286px;
  padding: 22px 20px;
  border-radius: var(--dn-radius-md);
  background: #fff;
  color: var(--dn-text-primary);
}

@media (min-width: 1280px) {
  .dn-home-experience {
    position: relative;
    height: 540px;
    padding-top: 0;
    padding-bottom: 0;
    background: #fff;
  }

  .dn-home-experience > .dn-home-shell {
    position: relative;
    height: 540px;
  }

  .dn-home-experience__panel {
    position: absolute;
    left: 0;
    top: 34px;
    width: 1312px;
    height: 448px;
    min-height: 448px;
    padding: 0;
    overflow: hidden;
    border-radius: 18px;
    background: #071f57;
    color: #fff;
    box-shadow: 0 8px 24px rgba(10, 31, 69, 0.1);
  }

  .dn-home-experience__panel::after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    z-index: 0;
    width: 1312px;
    height: 430px;
    border-radius: 22px;
    background: #0a2c76;
  }

  .dn-home-experience__panel::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
    width: 12px;
    height: 430px;
    border-radius: 6px;
    background: #2563eb;
  }

  .dn-home-experience__intro,
  .dn-home-experience__content {
    position: relative;
    z-index: 2;
  }

  .dn-home-experience__intro h2 {
    position: absolute;
    left: 28px;
    top: 24px;
    width: 720px;
    height: 33.6px;
    margin: 0;
    color: #fff;
    font-size: 28px;
    line-height: 33.6px;
    font-weight: 700;
  }

  .dn-home-experience__intro p {
    position: absolute;
    left: 28px;
    top: 64px;
    width: 820px;
    height: 20.3px;
    max-width: none;
    margin: 0;
    color: #c7d7f7;
    font-size: 14px;
    line-height: 20.3px;
    font-weight: 400;
  }

  .dn-home-experience__content {
    display: block;
    margin: 0;
  }

  .dn-home-steps {
    position: absolute;
    left: 28px;
    top: 112px;
    width: 900px;
    height: 230px;
    display: block;
  }

  .dn-home-step {
    position: absolute;
    top: 0;
    width: 160px;
    height: 230px;
    min-height: 230px;
    padding: 0;
    overflow: hidden;
    border: 0;
    border-radius: 16px;
    background: #fff;
    box-shadow: none;
  }

  .dn-home-step:nth-of-type(1) { left: 0; }
  .dn-home-step:nth-of-type(2) { left: 180px; }
  .dn-home-step:nth-of-type(3) { left: 360px; }
  .dn-home-step:nth-of-type(4) { left: 540px; }
  .dn-home-step:nth-of-type(5) { left: 720px; }

  .dn-home-step:not(:last-of-type)::after {
    content: none;
  }

  .dn-home-steps > .dn-home-step-arrow {
    position: absolute;
    top: 88px;
    width: 28px;
    height: 28px;
    display: block;
    color: #60a5fa;
    font-size: 22px;
    line-height: 26.4px;
    font-weight: 700;
    text-align: center;
  }

  .dn-home-steps > .dn-home-step-arrow:nth-of-type(1) { left: 156px; }
  .dn-home-steps > .dn-home-step-arrow:nth-of-type(2) { left: 337px; }
  .dn-home-steps > .dn-home-step-arrow:nth-of-type(3) { left: 516px; top: 89px; }
  .dn-home-steps > .dn-home-step-arrow:nth-of-type(4) { left: 696px; top: 89px; }

  .dn-home-step__num {
    position: absolute;
    left: 12px;
    top: 12px;
    width: 28px;
    height: 28px;
    display: grid;
    place-items: center;
    border-radius: 15px;
    background: #2563eb;
    color: #fff;
    font-size: 12px;
    line-height: 14.4px;
    font-weight: 600;
    text-align: center;
  }

  .dn-home-step__icon {
    position: absolute;
    left: 53px;
    top: 14px;
    width: 54px;
    height: 54px;
    display: grid;
    place-items: center;
    margin: 0;
    border-radius: 16px;
    background: #eaf2ff;
    color: #2563eb;
    font-size: 20px;
    line-height: 24px;
    font-weight: 700;
    text-align: center;
  }

  .dn-home-step h3 {
    position: absolute;
    left: 14px;
    top: 82px;
    width: 132px;
    height: 40px;
    margin: 0;
    color: #0b1739 !important;
    font-size: 14px;
    line-height: 18.2px;
    font-weight: 700;
    text-align: center;
  }

  .dn-home-step p {
    position: absolute;
    left: 14px;
    top: 136px;
    width: 132px;
    height: 56px;
    margin: 0;
    color: #64748b;
    font-size: 12px;
    line-height: 17.4px;
    font-weight: 400;
    text-align: center;
  }

  .dn-home-difference {
    position: absolute;
    left: 944px;
    top: 96px;
    width: 338px;
    height: 286px;
    min-height: 286px;
    padding: 0;
    border: 1px solid #2f65c7;
    border-radius: 16px;
    background: #0c2d68;
    color: #e2ecff;
  }

  .dn-home-difference h3 {
    position: absolute;
    left: 23px;
    top: 21px;
    width: 286px;
    margin: 0;
    color: #fff;
    font-size: 20px;
    line-height: 27px;
    font-weight: 700;
  }

  .dn-home-difference ul {
    display: block;
    margin: 0;
    padding: 0;
    list-style: none;
  }

  .dn-home-difference li {
    position: absolute;
    left: 69px;
    width: 238px;
    margin: 0;
    color: #e2ecff;
    font-size: 13px;
    line-height: 17.55px;
    font-weight: 500;
  }

  .dn-home-difference li:nth-child(1) { top: 71px; }
  .dn-home-difference li:nth-child(2) { top: 123px; }
  .dn-home-difference li:nth-child(3) { top: 175px; }
  .dn-home-difference li:nth-child(4) { top: 227px; }

  .dn-home-difference li::before {
    content: "\2713";
    position: absolute;
    left: -48px;
    top: -2px;
    width: 36px;
    height: 36px;
    display: grid;
    place-items: center;
    border-radius: 16px;
    background: #173e7e;
    color: #86b7ff;
    font-size: 20px;
    line-height: 24px;
    font-weight: 700;
    text-align: center;
  }
}

.dn-home-difference h3 {
  margin: 0;
  font-size: 22px;
  line-height: 27px;
  font-weight: 700;
}

.dn-home-difference ul {
  display: grid;
  gap: 14px;
  margin: 16px 0 0;
  padding: 0;
  list-style: none;
}

.dn-home-difference li {
  color: var(--dn-text-primary);
  font-size: 13px;
  line-height: 18px;
}

@media (min-width: 1280px) {
  .dn-home-difference h3 {
    position: absolute;
    left: 23px;
    top: 21px;
    width: 286px;
    margin: 0;
    color: #fff;
    font-size: 20px;
    line-height: 27px;
    font-weight: 700;
  }

  .dn-home-difference ul {
    display: block;
    margin: 0;
    padding: 0;
    list-style: none;
  }

  .dn-home-difference li {
    position: absolute;
    left: 69px;
    width: 238px;
    margin: 0;
    color: #e2ecff;
    font-size: 13px;
    line-height: 17.55px;
    font-weight: 500;
  }

  .dn-home-difference li:nth-child(1) { top: 71px; }
  .dn-home-difference li:nth-child(2) { top: 123px; }
  .dn-home-difference li:nth-child(3) { top: 175px; }
  .dn-home-difference li:nth-child(4) { top: 227px; }
}

@media (min-width: 1280px) {
  body:not(.wp-admin) .dn-home .dn-home-step p {
    color: #64748b;
  }

  body:not(.wp-admin) .dn-home .dn-home-difference h3 {
    color: #fff !important;
  }

  body:not(.wp-admin) .dn-home .dn-home-difference li {
    color: #e2ecff;
  }
}

.dn-home-bots__grid {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 18px;
}

.dn-home-bot {
  height: 420px;
  min-height: 420px;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 18px 16px 22px;
  border: 1px solid var(--dn-border-soft);
  border-radius: var(--dn-radius-md);
  background: #fff;
  text-align: center;
  box-shadow: 0 12px 30px rgba(15, 23, 42, 0.04);
}

.dn-home-bot__icon {
  width: 54px;
  height: 54px;
  display: grid;
  place-items: center;
  border-radius: 14px;
  color: var(--dn-color-primary);
  background: #edf4ff;
  font-size: 20px;
  font-weight: 700;
}

.dn-home-bot h3 {
  min-height: 48px;
  margin-top: 12px;
  font-size: 15px;
  line-height: 20px;
}

.dn-home-bot p {
  min-height: 62px;
  margin: 14px 0 14px;
  color: var(--dn-text-body);
  font-size: 13px;
  line-height: 20px;
}

.dn-home-bot dl {
  width: 100%;
  display: grid;
  gap: 8px;
  margin: auto 0 18px;
}

.dn-home-bot dl div {
  display: grid;
  grid-template-columns: 1fr 80px;
  gap: 8px;
  color: var(--dn-text-primary);
  font-size: 12px;
  line-height: 20px;
  text-align: left;
}

.dn-home-bot dt {
  color: var(--dn-text-body);
  font-weight: 500;
}

.dn-home-bot dd {
  margin: 0;
  font-weight: 700;
  text-align: right;
}

.dn-home-bot a {
  width: 132px;
  min-height: 30px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  color: var(--dn-color-primary);
  background: #edf4ff;
  font-size: 12px;
  font-weight: 600;
}

@media (min-width: 1280px) {
  .dn-home-bots {
    position: relative;
    height: 610px;
    padding-top: 0;
    padding-bottom: 0;
    background: #f8fafc;
  }

  .dn-home-bots > .dn-home-shell {
    position: relative;
    height: 610px;
  }

  .dn-home-bots .dn-home-section-heading {
    position: absolute;
    inset: 0 auto auto 50%;
    width: 100vw;
    max-width: none;
    height: 119px;
    margin: 0;
    transform: translateX(-50%);
    text-align: center;
  }

  .dn-home-bots .dn-home-eyebrow {
    position: absolute;
    left: 0;
    top: 28px;
    width: 100%;
    height: 20px;
    margin: 0;
    border: 0;
    border-radius: 0;
    background: transparent;
    color: #2563eb;
    display: block;
    font-size: 11px;
    line-height: 13.2px;
    font-weight: 700;
    text-align: center;
  }

  .dn-home-bots .dn-home-section-heading h2 {
    position: absolute;
    left: 0;
    top: 56px;
    width: 100%;
    height: 35.4px;
    margin: 0;
    color: #0b1739;
    font-size: 30px;
    line-height: 35.4px;
    font-weight: 700;
    text-align: center;
  }

  .dn-home-bots .dn-home-section-heading > p:not(.dn-home-eyebrow) {
    position: absolute;
    left: 50%;
    top: 98px;
    width: 940px;
    margin: 0;
    transform: translateX(-50%);
    color: #64748b;
    font-size: 14px;
    line-height: 21px;
    font-weight: 400;
    text-align: center;
  }

  .dn-home-bots__grid {
    position: absolute;
    left: -18px;
    top: 150px;
    width: 1338px;
    height: 380px;
    display: grid;
    grid-template-columns: repeat(6, 208px);
    gap: 18px;
  }

  .dn-home-bot {
    position: relative;
    width: 208px;
    height: 380px;
    min-height: 380px;
    display: block;
    padding: 0;
    overflow: hidden;
    border: 1px solid #e2e8f0;
    border-radius: 18px;
    background: #fff;
    text-align: center;
    box-shadow: 0 8px 24px rgba(10, 31, 69, 0.1);
  }

  .dn-home-bot__icon {
    position: absolute;
    left: 76px;
    top: 17px;
    width: 54px;
    height: 54px;
    display: grid;
    place-items: center;
    margin: 0;
    border-radius: 16px;
    background: #f8fafc;
    color: #16a34a;
    font-size: 20px;
    line-height: 24px;
    font-weight: 700;
    text-align: center;
  }

  .dn-home-bot:nth-child(2) .dn-home-bot__icon { color: #7c3aed; }
  .dn-home-bot:nth-child(3) .dn-home-bot__icon { color: #ef4444; }
  .dn-home-bot:nth-child(4) .dn-home-bot__icon { color: #f59e0b; }
  .dn-home-bot:nth-child(5) .dn-home-bot__icon { color: #f97316; }
  .dn-home-bot:nth-child(6) .dn-home-bot__icon { color: #2563eb; }

  body:not(.wp-admin) .dn-home .dn-home-bot h3 {
    position: absolute;
    left: 16px;
    top: 83px;
    width: 176px;
    min-height: 0;
    height: 57px;
    margin: 0;
    color: #111827 !important;
    font-size: 14px;
    line-height: 18.9px;
    font-weight: 700;
    text-align: center;
  }

  body:not(.wp-admin) .dn-home .dn-home-bot p {
    position: absolute;
    left: 16px;
    top: 137px;
    width: 176px;
    min-height: 0;
    height: 78px;
    margin: 0;
    color: #64748b;
    font-size: 12px;
    line-height: 17.4px;
    font-weight: 400;
    text-align: center;
  }

  .dn-home-bot dl {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    display: block;
    margin: 0;
  }

  body:not(.wp-admin) .dn-home .dn-home-bot dl div {
    position: absolute;
    left: 0;
    width: 100%;
    height: 20px;
    display: block;
    color: #0f172a;
    font-size: 11px;
    line-height: 14.85px;
    text-align: left;
  }

  .dn-home-bot dl div:nth-child(1) { top: 237px; }
  .dn-home-bot dl div:nth-child(2) { top: 265px; }

  body:not(.wp-admin) .dn-home .dn-home-bot dt {
    position: absolute;
    left: 15px;
    top: 0;
    width: 88px;
    height: 20px;
    color: #64748b;
    font-size: 11px;
    line-height: 14.85px;
    font-weight: 500;
    white-space: nowrap;
  }

  body:not(.wp-admin) .dn-home .dn-home-bot dd {
    position: absolute;
    right: 16px;
    top: 0;
    width: 80px;
    height: 20px;
    margin: 0;
    color: #0f172a;
    font-size: 11px;
    line-height: 13.2px;
    font-weight: 600;
    text-align: right;
    white-space: nowrap;
  }

  .dn-home-bot a {
    position: absolute;
    left: 37px;
    top: 319px;
    width: 132px;
    height: 30px;
    min-height: 30px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #16a34a;
    border-radius: 15px;
    background: #fff;
    color: #16a34a;
    font-size: 12px;
    line-height: 14.4px;
    font-weight: 600;
    text-align: center;
  }

  .dn-home-bot:nth-child(2) a { color: #7c3aed; border-color: #7c3aed; }
  .dn-home-bot:nth-child(3) a { color: #ef4444; border-color: #ef4444; }
  .dn-home-bot:nth-child(4) a { color: #f59e0b; border-color: #f59e0b; }
  .dn-home-bot:nth-child(5) a { color: #f97316; border-color: #f97316; }
  .dn-home-bot:nth-child(6) a { color: #2563eb; border-color: #2563eb; }
}

.dn-home-reviews__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 28px;
}

.dn-home-review {
  min-height: 230px;
  padding: 20px 22px;
  border: 1px solid var(--dn-border-soft);
  border-radius: var(--dn-radius-md);
  background: #fff;
  box-shadow: 0 12px 34px rgba(15, 23, 42, 0.05);
}

.dn-home-review__head {
  display: flex;
  gap: 16px;
}

.dn-home-review__avatar {
  width: 58px;
  height: 58px;
  flex: 0 0 58px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  color: #fff;
  background: linear-gradient(135deg, var(--dn-color-primary), #0b8f55);
  font-size: 16px;
  font-weight: 700;
}

.dn-home-review h3 {
  font-size: 16px;
  line-height: 20px;
}

.dn-home-review__head p {
  margin: 5px 0 4px;
  color: var(--dn-text-secondary);
  font-size: 12px;
  line-height: 16px;
}

.dn-home-review__stars {
  color: #f59e0b;
  font-size: 18px;
  line-height: 20px;
}

.dn-home-review__body {
  margin: 28px 0 0;
  color: var(--dn-text-body);
  font-size: 13px;
  line-height: 20px;
}

@media (min-width: 1280px) {
  .dn-home-reviews {
    position: relative;
    height: 430px;
    padding-top: 0;
    padding-bottom: 0;
    background: #fff;
  }

  .dn-home-reviews > .dn-home-shell {
    position: relative;
    height: 430px;
  }

  .dn-home-reviews .dn-home-section-heading {
    position: absolute;
    inset: 0 auto auto 50%;
    width: 100vw;
    max-width: none;
    height: 117px;
    margin: 0;
    transform: translateX(-50%);
    text-align: center;
  }

  .dn-home-reviews .dn-home-eyebrow {
    position: absolute;
    left: 0;
    top: 26px;
    width: 100%;
    height: 20px;
    margin: 0;
    border: 0;
    border-radius: 0;
    background: transparent;
    color: #2563eb;
    display: block;
    font-size: 11px;
    line-height: 13.2px;
    font-weight: 700;
    text-align: center;
  }

  .dn-home-reviews .dn-home-section-heading h2 {
    position: absolute;
    left: 0;
    top: 54px;
    width: 100%;
    height: 35.4px;
    margin: 0;
    color: #0b1739;
    font-size: 30px;
    line-height: 35.4px;
    font-weight: 700;
    text-align: center;
  }

  .dn-home-reviews .dn-home-section-heading > p:not(.dn-home-eyebrow) {
    position: absolute;
    left: 50%;
    top: 96px;
    width: 940px;
    margin: 0;
    transform: translateX(-50%);
    color: #64748b;
    font-size: 14px;
    line-height: 21px;
    font-weight: 400;
    text-align: center;
  }

  .dn-home-reviews__grid {
    position: absolute;
    left: 0;
    top: 140px;
    width: 1286px;
    height: 230px;
    display: grid;
    grid-template-columns: repeat(3, 410px);
    gap: 28px;
  }

  .dn-home-review {
    position: relative;
    width: 410px;
    height: 230px;
    min-height: 230px;
    padding: 0;
    overflow: hidden;
    border: 1px solid #e2e8f0;
    border-radius: 18px;
    background: #fff;
    box-shadow: 0 8px 24px rgba(10, 31, 69, 0.1);
  }

  .dn-home-review::after {
    content: "\201C";
    position: absolute;
    left: 346px;
    top: 16px;
    width: 42px;
    height: 42px;
    color: #dce7ff;
    font-size: 42px;
    line-height: 42px;
    font-weight: 700;
    text-align: center;
    pointer-events: none;
  }

  .dn-home-review__head {
    display: block;
  }

  .dn-home-review__avatar {
    position: absolute;
    left: 21px;
    top: 19px;
    width: 58px;
    height: 58px;
    display: grid;
    place-items: center;
    border-radius: 29px;
    background: #ddebff;
    color: #0b1739;
    font-size: 15px;
    line-height: 18px;
    font-weight: 700;
    text-align: center;
  }

  .dn-home-review:nth-child(2) .dn-home-review__avatar {
    background: #f3e8ff;
  }

  .dn-home-review:nth-child(3) .dn-home-review__avatar {
    background: #ddf8ef;
  }

  body:not(.wp-admin) .dn-home .dn-home-review h3 {
    position: absolute;
    left: 95px;
    top: 21px;
    width: 200px;
    height: 20.25px;
    margin: 0;
    color: #0f172a !important;
    font-size: 15px;
    line-height: 20.25px;
    font-weight: 700;
    text-align: left;
  }

  body:not(.wp-admin) .dn-home .dn-home-review__head p {
    position: absolute;
    left: 95px;
    top: 46px;
    width: 180px;
    height: 20px;
    margin: 0;
    color: #64748b;
    font-size: 12px;
    line-height: 16.2px;
    font-weight: 400;
    text-align: left;
  }

  .dn-home-review__stars {
    position: absolute;
    left: 95px;
    top: 71px;
    width: 160px;
    height: 21.6px;
    display: block;
    color: #f59e0b;
    font-size: 16px;
    line-height: 21.6px;
    font-weight: 700;
    letter-spacing: 0;
    text-align: left;
  }

  body:not(.wp-admin) .dn-home .dn-home-review__body {
    position: absolute;
    left: 21px;
    top: 111px;
    width: 360px;
    min-height: 0;
    margin: 0;
    color: #334155;
    font-size: 13px;
    line-height: 20.15px;
    font-weight: 400;
    text-align: left;
  }
}

.dn-home-final-cta {
  padding-top: 20px;
  padding-bottom: 20px;
}

.dn-home-final-cta__box {
  min-height: 190px;
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: center;
  gap: 40px;
  padding: 28px 50px 28px 40px;
  border-radius: var(--dn-radius-lg);
  background: var(--dn-bg-cta);
  box-shadow: var(--dn-shadow-cta);
  color: #fff;
  overflow: hidden;
}

.dn-home-final-cta__box .dn-home-eyebrow {
  min-height: 20px;
  margin-bottom: 6px;
  padding: 0;
  border: 0;
  background: transparent;
  color: #a9c7ff;
}

.dn-home-final-cta h2 {
  margin: 0;
  color: #fff !important;
  font-size: 30px;
  line-height: 36px;
  font-weight: 700;
}

.dn-home-final-cta p:not(.dn-home-eyebrow) {
  margin: 5px 0 0;
  color: #d7e5ff;
  font-size: 14px;
  line-height: 20px;
}

.dn-home-final-cta ul {
  display: flex;
  gap: 24px;
  margin: 16px 0 0;
  padding: 0;
  list-style: none;
  color: #d7e5ff;
  font-size: 12px;
}

@media (min-width: 1280px) {
  .dn-home-final-cta {
    height: 230px;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .dn-home-final-cta__box {
    position: relative;
    width: 1312px;
    height: 190px;
    min-height: 190px;
    display: block;
    padding: 0;
    border-radius: 22px;
    background: #082c76;
    box-shadow: 0 8px 24px rgba(10, 31, 69, 0.1);
    color: #fff;
    overflow: hidden;
  }

  .dn-home-final-cta__box::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 14px;
    height: 190px;
    border-radius: 6px;
    background: #2563eb;
  }

  .dn-home-final-cta__box .dn-home-eyebrow {
    position: absolute;
    left: 40px;
    top: 28px;
    width: 300px;
    height: 20px;
    margin: 0;
    padding: 0;
    border: 0;
    background: transparent;
    color: #8cb8ff;
    font-size: 12px;
    line-height: 16.2px;
    font-weight: 700;
    text-align: left;
  }

  .dn-home-final-cta h2 {
    position: absolute;
    left: 40px;
    top: 54px;
    width: 690px;
    height: 36.45px;
    margin: 0;
    color: #fff;
    font-size: 27px;
    line-height: 36.45px;
    font-weight: 700;
    text-align: left;
  }

  body:not(.wp-admin) .dn-home .dn-home-final-cta p:not(.dn-home-eyebrow) {
    position: absolute;
    left: 40px;
    top: 94px;
    width: 700px;
    height: 20px;
    margin: 0;
    color: #cbd8f4;
    font-size: 14px;
    line-height: 18.9px;
    font-weight: 400;
    text-align: left;
  }

  .dn-home-final-cta ul {
    position: absolute;
    left: 40px;
    top: 132px;
    display: block;
    width: 510px;
    height: 30px;
    margin: 0;
    padding: 0;
    list-style: none;
    color: #dce8ff;
    font-size: 12px;
    line-height: 14.4px;
    font-weight: 600;
  }

  body:not(.wp-admin) .dn-home .dn-home-final-cta li {
    position: absolute;
    top: 0;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 15px;
    background: #113b82;
    color: #dce8ff;
    font-size: 12px;
    line-height: 14.4px;
    font-weight: 600;
    white-space: nowrap;
  }

  .dn-home-final-cta li::before {
    content: none;
  }

  .dn-home-final-cta li:nth-child(1) {
    left: 0;
    width: 178px;
  }

  .dn-home-final-cta li:nth-child(2) {
    left: 192px;
    width: 154px;
  }

  .dn-home-final-cta li:nth-child(3) {
    left: 360px;
    width: 150px;
  }

  body:not(.wp-admin) .dn-home .dn-home-final-cta .dn-home-btn {
    position: absolute;
    left: 1012px;
    top: 56px;
    width: 250px;
    height: 66px;
    min-height: 66px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    border: 0;
    border-radius: 14px;
    background: #1565ff;
    color: #fff !important;
    box-shadow: none;
    font-size: 15px;
    line-height: 18px;
    font-weight: 700;
    text-align: center;
  }

  body:not(.wp-admin) .dn-home .dn-home-final-cta .dn-home-btn::after {
    content: "  \2192";
  }
}

.dn-home-footer {
  background: var(--dn-bg-dark);
  color: #d5e1f2;
  padding: 40px 0 22px;
}

.dn-home-footer__grid {
  display: grid;
  grid-template-columns: 250px repeat(4, minmax(0, 1fr));
  gap: 66px;
}

.dn-home-footer__brand strong {
  display: block;
  color: #fff;
  font-size: 20px;
  line-height: 24px;
  font-weight: 700;
}

.dn-home-footer__brand p {
  margin: 14px 0 0;
  color: #9fb0c9;
  font-size: 13px;
  line-height: 20px;
}

.dn-home-footer__toggle {
  display: block;
  width: 100%;
  padding: 0;
  border: 0;
  background: transparent;
  color: #fff;
  font: 700 14px/16px var(--dn-font);
  text-align: left;
}

.dn-home-footer__toggle span {
  display: none;
}

.dn-home-footer__links {
  display: grid;
  gap: 15px;
  margin-top: 20px;
}

.dn-home-footer__links a {
  color: #9fb0c9;
  font-size: 12px;
  line-height: 14px;
}

.dn-home-footer__links a:hover {
  color: #fff;
}

.dn-home-footer__bottom {
  margin-top: 54px;
  color: #9fb0c9;
  font-size: 11px;
  line-height: 13px;
}

@media (max-width: 1279px) {
  .dn-home-shell {
    width: min(100% - 64px, 1120px);
  }

  .dn-home-nav {
    gap: 18px;
  }

  .dn-home-hero__grid {
    grid-template-columns: minmax(0, 1fr) minmax(420px, 0.9fr);
    gap: 32px;
  }

  .dn-home-hero h1 {
    font-size: 46px;
  }

  .dn-home-hero__visual {
    transform: scale(0.88);
    transform-origin: center right;
  }

  .dn-home-products__grid {
    gap: 28px;
  }

  .dn-home-product {
    grid-template-columns: minmax(0, 1fr);
  }

  .dn-home-product ul {
    margin-bottom: 28px;
  }

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

  .dn-home-experience__content {
    grid-template-columns: 1fr;
  }

  .dn-home-steps {
    grid-template-columns: repeat(5, minmax(130px, 1fr));
  }

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

  .dn-home-footer__grid {
    gap: 36px;
  }
}

@media (max-width: 1023px) {
  .dn-home-shell {
    width: calc(100% - 48px);
  }

  .dn-home-header,
  .dn-home-header__inner {
    height: 64px;
  }

  .dn-home-header .dn-home-shell {
    width: calc(100% - 32px);
  }

  .dn-home-logo {
    width: 198px;
    height: 44px;
    flex: 0 0 198px;
  }

  .dn-home-logo__mark {
    width: 44px;
    height: 44px;
    border-radius: 12px;
    background: #2563eb;
    font-size: 20px;
    line-height: 24px;
  }

  .dn-home-logo__copy {
    left: 52px;
    top: 3px;
    width: 146px;
  }

  .dn-home-logo__copy strong {
    font-size: 14px;
    line-height: 16px;
  }

  .dn-home-logo__copy small {
    display: block;
    margin-top: 1px;
    width: 146px;
    overflow: hidden;
    color: #64748b;
    font-size: 8px;
    line-height: 10px;
    text-overflow: clip;
    white-space: nowrap;
  }

  .dn-home-nav,
  .dn-home-login {
    display: none;
  }

  .dn-home-trial {
    width: 108px;
    min-width: 108px;
    min-height: 44px;
    padding-inline: 14px;
    border-radius: 12px;
    font-size: 0;
  }

  .dn-home-trial::after {
    content: "Dùng thử";
    font-size: 13px;
  }

  .dn-home-header .dn-home-trial {
    width: 108px;
    min-width: 108px;
    min-height: 44px;
    padding-inline: 14px;
    font-size: 0;
  }

  .dn-home-header .dn-home-trial::after {
    content: "D\00f9ng th\1eed";
    font-size: 13px;
  }

  .dn-home-account-wrap {
    position: static;
  }

  .dn-home-account {
    width: 40px;
    height: 40px;
    min-height: 40px;
    padding: 0;
    justify-content: center;
    border: 0;
    border-radius: 50%;
    background: transparent;
  }

  .dn-home-account__avatar {
    position: relative;
    width: 38px;
    height: 38px;
    flex-basis: 38px;
    font-size: 14px;
  }

  .dn-home-account--premium .dn-home-account__avatar::after {
    content: "";
    position: absolute;
    right: 1px;
    bottom: 1px;
    width: 9px;
    height: 9px;
    border: 2px solid #fff;
    border-radius: 50%;
    background: #22c55e;
  }

  .dn-home-account__name,
  .dn-home-account__status,
  .dn-home-account__chevron {
    display: none;
  }

  .dn-home-menu-toggle {
    width: 32px;
    height: 44px;
    flex: 0 0 32px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    border: 0;
    background: transparent;
    color: #0f172a;
    transform: translateY(8px);
  }

  .dn-home-menu-toggle__icon {
    display: block;
    font-size: 24px;
    line-height: 1;
    font-weight: 700;
  }

  .dn-home-mobile-menu {
    position: absolute;
    left: 16px;
    right: 16px;
    top: 64px;
    display: block;
    padding: 16px;
    border: 1px solid var(--dn-border);
    border-radius: var(--dn-radius-md);
    background: #fff;
    box-shadow: var(--dn-shadow-card);
  }

  .dn-home-mobile-menu[hidden] {
    display: none;
  }

  .dn-home-mobile-menu nav,
  .dn-home-mobile-menu__actions {
    display: grid;
    gap: 10px;
  }

  .dn-home-mobile-menu__account {
    min-height: 54px;
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 8px 10px;
    border-radius: 10px;
    background: #f4f8ff;
  }

  .dn-home-mobile-menu__account strong,
  .dn-home-mobile-menu__account small {
    display: block;
    max-width: 220px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  .dn-home-mobile-menu__account strong {
    color: #0f172a;
    font-size: 14px;
    line-height: 18px;
  }

  .dn-home-mobile-menu__account small {
    color: #15803d;
    font-size: 12px;
    line-height: 16px;
    font-weight: 700;
    text-transform: uppercase;
  }

  .dn-home-mobile-menu button {
    min-height: 42px;
    display: flex;
    align-items: center;
    padding: 0 12px;
    border: 0;
    border-radius: var(--dn-radius-sm);
    background: transparent;
    color: var(--dn-text-primary);
    font: 600 14px/18px var(--dn-font);
    text-align: left;
  }

  .dn-home-mobile-menu a {
    min-height: 42px;
    display: flex;
    align-items: center;
    padding: 0 12px;
    border-radius: var(--dn-radius-sm);
    font-size: 14px;
    font-weight: 600;
  }

  .dn-home-mobile-menu a.is-active {
    color: var(--dn-color-primary);
    background: #f4f8ff;
  }

  .dn-home-hero {
    min-height: 0;
  }

  .dn-home-hero__grid {
    grid-template-columns: 1fr;
    padding-top: 34px;
    gap: 22px;
  }

  .dn-home-hero__visual {
    width: 100%;
    min-height: 280px;
    transform: none;
  }

  .dn-home-stats__grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .dn-home-products__grid,
  .dn-home-reviews__grid {
    grid-template-columns: 1fr;
  }

  .dn-home-steps {
    grid-template-columns: 1fr;
    gap: 16px;
  }

  .dn-home-step-arrow {
    width: 100%;
    transform: none;
  }

  .dn-home-step-arrow {
    font-size: 0;
  }

  .dn-home-step-arrow::before {
    content: "↓";
    font-size: 24px;
  }

  .dn-home-footer__grid {
    grid-template-columns: 1fr 1fr;
  }

  .dn-home-footer__brand {
    grid-column: 1 / -1;
  }
}

@media (max-width: 767px) {
  .dn-home-shell {
    width: calc(100% - 48px);
  }

  .dn-home-header,
  .dn-home-header__inner {
    height: 68px;
  }

  .dn-home-header .dn-home-shell {
    width: calc(100% - 32px);
  }

  .dn-home-logo {
    width: 224px;
    height: 68px;
    flex: 0 0 224px;
  }

  .dn-home-logo__mark {
    left: 1px;
    top: 14px;
    width: 38px;
    height: 38px;
    border-radius: 12px;
    background: #0e5cf2;
    font-size: 11px;
    line-height: 16px;
  }

  .dn-home-logo__copy {
    left: 49px;
    top: 16px;
    width: 175px;
  }

  .dn-home-logo__copy strong {
    font-size: 16px;
    line-height: 18px;
  }

  .dn-home-logo__copy small {
    width: 175px;
    margin-top: 3px;
    color: #61708a;
    font-size: 9px;
    line-height: 14px;
  }

  .dn-home-header__actions {
    width: 98px;
    flex: 0 0 98px;
    justify-content: space-between;
    gap: 0;
  }

  .dn-home-header__inner {
    justify-content: space-between;
    gap: 0;
  }

  .dn-home-header .dn-home-trial {
    width: 74px;
    min-width: 74px;
    min-height: 38px;
    padding-inline: 0;
    border-radius: 10px;
    font-size: 0;
  }

  .dn-home-header .dn-home-trial::after {
    content: "D\00f9ng th\1eed";
    font-size: 12px;
    line-height: 16px;
    font-weight: 600;
  }

  .dn-home-menu-toggle {
    height: 38px;
    min-height: 38px;
    flex: 0 0 24px;
    width: 24px;
    margin: 0;
    padding: 0;
    align-self: center;
    transform: none;
  }

  .dn-home-menu-toggle__icon {
    height: 22px;
    font-size: 22px;
    line-height: 22px;
  }

  .dn-home-account {
    width: 38px;
    height: 38px;
    min-height: 38px;
  }

  .dn-home-account__avatar {
    width: 36px;
    height: 36px;
    flex-basis: 36px;
  }

  .dn-home-mobile-menu {
    top: 68px;
  }

  .dn-home-hero {
    min-height: 690px;
    height: 690px;
  }

  .dn-home-hero__grid {
    position: relative;
    min-height: 690px;
    display: block;
    padding: 0;
  }

  .dn-home-hero__copy {
    display: contents;
  }

  .dn-home-hero .dn-home-eyebrow {
    display: none;
  }

  .dn-home-hero h1 {
    position: absolute;
    left: 0;
    top: 68px;
    max-width: 342px;
    width: 100%;
    margin: 0;
    font-size: 34px;
    line-height: 1;
    text-align: center;
  }

  .dn-home-hero h1 span {
    display: block;
  }

  .dn-home-hero__desc {
    position: absolute;
    left: 4px;
    top: 207px;
    max-width: 334px;
    width: calc(100% - 8px);
    margin: 0;
    font-size: 15px;
    line-height: 19px;
    text-align: center;
  }

  .dn-home-hero__desc--desktop {
    display: none;
  }

  .dn-home-hero__desc--mobile {
    display: block;
  }

  .dn-home-hero__actions {
    position: absolute;
    left: 0;
    top: 292px;
    display: grid;
    gap: 12px;
    width: 100%;
    margin-top: 0;
  }

  .dn-home-btn--large {
    width: 100%;
    min-height: 50px;
    border-radius: 12px;
  }

  .dn-home-hero__actions .dn-home-btn--primary {
    color: #fff !important;
    background: #0e5cf2;
    border-color: #0e5cf2;
  }

  .dn-home-hero__actions .dn-home-btn--outline {
    color: #0e5cf2 !important;
    background: #fff;
    border-color: #adc2eb;
  }

  .dn-home-hero__visual {
    position: absolute;
    left: 0;
    top: 426px;
    width: 100%;
    min-height: 224px;
    height: 224px;
    margin-top: 0;
    border-radius: 16px;
  }

  .dn-home-hero__visual::before {
    inset: 0;
    border-radius: 16px;
  }

  .dn-home-device--laptop {
    left: 41px;
    top: 15px;
    width: 258px;
    height: 188px;
    padding: 0;
    border-radius: 18px;
    background: #091629;
    border-color: #2e4d73;
  }

  .dn-home-device--laptop::after,
  .dn-home-device--phone {
    display: none;
  }

  .dn-home-hero-screen {
    border-radius: 18px;
    background: #091629;
  }

  .dn-home-hero-screen::after {
    content: "AI Score 78  \2022  \0110\1ed3ng thu\1eadn 4/4";
    position: absolute;
    left: 13px;
    top: 153px;
    z-index: 2;
    width: 230px;
    height: 22px;
    border-radius: 8px;
    color: #fff;
    background: #0a2b40;
    font-size: 9px;
    line-height: 22px;
    font-weight: 500;
    text-align: center;
  }

  .dn-home-hero-screen__top {
    left: 13px;
    top: 11px;
    width: 230px;
    color: #fff;
    font-size: 9px;
    line-height: 12px;
  }

  .dn-home-hero-screen__top span:last-child {
    color: #b8c9e0;
    font-size: 8px;
    font-weight: 500;
  }

  .dn-home-hero-chart {
    left: 13px;
    top: 35px;
    width: 160px;
    height: 108px;
    border: 1px solid #294d70;
    border-radius: 10px;
    background: #061f33;
  }

  .dn-home-hero-chart i {
    width: 5px;
    border-radius: 2px;
    background: #0aad5c;
  }

  .dn-home-hero-chart i::before {
    content: "";
    position: absolute;
    left: 2px;
    top: var(--wick-y, -10px);
    width: 1px;
    height: 64px;
    background: #8cb2d1;
  }

  .dn-home-hero-chart i:nth-child(1) {
    --h: 42px;
    --x: 17px;
    --y: 27px;
    --wick-y: -10px;
    background: #0aad5c;
  }

  .dn-home-hero-chart i:nth-child(2) {
    --h: 30px;
    --x: 32px;
    --y: 35px;
    --wick-y: -12px;
    background: #fa3b54;
  }

  .dn-home-hero-chart i:nth-child(3) {
    --h: 42px;
    --x: 47px;
    --y: 43px;
    --wick-y: -14px;
    background: #0aad5c;
  }

  .dn-home-hero-chart i:nth-child(4) {
    --h: 42px;
    --x: 62px;
    --y: 51px;
    --wick-y: -16px;
    background: #0aad5c;
  }

  .dn-home-hero-chart i:nth-child(5) {
    --h: 30px;
    --x: 77px;
    --y: 27px;
    --wick-y: 5px;
    background: #fa3b54;
  }

  .dn-home-hero-chart i:nth-child(6) {
    --h: 42px;
    --x: 92px;
    --y: 35px;
    --wick-y: -18px;
    background: #0aad5c;
  }

  .dn-home-hero-chart i:nth-child(7) {
    --h: 42px;
    --x: 107px;
    --y: 43px;
    --wick-y: -20px;
    background: #0aad5c;
  }

  .dn-home-hero-chart i:nth-child(8) {
    --h: 30px;
    --x: 122px;
    --y: 51px;
    --wick-y: -22px;
    background: #fa3b54;
  }

  .dn-home-hero-chart i:nth-child(9) {
    --h: 42px;
    --x: 137px;
    --y: 27px;
    --wick-y: 8px;
    background: #0aad5c;
  }

  .dn-home-hero-chart i:nth-child(n+10) {
    display: none;
  }

  .dn-home-hero-score {
    left: 183px;
    top: 35px;
    width: 60px;
    height: 108px;
    border-radius: 10px;
    background: #082438;
    text-align: center;
  }

  .dn-home-hero-score strong {
    left: 0;
    top: 18px;
    width: 60px;
    color: #0aad5c;
    font-size: 34px;
    line-height: 40px;
    text-align: center;
  }

  .dn-home-hero-score span {
    left: 0;
    top: 66px;
    width: 60px;
    color: #0aad5c;
    font-size: 0;
    line-height: 1;
    text-align: center;
  }

  .dn-home-hero-score span::before,
  .dn-home-hero-score span::after {
    position: absolute;
    left: 0;
    width: 60px;
    color: #0aad5c;
    font-weight: 700;
    text-align: center;
  }

  .dn-home-hero-score span::before {
    content: "T\0102NG";
    top: 0;
    font-size: 10px;
    line-height: 14px;
  }

  .dn-home-hero-score span::after {
    content: "BUY";
    top: 20px;
    font-size: 15px;
    line-height: 16px;
  }

  .dn-home-trust {
    position: absolute;
    left: -2px;
    top: 662px;
    width: calc(100% + 4px);
    height: 15px;
    justify-content: center;
    align-items: center;
    flex-wrap: nowrap;
    gap: 0 10px;
    margin: 0;
    font-size: 10px;
    line-height: 15px;
    text-align: center;
    white-space: nowrap;
  }

  .dn-home-trust li {
    display: inline-flex;
    align-items: center;
    font-size: 10px;
    line-height: 15px;
  }

  .dn-home-stats {
    margin-bottom: 0;
    min-height: 238px;
    height: 238px;
    background: #f6f9fe;
    padding: 24px 0;
  }

  .dn-home-stats__grid {
    width: 342px;
    height: 174px;
    grid-template-columns: repeat(2, 159px);
    justify-content: start;
    min-height: 0;
    gap: 16px 12px;
    padding: 0;
    border: 0;
    box-shadow: none;
    background: transparent;
  }

  .dn-home-stat {
    position: relative;
    display: block;
    width: 159px;
    min-height: 79px;
    height: 79px;
    padding: 0;
    border: 1px solid #dbe3f0;
    border-radius: 14px;
    background: #fff;
    box-shadow: 0 8px 12px rgba(0, 0, 0, 0.08);
  }

  .dn-home-stat__icon {
    position: absolute;
    left: 12px;
    top: 15px;
    width: 34px;
    height: 34px;
    border-radius: 10px;
    background: #e8f2ff;
  }

  .dn-home-stat:nth-child(2) .dn-home-stat__icon {
    background: #e5faf0;
  }

  .dn-home-stat:nth-child(3) .dn-home-stat__icon {
    background: #ebf2ff;
  }

  .dn-home-stat:nth-child(4) .dn-home-stat__icon {
    background: #fff5e5;
  }

  .dn-home-stat__icon img {
    display: none;
  }

  .dn-home-stat__value {
    position: absolute;
    left: 56px;
    top: 12px;
    width: 90px;
    height: 24px;
    color: #0e5cf2;
    font-size: 18px;
    line-height: 24px;
    font-weight: 700;
    white-space: nowrap;
  }

  .dn-home-stat__value.is-dark {
    color: #0e5cf2;
  }

  .dn-home-stat__label {
    position: absolute;
    left: 56px;
    top: 40px;
    width: 90px;
    min-height: 26px;
    color: #61708a;
    font-size: 11px;
    line-height: 14px;
    font-weight: 400;
  }

  .dn-home-products {
    min-height: 1060px;
    height: 1060px;
    padding: 0;
    background: #fff;
  }

  .dn-home-products > .dn-home-shell {
    position: relative;
    width: 100%;
    height: 1060px;
  }

  .dn-home-benefits {
    min-height: 760px;
    height: 760px;
    padding: 0;
    background: #f6f9fe;
    margin-bottom: 0;
  }

  .dn-home-benefits > .dn-home-shell {
    position: relative;
    width: 100%;
    height: 760px;
  }

  .dn-home-experience {
    min-height: 1120px;
    height: 1120px;
    padding: 0;
    background: #fff;
  }

  .dn-home-experience > .dn-home-shell {
    position: relative;
    width: 100%;
    height: 1120px;
  }

  .dn-home-bots {
    min-height: 1950px;
    height: 1950px;
    padding: 0;
    background: #f6f9fe;
    margin-bottom: 0;
  }

  .dn-home-bots > .dn-home-shell {
    position: relative;
    width: 100%;
    height: 1950px;
  }

  .dn-home-reviews {
    min-height: 860px;
    height: 860px;
    padding: 0;
    background: #fff;
  }

  .dn-home-reviews > .dn-home-shell {
    position: relative;
    width: 100%;
    height: 860px;
  }

  .dn-home-products .dn-home-section-heading {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 124px;
    margin: 0;
    text-align: center;
  }

  .dn-home-products .dn-home-section-heading .dn-home-eyebrow {
    position: absolute;
    left: 24px;
    top: 28px;
    display: block;
    width: 342px;
    height: 14px;
    min-height: 14px;
    margin: 0;
    padding: 0;
    border: 0;
    border-radius: 0;
    color: #0e5cf2;
    background: transparent;
    font-size: 10px;
    line-height: 14px;
    font-weight: 700;
    text-align: center;
  }

  .dn-home-products .dn-home-section-heading h2 {
    position: absolute;
    left: 24px;
    top: 50px;
    width: 342px;
    height: 34px;
    margin: 0;
    color: transparent !important;
    font-size: 24px;
    line-height: 34px;
    font-weight: 700;
    text-align: center;
  }

  .dn-home-products .dn-home-section-heading h2::before {
    content: "HỆ SINH THÁI SẢN PHẨM";
    color: #0a1224;
  }

  .dn-home-products .dn-home-section-heading p:not(.dn-home-eyebrow) {
    position: absolute;
    left: 32px;
    top: 88px;
    width: 326px;
    height: 36px;
    margin: 0;
    color: #61708a;
    font-size: 13px;
    line-height: 18px;
    font-weight: 400;
    text-align: center;
  }

  .dn-home-products__grid {
    position: absolute;
    left: 24px;
    top: 144px;
    display: block;
    width: 342px;
    height: 846px;
  }

  .dn-home-product {
    position: absolute;
    left: 0;
    width: 342px;
    min-height: 408px;
    height: 408px;
    margin-inline: auto;
    display: block;
    padding: 0;
    border-color: #ccdbf0;
    border-radius: 18px;
    box-shadow: 0 8px 10px rgba(0, 0, 0, 0.07);
    overflow: visible;
  }

  .dn-home-product:first-child {
    top: 0;
  }

  .dn-home-product:nth-child(2) {
    top: 438px;
  }

  .dn-home-product--indicator {
    background: #edf5ff;
  }

  .dn-home-product--bot {
    background: #ebfcf2;
  }

  .dn-home-product__copy {
    display: contents;
  }

  .dn-home-product .dn-home-tag {
    position: absolute;
    left: 17px;
    top: 17px;
    width: 146px;
    height: 26px;
    min-height: 26px;
    justify-content: center;
    margin: 0;
    padding: 0;
    border-radius: 13px;
    color: #0e5cf2;
    background: #d4e5ff;
    font-size: 9px;
    line-height: 13px;
    font-weight: 700;
    text-align: center;
  }

  .dn-home-product--bot .dn-home-tag {
    color: #0aad5c;
    background: #d1f5de;
  }

  .dn-home-product h3 {
    position: absolute;
    left: 17px;
    top: 57px;
    width: 306px;
    height: 28px;
    margin: 0;
    color: #0a1224;
    font-size: 22px;
    line-height: 28px;
  }

  .dn-home-product .dn-home-product__copy > p {
    position: absolute;
    left: 17px;
    top: 93px;
    width: 306px;
    height: 42px;
    margin: 0;
    color: #61708a;
    font-size: 13px;
    line-height: 17px;
    font-weight: 400;
  }

  .dn-home-product ul {
    position: absolute;
    left: 17px;
    top: 142px;
    width: 306px;
    display: grid;
    gap: 1px;
    margin: 0;
  }

  .dn-home-product li {
    height: 18px;
    color: #0a1224;
    font-size: 12px;
    line-height: 18px;
    font-weight: 500;
    white-space: nowrap;
  }

  .dn-home-product li::before {
    content: "\2713";
    margin-right: 5px;
    color: #0a1224;
  }

  .dn-home-product__visual {
    position: absolute;
    left: 17px;
    top: 264px;
    width: 306px;
    height: 82px;
    margin: 0;
    border-radius: 12px;
    background: #091629;
  }

  .dn-product-visual {
    display: none;
  }

  .dn-product-visual-mobile {
    display: block;
    width: 306px;
    height: 82px;
  }

  .dn-home-product .dn-home-btn {
    position: absolute;
    left: 17px;
    top: 354px;
    width: 180px;
    height: 44px;
    min-height: 44px;
    margin: 0;
    padding: 0;
    border-radius: 11px;
    color: #fff !important;
    font-size: 14px;
    line-height: 18px;
    font-weight: 600;
  }

  .dn-home-product--indicator .dn-home-btn {
    background: #0e5cf2;
    border-color: #0e5cf2;
  }

  .dn-home-product--bot .dn-home-btn {
    background: #0aad5c;
    border-color: #0aad5c;
  }

  .dn-home-dashboard--compact {
    position: relative;
    width: 100%;
    height: 82px;
    display: block;
    padding: 0;
    border-radius: 12px;
    background: #091629;
  }

  .dn-home-dashboard--compact .dn-home-dashboard__top,
  .dn-home-dashboard--compact .dn-home-dashboard__strip {
    display: none;
  }

  .dn-home-dashboard--compact .dn-home-chart {
    position: absolute;
    left: 12px;
    top: 12px;
    width: 200px;
    height: 58px;
    display: block;
    padding: 0;
    border-radius: 8px;
    background: #061f33;
  }

  .dn-home-dashboard--compact .dn-home-chart i {
    position: absolute;
    width: 5px;
    border-radius: 2px;
    background: #0aad5c;
  }

  .dn-home-dashboard--compact .dn-home-chart i:nth-child(1) {
    left: 14px;
    top: 16px;
    height: 28px;
  }

  .dn-home-dashboard--compact .dn-home-chart i:nth-child(2) {
    left: 31px;
    top: 21px;
    height: 32px;
    background: #f54052;
  }

  .dn-home-dashboard--compact .dn-home-chart i:nth-child(3) {
    left: 48px;
    top: 26px;
    height: 36px;
  }

  .dn-home-dashboard--compact .dn-home-chart i:nth-child(4) {
    left: 65px;
    top: 16px;
    height: 40px;
  }

  .dn-home-dashboard--compact .dn-home-chart i:nth-child(5) {
    left: 82px;
    top: 21px;
    height: 28px;
    background: #f54052;
  }

  .dn-home-dashboard--compact .dn-home-chart i:nth-child(6) {
    left: 99px;
    top: 26px;
    height: 32px;
  }

  .dn-home-dashboard--compact .dn-home-chart i:nth-child(7) {
    left: 116px;
    top: 16px;
    height: 36px;
  }

  .dn-home-dashboard--compact .dn-home-chart i:nth-child(8) {
    left: 133px;
    top: 21px;
    height: 40px;
    background: #f54052;
  }

  .dn-home-dashboard--compact .dn-home-chart i:nth-child(9) {
    left: 150px;
    top: 26px;
    height: 28px;
  }

  .dn-home-dashboard--compact .dn-home-chart i:nth-child(10) {
    left: 167px;
    top: 16px;
    height: 32px;
  }

  .dn-home-dashboard--compact .dn-home-chart i:nth-child(n+11),
  .dn-home-dashboard--compact .dn-home-chart b {
    display: none;
  }

  .dn-home-dashboard--compact .dn-home-score {
    position: absolute;
    left: 222px;
    top: 12px;
    width: 72px;
    height: 58px;
    display: block;
    border-radius: 8px;
    background: #08263b;
  }

  .dn-home-dashboard--compact .dn-home-score small,
  .dn-home-dashboard--compact .dn-home-score span {
    display: none;
  }

  .dn-home-dashboard--compact .dn-home-score strong {
    position: absolute;
    left: 0;
    top: 8px;
    width: 72px;
    color: #0aad5c;
    font-size: 26px;
    line-height: 30px;
    text-align: center;
  }

  .dn-home-dashboard--compact .dn-home-score em {
    position: absolute;
    left: 0;
    top: 36px;
    width: 72px;
    color: #0aad5c;
    font-size: 12px;
    line-height: 15px;
    font-style: normal;
    font-weight: 700;
    text-align: center;
  }

  .dn-home-product--bot .dn-home-dashboard--compact .dn-home-chart {
    background: #062c2a;
  }

  .dn-home-benefits__grid {
    position: absolute;
    left: 24px;
    top: 170px;
    display: block;
    width: 342px;
    height: 534px;
    margin: 0;
  }

  .dn-home-benefit {
    position: absolute;
    left: 0;
    width: 342px;
    min-height: 94px;
    height: 94px;
    display: block;
    margin: 0;
    padding: 0;
    background: #fff;
    border: 1px solid #dbe3f0;
    border-radius: 14px;
    box-shadow: 0 8px 10px rgba(0, 0, 0, 0.07);
  }

  .dn-home-benefit:nth-child(1) {
    top: 0;
  }

  .dn-home-benefit:nth-child(2) {
    top: 110px;
  }

  .dn-home-benefit:nth-child(3) {
    top: 220px;
  }

  .dn-home-benefit:nth-child(4) {
    top: 330px;
  }

  .dn-home-benefit:nth-child(5) {
    top: 440px;
  }

  .dn-home-benefits .dn-home-section-heading {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 154px;
    margin: 0;
    text-align: center;
  }

  .dn-home-benefits .dn-home-section-heading .dn-home-eyebrow {
    position: absolute;
    left: 50%;
    top: 30px;
    transform: translateX(-50%);
    display: block;
    width: 342px;
    height: 14px;
    min-height: 14px;
    margin: 0;
    padding: 0;
    border: 0;
    border-radius: 0;
    color: #0e5cf2;
    background: transparent;
    font-size: 10px;
    line-height: 14px;
    font-weight: 700;
    text-align: center;
  }

  .dn-home-benefits .dn-home-section-heading h2 {
    position: absolute;
    left: 50%;
    top: 52px;
    transform: translateX(-50%);
    width: 342px;
    height: 58px;
    margin: 0;
    color: #0a1224;
    font-size: 23px;
    line-height: 29px;
    font-weight: 700;
    text-align: center;
  }

  .dn-home-benefits .dn-home-section-heading p:not(.dn-home-eyebrow) {
    position: absolute;
    left: 50%;
    top: 116px;
    transform: translateX(-50%);
    width: 330px;
    height: 38px;
    margin: 0;
    color: #61708a;
    font-size: 13px;
    line-height: 19px;
    font-weight: 400;
    text-align: center;
  }

  .dn-home-benefit__no {
    position: absolute;
    left: 15px;
    top: 19px;
    width: 48px;
    height: 48px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin: 0;
    border-radius: 14px;
    background: #f0f5ff;
    font-size: 16px;
    line-height: 16px;
    font-weight: 700;
    text-align: center;
  }

  .dn-home-benefit--blue .dn-home-benefit__no {
    color: #0e5cf2;
    background: #f0f5ff;
  }

  .dn-home-benefit--green .dn-home-benefit__no {
    color: #0aad5c;
    background: #f0f5ff;
  }

  .dn-home-benefit--red .dn-home-benefit__no {
    color: #f54052;
    background: #f0f5ff;
  }

  .dn-home-benefit--purple .dn-home-benefit__no {
    color: #7a4df2;
    background: #f0f5ff;
  }

  .dn-home-benefit--orange .dn-home-benefit__no {
    color: #ff9e14;
    background: #f0f5ff;
  }

  .dn-home-benefit h3 {
    position: absolute;
    left: 77px;
    top: 17px;
    width: 240px;
    height: 20px;
    min-height: 0;
    margin: 0;
    padding: 0;
    color: #0a1224;
    font-size: 15px;
    line-height: 20px;
    font-weight: 700;
  }

  .dn-home-benefit p {
    position: absolute;
    left: 77px;
    top: 43px;
    width: 240px;
    height: 36px;
    clear: none;
    margin: 0;
    color: #61708a;
    font-size: 12px;
    line-height: 18px;
    font-weight: 400;
  }

  .dn-home-benefit a {
    display: none;
  }

  .dn-home-experience__panel {
    position: absolute;
    left: 18px;
    top: 28px;
    width: 354px;
    min-height: 1060px;
    height: 1060px;
    margin: 0;
    padding: 0;
    border-radius: 18px;
    background: #0a2b6b;
    box-shadow: 0 8px 10px rgba(0, 0, 0, 0.07);
    overflow: hidden;
  }

  .dn-home-experience__panel::before {
    left: 0;
    top: 0;
    width: 8px;
    height: 1060px;
    border-radius: 18px;
    background: #0e5cf2;
  }

  .dn-home-experience__intro,
  .dn-home-experience__content {
    position: static;
    margin: 0;
    padding: 0;
  }

  .dn-home-experience__intro h2 {
    position: absolute;
    left: 20px;
    top: 22px;
    width: 314px;
    height: 34px;
    margin: 0;
    color: #fff;
    font-size: 20px;
    line-height: 24px;
    font-weight: 700;
    white-space: nowrap;
  }

  .dn-home-experience__intro p {
    position: absolute;
    left: 20px;
    top: 60px;
    width: 314px;
    height: 50px;
    max-width: none;
    margin: 0;
    color: #c7d9f2;
    font-size: 12px;
    line-height: 15px;
    font-weight: 400;
  }

  .dn-home-experience__content {
    display: block;
  }

  .dn-home-steps {
    position: absolute;
    left: 0;
    top: 0;
    display: block;
    width: 354px;
    height: 820px;
  }

  .dn-home-step {
    position: absolute;
    left: 20px;
    width: 314px;
    min-height: 124px;
    height: 124px;
    display: block;
    padding: 0;
    border: 0;
    border-radius: 14px;
    background: #fff;
    overflow: hidden;
  }

  .dn-home-step:nth-of-type(1) { top: 128px; }
  .dn-home-step:nth-of-type(2) { top: 270px; }
  .dn-home-step:nth-of-type(3) { top: 412px; }
  .dn-home-step:nth-of-type(4) { top: 554px; }
  .dn-home-step:nth-of-type(5) { top: 696px; }

  .dn-home-step:not(:last-of-type)::after {
    content: none;
  }

  .dn-home-step__num {
    position: absolute;
    left: 14px;
    top: 14px;
    width: 28px;
    height: 28px;
    display: grid;
    place-items: center;
    margin: 0;
    border-radius: 14px;
    background: #0e5cf2;
    color: #fff;
    font-size: 12px;
    line-height: 14px;
    font-weight: 700;
    text-align: center;
  }

  .dn-home-step__icon {
    position: absolute;
    left: 54px;
    top: 14px;
    width: 44px;
    height: 44px;
    display: grid;
    place-items: center;
    margin: 0;
    border-radius: 12px;
    background: #e5f0ff;
    color: #0e5cf2;
    font-size: 14px;
    line-height: 16px;
    font-weight: 700;
    text-align: center;
  }

  .dn-home-step h3 {
    position: absolute;
    left: 112px;
    top: 18px;
    width: 184px;
    height: 36px;
    margin: 0;
    color: #0a1224;
    -webkit-text-fill-color: #0a1224;
    font-size: 14px;
    line-height: 18px;
    font-weight: 700;
    text-align: left;
  }

  .dn-home-step p {
    position: absolute;
    left: 112px;
    top: 62px;
    width: 184px;
    height: 42px;
    margin: 0;
    color: #61708a;
    -webkit-text-fill-color: #61708a;
    font-size: 11px;
    line-height: 14px;
    font-weight: 400;
    text-align: left;
  }

  .dn-home-steps > .dn-home-step-arrow {
    position: absolute;
    left: 0;
    width: 354px;
    height: 14px;
    display: block;
    color: #6eadff;
    font-size: 16px;
    line-height: 14px;
    font-weight: 700;
    text-align: center;
  }

  .dn-home-steps > .dn-home-step-arrow:nth-of-type(1) { top: 254px; }
  .dn-home-steps > .dn-home-step-arrow:nth-of-type(2) { top: 396px; }
  .dn-home-steps > .dn-home-step-arrow:nth-of-type(3) { top: 538px; }
  .dn-home-steps > .dn-home-step-arrow:nth-of-type(4) { top: 680px; }

  .dn-home-steps > .dn-home-step-arrow::before {
    content: "\2193";
    color: #6eadff;
  }

  .dn-home-steps > .dn-home-step-arrow {
    color: transparent;
  }

  .dn-home-difference {
    position: absolute;
    left: 20px;
    top: 862px;
    width: 314px;
    min-height: 174px;
    height: 174px;
    padding: 0;
    border: 1px solid #2461bd;
    border-radius: 14px;
    background: #081f47;
    color: #d6e5fa;
  }

  .dn-home-difference h3 {
    position: absolute;
    left: 15px;
    top: 15px;
    width: 282px;
    height: 24px;
    margin: 0;
    color: #fff;
    -webkit-text-fill-color: #fff;
    font-size: 16px;
    line-height: 24px;
    font-weight: 700;
  }

  .dn-home-difference ul {
    display: block;
    margin: 0;
    padding: 0;
    list-style: none;
  }

  .dn-home-difference li {
    position: absolute;
    left: 45px;
    width: 248px;
    height: 24px;
    margin: 0;
    color: #d6e5fa;
    -webkit-text-fill-color: #d6e5fa;
    font-size: 11px;
    line-height: 14px;
    font-weight: 400;
  }

  .dn-home-difference li:nth-child(1) { top: 50px; }
  .dn-home-difference li:nth-child(2) { top: 78px; }
  .dn-home-difference li:nth-child(3) { top: 106px; }
  .dn-home-difference li:nth-child(4) { top: 134px; }

  .dn-home-difference li:nth-child(4) {
    color: transparent;
    -webkit-text-fill-color: transparent;
  }

  .dn-home-difference li:nth-child(4)::after {
    content: "Mục tiêu cuối cùng: giao dịch hiệu quả hơn";
    position: absolute;
    left: 0;
    top: 0;
    width: 248px;
    color: #d6e5fa;
    -webkit-text-fill-color: #d6e5fa;
  }

  .dn-home-difference li::before {
    content: "\2713";
    position: absolute;
    left: -30px;
    top: 1px;
    width: 20px;
    height: 20px;
    display: grid;
    place-items: center;
    border-radius: 10px;
    background: #0e5cf2;
    color: #fff;
    font-size: 11px;
    line-height: 12px;
    font-weight: 700;
  }

  body:not(.wp-admin) .dn-home .dn-home-experience .dn-home-step h3 {
    color: #0a1224;
    -webkit-text-fill-color: #0a1224;
  }

  body:not(.wp-admin) .dn-home .dn-home-experience .dn-home-step p {
    color: #61708a;
    -webkit-text-fill-color: #61708a;
  }

  body:not(.wp-admin) .dn-home .dn-home-experience .dn-home-difference h3 {
    color: #fff;
    -webkit-text-fill-color: #fff;
  }

  body:not(.wp-admin) .dn-home .dn-home-experience .dn-home-difference li {
    color: #d6e5fa;
    -webkit-text-fill-color: #d6e5fa;
  }

  body:not(.wp-admin) .dn-home .dn-home-experience .dn-home-difference li:nth-child(4) {
    color: transparent;
    -webkit-text-fill-color: transparent;
  }

  body:not(.wp-admin) .dn-home .dn-home-experience .dn-home-difference li:nth-child(4)::after {
    color: #d6e5fa;
    -webkit-text-fill-color: #d6e5fa;
  }

  .dn-home-bots__grid {
    position: absolute;
    left: 24px;
    top: 174px;
    display: block;
    width: 342px;
    height: 1688px;
    margin: 0;
    padding: 0;
  }

  .dn-home-bot {
    position: absolute;
    left: 0;
    width: 342px;
    min-height: 258px;
    height: 258px;
    display: block;
    margin: 0;
    padding: 0;
    overflow: hidden;
    border: 1px solid #dbe3f0;
    border-radius: 16px;
    background: #fff;
    box-shadow: 0 8px 10px rgba(0, 0, 0, 0.07);
    text-align: left;
  }

  .dn-home-bot:nth-child(1) { top: 0; }
  .dn-home-bot:nth-child(2) { top: 286px; }
  .dn-home-bot:nth-child(3) { top: 572px; }
  .dn-home-bot:nth-child(4) { top: 858px; }
  .dn-home-bot:nth-child(5) { top: 1144px; }
  .dn-home-bot:nth-child(6) { top: 1430px; }

  .dn-home-bots .dn-home-section-heading {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 154px;
    margin: 0;
    text-align: center;
  }

  .dn-home-bots .dn-home-eyebrow {
    position: absolute;
    left: 24px;
    top: 30px;
    display: block;
    width: 342px;
    height: 14px;
    min-height: 14px;
    margin: 0;
    padding: 0;
    border: 0;
    border-radius: 0;
    background: transparent;
    color: #0e5cf2;
    font-size: 10px;
    line-height: 14px;
    font-weight: 700;
    text-align: center;
  }

  .dn-home-bots .dn-home-section-heading h2 {
    position: absolute;
    left: 24px;
    top: 52px;
    width: 342px;
    height: 54px;
    margin: 0;
    color: #0a1224;
    font-size: 23px;
    line-height: 27px;
    font-weight: 700;
    text-align: center;
  }

  .dn-home-bots .dn-home-section-heading > p:not(.dn-home-eyebrow) {
    position: absolute;
    left: 30px;
    top: 112px;
    width: 330px;
    height: 42px;
    margin: 0;
    color: #61708a;
    font-size: 13px;
    line-height: 14px;
    font-weight: 400;
    text-align: center;
  }

  .dn-home-bot__icon {
    position: absolute;
    left: 17px;
    top: 17px;
    width: 48px;
    height: 48px;
    display: grid;
    place-items: center;
    margin: 0;
    border-radius: 14px;
    background: #f2f7ff;
    color: transparent;
    font-size: 0;
  }

  .dn-home-bot__icon::before {
    content: "\2197";
    color: #0aad5c;
    font-size: 20px;
    line-height: 18px;
    font-weight: 700;
  }

  .dn-home-bot:nth-child(2) .dn-home-bot__icon::before { color: #7a4df2; }
  .dn-home-bot:nth-child(3) .dn-home-bot__icon::before { color: #f54052; }
  .dn-home-bot:nth-child(4) .dn-home-bot__icon::before { color: #ff9e14; }
  .dn-home-bot:nth-child(5) .dn-home-bot__icon::before { color: #f56b1f; }
  .dn-home-bot:nth-child(6) .dn-home-bot__icon::before { color: #0e5cf2; }

  .dn-home-bot h3 {
    position: absolute;
    left: 79px;
    top: 19px;
    width: 244px;
    min-height: 0;
    height: 42px;
    margin: 0;
    color: #0a1224;
    -webkit-text-fill-color: #0a1224;
    font-size: 15px;
    line-height: 18px;
    font-weight: 700;
    text-align: left;
  }

  .dn-home-bot p {
    position: absolute;
    left: 17px;
    top: 77px;
    width: 306px;
    min-height: 0;
    height: 42px;
    margin: 0;
    color: #61708a;
    -webkit-text-fill-color: #61708a;
    font-size: 12px;
    line-height: 15px;
    font-weight: 400;
    text-align: left;
  }

  .dn-home-bot dl {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    display: block;
    margin: 0;
  }

  .dn-home-bot dl div {
    position: absolute;
    left: 0;
    width: 100%;
    height: 18px;
    display: block;
    color: #0a1224;
    font-size: 11px;
    line-height: 18px;
  }

  .dn-home-bot dl div:nth-child(1) { top: 141px; }
  .dn-home-bot dl div:nth-child(2) { top: 171px; }

  .dn-home-bot dt {
    position: absolute;
    left: 17px;
    top: 0;
    width: 150px;
    height: 18px;
    color: #61708a;
    -webkit-text-fill-color: #61708a;
    font-size: 11px;
    line-height: 18px;
    font-weight: 400;
    white-space: nowrap;
  }

  .dn-home-bot dd {
    position: absolute;
    right: 19px;
    top: 0;
    width: 150px;
    height: 18px;
    margin: 0;
    color: #0a1224;
    -webkit-text-fill-color: #0a1224;
    font-size: 11px;
    line-height: 18px;
    font-weight: 600;
    text-align: right;
    white-space: nowrap;
  }

  .dn-home-bot a {
    position: absolute;
    left: 17px;
    top: 207px;
    width: 306px;
    height: 34px;
    min-height: 34px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin: 0;
    border: 1px solid #0aad5c;
    border-radius: 9px;
    background: #fff;
    color: #0aad5c;
    -webkit-text-fill-color: #0aad5c;
    font-size: 12px;
    line-height: 16px;
    font-weight: 600;
    text-align: center;
  }

  .dn-home-bot:nth-child(2) a { color: #7a4df2; -webkit-text-fill-color: #7a4df2; border-color: #7a4df2; }
  .dn-home-bot:nth-child(3) a { color: #f54052; -webkit-text-fill-color: #f54052; border-color: #f54052; }
  .dn-home-bot:nth-child(4) a { color: #ff9e14; -webkit-text-fill-color: #ff9e14; border-color: #ff9e14; }
  .dn-home-bot:nth-child(5) a { color: #f56b1f; -webkit-text-fill-color: #f56b1f; border-color: #f56b1f; }
  .dn-home-bot:nth-child(6) a { color: #0e5cf2; -webkit-text-fill-color: #0e5cf2; border-color: #0e5cf2; }

  .dn-home-reviews__grid {
    position: absolute;
    left: 24px;
    top: 172px;
    display: block;
    width: 342px;
    height: 600px;
    margin: 0;
    padding: 0;
  }

  .dn-home-review {
    position: absolute;
    left: 0;
    width: 342px;
    min-height: 184px;
    height: 184px;
    margin: 0;
    padding: 0;
    overflow: hidden;
    border: 1px solid #dbe3f0;
    border-radius: 16px;
    background: #fff;
    box-shadow: 0 8px 10px rgba(0, 0, 0, 0.07);
  }

  .dn-home-review:nth-child(1) { top: 0; }
  .dn-home-review:nth-child(2) { top: 208px; }
  .dn-home-review:nth-child(3) { top: 416px; }

  .dn-home-reviews .dn-home-section-heading {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 152px;
    margin: 0;
    text-align: center;
  }

  .dn-home-reviews .dn-home-eyebrow {
    position: absolute;
    left: 24px;
    top: 30px;
    display: block;
    width: 342px;
    height: 14px;
    min-height: 14px;
    margin: 0;
    padding: 0;
    border: 0;
    border-radius: 0;
    background: transparent;
    color: #0e5cf2;
    font-size: 10px;
    line-height: 14px;
    font-weight: 700;
    text-align: center;
  }

  .dn-home-reviews .dn-home-section-heading h2 {
    position: absolute;
    left: 24px;
    top: 52px;
    width: 342px;
    height: 54px;
    margin: 0;
    color: #0a1224;
    font-size: 23px;
    line-height: 27px;
    font-weight: 700;
    text-align: center;
  }

  .dn-home-reviews .dn-home-section-heading > p:not(.dn-home-eyebrow) {
    position: absolute;
    left: 30px;
    top: 112px;
    width: 330px;
    height: 40px;
    margin: 0;
    color: #61708a;
    font-size: 13px;
    line-height: 20px;
    font-weight: 400;
    text-align: center;
  }

  .dn-home-review__head {
    display: block;
  }

  .dn-home-review__avatar {
    position: absolute;
    left: 17px;
    top: 17px;
    width: 48px;
    height: 48px;
    display: grid;
    place-items: center;
    border-radius: 24px;
    background: #e0f0ff;
    color: #0e5cf2;
    font-size: 12px;
    line-height: 16px;
    font-weight: 700;
    text-align: center;
  }

  .dn-home-review:nth-child(2) .dn-home-review__avatar {
    background: #f0e5ff;
    color: #7a4df2;
  }

  .dn-home-review:nth-child(3) .dn-home-review__avatar {
    background: #dbfaf0;
    color: #0aad5c;
  }

  body:not(.wp-admin) .dn-home .dn-home-review h3 {
    position: absolute;
    left: 79px;
    top: 17px;
    width: 220px;
    height: 20px;
    margin: 0;
    color: #0a1224;
    -webkit-text-fill-color: #0a1224;
    font-size: 14px;
    line-height: 20px;
    font-weight: 700;
    text-align: left;
  }

  body:not(.wp-admin) .dn-home .dn-home-review__head p {
    position: absolute;
    left: 79px;
    top: 41px;
    width: 220px;
    height: 16px;
    margin: 0;
    color: #61708a;
    -webkit-text-fill-color: #61708a;
    font-size: 11px;
    line-height: 16px;
    font-weight: 400;
    text-align: left;
    white-space: nowrap;
  }

  .dn-home-review__stars {
    position: absolute;
    left: 17px;
    top: 75px;
    width: 200px;
    height: 18px;
    display: block;
    margin: 0;
    color: #ff9e14;
    font-size: 15px;
    line-height: 18px;
    font-weight: 700;
    letter-spacing: 0;
    text-align: left;
  }

  body:not(.wp-admin) .dn-home .dn-home-review__body {
    position: absolute;
    left: 17px;
    top: 103px;
    width: 306px;
    min-height: 0;
    height: 56px;
    margin: 0;
    color: #0a1224;
    -webkit-text-fill-color: #0a1224;
    font-size: 12px;
    line-height: 17px;
    font-weight: 400;
    text-align: left;
  }

  .dn-home-final-cta {
    min-height: 310px;
    height: 310px;
    padding: 0;
    background: #fff;
  }

  .dn-home-final-cta > .dn-home-shell {
    position: relative;
    width: 100%;
    height: 310px;
  }

  .dn-home-final-cta__box {
    position: absolute;
    left: 18px;
    top: 26px;
    width: 354px;
    min-height: 258px;
    height: 258px;
    display: block;
    margin: 0;
    padding: 0;
    border-radius: 18px;
    background: #082973;
    box-shadow: 0 8px 10px rgba(0, 0, 0, 0.07);
    color: #fff;
    overflow: hidden;
  }

  .dn-home-final-cta__box .dn-home-eyebrow {
    position: absolute;
    left: 20px;
    top: 20px;
    width: 314px;
    height: 14px;
    min-height: 14px;
    margin: 0;
    padding: 0;
    border: 0;
    background: transparent;
    color: #8abdff;
    font-size: 10px;
    line-height: 14px;
    font-weight: 700;
    text-align: left;
  }

  .dn-home-final-cta h2 {
    position: absolute;
    left: 20px;
    top: 44px;
    width: 314px;
    height: 60px;
    margin: 0;
    color: #fff;
    -webkit-text-fill-color: #fff;
    font-size: 23px;
    line-height: 30px;
    font-weight: 700;
    text-align: center;
  }

  body:not(.wp-admin) .dn-home .dn-home-final-cta p:not(.dn-home-eyebrow) {
    position: absolute;
    left: 24px;
    top: 110px;
    width: 306px;
    height: 40px;
    margin: 0;
    color: #d1e0fa;
    -webkit-text-fill-color: #d1e0fa;
    font-size: 12px;
    line-height: 16px;
    font-weight: 400;
    text-align: center;
  }

  .dn-home-final-cta ul {
    display: block;
    position: absolute;
    left: 18px;
    top: 226px;
    width: 318px;
    height: 16px;
    margin: 0;
    padding: 0;
    list-style: none;
    color: #c7dbfa;
    font-size: 10px;
    line-height: 16px;
    font-weight: 500;
    text-align: center;
    white-space: nowrap;
  }

  .dn-home-final-cta li {
    display: inline;
    color: #c7dbfa;
    -webkit-text-fill-color: #c7dbfa;
  }

  .dn-home-final-cta li::before {
    content: none;
  }

  .dn-home-final-cta li:not(:last-child)::after {
    content: "  \2022  ";
  }

  body:not(.wp-admin) .dn-home .dn-home-final-cta .dn-home-btn {
    position: absolute;
    left: 24px;
    top: 166px;
    width: 306px;
    height: 48px;
    min-height: 48px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin: 0;
    padding: 0;
    border: 0;
    border-radius: 12px;
    background: #0e5cf2;
    color: #fff;
    -webkit-text-fill-color: #fff;
    box-shadow: none;
    font-size: 14px;
    line-height: 18px;
    font-weight: 600;
    text-align: center;
  }

  body:not(.wp-admin) .dn-home .dn-home-final-cta .dn-home-btn::after {
    content: " \2192";
  }

  .dn-home-footer {
    min-height: 430px;
    height: 430px;
    padding-top: 28px;
  }

  .dn-home-footer__grid {
    grid-template-columns: 1fr;
    gap: 0;
  }

  .dn-home-footer__brand {
    margin-bottom: 16px;
  }

  .dn-home-footer__group {
    border-top: 1px solid rgba(255,255,255,.12);
  }

  .dn-home-footer__group:last-child {
    border-bottom: 1px solid rgba(255,255,255,.12);
  }

  .dn-home-footer__toggle {
    min-height: 48px;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }

  .dn-home-footer__toggle span {
    display: inline-block;
  }

  .dn-home-footer__links {
    display: none;
    margin: 0 0 16px;
  }

  .dn-home-footer__toggle[aria-expanded="true"] + .dn-home-footer__links {
    display: grid;
  }

  .dn-home-footer__bottom {
    margin-top: 16px;
  }
}

@media (max-width: 374px) {
  .dn-home-shell {
    width: calc(100% - 32px);
  }

  .dn-home-logo__copy small {
    display: block;
  }

  .dn-home-logo {
    width: 224px;
    flex-basis: 224px;
  }

  .dn-home-logo__copy,
  .dn-home-logo__copy small {
    width: 175px;
  }

  .dn-home-header .dn-home-trial {
    width: 74px;
    min-width: 74px;
    padding-inline: 0;
  }

  .dn-home-hero h1 {
    font-size: 34px;
  }

  .dn-home-stats__grid {
    width: calc(100% - 32px);
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 16px 12px;
  }

  .dn-home-stat {
    width: 100%;
  }

  .dn-home-stat__icon {
    display: inline-flex;
  }

  .dn-home-benefits .dn-home-section-heading .dn-home-eyebrow,
  .dn-home-benefits .dn-home-section-heading h2 {
    left: 50%;
    width: calc(100% - 32px);
  }

  .dn-home-benefits .dn-home-section-heading p:not(.dn-home-eyebrow) {
    left: 50%;
    width: calc(100% - 32px);
  }

  .dn-home-benefits__grid {
    left: 16px;
    width: calc(100% - 32px);
  }

  .dn-home-benefit {
    width: 100%;
  }

  .dn-home-benefit h3,
  .dn-home-benefit p {
    width: calc(100% - 101px);
  }

  .dn-home-experience__panel {
    left: 16px;
    width: calc(100% - 32px);
  }

  .dn-home-steps,
  .dn-home-steps > .dn-home-step-arrow {
    width: 100%;
  }

  .dn-home-step,
  .dn-home-difference {
    width: calc(100% - 40px);
  }

  .dn-home-experience__intro h2,
  .dn-home-experience__intro p {
    width: calc(100% - 40px);
  }

  .dn-home-step h3,
  .dn-home-step p {
    width: calc(100% - 130px);
  }

  .dn-home-difference h3 {
    width: calc(100% - 30px);
  }

  .dn-home-difference li {
    width: calc(100% - 66px);
  }

  .dn-home-bots .dn-home-eyebrow,
  .dn-home-bots .dn-home-section-heading h2 {
    left: 16px;
    width: calc(100% - 32px);
  }

  .dn-home-bots .dn-home-section-heading > p:not(.dn-home-eyebrow) {
    left: 16px;
    width: calc(100% - 32px);
  }

  .dn-home-bots__grid {
    left: 16px;
    width: calc(100% - 32px);
  }

  .dn-home-bot {
    width: 100%;
  }

  .dn-home-bot h3 {
    width: calc(100% - 98px);
  }

  .dn-home-bot p,
  .dn-home-bot a {
    width: calc(100% - 34px);
  }

  .dn-home-bot dd {
    right: 17px;
    width: 145px;
  }

  .dn-home-reviews .dn-home-eyebrow,
  .dn-home-reviews .dn-home-section-heading h2 {
    left: 16px;
    width: calc(100% - 32px);
  }

  .dn-home-reviews .dn-home-section-heading > p:not(.dn-home-eyebrow) {
    left: 16px;
    width: calc(100% - 32px);
  }

  .dn-home-reviews__grid {
    left: 16px;
    width: calc(100% - 32px);
  }

  .dn-home-review {
    width: 100%;
  }

  body:not(.wp-admin) .dn-home .dn-home-review__body {
    width: calc(100% - 34px);
  }

  .dn-home-final-cta__box {
    left: 16px;
    width: calc(100% - 32px);
  }

  .dn-home-final-cta__box .dn-home-eyebrow,
  .dn-home-final-cta h2 {
    width: calc(100% - 40px);
  }

  body:not(.wp-admin) .dn-home .dn-home-final-cta p:not(.dn-home-eyebrow),
  body:not(.wp-admin) .dn-home .dn-home-final-cta .dn-home-btn {
    width: calc(100% - 48px);
  }

  .dn-home-final-cta ul {
    left: 14px;
    width: calc(100% - 28px);
    font-size: 9px;
  }
}

/* Responsive audit fixes: keep the homepage layout inside the real viewport on
   tablets, smart displays, and small desktop widths without touching the
   1440px+ pixel-aligned desktop frame. */
@media (min-width: 1024px) and (max-width: 1279px) {
  .dn-home-hero__visual {
    overflow: hidden;
  }

  .dn-home-device--phone {
    display: none;
  }

  .dn-home-device--laptop {
    left: 5px;
  }

  .dn-home-device--laptop::after {
    left: 0;
    right: 0;
  }
}

@media (min-width: 1280px) and (max-width: 1439px) {
  .dn-home-shell {
    width: calc(100% - 128px);
    max-width: 1312px;
  }

  .dn-home-hero__visual {
    left: auto;
    right: 0;
    width: 584px;
    overflow: visible;
  }

  .dn-home-stats__grid {
    width: 100%;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 18px;
  }

  .dn-home-stat {
    width: auto;
  }

  .dn-home-products .dn-home-section-heading,
  .dn-home-products__grid,
  .dn-home-experience__panel,
  .dn-home-experience__panel::after,
  .dn-home-bots__grid,
  .dn-home-reviews__grid,
  .dn-home-final-cta__box {
    width: 100%;
  }

  .dn-home-products__grid {
    gap: 32px;
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .dn-home-product {
    width: 100%;
  }

  .dn-home-product h3,
  .dn-home-product .dn-home-product__copy > p,
  .dn-home-product ul {
    width: 285px;
  }

  .dn-home-product__visual {
    left: auto;
    right: 28px;
  }

  .dn-home-benefits .dn-home-section-heading,
  .dn-home-bots .dn-home-section-heading,
  .dn-home-reviews .dn-home-section-heading {
    width: 100%;
  }

  .dn-home-benefits__grid {
    width: 100%;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    gap: 16px;
  }

  .dn-home-benefit {
    width: 100%;
  }

  .dn-home-benefit__no {
    left: 16px;
  }

  .dn-home-benefit h3 {
    left: 82px;
    width: calc(100% - 98px);
  }

  .dn-home-benefit p {
    left: 16px;
    width: calc(100% - 32px);
  }

  .dn-home-benefit a {
    left: 16px;
  }

  .dn-home-experience__panel {
    left: 0;
  }

  .dn-home-steps {
    width: calc(100% - 376px);
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    gap: 12px;
  }

  .dn-home-step {
    position: relative;
    left: auto !important;
    width: auto;
  }

  .dn-home-steps > .dn-home-step-arrow {
    display: none;
  }

  .dn-home-step__icon {
    left: 50%;
    transform: translateX(-50%);
  }

  .dn-home-step h3,
  .dn-home-step p {
    left: 12px;
    width: calc(100% - 24px);
  }

  .dn-home-difference {
    left: auto;
    right: 28px;
    width: 320px;
  }

  .dn-home-difference h3 {
    width: calc(100% - 46px);
  }

  .dn-home-difference li {
    width: calc(100% - 92px);
  }

  .dn-home-bots__grid {
    left: 0;
    grid-template-columns: repeat(6, minmax(0, 1fr));
    gap: 14px;
  }

  .dn-home-bot {
    width: 100%;
  }

  .dn-home-bot__icon,
  .dn-home-bot a {
    left: 50%;
    transform: translateX(-50%);
  }

  body:not(.wp-admin) .dn-home .dn-home-bot h3,
  body:not(.wp-admin) .dn-home .dn-home-bot p {
    left: 14px;
    width: calc(100% - 28px);
  }

  body:not(.wp-admin) .dn-home .dn-home-bot dt {
    left: 14px;
    width: 74px;
  }

  body:not(.wp-admin) .dn-home .dn-home-bot dd {
    right: 14px;
    width: 76px;
  }

  .dn-home-reviews__grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 20px;
  }

  .dn-home-review {
    width: 100%;
  }

  .dn-home-review::after {
    left: auto;
    right: 18px;
  }

  body:not(.wp-admin) .dn-home .dn-home-review__body {
    width: calc(100% - 42px);
  }

  .dn-home-final-cta__box {
    max-width: 100%;
  }

  body:not(.wp-admin) .dn-home .dn-home-final-cta .dn-home-btn {
    left: auto;
    right: 40px;
  }
}

/* The 390px Figma frame used fixed left offsets for the homepage sections.
   Center those fixed-width mobile blocks so 375-430px iPhones keep equal
   gutters instead of inheriting the 390px frame origin. */
@media (min-width: 375px) and (max-width: 767px) {
  .dn-home-products .dn-home-section-heading .dn-home-eyebrow,
  .dn-home-products .dn-home-section-heading h2,
  .dn-home-products .dn-home-section-heading p:not(.dn-home-eyebrow),
  .dn-home-products__grid,
  .dn-home-benefits__grid,
  .dn-home-experience__panel,
  .dn-home-bots .dn-home-eyebrow,
  .dn-home-bots .dn-home-section-heading h2,
  .dn-home-bots .dn-home-section-heading > p:not(.dn-home-eyebrow),
  .dn-home-bots__grid,
  .dn-home-reviews .dn-home-eyebrow,
  .dn-home-reviews .dn-home-section-heading h2,
  .dn-home-reviews .dn-home-section-heading > p:not(.dn-home-eyebrow),
  .dn-home-reviews__grid,
  .dn-home-final-cta__box {
    left: 50%;
    transform: translateX(-50%);
  }
}

/* Trading-assistant positioning update: supplied imagery, natural hero copy,
   shared legal footer, and responsive containment. */
.dn-home-logo__copy small {
  text-overflow: ellipsis;
  overflow: hidden;
}

.dn-home-hero__visual {
  display: grid;
  place-items: center;
}

.dn-home-hero__visual::before {
  display: none;
}

.dn-home-hero__image {
  position: absolute;
  inset: 0;
  width: 100% !important;
  height: 100% !important;
  margin: auto;
  max-width: 100%;
  max-height: 100%;
  display: block;
  object-fit: contain;
  object-position: center;
  border-radius: inherit;
}

.dn-home-product__visual {
  position: relative;
  min-height: 250px;
  display: grid;
  place-items: center;
}

.dn-home-product-image {
  position: absolute;
  inset: 0;
  width: 100% !important;
  height: 100% !important;
  margin: auto;
  max-width: 250px;
  max-height: 250px;
  display: block;
  object-fit: contain;
  object-position: center;
  border-radius: 0;
  box-shadow: none;
  filter: drop-shadow(0 12px 22px rgba(9, 30, 66, 0.16));
}

.dn-home-footer__legal {
  max-width: 920px;
  margin-top: 42px;
  padding-top: 18px;
  border-top: 1px solid rgba(255, 255, 255, 0.12);
}

.dn-home-footer__disclaimer,
.dn-home-footer__bottom {
  color: #8395ae;
  font-size: 11px;
  line-height: 1.55;
}

.dn-home-footer__disclaimer {
  max-width: 880px;
  margin: 0;
}

.dn-home-footer__bottom {
  margin: 10px 0 0;
}

body.dnai-indicator-route #wrapper {
  min-height: 100vh;
  display: flex;
  flex-direction: column;
}

body.dnai-indicator-route #main {
  flex: 1 0 auto;
}

body.dnai-indicator-route .dn-home-footer {
  display: block !important;
  position: relative;
  flex: 0 0 auto;
}

@media (min-width: 1280px) {
  .dn-home-product__visual {
    position: absolute;
  }

  .dn-home-product--bot .dn-home-product__visual {
    height: 250px;
  }

  .dn-home-hero h1 {
    max-width: 540px;
  }

  .dn-home-hero__desc {
    top: 258px;
    max-width: 530px;
  }
}

@media (max-width: 1023px) {
  .dn-home-logo__copy small {
    text-overflow: ellipsis;
  }

  .dn-home-hero,
  .dn-home-hero__grid {
    height: auto;
  }

  .dn-home-hero__visual {
    min-height: 0;
    aspect-ratio: 4 / 3;
  }

  .dn-home-products {
    height: auto;
    min-height: 0;
  }

  .dn-home-products__grid {
    position: relative;
    inset: auto;
    height: auto;
  }

  .dn-home-product {
    height: auto;
    min-height: 420px;
  }

  .dn-home-footer {
    height: auto;
    min-height: 0;
  }
}

@media (max-width: 1139px) {
  body.dnai-indicator-route .dn-home-footer {
    padding-bottom: calc(24px + var(--dnai-mobile-bottom-nav-height, 68px) + env(safe-area-inset-bottom));
  }
}

@media (max-width: 767px) {
  .dn-home-hero {
    height: 800px;
    min-height: 800px;
  }

  .dn-home-hero__grid {
    min-height: 800px;
  }

  .dn-home-hero h1 {
    top: 42px;
    max-width: 100%;
    font-size: 32px;
    line-height: 1.08;
  }

  .dn-home-hero h1 span {
    display: inline;
  }

  .dn-home-hero__desc {
    top: 196px;
    max-width: 100%;
    width: 100%;
    left: 0;
    font-size: 15px;
    line-height: 20px;
  }

  .dn-home-hero__actions {
    top: 330px;
  }

  .dn-home-hero__visual {
    top: 470px;
    height: auto;
    min-height: 0;
    aspect-ratio: 4 / 3;
    overflow: hidden;
    background: #f8fbff;
  }

  .dn-home-trust {
    top: 760px;
  }

  .dn-home-hero__image {
    border-radius: 16px;
  }

  .dn-home-products {
    height: 1230px;
    min-height: 1230px;
  }

  .dn-home-products__grid {
    position: absolute;
    left: 50%;
    top: 144px;
    width: 342px;
    height: 1050px;
    transform: translateX(-50%);
  }

  .dn-home-product {
    height: 510px;
    min-height: 510px;
  }

  .dn-home-product:nth-child(2) {
    top: 540px;
  }

  .dn-home-product__visual {
    position: absolute;
    min-height: 0;
    left: 17px;
    top: 250px;
    width: 306px;
    height: 180px;
    border-radius: 14px;
    background: transparent;
  }

  .dn-home-product-image {
    max-width: 180px;
    max-height: 180px;
    border-radius: 0;
  }

  .dn-home-product .dn-home-btn {
    top: 446px;
  }

  .dn-home-footer {
    height: auto;
    min-height: 0;
    padding-bottom: 24px;
  }

  body.dnai-indicator-route .dn-home-footer {
    padding-bottom: calc(24px + var(--dnai-mobile-bottom-nav-height, 68px) + env(safe-area-inset-bottom));
  }

  .dn-home-footer__legal {
    margin-top: 20px;
    padding-top: 16px;
  }

  .dn-home-footer__disclaimer,
  .dn-home-footer__bottom {
    font-size: 11px;
    line-height: 1.6;
  }
}
