body.dd-theme-modern .landing-container {
  max-width: var(--dd-container);
  padding-right: clamp(1rem, 2.6vw, 1.5rem);
  padding-left: clamp(1rem, 2.6vw, 1.5rem);
}

body.dd-theme-modern .scroll-target[id] {
  scroll-margin-top: calc(var(--dd-header-offset) + 0.8rem);
}

body.dd-theme-modern .screen-section {
  min-height: var(--dd-screen-min);
  display: flex;
  align-items: center;
  padding: clamp(1.4rem, 3.6vh, 2.8rem) 0;
}

body.dd-theme-modern .screen-section > .landing-container {
  width: 100%;
}

body.dd-theme-modern .section-shell {
  width: 100%;
  min-height: clamp(31rem, calc(var(--dd-screen-min) * 0.8), 47rem);
  display: flex;
  align-items: center;
  justify-content: center;
}

body.dd-theme-modern .section-shell--stacked {
  width: 100%;
  display: grid;
  align-content: center;
  gap: 1.35rem;
}

body.dd-theme-modern .faq-section .section-shell--stacked {
  width: 100%;
  position: relative;
  overflow: hidden;
  justify-content: stretch;
  justify-items: stretch;
  grid-template-columns: minmax(0, 1fr);
}

body.dd-theme-modern .section-heading {
  max-width: 35rem;
}

body.dd-theme-modern .section-heading--wide {
  max-width: 38rem;
}

body.dd-theme-modern .section-heading--compact {
  max-width: 32rem;
}

body.dd-theme-modern .section-heading p,
body.dd-theme-modern .contact-copy p,
body.dd-theme-modern .site-footer__copy {
  margin: 0.72rem 0 0;
}

body.dd-theme-modern .hero-grid {
  width: 100%;
}

body.dd-theme-modern .hero-copy h1 {
  max-width: 11ch;
  margin-top: 0.68rem;
}

body.dd-theme-modern .hero-copy__lead {
  max-width: 36rem;
  margin: 0.72rem 0 0;
}

body.dd-theme-modern .hero-actions {
  margin-top: 1rem;
}

body.dd-theme-modern .hero-actions--mobile {
  display: none !important;
}

body.dd-theme-modern .hero-placeholder {
  padding: 0;
  background: transparent;
  border: 0;
  border-radius: 0;
  box-shadow: none;
}

body.dd-theme-modern .hero-placeholder__frame {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  min-height: clamp(26rem, 58vh, 35rem);
}

body.dd-theme-modern .hero-placeholder__frame::before,
body.dd-theme-modern .hero-placeholder__frame::after {
  content: "";
  position: absolute;
  z-index: 0;
  pointer-events: none;
  background-image: radial-gradient(circle, rgba(0, 153, 255, 0.36) 1.35px, transparent 1.7px);
  background-size: 17px 17px;
}

