:root {
  --dx-navy: #083567;
  --dx-blue: #0d5ca7;
  --dx-blue-soft: #e9f3fb;
  --dx-orange: #f16b00;
  --dx-orange-soft: #fff1e5;
  --dx-ink: #173b61;
  --dx-muted: #64778b;
  --dx-line: rgba(15, 77, 132, 0.14);
  --dx-shadow: 0 26px 70px rgba(26, 66, 106, 0.13);
}

body.dexell-page {
  padding-bottom: 0;
  color: var(--text-dark);
  background: linear-gradient(135deg,
      #E8DAD0,
      #E0D4DE,
      #D5D6E8,
      #CBDAEF,
      #D3DCE8,
      #DEDAD5,
      #E8D8CC,
      #E0D4DE,
      #E8DAD0);
  background-attachment: fixed;
}

/*
 * The five sections below are literal copies from the home page. Keep their
 * typography and canvas identical to body.home-page instead of inheriting the
 * narrower product-page rhythm.
 */
body.dexell-page :is(.services, .dexell-showcase, .trust, .evidence, .pricing) .section-label {
  font-size: 16px;
}

body.dexell-page :where(.services, .dexell-showcase, .trust, .evidence, .pricing) p,
body.dexell-page :where(.services, .dexell-showcase, .trust, .evidence, .pricing) li {
  font-size: 17px;
  line-height: 1.65;
}

body.dexell-page .services__header-text,
body.dexell-page .trust__desc,
body.dexell-page .dexell-showcase__desc {
  font-size: 18px;
  line-height: 1.65;
}

body.dexell-page #services .services__header-text {
  width: min(55%, 790px);
  max-width: 790px;
  flex: 0 1 790px;
  font-size: 21px;
  line-height: 1.48;
}

body.dexell-page :is(.services, .dexell-showcase, .trust, .evidence, .pricing) .btn-about-orange {
  font-size: 17px;
}

body.dexell-page .evidence-card__badge {
  font-size: 14px;
}

body.dexell-page .evidence-card__desc {
  font-size: 17px;
  line-height: 1.68;
}

body.dexell-page .service-item :is(h3, h4) {
  font-size: 21px;
}

body.dexell-page .evidence-card__author {
  font-size: 15px;
}

@media (min-width: 993px) {
  body.dexell-page #services .service-detail__image {
    position: relative;
    left: clamp(16px, 1.4vw, 28px);
  }

  body.dexell-page #services .service-detail__content {
    padding-right: 20px;
    padding-left: 24px;
  }

  body.dexell-page #services .service-detail__title {
    font-size: 32px;
    line-height: 1.25;
  }

  body.dexell-page #services .service-detail__list li {
    gap: 8px;
    margin-bottom: 8px;
    font-size: 17px;
    line-height: 1.5;
  }

  body.dexell-page #services .service-detail__list li svg {
    width: 20px;
    height: 20px;
    margin-top: 3px;
  }
}

@media (min-width: 1400px) {
  body.dexell-page #services .service-detail__content {
    padding-right: clamp(26px, 1.8vw, 36px);
    padding-left: clamp(36px, 2.4vw, 48px);
  }

  body.dexell-page #services .service-detail__title {
    font-size: clamp(36px, 2.15vw, 42px);
  }

  body.dexell-page #services .service-detail__list li {
    font-size: clamp(18px, 1.05vw, 20px);
  }

  body.dexell-page #services .service-detail__list li svg {
    width: 22px;
    height: 22px;
  }
}

@media (min-width: 993px) {
  body.dexell-page :is(.services, .dexell-showcase, .trust, .evidence, .pricing) > .container {
    width: calc(100% - 128px);
    max-width: 1440px;
    margin-right: auto;
    margin-left: auto;
    padding-right: 0;
    padding-left: 0;
  }
}

@media (min-width: 993px) and (max-width: 1280px) {
  body.dexell-page :is(.services, .dexell-showcase, .trust, .evidence, .pricing) > .container {
    width: calc(100% - 80px);
  }
}

@media (max-width: 700px) {
  body.dexell-page :where(.services, .dexell-showcase, .trust, .evidence, .pricing) p,
  body.dexell-page :where(.services, .dexell-showcase, .trust, .evidence, .pricing) li,
  body.dexell-page .evidence-card__desc {
    font-size: 16px;
  }

  body.dexell-page .services__header-text,
  body.dexell-page .trust__desc,
  body.dexell-page .dexell-showcase__desc {
    font-size: 17px;
  }

  body.dexell-page #services .services__header-text {
    width: 100%;
    max-width: 100%;
    flex-basis: auto;
    font-size: 18px;
  }
}

body.dexell-page .header__nav-link.is-current,
body.dexell-page .header-mobile-menu__link.is-current {
  color: var(--dx-orange);
}

.dx-order-trigger {
  border: 0;
  font: inherit;
  cursor: pointer;
}

body.dexell-page .sv-contact-modal__dialog h2 {
  color: var(--dx-navy);
}

body.dexell-page .sv-contact-modal__line {
  background: linear-gradient(90deg, transparent, var(--dx-blue) 12%, var(--dx-orange) 88%, transparent);
}

body.dexell-page .sv-contact-form__submit {
  background: linear-gradient(135deg, #0c4a85, #1475bc 56%, var(--dx-orange));
  box-shadow: 0 14px 30px rgba(12, 74, 133, 0.24);
}

body.dexell-page .sv-contact-form__submit:hover,
body.dexell-page .sv-contact-form__submit:focus-visible {
  box-shadow: 0 18px 38px rgba(12, 74, 133, 0.32);
}

.dx-main {
  padding-bottom: 0;
}

.dx-main .sv-section__label,
.dx-main .sv-eyebrow {
  color: var(--dx-orange);
}

.dx-main .sv-section h2,
.dx-main .sv-cta h2 {
  color: var(--dx-navy);
  font-size: clamp(44px, 4vw, 66px);
  line-height: 0.98;
  letter-spacing: -0.035em;
}

.dx-main .sv-section h2 em {
  color: var(--dx-orange);
  font-style: normal;
}

.dx-hero {
  min-height: 820px;
  padding: 154px 64px 64px;
  background:
    radial-gradient(circle at 34% 66%, rgba(255, 255, 255, 0.98), transparent 46%),
    linear-gradient(120deg, #fffaf4 0 48%, #0a477e 48% 100%);
}

.dx-hero::after {
  content: '';
  position: absolute;
  z-index: -1;
  inset: 0;
  background: linear-gradient(90deg, rgba(255, 250, 244, 0.98) 0%, rgba(255, 250, 244, 0.95) 43%, rgba(255, 250, 244, 0) 58%);
  pointer-events: none;
}

.dx-hero__stage {
  position: absolute;
  z-index: -2;
  top: 0;
  right: 0;
  bottom: 0;
  width: 54%;
  overflow: hidden;
  background:
    linear-gradient(125deg, rgba(3, 38, 75, 0.04), rgba(3, 38, 75, 0.18)),
    url('../assets/dexell/set-background.webp') center / cover no-repeat;
}

.dx-hero__stage::before {
  content: '';
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 50% 45%, rgba(114, 194, 255, 0.32), transparent 36%),
    linear-gradient(90deg, rgba(12, 63, 108, 0.08), rgba(3, 35, 71, 0.18));
}

.dx-hero__stage::after {
  content: '';
  position: absolute;
  right: -14%;
  bottom: -25%;
  width: 80%;
  aspect-ratio: 1;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 50%;
  box-shadow: 0 0 0 64px rgba(255, 255, 255, 0.035), 0 0 0 130px rgba(255, 255, 255, 0.025);
}

.dx-hero__glow {
  position: absolute;
  top: 12%;
  left: 8%;
  width: 78%;
  height: 65%;
  border-radius: 50%;
  background: rgba(100, 181, 241, 0.26);
  filter: blur(80px);
}

.dx-hero__product {
  position: absolute;
  z-index: 2;
  top: 50%;
  left: 50%;
  width: min(75%, 650px);
  max-height: 72%;
  object-fit: contain;
  filter: drop-shadow(0 32px 30px rgba(0, 27, 56, 0.38));
  transform: translate(-48%, -50%) rotate(-5deg);
  animation: dx-float 7s ease-in-out infinite;
}

@keyframes dx-float {
  0%, 100% { transform: translate(-48%, -50%) rotate(-5deg); }
  50% { transform: translate(-48%, calc(-50% - 13px)) rotate(-3deg); }
}

.dx-hero__copy {
  position: relative;
  z-index: 3;
  width: min(690px, 52%);
}

.dx-hero .sv-breadcrumb {
  margin-bottom: 54px;
}

.dx-hero h1 {
  display: flex;
  align-items: flex-end;
  gap: 14px;
  margin-top: 22px;
  color: var(--dx-navy);
  font-size: clamp(76px, 7vw, 116px);
  letter-spacing: -0.065em;
}

.dx-hero h1 sup {
  margin: 0 0 48px -10px;
  font-size: 17px;
  letter-spacing: 0;
}

.dx-hero h1 small {
  margin-bottom: 8px;
  color: var(--dx-orange);
  font-size: 0.32em;
  letter-spacing: 0.04em;
}

.dx-hero .sv-hero__lead {
  max-width: 610px;
  margin-top: 30px;
  color: #3e566e;
  font-size: clamp(20px, 1.5vw, 24px);
  line-height: 1.55;
}

.dx-hero .sv-hero__facts {
  max-width: 690px;
}

.dx-hero .sv-hero__facts span {
  min-height: 96px;
  border-color: rgba(15, 77, 132, 0.12);
  color: #728195;
  background: rgba(255, 255, 255, 0.77);
}

.dx-hero .sv-hero__facts strong {
  color: var(--dx-orange);
}

.dx-hero .sv-button--primary,
.dx-offer .sv-button--primary {
  background: linear-gradient(135deg, #0c4a85, #1475bc);
  box-shadow: 0 16px 32px rgba(12, 74, 133, 0.23);
}

.dx-trust {
  gap: 18px;
  margin-top: 34px;
}

.dx-trust article {
  min-height: 210px;
  padding: 32px 28px 28px;
  border: 1px solid rgba(15, 77, 132, 0.11);
  border-radius: 26px;
  background: rgba(255, 255, 255, 0.79);
  box-shadow: 0 18px 44px rgba(29, 67, 104, 0.1);
}

.dx-trust article::before,
.dx-trust article::after {
  display: none;
}

.dx-trust article > span {
  width: auto;
  height: auto;
  margin: 0 0 20px;
  justify-content: flex-start;
  border-radius: 0;
  color: var(--dx-orange);
  font-family: 'Poppins', sans-serif;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.15em;
  background: none;
  box-shadow: none;
}

.dx-trust article > span::after {
  content: '';
  width: 46px;
  height: 1px;
  margin-left: 12px;
  background: rgba(241, 107, 0, 0.36);
}

.dx-trust article strong {
  color: var(--dx-navy);
  font-size: 22px;
}

.dx-trust article small {
  margin-top: 12px;
  color: var(--dx-muted);
  font-size: 16px;
  line-height: 1.55;
}

.dx-trust article:hover {
  border-color: rgba(241, 107, 0, 0.28);
  box-shadow: 0 28px 58px rgba(29, 67, 104, 0.14);
  transform: translateY(-6px);
}

.dx-overview,
.dx-kit,
.dx-science,
.dx-specs,
.dx-offer {
  display: grid;
  grid-template-columns: minmax(0, 0.92fr) minmax(0, 1.08fr);
  gap: clamp(54px, 6vw, 96px);
  align-items: center;
}

.dx-overview {
  padding-top: 138px;
  padding-bottom: 118px;
}

.dx-overview .sv-section__copy > p:not(.sv-section__label),
.dx-kit__copy > p,
.dx-science__copy > p:not(.sv-section__label),
.dx-pathway .sv-section__header p,
.dx-evidence .sv-section__header p,
.dx-offer__copy > p {
  color: var(--dx-muted);
  font-size: 18px;
  line-height: 1.74;
}

.dx-check-list {
  display: grid;
  gap: 12px;
  margin-top: 30px;
}

.dx-check-list li {
  display: grid;
  min-height: 86px;
  padding: 16px 18px;
  grid-template-columns: 44px 1fr;
  gap: 15px;
  align-items: center;
  border: 1px solid rgba(15, 77, 132, 0.1);
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.7);
}

.dx-check-list li > span {
  color: var(--dx-orange);
  font-family: 'Poppins', sans-serif;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.08em;
}

.dx-check-list strong,
.dx-check-list small {
  display: block;
}

.dx-check-list strong {
  color: var(--dx-navy);
  font-family: 'Tinos', serif;
  font-size: 20px;
}

.dx-check-list small {
  margin-top: 4px;
  color: var(--dx-muted);
  font-family: 'Poppins', sans-serif;
  font-size: 13px;
  line-height: 1.45;
}

.dx-overview__visual {
  position: relative;
  min-height: 620px;
  margin: 0;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.8);
  border-radius: 34px;
  background:
    radial-gradient(circle at 55% 42%, rgba(255, 255, 255, 0.98), rgba(231, 242, 252, 0.88) 48%, rgba(207, 225, 244, 0.68) 100%);
  box-shadow: var(--dx-shadow);
}