body.dd-theme-modern .hero-placeholder__frame::before {
  width: 20rem;
  height: 14rem;
  left: -1rem;
  bottom: 0.6rem;
  transform: rotate(-11deg);
  -webkit-mask-image: radial-gradient(ellipse 88% 76% at 58% 52%, #000 42%, rgba(0, 0, 0, 0.76) 64%, transparent 100%);
  mask-image: radial-gradient(ellipse 88% 76% at 58% 52%, #000 42%, rgba(0, 0, 0, 0.76) 64%, transparent 100%);
}

body.dd-theme-modern .hero-placeholder__frame::after {
  width: 17rem;
  height: 17rem;
  right: -1.2rem;
  top: 0.2rem;
  transform: rotate(12deg);
  opacity: 0.84;
  -webkit-mask-image: radial-gradient(ellipse 78% 88% at 42% 52%, #000 40%, rgba(0, 0, 0, 0.72) 62%, transparent 100%);
  mask-image: radial-gradient(ellipse 78% 88% at 42% 52%, #000 40%, rgba(0, 0, 0, 0.72) 62%, transparent 100%);
}

body.dd-theme-modern .hero-placeholder__image {
  position: relative;
  z-index: 1;
  display: block;
  width: 100%;
  height: auto;
  max-height: 35rem;
  object-fit: contain;
  transform: scale(1.32);
  transform-origin: center;
  -webkit-mask-image: radial-gradient(ellipse 87% 85% at 50% 50%, #000 66%, rgba(0, 0, 0, 0.92) 80%, rgba(0, 0, 0, 0.68) 89%, transparent 100%);
  mask-image: radial-gradient(ellipse 87% 85% at 50% 50%, #000 66%, rgba(0, 0, 0, 0.92) 80%, rgba(0, 0, 0, 0.68) 89%, transparent 100%);
}

body.dd-theme-modern .detail-list {
  margin: 1.2rem 0 0;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 0.9rem;
}

body.dd-theme-modern .detail-list li {
  min-width: 0;
}

body.dd-theme-modern .detail-list strong {
  display: block;
  margin: 0;
  font-size: 0.94rem;
  font-weight: 700;
  letter-spacing: -0.02em;
}

body.dd-theme-modern .detail-list span {
  display: block;
  margin-top: 0.24rem;
  font-size: 0.87rem;
}

body.dd-theme-modern .detail-list--bullet li {
  position: relative;
  padding-left: 1.5rem;
}

body.dd-theme-modern .detail-list--bullet li::before {
  content: "";
  position: absolute;
  top: 0.5rem;
  left: 0;
  width: 0.56rem;
  height: 0.56rem;
  border-radius: 999px;
  background: linear-gradient(135deg, var(--dd-accent), var(--dd-accent-deep));
}

body.dd-theme-modern .detail-list--soft {
  gap: 0;
}

body.dd-theme-modern .detail-list--soft li {
  padding: 0.92rem 0;
  border-top: 1px solid rgba(0, 102, 153, 0.1);
}

body.dd-theme-modern .detail-list--soft li:last-child {
  border-bottom: 1px solid rgba(0, 102, 153, 0.1);
}

body.dd-theme-modern .showcase-copy {
  position: relative;
  width: 100%;
}

body.dd-theme-modern .showcase-copy::before,
body.dd-theme-modern .showcase-copy::after,
body.dd-theme-modern .faq-section .section-shell--stacked::before,
body.dd-theme-modern .faq-section .section-shell--stacked::after {
  content: "";
  position: absolute;
  inset: auto;
  pointer-events: none;
  z-index: 0;
  background-image: radial-gradient(circle, rgba(0, 153, 255, 0.34) 1.25px, transparent 1.65px);
  background-size: 17px 17px;
  opacity: 0.9;
}

body.dd-theme-modern .showcase-copy--modules::before {
  width: 14rem;
  height: 10rem;
  top: 0.6rem;
  right: 1.2rem;
  transform: rotate(8deg);
  -webkit-mask-image: radial-gradient(ellipse 88% 76% at 58% 46%, #000 42%, rgba(0, 0, 0, 0.76) 64%, transparent 100%);
  mask-image: radial-gradient(ellipse 88% 76% at 58% 46%, #000 42%, rgba(0, 0, 0, 0.76) 64%, transparent 100%);
}

body.dd-theme-modern .showcase-copy--modules::after {
  width: 10rem;
  height: 8rem;
  left: -0.4rem;
  bottom: 1.2rem;
  transform: rotate(-11deg);
  -webkit-mask-image: radial-gradient(ellipse 80% 82% at 42% 58%, #000 38%, rgba(0, 0, 0, 0.72) 60%, transparent 100%);
  mask-image: radial-gradient(ellipse 80% 82% at 42% 58%, #000 38%, rgba(0, 0, 0, 0.72) 60%, transparent 100%);
}

body.dd-theme-modern .showcase-copy--advantages::before {
  width: 15rem;
  height: 11rem;
  left: -0.2rem;
  bottom: 0.3rem;
  transform: rotate(-9deg);
  -webkit-mask-image: radial-gradient(ellipse 84% 82% at 44% 56%, #000 40%, rgba(0, 0, 0, 0.72) 62%, transparent 100%);
  mask-image: radial-gradient(ellipse 84% 82% at 44% 56%, #000 40%, rgba(0, 0, 0, 0.72) 62%, transparent 100%);
}

body.dd-theme-modern .showcase-copy--advantages::after {
  width: 11rem;
  height: 8rem;
  top: 0.8rem;
  right: 0.4rem;
  transform: rotate(10deg);
  -webkit-mask-image: radial-gradient(ellipse 82% 78% at 58% 42%, #000 40%, rgba(0, 0, 0, 0.74) 62%, transparent 100%);
  mask-image: radial-gradient(ellipse 82% 78% at 58% 42%, #000 40%, rgba(0, 0, 0, 0.74) 62%, transparent 100%);
}

body.dd-theme-modern .faq-section .section-shell--stacked::before {
  width: 12rem;
  height: 8.5rem;
  top: 3.8rem;
  right: 1.4rem;
  transform: rotate(9deg);
  -webkit-mask-image: radial-gradient(ellipse 84% 78% at 60% 42%, #000 40%, rgba(0, 0, 0, 0.74) 62%, transparent 100%);
  mask-image: radial-gradient(ellipse 84% 78% at 60% 42%, #000 40%, rgba(0, 0, 0, 0.74) 62%, transparent 100%);
}

body.dd-theme-modern .faq-section .section-shell--stacked::after {
  width: 13rem;
  height: 9rem;
  left: 0.6rem;
  bottom: 1.2rem;
  transform: rotate(-8deg);
  -webkit-mask-image: radial-gradient(ellipse 86% 82% at 42% 58%, #000 38%, rgba(0, 0, 0, 0.72) 60%, transparent 100%);
  mask-image: radial-gradient(ellipse 86% 82% at 42% 58%, #000 38%, rgba(0, 0, 0, 0.72) 60%, transparent 100%);
}

body.dd-theme-modern .showcase-copy > * {
  position: relative;
  z-index: 1;
}

body.dd-theme-modern .faq-section .section-shell--stacked > * {
  position: relative;
  z-index: 1;
}

body.dd-theme-modern .showcase-placeholder {
  width: 100%;
}

body.dd-theme-modern .showcase-media {
  width: 100%;
  margin: 0;
}

body.dd-theme-modern .showcase-media__image {
  display: block;
  width: 100%;
  height: auto;
  max-height: clamp(24rem, 52vh, 31rem);
  object-fit: contain;
}

body.dd-theme-modern .showcase-placeholder__window {
  min-height: clamp(24rem, 52vh, 31rem);
  padding: 1rem;
}

body.dd-theme-modern .showcase-placeholder__toolbar {
  display: flex;
  gap: 0.4rem;
  padding-bottom: 0.82rem;
}

body.dd-theme-modern .showcase-placeholder__toolbar span {
  width: 0.56rem;
  height: 0.56rem;
  border-radius: 999px;
  background: rgba(0, 102, 153, 0.16);
}

body.dd-theme-modern .showcase-placeholder__layout {
  display: grid;
  grid-template-columns: 4.8rem minmax(0, 1fr);
  gap: 0.9rem;
  min-height: calc(clamp(24rem, 52vh, 31rem) - 3rem);
}

body.dd-theme-modern .showcase-placeholder__sidebar {
  display: grid;
  align-content: start;
  gap: 0.68rem;
}

body.dd-theme-modern .showcase-placeholder__sidebar span {
  height: 2.5rem;
  border-radius: 12px;
  background: rgba(0, 153, 255, 0.08);
  border: 1px solid rgba(0, 102, 153, 0.1);
}

body.dd-theme-modern .showcase-placeholder__canvas,
body.dd-theme-modern .showcase-placeholder__stack {
  display: grid;
  gap: 0.82rem;
}

body.dd-theme-modern .showcase-placeholder__card {
  display: grid;
  gap: 0.68rem;
  padding: 0.9rem;
  background: rgba(255, 255, 255, 0.82);
  border: 1px solid rgba(0, 102, 153, 0.1);
  box-shadow: 0 8px 20px rgba(12, 57, 94, 0.04);
}

body.dd-theme-modern .showcase-placeholder__card--large {
  min-height: 9.6rem;
}

body.dd-theme-modern .showcase-placeholder__columns {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.82rem;
}

body.dd-theme-modern .showcase-placeholder__line {
  display: block;
  height: 0.66rem;
  border-radius: 999px;
  background: rgba(0, 102, 153, 0.12);
}

body.dd-theme-modern .showcase-placeholder__line--wide {
  width: 86%;
}

body.dd-theme-modern .showcase-placeholder__line--medium {
  width: 68%;
}

body.dd-theme-modern .showcase-placeholder__line--short {
  width: 44%;
}

body.dd-theme-modern .showcase-placeholder__chip,
body.dd-theme-modern .showcase-placeholder__chips span,
body.dd-theme-modern .showcase-placeholder__metric-label {
  display: inline-flex;
  align-items: center;
  width: fit-content;
  min-height: 1.9rem;
  padding: 0.38rem 0.72rem;
  border-radius: 999px;
  font-family: "Manrope", "Inter", Arial, sans-serif;
  font-size: 0.72rem;
  font-weight: 700;
}

body.dd-theme-modern .showcase-placeholder__chip,
body.dd-theme-modern .showcase-placeholder__chips span {
  background: rgba(0, 153, 255, 0.08);
  border: 1px solid rgba(0, 102, 153, 0.12);
  color: var(--dd-accent-deep);
}

body.dd-theme-modern .showcase-placeholder__chips {
  display: flex;
  flex-wrap: wrap;
  gap: 0.44rem;
}

body.dd-theme-modern .showcase-placeholder__metric {
  display: grid;
  gap: 0.5rem;
  margin-bottom: 0.4rem;
}

body.dd-theme-modern .showcase-placeholder__metric strong {
  color: var(--dd-on-dark);
  font-family: "Manrope", "Inter", Arial, sans-serif;
  font-size: 1.06rem;
  letter-spacing: -0.02em;
}

body.dd-theme-modern .showcase-placeholder__metric-label {
  background: rgba(120, 196, 255, 0.12);
  border: 1px solid rgba(120, 196, 255, 0.16);
  color: var(--dd-on-dark-soft);
}

body.dd-theme-modern .showcase-placeholder__card--dark {
  background: rgba(255, 255, 255, 0.06);
  border-color: rgba(120, 196, 255, 0.14);
  box-shadow: none;
}

body.dd-theme-modern .showcase-placeholder__card--accent {
  background: linear-gradient(180deg, rgba(0, 153, 255, 0.16), rgba(255, 255, 255, 0.08));
  border-color: rgba(120, 196, 255, 0.18);
}

body.dd-theme-modern .showcase-placeholder__card--offset {
  margin-left: 1.8rem;
}

body.dd-theme-modern .showcase-placeholder__line--light {
  background: rgba(226, 239, 248, 0.22);
}

body.dd-theme-modern .showcase-placeholder__chip--accent {
  background: rgba(255, 255, 255, 0.12);
  border-color: rgba(120, 196, 255, 0.18);
  color: var(--dd-on-dark);
}

body.dd-theme-modern .faq-accordion {
  width: 100%;
  max-width: 100%;
  min-width: 0;
  display: grid;
  gap: 0.84rem;
  align-content: start;
  height: clamp(24rem, 46vh, 28rem);
  overflow-y: auto;
  box-sizing: border-box;
  background: transparent;
}

body.dd-theme-modern .faq-accordion,
body.dd-theme-modern .faq-accordion .accordion-item,
body.dd-theme-modern .faq-accordion .accordion-body {
  --bs-accordion-bg: transparent;
}

body.dd-theme-modern .faq-item {
  display: block;
  width: 100%;
  max-width: 100%;
  min-width: 0;
  overflow: hidden;
  transition: box-shadow 180ms ease, border-color 180ms ease;
  box-sizing: border-box;
  background: var(--dd-surface);
  border: 1px solid var(--dd-border);
  border-radius: var(--dd-radius-panel);
  box-shadow: none;
}

body.dd-theme-modern .faq-item:has(.accordion-collapse.show) {
  box-shadow: 0 18px 36px rgba(12, 57, 94, 0.08);
  border-color: rgba(0, 153, 255, 0.18);
}

body.dd-theme-modern .faq-item__header {
  margin: 0;
}

body.dd-theme-modern .faq-trigger {
  width: 100%;
  max-width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding: 1rem 1.04rem;
  font-size: 0.95rem;
  font-weight: 700;
  letter-spacing: -0.02em;
  box-sizing: border-box;
  color: var(--dd-title);
  background: transparent;
  border: 0;
  border-radius: 0;
  box-shadow: none;
}

body.dd-theme-modern .faq-trigger:not(.collapsed) {
  color: var(--dd-title);
  background: transparent;
  box-shadow: none;
}

body.dd-theme-modern .faq-trigger::after {
  width: 1rem;
  height: 1rem;
  margin-left: 1rem;
  background-size: 1rem;
  filter: none;
  opacity: 0.55;
}

body.dd-theme-modern .faq-trigger:focus {
  box-shadow: none;
}

body.dd-theme-modern .faq-trigger:focus-visible {
  outline: 2px solid rgba(0, 153, 255, 0.16);
  outline-offset: -2px;
}

body.dd-theme-modern .faq-trigger:not(.collapsed)::after {
  opacity: 0.72;
}

body.dd-theme-modern .faq-item__content {
  width: 100%;
  max-width: 100%;
  min-width: 0;
  padding: 0;
  border-top: 1px solid rgba(0, 102, 153, 0.08);
  box-sizing: border-box;
  background: transparent;
}

body.dd-theme-modern .accordion-collapse {
  transition: height 220ms ease;
}

body.dd-theme-modern .faq-item__content-inner {
  height: 10rem;
  padding: 0.9rem 1.04rem 1rem;
  overflow-y: auto;
}

body.dd-theme-modern .faq-item__content p {
  margin: 0;
  font-size: 0.88rem;
}

body.dd-theme-modern .contact-panel {
  width: 100%;
  padding: clamp(1.28rem, 2vw, 1.72rem);
  background: transparent;
  border: 0;
  box-shadow: none;
  border-radius: 0;
}

body.dd-theme-modern .contact-copy {
  max-width: 28rem;
}

body.dd-theme-modern .contact-copy--centered {
  margin: 0 auto;
}

body.dd-theme-modern .contact-form {
  position: relative;
  overflow: hidden;
  padding: 1rem;
  background: linear-gradient(180deg, rgba(0, 153, 255, 0.04), rgba(255, 255, 255, 0.94));
}

body.dd-theme-modern .contact-form-wrapper {
  position: relative;
}

body.dd-theme-modern .contact-form::before,
body.dd-theme-modern .contact-form::after {
  content: "";
  position: absolute;
  pointer-events: none;
  z-index: 0;
  background-image: radial-gradient(circle, rgba(0, 153, 255, 0.34) 1.25px, transparent 1.65px);
  background-size: 17px 17px;
  opacity: 0.84;
}

body.dd-theme-modern .contact-form::before {
  width: 12rem;
  height: 8.5rem;
  top: 1.6rem;
  right: 1.2rem;
  transform: rotate(8deg);
  -webkit-mask-image: radial-gradient(ellipse 84% 78% at 60% 42%, #000 40%, rgba(0, 0, 0, 0.74) 62%, transparent 100%);
  mask-image: radial-gradient(ellipse 84% 78% at 60% 42%, #000 40%, rgba(0, 0, 0, 0.74) 62%, transparent 100%);
}

body.dd-theme-modern .contact-form::after {
  width: 13rem;
  height: 9rem;
  left: 0.4rem;
  bottom: 0.8rem;
  transform: rotate(-8deg);
  -webkit-mask-image: radial-gradient(ellipse 86% 82% at 42% 58%, #000 38%, rgba(0, 0, 0, 0.72) 60%, transparent 100%);
  mask-image: radial-gradient(ellipse 86% 82% at 42% 58%, #000 38%, rgba(0, 0, 0, 0.72) 60%, transparent 100%);
}

body.dd-theme-modern .contact-form > * {
  position: relative;
  z-index: 1;
}

body.dd-theme-modern .contact-form__status {
  min-height: 1.2rem;
  margin: 0;
  font-size: 0.84rem;
  color: var(--dd-accent-deep);
}

body.dd-theme-modern .contact-form__status[data-state="error"] {
  color: #b42318;
}

body.dd-theme-modern .contact-form__control.is-invalid {
  border-color: rgba(180, 35, 24, 0.6);
  box-shadow: 0 0 0 0.16rem rgba(180, 35, 24, 0.12);
}

body.dd-theme-modern .contact-form-success {
  display: grid;
  gap: 0.8rem;
  padding: 1.25rem;
  background: linear-gradient(180deg, rgba(0, 153, 255, 0.08), rgba(255, 255, 255, 0.96));
  border: 1px solid rgba(0, 153, 255, 0.14);
  border-radius: var(--dd-radius-panel);
  box-shadow: 0 18px 36px rgba(12, 57, 94, 0.08);
}

body.dd-theme-modern .contact-form-success__eyebrow {
  display: inline-flex;
  align-items: center;
  width: fit-content;
  min-height: 1.9rem;
  padding: 0.38rem 0.72rem;
  border-radius: 999px;
  font-family: "Manrope", "Inter", Arial, sans-serif;
  font-size: 0.72rem;
  font-weight: 700;
  color: var(--dd-accent-deep);
  background: rgba(0, 153, 255, 0.08);
  border: 1px solid rgba(0, 102, 153, 0.12);
}

body.dd-theme-modern .contact-form-success h3,
body.dd-theme-modern .contact-form-success p {
  margin: 0;
}

body.dd-theme-modern .site-footer {
  padding: 1.1rem 0 2.4rem;
}

body.dd-theme-modern .brand-mark--footer {
  margin-bottom: 0.42rem;
}

body.dd-theme-modern .site-footer__copy {
  max-width: 34rem;
}

@media (max-width: 991.98px) {
  body.dd-theme-modern .screen-section {
    padding: 1.35rem 0 1.9rem;
  }

  body.dd-theme-modern .section-shell,
  body.dd-theme-modern .section-shell--stacked {
    min-height: auto;
  }

  body.dd-theme-modern .hero-placeholder__frame {
    min-height: 22rem;
  }

  body.dd-theme-modern .hero-placeholder__image {
    max-height: 28rem;
    transform: scale(1.2);
  }

  body.dd-theme-modern .showcase-placeholder__layout {
    grid-template-columns: 4.2rem minmax(0, 1fr);
  }

  body.dd-theme-modern .faq-trigger {
    font-size: 0.92rem;
  }

  body.dd-theme-modern .contact-copy {
    max-width: 34rem;
  }
}

@media (max-width: 767.98px) {
  body.dd-theme-modern .screen-section {
    padding: 1.18rem 0 1.58rem;
  }

  body.dd-theme-modern .landing-container {
    padding-right: 1.35rem;
    padding-left: 1.35rem;
  }

  body.dd-theme-modern .hero-grid {
    gap: 1.9rem !important;
  }

  body.dd-theme-modern .hero-copy,
  body.dd-theme-modern .section-heading,
  body.dd-theme-modern .contact-copy {
    text-align: center;
    margin-right: auto;
    margin-left: auto;
  }

  body.dd-theme-modern .hero-copy {
    width: 100%;
    max-width: 23.5rem;
  }

  body.dd-theme-modern .section-eyebrow {
    width: fit-content;
    justify-content: center;
    margin-right: auto;
    margin-left: auto;
  }

  body.dd-theme-modern .section-eyebrow::before {
    display: none;
  }

  body.dd-theme-modern .hero-actions {
    justify-content: center;
  }

  body.dd-theme-modern .hero-actions--desktop {
    display: none !important;
  }

  body.dd-theme-modern .hero-actions--mobile {
    display: flex !important;
    margin-top: 0.7rem;
    width: 100%;
    align-items: center;
    justify-content: center;
  }

  body.dd-theme-modern .hero-actions--mobile .btn {
    width: 100%;
    max-width: 23.5rem;
    margin-right: auto;
    margin-left: auto;
  }

  body.dd-theme-modern .hero-copy h1 {
    max-width: none;
  }

  body.dd-theme-modern .hero-copy__lead {
    max-width: none;
  }

  body.dd-theme-modern .hero-placeholder {
    width: 100%;
    max-width: 23.5rem;
    margin-right: auto;
    margin-left: auto;
  }

  body.dd-theme-modern .hero-section .col-lg-5 {
    display: flex;
    justify-content: center;
  }

  body.dd-theme-modern .hero-placeholder__frame {
    min-height: 18.5rem;
  }

  body.dd-theme-modern .hero-placeholder__frame::before {
    width: 11.5rem;
    height: 8rem;
    left: 50%;
    bottom: 0.4rem;
    transform: translateX(-135%) rotate(-10deg);
  }

  body.dd-theme-modern .hero-placeholder__frame::after {
    width: 11.5rem;
    height: 11.5rem;
    right: 50%;
    top: 0.2rem;
    transform: translateX(135%) rotate(10deg);
  }

  body.dd-theme-modern .hero-placeholder__image {
    max-height: 22rem;
    transform: scale(1.14);
  }

  body.dd-theme-modern .faq-accordion {
    height: 26rem;
  }

  body.dd-theme-modern .showcase-placeholder__window {
    padding: 0.86rem;
  }

  body.dd-theme-modern .showcase-copy::before,
  body.dd-theme-modern .showcase-copy::after,
  body.dd-theme-modern .faq-section .section-shell--stacked::before,
  body.dd-theme-modern .faq-section .section-shell--stacked::after {
    opacity: 0.72;
  }

  body.dd-theme-modern .showcase-copy--modules::before {
    width: 10rem;
    height: 7.5rem;
    top: 0.2rem;
    right: 0.2rem;
  }

  body.dd-theme-modern .showcase-copy--modules::after {
    width: 8rem;
    height: 6rem;
    left: 0;
    bottom: 0.8rem;
  }

  body.dd-theme-modern .showcase-copy--advantages::before {
    width: 10.5rem;
    height: 8rem;
    left: 0.1rem;
    bottom: 0.1rem;
  }

  body.dd-theme-modern .showcase-copy--advantages::after {
    width: 8rem;
    height: 6rem;
    top: 0.5rem;
    right: 0.1rem;
  }

  body.dd-theme-modern .faq-section .section-shell--stacked::before {
    width: 8.5rem;
    height: 6rem;
    top: 4.2rem;
    right: 0.5rem;
  }

  body.dd-theme-modern .faq-section .section-shell--stacked::after {
    width: 9rem;
    height: 6.2rem;
    left: 0.2rem;
    bottom: 0.8rem;
  }

  body.dd-theme-modern .showcase-placeholder__layout,
  body.dd-theme-modern .showcase-placeholder__columns {
    grid-template-columns: 1fr;
  }

  body.dd-theme-modern .showcase-placeholder__sidebar {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  body.dd-theme-modern .showcase-placeholder__card--offset {
    margin-left: 0;
  }

  body.dd-theme-modern .contact-panel,
  body.dd-theme-modern .contact-form {
    padding: 0.94rem;
  }

  body.dd-theme-modern .contact-form::before {
    width: 8.5rem;
    height: 6rem;
    top: 1.2rem;
    right: 0.2rem;
    opacity: 0.7;
  }

  body.dd-theme-modern .contact-form::after {
    width: 9rem;
    height: 6.2rem;
    left: 0.1rem;
    bottom: 0.5rem;
    opacity: 0.7;
  }

  body.dd-theme-modern .faq-trigger,
  body.dd-theme-modern .faq-item__content,
  body.dd-theme-modern .contact-form {
    text-align: left;
  }
}