.dx-overview__halo {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 64%;
  aspect-ratio: 1;
  border-radius: 50%;
  border: 1px solid rgba(15, 77, 132, 0.12);
  box-shadow: 0 0 0 54px rgba(255, 255, 255, 0.2), 0 0 0 108px rgba(15, 77, 132, 0.025);
  transform: translate(-50%, -58%);
}

.dx-overview__visual > img {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 78%;
  max-height: 70%;
  object-fit: contain;
  filter: drop-shadow(0 25px 24px rgba(30, 67, 103, 0.24));
  transform: translate(-50%, -57%) rotate(-2deg);
}

.dx-overview__visual figcaption {
  position: absolute;
  right: 26px;
  bottom: 26px;
  left: 26px;
  display: flex;
  min-height: 92px;
  padding: 20px 24px;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  border: 1px solid rgba(255, 255, 255, 0.84);
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.79);
  backdrop-filter: blur(16px);
}

.dx-overview__visual figcaption strong {
  color: var(--dx-orange);
  font-family: 'Tinos', serif;
  font-size: 28px;
}

.dx-overview__visual figcaption span {
  max-width: 330px;
  color: var(--dx-muted);
  font-family: 'Poppins', sans-serif;
  font-size: 14px;
  line-height: 1.5;
  text-align: right;
}

.dx-kit {
  position: relative;
  min-height: 760px;
  padding: 74px 72px;
  overflow: hidden;
  border-radius: 38px;
  color: #fff;
  background:
    linear-gradient(115deg, rgba(4, 44, 83, 0.96), rgba(9, 75, 133, 0.84)),
    url('../assets/dexell/set-background.webp') center / cover no-repeat;
  box-shadow: 0 32px 80px rgba(7, 48, 89, 0.24);
}

.dx-kit::before {
  content: '';
  position: absolute;
  inset: 0;
  background: radial-gradient(circle at 75% 42%, rgba(85, 178, 247, 0.23), transparent 36%);
  pointer-events: none;
}

.dx-kit > * {
  position: relative;
  z-index: 1;
}

.dx-kit .sv-section__label {
  color: #ff9140;
}

.dx-kit h2 {
  color: #fff !important;
}

.dx-kit h2 em {
  color: #ff9140 !important;
}

.dx-kit__copy > p {
  max-width: 650px;
  color: rgba(235, 244, 253, 0.82);
}

.dx-kit__features {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
  margin-top: 34px;
}

.dx-kit__features article {
  display: grid;
  min-height: 120px;
  padding: 20px;
  grid-template-columns: 48px 1fr;
  gap: 15px;
  align-items: center;
  border: 1px solid rgba(255, 255, 255, 0.15);
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.08);
  backdrop-filter: blur(10px);
}

.dx-kit__features article > span {
  display: grid;
  width: 46px;
  height: 46px;
  place-items: center;
  border-radius: 14px;
  color: #ff9140;
  background: rgba(255, 255, 255, 0.09);
}

.dx-kit__features svg {
  width: 27px;
  height: 27px;
  stroke: currentColor;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.dx-kit__features strong,
.dx-kit__features small {
  display: block;
}

.dx-kit__features strong {
  font-family: 'Tinos', serif;
  font-size: 20px;
}

.dx-kit__features small {
  margin-top: 5px;
  color: rgba(230, 241, 252, 0.72);
  font-family: 'Poppins', sans-serif;
  font-size: 12px;
  line-height: 1.45;
}

.dx-kit__visual {
  position: relative;
  min-height: 590px;
}

.dx-kit__mesh {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 82%;
  aspect-ratio: 1;
  border: 1px solid rgba(255, 255, 255, 0.15);
  border-radius: 50%;
  box-shadow: 0 0 0 52px rgba(255, 255, 255, 0.035), 0 0 0 104px rgba(255, 255, 255, 0.025);
  transform: translate(-50%, -50%);
}

.dx-kit__box,
.dx-kit__syringe {
  position: absolute;
  object-fit: contain;
  filter: drop-shadow(0 28px 26px rgba(0, 20, 43, 0.42));
}

.dx-kit__box {
  top: 4%;
  left: 7%;
  width: 52%;
  height: 80%;
  transform: rotate(-8deg);
}

.dx-kit__syringe {
  right: 4%;
  bottom: 1%;
  width: 50%;
  height: 76%;
  transform: rotate(26deg);
}

.dx-kit__badge {
  position: absolute;
  top: 30px;
  right: 12px;
  display: flex;
  padding: 15px 18px;
  align-items: center;
  gap: 12px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 16px;
  background: rgba(5, 39, 75, 0.5);
  backdrop-filter: blur(12px);
}

.dx-kit__badge strong {
  color: #ff9140;
  font-family: 'Tinos', serif;
  font-size: 30px;
}

.dx-kit__badge span {
  color: rgba(255, 255, 255, 0.82);
  font-family: 'Poppins', sans-serif;
  font-size: 11px;
  line-height: 1.35;
}

.dx-pathway,
.dx-evidence {
  padding-top: 130px;
  padding-bottom: 130px;
}

.dx-pathway .sv-section__header,
.dx-evidence .sv-section__header {
  max-width: 960px;
}

.dx-pathway__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
  margin-top: 48px;
}

.dx-pathway__grid article {
  position: relative;
  min-height: 310px;
  padding: 36px 32px;
  overflow: hidden;
  border: 1px solid rgba(15, 77, 132, 0.11);
  border-radius: 28px;
  background: rgba(255, 255, 255, 0.77);
  box-shadow: 0 22px 50px rgba(31, 68, 104, 0.1);
}

.dx-pathway__grid article::after {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  width: 44%;
  height: 6px;
  background: linear-gradient(90deg, rgba(241, 107, 0, 0), var(--dx-orange));
}

.dx-pathway__grid article > span {
  display: block;
  color: rgba(241, 107, 0, 0.34);
  font-family: 'Poppins', sans-serif;
  font-size: 56px;
  font-weight: 700;
  line-height: 1;
}

.dx-pathway__grid small,
.dx-pathway__grid strong {
  display: block;
}

.dx-pathway__grid small {
  margin-top: 35px;
  color: var(--dx-orange);
  font-family: 'Poppins', sans-serif;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.dx-pathway__grid strong {
  margin-top: 10px;
  color: var(--dx-navy);
  font-family: 'Tinos', serif;
  font-size: 26px;
  line-height: 1.15;
}

.dx-pathway__grid p {
  margin-top: 14px;
  color: var(--dx-muted);
  font-family: 'Poppins', sans-serif;
  font-size: 15px;
  line-height: 1.65;
}

.dx-science {
  padding-top: 20px;
  padding-bottom: 128px;
}

.dx-science__media {
  position: relative;
  min-height: 690px;
  overflow: hidden;
  border-radius: 34px;
  box-shadow: var(--dx-shadow);
}

.dx-science__media::after {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(6, 44, 81, 0.04), rgba(6, 44, 81, 0.72));
}

.dx-science__media img {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.dx-science__media-label {
  position: absolute;
  z-index: 2;
  right: 28px;
  bottom: 28px;
  left: 28px;
  display: flex;
  min-height: 94px;
  padding: 22px 24px;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 20px;
  color: #fff;
  background: rgba(8, 50, 91, 0.56);
  backdrop-filter: blur(14px);
}

.dx-science__media-label strong {
  color: #ff9140;
  font-family: 'Tinos', serif;
  font-size: 30px;
}

.dx-science__media-label span {
  font-family: 'Poppins', sans-serif;
  font-size: 13px;
}

.dx-science__points {
  display: grid;
  gap: 14px;
  margin-top: 34px;
}

.dx-science__points article {
  display: grid;
  min-height: 124px;
  padding: 22px 24px;
  grid-template-columns: 52px 1fr;
  gap: 18px;
  align-items: center;
  border: 1px solid rgba(15, 77, 132, 0.1);
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.76);
}

.dx-science__points article > span {
  color: var(--dx-orange);
  font-family: 'Poppins', sans-serif;
  font-size: 13px;
  font-weight: 700;
}

.dx-science__points strong {
  color: var(--dx-navy);
  font-family: 'Tinos', serif;
  font-size: 22px;
}

.dx-science__points p {
  margin-top: 6px;
  color: var(--dx-muted);
  font-family: 'Poppins', sans-serif;
  font-size: 14px;
  line-height: 1.55;
}

.dx-evidence {
  position: relative;
  width: calc(100% - 80px);
  max-width: 1580px;
  padding-right: 70px;
  padding-left: 70px;
  border: 1px solid rgba(255, 255, 255, 0.78);
  border-radius: 40px;
  background: rgba(255, 255, 255, 0.48);
  box-shadow: var(--dx-shadow);
}

.dx-evidence__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 20px;
  margin-top: 52px;
}

.dx-study {
  display: flex;
  min-height: 680px;
  overflow: hidden;
  flex-direction: column;
  border: 1px solid rgba(15, 77, 132, 0.1);
  border-radius: 28px;
  background: rgba(255, 255, 255, 0.88);
  box-shadow: 0 24px 52px rgba(28, 65, 101, 0.1);
  transition: transform 420ms cubic-bezier(0.22, 1, 0.36, 1), box-shadow 420ms ease;
}

.dx-study:hover {
  box-shadow: 0 32px 64px rgba(28, 65, 101, 0.16);
  transform: translateY(-7px);
}

.dx-study__image {
  position: relative;
  height: 245px;
  overflow: hidden;
}

.dx-study__image::after {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 48%, rgba(5, 46, 85, 0.36));
}

.dx-study__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.dx-study__image > span {
  position: absolute;
  z-index: 2;
  top: 18px;
  right: 18px;
  padding: 9px 13px;
  border-radius: 999px;
  color: var(--dx-orange);
  font-family: 'Poppins', sans-serif;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  background: rgba(255, 255, 255, 0.91);
}

.dx-study__body {
  display: flex;
  min-height: 435px;
  padding: 30px 28px 26px;
  flex-direction: column;
}

.dx-study__meta {
  color: var(--dx-orange);
  font-family: 'Poppins', sans-serif;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.dx-study h3 {
  margin-top: 12px;
  color: var(--dx-navy);
  font-family: 'Tinos', serif;
  font-size: 28px;
  line-height: 1.13;
}

.dx-study__body > p:not(.dx-study__meta) {
  margin-top: 15px;
  color: var(--dx-muted);
  font-family: 'Poppins', sans-serif;
  font-size: 15px;
  line-height: 1.64;
}

.dx-study__stats {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
  margin-top: auto;
  padding-top: 22px;
}

.dx-study__stats span {
  min-height: 78px;
  padding: 13px 14px;
  border-radius: 15px;
  color: var(--dx-muted);
  font-family: 'Poppins', sans-serif;
  font-size: 11px;
  line-height: 1.35;
  background: #eef5fb;
}

.dx-study__stats strong {
  display: block;
  margin-bottom: 4px;
  color: var(--dx-orange);
  font-family: 'Tinos', serif;
  font-size: 24px;
}

.dx-study__body > a,
.dx-source-link {
  display: inline-flex;
  margin-top: 22px;
  align-items: center;
  gap: 10px;
  color: var(--dx-navy);
  font-family: 'Poppins', sans-serif;
  font-size: 13px;
  font-weight: 600;
}

.dx-study__body > a span,
.dx-source-link span {
  color: var(--dx-orange);
  font-size: 18px;
  transition: transform 240ms ease;
}

.dx-study__body > a:hover span,
.dx-source-link:hover span {
  transform: translate(3px, -3px);
}

.dx-specs {
  padding-top: 138px;
  padding-bottom: 120px;
}

.dx-specs__product {
  position: relative;
  min-height: 630px;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.8);
  border-radius: 34px;
  background: linear-gradient(145deg, rgba(232, 243, 252, 0.94), rgba(255, 248, 241, 0.86));
  box-shadow: var(--dx-shadow);
}

.dx-specs__backdrop {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 70%;
  aspect-ratio: 1;
  border-radius: 44% 56% 63% 37% / 53% 35% 65% 47%;
  background: rgba(255, 255, 255, 0.72);
  transform: translate(-50%, -58%) rotate(12deg);
}

.dx-specs__product > img {
  position: absolute;
  top: 48%;
  left: 50%;
  width: 78%;
  max-height: 58%;
  object-fit: contain;
  border-radius: 22px;
  filter: drop-shadow(0 24px 25px rgba(27, 64, 101, 0.2));
  transform: translate(-50%, -58%);
}

.dx-specs__product > p {
  position: absolute;
  right: 26px;
  bottom: 26px;
  left: 26px;
  display: flex;
  min-height: 88px;
  padding: 20px 24px;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.84);
}

.dx-specs__product strong {
  color: var(--dx-navy);
  font-family: 'Tinos', serif;
  font-size: 24px;
}

.dx-specs__product span {
  color: var(--dx-muted);
  font-family: 'Poppins', sans-serif;
  font-size: 13px;
  text-align: right;
}

.dx-spec-list {
  margin-top: 28px;
  border-top: 1px solid var(--dx-line);
}

.dx-spec-list > div {
  display: grid;
  min-height: 72px;
  padding: 17px 0;
  grid-template-columns: 170px 1fr;
  gap: 24px;
  align-items: center;
  border-bottom: 1px solid var(--dx-line);
  font-family: 'Poppins', sans-serif;
  font-size: 14px;
  line-height: 1.5;
}

.dx-spec-list dt {
  color: #8798aa;
}

.dx-spec-list dd {
  color: var(--dx-ink);
  font-weight: 600;
}

.dx-disclaimer {
  display: grid;
  min-height: 130px;
  margin-bottom: 118px;
  padding: 28px 34px;
  grid-template-columns: 54px 1fr;
  gap: 20px;
  align-items: center;
  border: 1px solid rgba(241, 107, 0, 0.15);
  border-radius: 24px;
  background: rgba(255, 249, 242, 0.82);
  box-shadow: 0 18px 44px rgba(31, 67, 102, 0.08);
}

.dx-disclaimer > span {
  display: grid;
  width: 50px;
  height: 50px;
  place-items: center;
  border-radius: 16px;
  color: #fff;
  font-family: 'Tinos', serif;
  font-size: 24px;
  font-style: italic;
  background: var(--dx-orange);
}

.dx-disclaimer p {
  color: var(--dx-muted);
  font-size: 14px;
  line-height: 1.65;
}

.dx-disclaimer strong {
  color: var(--dx-navy);
}

.dx-offer {
  min-height: 690px;
  margin-bottom: 118px;
  padding: 52px;
  gap: 60px;
  border: 1px solid rgba(255, 255, 255, 0.82);
  border-radius: 38px;
  background: rgba(255, 255, 255, 0.7);
  box-shadow: var(--dx-shadow);
}

.dx-offer__visual {
  position: relative;
  min-height: 580px;
  overflow: hidden;
  border-radius: 30px;
  background:
    radial-gradient(circle at 50% 42%, rgba(255, 255, 255, 0.96), transparent 52%),
    linear-gradient(145deg, #edf6fc, #fdf0e6);
}

.dx-offer__visual::before {
  content: '';
  position: absolute;
  inset: 10%;
  border: 1px solid rgba(15, 77, 132, 0.08);
  border-radius: 50%;
}

.dx-offer__visual img {
  position: absolute;
  top: 48%;
  left: 50%;
  width: 88%;
  max-height: 64%;
  object-fit: contain;
  border-radius: 24px;
  filter: drop-shadow(0 22px 24px rgba(29, 65, 100, 0.18));
  transform: translate(-50%, -54%);
}

.dx-offer__visual > span {
  position: absolute;
  right: 24px;
  bottom: 24px;
  left: 24px;
  padding: 16px 18px;
  border-radius: 16px;
  color: var(--dx-orange);
  font-family: 'Poppins', sans-serif;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-align: center;
  text-transform: uppercase;
  background: rgba(255, 255, 255, 0.8);
}

.dx-offer__copy > ul {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
  margin-top: 28px;
}

.dx-offer__copy > ul li {
  position: relative;
  min-height: 72px;
  padding: 16px 16px 16px 44px;
  border: 1px solid rgba(15, 77, 132, 0.09);
  border-radius: 16px;
  color: var(--dx-ink);
  font-family: 'Poppins', sans-serif;
  font-size: 13px;
  line-height: 1.45;
  background: rgba(239, 246, 252, 0.75);
}

.dx-offer__copy > ul li::before {
  content: '✓';
  position: absolute;
  top: 16px;
  left: 17px;
  color: var(--dx-orange);
  font-weight: 800;
}

.dx-offer__footer {
  display: flex;
  margin-top: 30px;
  padding-top: 26px;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  border-top: 1px solid var(--dx-line);
}

.dx-offer__footer small,
.dx-offer__footer strong {
  display: block;
}

.dx-offer__footer small {
  color: var(--dx-muted);
  font-family: 'Poppins', sans-serif;
  font-size: 12px;
}

.dx-offer__footer strong {
  margin-top: 3px;
  color: var(--dx-navy);
  font-family: 'Tinos', serif;
  font-size: 30px;
}

.dx-offer .sv-button {
  flex: 0 0 auto;
  color: #fff;
}

.dx-cta {
  margin-bottom: 118px;
  background: linear-gradient(135deg, #073767, #0d5c9f);
  box-shadow: 0 28px 68px rgba(8, 54, 101, 0.22);
}

.dx-cta .sv-section__label {
  color: #ff994a;
}

@media (min-width: 1800px) {
  .dx-hero {
    min-height: 820px;
  }

  .dx-hero__copy {
    width: 690px;
  }

  .dx-trust,
  .dx-main .sv-section,
  .dx-main .sv-disclaimer,
  .dx-main .sv-cta {
    max-width: 1440px;
  }

  .dx-main .dx-evidence {
    max-width: 1580px;
  }
}

@media (max-width: 1280px) {
  .dx-hero {
    width: calc(100% - 48px);
    min-height: 780px;
    padding: 132px 48px 54px;
  }

  .dx-hero__copy {
    width: 57%;
  }

  .dx-hero__stage {
    width: 50%;
  }

  .dx-trust,
  .dx-main .sv-section,
  .dx-main .sv-disclaimer,
  .dx-main .sv-cta {
    width: calc(100% - 64px);
  }

  .dx-kit {
    padding: 58px 48px;
    gap: 40px;
  }

  .dx-kit__features {
    grid-template-columns: 1fr;
  }

  .dx-kit__visual {
    min-height: 560px;
  }

  .dx-evidence {
    width: calc(100% - 48px) !important;
    padding-right: 44px;
    padding-left: 44px;
  }

  .dx-study__body {
    padding-right: 22px;
    padding-left: 22px;
  }

  .dx-offer {
    padding: 38px;
    gap: 38px;
  }
}

@media (max-width: 992px) {
  .dx-main .sv-section h2,
  .dx-main .sv-cta h2 {
    font-size: clamp(40px, 7vw, 56px);
  }

  .dx-hero {
    min-height: 970px;
    padding: 116px 42px 440px;
    background: #fffaf4;
  }

  .dx-hero::after {
    display: none;
  }

  .dx-hero__copy {
    width: 100%;
  }

  .dx-hero__stage {
    top: auto;
    width: 100%;
    height: 400px;
  }

  .dx-hero__product {
    width: min(72%, 510px);
    max-height: 82%;
  }

  .dx-trust {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .dx-overview,
  .dx-kit,
  .dx-science,
  .dx-specs,
  .dx-offer {
    grid-template-columns: 1fr;
  }

  .dx-overview,
  .dx-specs {
    padding-top: 100px;
    padding-bottom: 94px;
  }

  .dx-overview__visual,
  .dx-specs__product {
    min-height: 560px;
  }

  .dx-kit {
    padding: 54px 46px;
  }

  .dx-kit__features {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .dx-kit__visual {
    min-height: 520px;
  }

  .dx-pathway__grid {
    grid-template-columns: 1fr;
  }

  .dx-pathway__grid article {
    display: grid;
    min-height: 180px;
    grid-template-columns: 90px 1fr;
    align-items: center;
  }

  .dx-pathway__grid small {
    margin-top: 0;
  }

  .dx-science__media {
    min-height: 560px;
  }

  .dx-evidence__grid {
    grid-template-columns: 1fr;
  }

  .dx-study {
    display: grid;
    min-height: 430px;
    grid-template-columns: 0.85fr 1.15fr;
  }

  .dx-study__image {
    height: 100%;
  }

  .dx-study__body {
    min-height: 430px;
  }

  .dx-offer__visual {
    min-height: 500px;
  }
}

@media (max-width: 700px) {
  .dx-main .sv-section h2,
  .dx-main .sv-cta h2 {
    font-size: 38px;
    line-height: 1.02;
  }

  .dx-hero {
    width: calc(100% - 24px);
    min-height: 940px;
    margin-top: 10px;
    padding: 92px 22px 370px;
    border-radius: 22px;
  }

  .dx-hero .sv-breadcrumb {
    margin-bottom: 34px;
  }

  .dx-hero h1 {
    display: block;
    font-size: 58px;
    line-height: 0.94;
  }

  .dx-hero h1 sup {
    margin: 0 0 25px -5px;
    font-size: 11px;
  }

  .dx-hero h1 small {
    display: block;
    margin-top: 8px;
    font-size: 24px;
  }

  .dx-hero .sv-hero__lead {
    font-size: 17px;
  }

  .dx-hero .sv-hero__facts {
    grid-template-columns: 1fr;
  }

  .dx-hero .sv-hero__facts span {
    min-height: 76px;
  }

  .dx-hero .sv-hero__actions {
    display: grid;
  }

  .dx-hero .sv-button {
    width: 100%;
  }

  .dx-hero__stage {
    height: 340px;
  }

  .dx-hero__product {
    width: 88%;
  }

  .dx-trust,
  .dx-main .sv-section,
  .dx-main .sv-disclaimer,
  .dx-main .sv-cta {
    width: calc(100% - 28px);
  }

  .dx-trust {
    grid-template-columns: 1fr;
    gap: 12px;
  }

  .dx-trust article {
    min-height: 166px;
    padding: 25px 22px;
  }

  .dx-overview,
  .dx-pathway,
  .dx-evidence,
  .dx-specs {
    padding-top: 84px;
    padding-bottom: 84px;
  }

  .dx-overview,
  .dx-kit,
  .dx-science,
  .dx-specs,
  .dx-offer {
    gap: 36px;
  }

  .dx-overview .sv-section__copy > p:not(.sv-section__label),
  .dx-kit__copy > p,
  .dx-science__copy > p:not(.sv-section__label),
  .dx-pathway .sv-section__header p,
  .dx-evidence .sv-section__header p,
  .dx-offer__copy > p {
    font-size: 16px;
  }

  .dx-overview__visual,
  .dx-specs__product {
    min-height: 440px;
    border-radius: 26px;
  }

  .dx-overview__visual > img {
    width: 92%;
    max-height: 60%;
  }

  .dx-overview__visual figcaption,
  .dx-specs__product > p {
    right: 16px;
    bottom: 16px;
    left: 16px;
    display: grid;
    min-height: 90px;
    padding: 16px 18px;
    gap: 6px;
  }

  .dx-overview__visual figcaption span,
  .dx-specs__product span {
    text-align: left;
  }

  .dx-kit {
    width: calc(100% - 28px) !important;
    min-height: auto;
    padding: 42px 22px;
    border-radius: 28px;
  }

  .dx-kit__features {
    grid-template-columns: 1fr;
  }

  .dx-kit__visual {
    min-height: 430px;
  }

  .dx-kit__box {
    left: 2%;
    width: 56%;
  }

  .dx-kit__syringe {
    right: -2%;
    width: 53%;
  }

  .dx-kit__badge {
    top: 10px;
    right: 0;
  }

  .dx-pathway__grid article {
    display: block;
    min-height: 250px;
    padding: 28px 24px;
  }

  .dx-pathway__grid small {
    margin-top: 28px;
  }

  .dx-science {
    padding-bottom: 84px;
  }

  .dx-science__media {
    min-height: 460px;
    border-radius: 26px;
  }

  .dx-science__media-label {
    right: 16px;
    bottom: 16px;
    left: 16px;
    display: grid;
  }

  .dx-science__points article {
    grid-template-columns: 36px 1fr;
    padding: 19px;
  }

  .dx-evidence {
    width: calc(100% - 20px) !important;
    padding-right: 14px;
    padding-left: 14px;
    border-radius: 28px;
  }

  .dx-study {
    display: flex;
    min-height: 660px;
  }

  .dx-study__image {
    height: 230px;
  }

  .dx-study__body {
    min-height: 430px;
    padding: 25px 22px;
  }

  .dx-study__stats {
    grid-template-columns: 1fr;
  }

  .dx-specs__product > img {
    width: 92%;
  }

  .dx-spec-list > div {
    grid-template-columns: 1fr;
    gap: 7px;
  }

  .dx-disclaimer {
    min-height: 168px;
    margin-bottom: 84px;
    padding: 24px 22px;
    grid-template-columns: 1fr;
  }

  .dx-offer {
    min-height: auto;
    margin-bottom: 84px;
    padding: 18px;
    border-radius: 28px;
  }

  .dx-offer__visual {
    min-height: 390px;
    border-radius: 22px;
  }

  .dx-offer__visual img {
    width: 98%;
  }

  .dx-offer__copy {
    padding: 10px 4px 16px;
  }

  .dx-offer__copy > ul {
    grid-template-columns: 1fr;
  }

  .dx-offer__footer {
    align-items: stretch;
    flex-direction: column;
  }

  .dx-offer .sv-button {
    width: 100%;
  }

  .dx-cta {
    margin-bottom: 84px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .dx-hero__product {
    animation: none;
  }
}

/* =============================================
   DEXELL HERO V2 — shared SENSOVISC / HYACYST logic
   ============================================= */
.dx-hero {
  min-height: 820px;
  padding: 154px 64px 64px;
  background: #f8f4ef;
  box-shadow: 0 30px 80px rgba(29, 62, 96, 0.16);
}

.dx-hero::after {
  display: none;
}

.dx-hero__image {
  object-position: center;
  filter: saturate(0.97) contrast(1.01);
}

.dx-hero__veil {
  background:
    linear-gradient(90deg, rgba(255, 251, 246, 0.995) 0%, rgba(255, 251, 246, 0.98) 34%, rgba(255, 251, 246, 0.78) 50%, rgba(247, 251, 255, 0.1) 73%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.1), rgba(21, 77, 128, 0.06));
}

.dx-hero__copy {
  position: relative;
  z-index: 2;
  width: min(720px, 54%);
}

.dx-hero .sv-breadcrumb {
  margin-bottom: 48px;
}

.dx-hero .sv-eyebrow {
  gap: 10px;
}

.dx-hero .sv-eyebrow > img {
  width: 56px;
  height: 56px;
  flex: 0 0 56px;
  object-fit: contain;
}

.dx-hero h1 {
  display: flex;
  align-items: baseline;
  gap: 0;
  margin-top: 17px;
  color: var(--dx-navy);
  font-family: 'Poppins', sans-serif;
  font-size: clamp(76px, 7.6vw, 124px);
  font-weight: 700;
  line-height: 0.86;
  letter-spacing: -0.065em;
}

.dx-hero h1 sup {
  margin: 0 0 0 -12px;
  font-size: 0.2em;
  line-height: 1;
  letter-spacing: 0;
  vertical-align: top;
  transform: translateY(-1.55em);
}

.dx-hero h1 sup.dexell-vur {
  margin-left: 0.025em;
  color: var(--dx-navy);
  font-size: 0.31em;
  transform: translateY(-1.25em);
}

.dx-hero h1 sup.dexell-vur .dexell-mark {
  font-size: 1.6em;
  transform: translateY(0.26em);
}

.dx-hero h1 small {
  margin: 0 0 7px -4px;
  color: var(--dx-orange);
  font-size: 0.31em;
  line-height: 1;
  letter-spacing: 0.035em;
}

.dx-hero .sv-hero__lead {
  max-width: 660px;
  margin-top: 30px;
  color: #42576a;
  font-size: clamp(20px, 1.48vw, 24px);
  line-height: 1.58;
}

.dx-hero .sv-hero__facts {
  max-width: 710px;
}

.dx-hero .sv-hero__facts span {
  min-height: 96px;
  border-color: rgba(15, 77, 132, 0.12);
  color: #6c7d8d;
  background: rgba(255, 255, 255, 0.62);
  box-shadow: 0 12px 30px rgba(31, 72, 108, 0.06);
}

.dx-hero .sv-hero__facts strong {
  color: var(--dx-navy);
}

.dx-hero .sv-button--primary {
  background: linear-gradient(135deg, #0c4a85, #1475bc);
  box-shadow: 0 15px 32px rgba(12, 74, 133, 0.23);
}

.dx-hero .sv-button--ghost {
  border-color: rgba(15, 77, 132, 0.22);
  color: var(--dx-navy);
  background: rgba(255, 255, 255, 0.64);
}

.dx-hero .sv-button--ghost:hover,
.dx-hero .sv-button--ghost:focus-visible {
  border-color: var(--dx-blue);
  background: #fff;
  box-shadow: 0 16px 34px rgba(12, 74, 133, 0.14);
}

.dx-hero .sv-button__icon {
  width: 44px;
  height: 44px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  background: rgba(255, 255, 255, 0.16);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.16);
}

.dx-hero .sv-button__icon svg {
  width: 23px;
  height: 23px;
  stroke-width: 1.65;
}

.dx-hero .sv-button--ghost .sv-button__icon {
  border-color: rgba(15, 77, 132, 0.1);
  color: #0f5c9c;
  background: linear-gradient(145deg, rgba(225, 240, 250, 0.92), rgba(245, 249, 252, 0.76));
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.92),
    0 5px 12px rgba(15, 77, 132, 0.08);
}

.dexell-showcase__feature-copy {
  display: grid;
  min-width: 0;
  grid-template-rows: 44px auto;
  row-gap: 8px;
}

.dexell-showcase__feature-copy :is(h3, h4) {
  display: flex;
  align-items: center;
  margin: 0;
}

.dexell-showcase__feature-copy p {
  margin: 0;
}

@media (min-width: 1800px) {
  .dx-hero .sv-hero__actions {
    margin-top: 80px;
  }
}

@media (min-width: 1281px) and (max-width: 1799px) {
  body.dexell-page .dx-hero {
    min-height: 780px;
  }

  .dx-hero .sv-hero__actions {
    margin-top: 60px;
  }
}

@media (min-width: 993px) and (max-width: 1280px) {
  body.dexell-page .dx-hero {
    width: calc(100% - 80px);
    min-height: 760px;
    padding: 132px 48px 54px;
  }

  .dx-hero__copy {
    width: 57%;
  }

  .dx-hero .sv-hero__actions {
    margin-top: 61px;
  }
}

@media (max-width: 992px) {
  body.dexell-page .dx-hero {
    min-height: 930px;
    padding: 140px 36px 390px;
    background: #fffaf4;
  }

  .dx-hero__image {
    top: auto;
    width: 100%;
    height: 430px;
    object-position: 68% center;
  }

  .dx-hero__veil {
    background: linear-gradient(180deg, rgba(255, 250, 244, 0.995) 0%, rgba(255, 250, 244, 0.98) 58%, rgba(255, 250, 244, 0.2) 82%, rgba(255, 250, 244, 0.02) 100%);
  }

  .dx-hero__copy {
    width: 100%;
  }

}

@media (max-width: 700px) {
  body.dexell-page .dx-hero {
    width: calc(100% - 32px);
    min-height: 930px;
    margin-top: 16px;
    padding: 26px 20px 345px;
    border-radius: 20px;
  }

  .dx-hero .sv-breadcrumb {
    margin-bottom: 30px;
  }

  .dx-hero .sv-eyebrow > img {
    width: 44px;
    height: 44px;
    flex-basis: 44px;
  }

  .dx-hero h1 {
    display: flex;
    gap: 0;
    font-size: 49px;
    line-height: 0.9;
  }

  .dx-hero h1 sup {
    margin-left: -5px;
    transform: translateY(-1.3em);
  }

  .dx-hero h1 sup.dexell-vur {
    margin-left: 0.025em;
    transform: translateY(-1.3em);
  }

  .dx-hero h1 small {
    display: inline-block;
    margin: 0 0 3px;
    font-size: 0.34em;
  }

  .dx-hero .sv-hero__lead {
    margin-top: 20px;
    font-size: 14px;
    line-height: 1.55;
  }

  .dx-hero .sv-hero__facts {
    grid-template-columns: 1fr;
    gap: 8px;
    margin-top: 22px;
  }

  .dx-hero .sv-hero__facts span {
    min-height: 0;
    padding: 12px 14px;
  }

  .dx-hero .sv-hero__actions {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    align-items: stretch;
    gap: 8px;
    margin-top: 18px;
  }

  .dx-hero .sv-button {
    width: 100%;
    min-width: 0;
    min-height: 58px;
    padding: 0 7px 0 12px;
    gap: 6px;
    font-size: 13px;
    line-height: 1.12;
    text-align: left;
    white-space: normal;
  }

  .dx-hero .sv-button__icon {
    width: 34px;
    height: 34px;
  }

  .dx-hero .sv-button__icon svg {
    width: 18px;
    height: 18px;
  }

  .dx-hero__image {
    height: 360px;
  }

}

@media (max-width: 360px) {
  .dx-hero .sv-button {
    justify-content: center;
    padding: 0 7px;
    font-size: 12px;
    text-align: center;
  }

  .dx-hero .sv-button__icon {
    display: none;
  }
}

@media (max-width: 480px) {
  .dexell-showcase__feature-copy {
    grid-template-rows: 36px auto;
    row-gap: 7px;
  }
}

/* Balanced spacing between the final content sections and the footer. */
body.dexell-page .evidence {
  padding-bottom: 44px;
}

body.dexell-page .pricing {
  padding-top: 44px;
  padding-bottom: 0;
}

body.dexell-page .dx-main > .sv-disclaimer {
  margin-top: 64px;
  margin-bottom: 72px;
}

@media (max-width: 992px) {
  body.dexell-page .evidence {
    padding-bottom: 36px;
  }

  body.dexell-page .pricing {
    padding-top: 36px;
  }

  body.dexell-page .dx-main > .sv-disclaimer {
    margin-top: 52px;
    margin-bottom: 60px;
  }
}

@media (max-width: 700px) {
  body.dexell-page .evidence {
    padding-bottom: 28px;
  }

  body.dexell-page .pricing {
    padding-top: 28px;
  }

  body.dexell-page .dx-main > .sv-disclaimer {
    margin-top: 40px;
    margin-bottom: 48px;
  }
}
