.elementor-8080 .elementor-element.elementor-element-cc4e154{--display:flex;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}/* Start custom CSS for html, class: .elementor-element-ef6402b */.dpref-pro {
  --dpref-pro-navy: #0b1220;
  --dpref-pro-navy-soft: #111b2d;
  --dpref-pro-navy-light: #17243a;
  --dpref-pro-purple: #231560;
  --dpref-pro-violet: #4b258c;
  --dpref-pro-orange: #ff6e18;
  --dpref-pro-red: #e62133;
  --dpref-pro-ice: #f5f7fb;
  --dpref-pro-white: #ffffff;
  --dpref-pro-ink: #101827;
  --dpref-pro-muted: #647086;
  --dpref-pro-line: rgba(35, 21, 96, 0.13);
  --dpref-pro-gradient: linear-gradient(120deg, var(--dpref-pro-orange), var(--dpref-pro-red) 48%, #a52b76 76%, var(--dpref-pro-violet));
  --dpref-pro-radius-sm: 14px;
  --dpref-pro-radius-md: 24px;
  --dpref-pro-radius-lg: 38px;
  --dpref-pro-shadow: 0 24px 70px rgba(8, 14, 27, 0.16);
  --dpref-pro-shadow-strong: 0 42px 120px rgba(3, 7, 18, 0.38);
  --dpref-pro-container: 1240px;

  position: relative;
  width: 100%;
  overflow: clip;
  background: var(--dpref-pro-ice);
  color: var(--dpref-pro-ink);
  font-family: Inter, -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif;
  line-height: 1.6;
  isolation: isolate;
}

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

.dpref-pro img {
  display: block;
  max-width: 100%;
}

.dpref-pro a {
  color: inherit;
  text-decoration: none;
}

.dpref-pro button,
.dpref-pro a {
  -webkit-tap-highlight-color: transparent;
}

.dpref-pro__container {
  position: relative;
  z-index: 2;
  width: min(calc(100% - 48px), var(--dpref-pro-container));
  margin-inline: auto;
}

.dpref-pro__noise {
  position: absolute;
  inset: 0;
  z-index: 40;
  opacity: 0.025;
  pointer-events: none;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 180 180' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.92' numOctaves='3' stitchTiles='stitchTiles'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.9'/%3E%3C/svg%3E");
}

.dpref-pro__reading-progress {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
  width: 100%;
  height: 3px;
  pointer-events: none;
}

.dpref-pro__reading-progress span {
  display: block;
  width: 100%;
  height: 100%;
  transform: scaleX(0);
  transform-origin: left center;
  background: var(--dpref-pro-gradient);
  box-shadow: 0 0 20px rgba(255, 110, 24, 0.45);
}

/* Reveal animations */
.dpref-pro [data-dpref-pro-reveal] {
  opacity: 0;
  transform: translateY(34px);
  transition:
    opacity 0.76s cubic-bezier(0.22, 1, 0.36, 1) var(--dpref-pro-delay, 0ms),
    transform 0.76s cubic-bezier(0.22, 1, 0.36, 1) var(--dpref-pro-delay, 0ms);
}

.dpref-pro [data-dpref-pro-reveal].is-visible {
  opacity: 1;
  transform: translateY(0);
}

/* Typography */
.dpref-pro h1,
.dpref-pro h2,
.dpref-pro h3,
.dpref-pro p,
.dpref-pro blockquote,
.dpref-pro figure,
.dpref-pro dl,
.dpref-pro dd,
.dpref-pro ul {
  margin: 0;
}

.dpref-pro h1,
.dpref-pro h2,
.dpref-pro h3 {
  line-height: 1.05;
  letter-spacing: -0.045em;
  text-wrap: balance;
}

.dpref-pro h1 {
  max-width: 820px;
  color: var(--dpref-pro-white);
  font-size: clamp(52px, 6.25vw, 94px);
  font-weight: 780;
}

.dpref-pro h1 span {
  display: block;
  padding-bottom: 0.08em;
  color: transparent;
  background: linear-gradient(100deg, #ffffff 0%, #cfc3ff 38%, #ffb37f 72%, #ff6f7a 100%);
  -webkit-background-clip: text;
  background-clip: text;
  font-family: Georgia, "Times New Roman", serif;
  font-style: italic;
  font-weight: 500;
  letter-spacing: -0.06em;
}

.dpref-pro h2 {
  max-width: 950px;
  padding-bottom: 0.07em;
  font-size: clamp(40px, 5vw, 72px);
  font-weight: 760;
}

.dpref-pro h2 em {
  color: var(--dpref-pro-violet);
  font-family: Georgia, "Times New Roman", serif;
  font-weight: 500;
}

.dpref-pro__section-heading--light h2 em,
.dpref-pro__cta h2 em {
  color: #ff9b62;
}

.dpref-pro__section-kicker,
.dpref-pro__cta-kicker {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 18px;
  color: var(--dpref-pro-violet);
  font-size: 12px;
  font-weight: 820;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.dpref-pro__section-kicker::before,
.dpref-pro__cta-kicker::before {
  content: "";
  width: 30px;
  height: 2px;
  background: var(--dpref-pro-gradient);
}

/* Buttons */
.dpref-pro__button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 14px;
  min-height: 58px;
  padding: 0 25px;
  border: 1px solid transparent;
  border-radius: 999px;
  font-size: 14px;
  font-weight: 780;
  letter-spacing: -0.01em;
  transition: transform 0.25s ease, background 0.25s ease, border-color 0.25s ease, color 0.25s ease, box-shadow 0.25s ease;
}

.dpref-pro__button span {
  font-size: 18px;
  transition: transform 0.25s ease;
}

.dpref-pro__button:hover {
  transform: translateY(-3px);
}

.dpref-pro__button:hover span {
  transform: translate(2px, -1px);
}

.dpref-pro__button--primary {
  position: relative;
  overflow: hidden;
  background: var(--dpref-pro-gradient);
  color: var(--dpref-pro-white);
  box-shadow: 0 18px 46px rgba(230, 33, 51, 0.26);
}

.dpref-pro__button--primary::before {
  content: "";
  position: absolute;
  inset: 0;
  transform: translateX(-110%);
  background: linear-gradient(100deg, transparent 25%, rgba(255,255,255,.28) 50%, transparent 75%);
  transition: transform 0.65s ease;
}

.dpref-pro__button--primary:hover::before {
  transform: translateX(110%);
}

.dpref-pro__button--ghost {
  border-color: rgba(255, 255, 255, 0.18);
  background: rgba(255, 255, 255, 0.055);
  color: var(--dpref-pro-white);
  backdrop-filter: blur(12px);
}

.dpref-pro__button--ghost:hover {
  border-color: rgba(255, 255, 255, 0.38);
  background: rgba(255, 255, 255, 0.11);
}

.dpref-pro__button--cream {
  min-height: 64px;
  padding-inline: 28px;
  background: var(--dpref-pro-white);
  color: var(--dpref-pro-purple);
  box-shadow: 0 20px 55px rgba(4, 7, 17, 0.24);
}

.dpref-pro__button--cream:hover {
  color: var(--dpref-pro-red);
  box-shadow: 0 24px 66px rgba(4, 7, 17, 0.32);
}

/* Hero */
.dpref-pro__hero {
  position: relative;
  min-height: min(960px, 100svh);
  display: flex;
  align-items: center;
  padding: 122px 0 98px;
  overflow: hidden;
  background:
    radial-gradient(circle at 82% 26%, rgba(75, 37, 140, 0.35), transparent 31%),
    radial-gradient(circle at 12% 88%, rgba(230, 33, 51, 0.16), transparent 34%),
    linear-gradient(135deg, #070b14 0%, var(--dpref-pro-navy) 48%, #11112d 100%);
  color: var(--dpref-pro-white);
}

.dpref-pro__hero::after {
  content: "";
  position: absolute;
  right: -12%;
  bottom: -18%;
  width: 72%;
  aspect-ratio: 1;
  border: 1px solid rgba(255,255,255,.04);
  border-radius: 50%;
  box-shadow: 0 0 0 90px rgba(255,255,255,.012), 0 0 0 180px rgba(255,255,255,.009);
}

.dpref-pro__hero-gridlines,
.dpref-pro__system-gridlines,
.dpref-pro__cta-grid {
  position: absolute;
  inset: 0;
  pointer-events: none;
  background-image:
    linear-gradient(rgba(255,255,255,.045) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,.045) 1px, transparent 1px);
  background-size: 72px 72px;
  mask-image: linear-gradient(to bottom, transparent 0%, black 18%, black 80%, transparent 100%);
  opacity: .62;
}

.dpref-pro__hero-orb {
  position: absolute;
  border-radius: 50%;
  filter: blur(14px);
  pointer-events: none;
}

.dpref-pro__hero-orb--violet {
  width: 460px;
  height: 460px;
  right: -170px;
  top: -120px;
  background: rgba(75, 37, 140, .22);
}

.dpref-pro__hero-orb--orange {
  width: 580px;
  height: 580px;
  left: 12%;
  bottom: -470px;
  background: rgba(255, 110, 24, .13);
}

.dpref-pro__hero-layout {
  display: grid;
  grid-template-columns: minmax(0, .94fr) minmax(500px, 1.06fr);
  align-items: center;
  gap: clamp(48px, 7vw, 104px);
}

.dpref-pro__hero-copy {
  position: relative;
  z-index: 4;
}

.dpref-pro__backlink {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 42px;
  color: rgba(255,255,255,.64);
  font-size: 13px;
  font-weight: 700;
  transition: color .25s ease, transform .25s ease;
}

.dpref-pro__backlink:hover {
  color: var(--dpref-pro-white);
  transform: translateX(-3px);
}

.dpref-pro__eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 20px;
  padding: 8px 13px;
  border: 1px solid rgba(255,255,255,.13);
  border-radius: 999px;
  background: rgba(255,255,255,.05);
  color: rgba(255,255,255,.76);
  font-size: 11px;
  font-weight: 780;
  letter-spacing: .13em;
  text-transform: uppercase;
  backdrop-filter: blur(10px);
}

.dpref-pro__eyebrow-dot {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--dpref-pro-orange);
  box-shadow: 0 0 0 5px rgba(255,110,24,.12), 0 0 18px rgba(255,110,24,.8);
}

.dpref-pro__hero-lead {
  max-width: 700px;
  margin-top: 28px;
  color: rgba(255,255,255,.68);
  font-size: clamp(16px, 1.45vw, 20px);
  line-height: 1.72;
}

.dpref-pro__hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 13px;
  margin-top: 34px;
}

.dpref-pro__hero-meta {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  margin-top: 50px;
  border-top: 1px solid rgba(255,255,255,.12);
}

.dpref-pro__hero-meta div {
  padding: 22px 18px 0 0;
}

.dpref-pro__hero-meta div + div {
  padding-left: 20px;
  border-left: 1px solid rgba(255,255,255,.1);
}

.dpref-pro__hero-meta strong,
.dpref-pro__hero-meta span {
  display: block;
}

.dpref-pro__hero-meta strong {
  color: var(--dpref-pro-white);
  font-size: 14px;
}

.dpref-pro__hero-meta span {
  margin-top: 3px;
  color: rgba(255,255,255,.46);
  font-size: 11px;
  letter-spacing: .06em;
  text-transform: uppercase;
}

.dpref-pro__hero-visual {
  position: relative;
  z-index: 3;
  min-height: 620px;
  display: grid;
  place-items: center;
  perspective: 1250px;
}

.dpref-pro__route-orbit {
  position: absolute;
  border: 1px solid rgba(255,255,255,.1);
  border-radius: 50%;
  pointer-events: none;
}

.dpref-pro__route-orbit::after {
  content: "";
  position: absolute;
  width: 9px;
  height: 9px;
  top: 12%;
  left: 18%;
  border-radius: 50%;
  background: var(--dpref-pro-orange);
  box-shadow: 0 0 18px rgba(255,110,24,.8);
}

.dpref-pro__route-orbit--one {
  width: 580px;
  height: 580px;
  transform: rotate(-22deg);
  animation: dpref-pro-orbit 24s linear infinite;
}

.dpref-pro__route-orbit--two {
  width: 440px;
  height: 440px;
  border-style: dashed;
  opacity: .62;
  animation: dpref-pro-orbit-reverse 30s linear infinite;
}

.dpref-pro__browser {
  --dpref-pro-rotate-x: 0deg;
  --dpref-pro-rotate-y: 0deg;
  --dpref-pro-shift-x: 0px;
  --dpref-pro-shift-y: 0px;
  position: relative;
  z-index: 2;
  width: min(100%, 660px);
  overflow: hidden;
  border: 1px solid rgba(255,255,255,.16);
  border-radius: 25px;
  background: #0d1320;
  box-shadow: var(--dpref-pro-shadow-strong), 0 0 0 1px rgba(255,255,255,.04) inset;
  transform: translate3d(var(--dpref-pro-shift-x), var(--dpref-pro-shift-y), 0) rotateX(var(--dpref-pro-rotate-x)) rotateY(var(--dpref-pro-rotate-y)) rotateZ(1.2deg);
  transform-style: preserve-3d;
  transition: transform .18s ease-out;
}

.dpref-pro__browser::after {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  pointer-events: none;
  box-shadow: inset 0 0 0 1px rgba(255,255,255,.04);
}

.dpref-pro__browser-topbar {
  height: 48px;
  display: grid;
  grid-template-columns: 70px 1fr 70px;
  align-items: center;
  gap: 12px;
  padding: 0 15px;
  border-bottom: 1px solid rgba(255,255,255,.08);
  background: #111827;
}

.dpref-pro__browser-dots {
  display: flex;
  gap: 6px;
}

.dpref-pro__browser-dots span {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: rgba(255,255,255,.25);
}

.dpref-pro__browser-dots span:first-child { background: #e05f6b; }
.dpref-pro__browser-dots span:nth-child(2) { background: #e8a257; }
.dpref-pro__browser-dots span:nth-child(3) { background: #74ad8a; }

.dpref-pro__browser-url {
  justify-self: center;
  min-width: 210px;
  padding: 7px 16px;
  border: 1px solid rgba(255,255,255,.07);
  border-radius: 999px;
  background: rgba(255,255,255,.04);
  color: rgba(255,255,255,.48);
  font-size: 10px;
  text-align: center;
}

.dpref-pro__browser-url i {
  display: inline-block;
  width: 5px;
  height: 5px;
  margin-right: 5px;
  border-radius: 50%;
  background: #5fc68b;
  box-shadow: 0 0 8px rgba(95,198,139,.5);
}

.dpref-pro__browser-lang {
  justify-self: end;
  color: rgba(255,255,255,.38);
  font-size: 9px;
  font-weight: 800;
  letter-spacing: .08em;
}

.dpref-pro__site-preview {
  position: relative;
  min-height: 450px;
  overflow: hidden;
  background: #070b12;
}

.dpref-pro__site-photo,
.dpref-pro__site-overlay {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

.dpref-pro__site-photo {
  object-fit: cover;
  object-position: center;
  filter: saturate(.88) contrast(1.07) brightness(.78);
  transform: scale(1.025);
}

.dpref-pro__site-overlay {
  background:
    linear-gradient(90deg, rgba(5,8,15,.91) 0%, rgba(5,8,15,.46) 48%, rgba(5,8,15,.16) 78%),
    linear-gradient(0deg, rgba(5,8,15,.7), transparent 48%);
}

.dpref-pro__site-nav {
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  right: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 20px 24px;
  color: var(--dpref-pro-white);
  font-size: 9px;
  letter-spacing: .08em;
}

.dpref-pro__site-brand {
  display: flex;
  align-items: center;
  gap: 8px;
}

.dpref-pro__site-brand > span {
  width: 27px;
  height: 27px;
  display: grid;
  place-items: center;
  border-radius: 8px 8px 8px 2px;
  background: var(--dpref-pro-gradient);
  font-size: 15px;
  font-weight: 900;
}

.dpref-pro__site-brand b {
  font-size: 10px;
  letter-spacing: .16em;
}

.dpref-pro__site-links {
  display: flex;
  gap: 18px;
  color: rgba(255,255,255,.62);
}

.dpref-pro__site-nav > i {
  display: none;
  font-style: normal;
}

.dpref-pro__site-copy {
  position: absolute;
  z-index: 2;
  left: 8%;
  top: 50%;
  width: 72%;
  transform: translateY(-42%);
  color: var(--dpref-pro-white);
}

.dpref-pro__site-kicker {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: rgba(255,255,255,.62);
  font-size: 9px;
  font-weight: 800;
  letter-spacing: .14em;
  text-transform: uppercase;
}

.dpref-pro__site-kicker::before {
  content: "";
  width: 22px;
  height: 2px;
  background: var(--dpref-pro-orange);
}

.dpref-pro__site-copy > strong {
  display: block;
  max-width: 480px;
  margin-top: 16px;
  padding-bottom: .08em;
  font-size: clamp(32px, 4.1vw, 56px);
  line-height: .98;
  letter-spacing: -.06em;
}

.dpref-pro__site-button {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  margin-top: 24px;
  padding: 11px 15px;
  border-radius: 999px;
  background: var(--dpref-pro-white);
  color: var(--dpref-pro-purple);
  font-size: 10px;
  font-weight: 800;
}

.dpref-pro__site-button i {
  font-style: normal;
}

.dpref-pro__site-progress {
  position: absolute;
  z-index: 2;
  right: 26px;
  bottom: 25px;
  display: flex;
  align-items: center;
  gap: 9px;
  color: rgba(255,255,255,.48);
  font-size: 8px;
  font-weight: 800;
}

.dpref-pro__site-progress > i {
  width: 84px;
  height: 2px;
  overflow: hidden;
  background: rgba(255,255,255,.18);
}

.dpref-pro__site-progress b {
  display: block;
  width: 36%;
  height: 100%;
  background: var(--dpref-pro-orange);
}

.dpref-pro__floating-card {
  position: absolute;
  z-index: 5;
  display: flex;
  align-items: center;
  gap: 13px;
  padding: 15px 18px;
  border: 1px solid rgba(255,255,255,.16);
  border-radius: 17px;
  background: rgba(12,18,32,.82);
  color: var(--dpref-pro-white);
  box-shadow: 0 22px 55px rgba(3,7,18,.35);
  backdrop-filter: blur(18px);
  animation: dpref-pro-float 5.4s ease-in-out infinite;
}

.dpref-pro__floating-card--experience {
  left: -42px;
  top: 22%;
}

.dpref-pro__floating-card--reach {
  right: -24px;
  bottom: 16%;
  animation-delay: -2.2s;
}

.dpref-pro__floating-card small,
.dpref-pro__floating-card strong {
  display: block;
}

.dpref-pro__floating-card small {
  color: rgba(255,255,255,.5);
  font-size: 9px;
  font-weight: 800;
  letter-spacing: .11em;
  text-transform: uppercase;
}

.dpref-pro__floating-card strong {
  margin-top: 2px;
  font-size: 12px;
}

.dpref-pro__floating-number {
  color: #ff8b49;
  font-size: 27px;
  font-weight: 860;
  letter-spacing: -.05em;
}

.dpref-pro__globe-icon {
  width: 38px;
  height: 38px;
  display: grid;
  place-items: center;
  border: 1px solid rgba(255,255,255,.15);
  border-radius: 50%;
  color: #bca8ff;
  font-size: 23px;
}

.dpref-pro__scroll-cue {
  position: absolute;
  z-index: 3;
  left: 50%;
  bottom: 24px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
  transform: translateX(-50%);
  color: rgba(255,255,255,.42);
  font-size: 8px;
  font-weight: 800;
  letter-spacing: .17em;
  text-transform: uppercase;
}

.dpref-pro__scroll-cue i {
  position: relative;
  width: 1px;
  height: 26px;
  overflow: hidden;
  background: rgba(255,255,255,.15);
}

.dpref-pro__scroll-cue i::after {
  content: "";
  position: absolute;
  inset: 0;
  background: var(--dpref-pro-orange);
  transform: translateY(-100%);
  animation: dpref-pro-scroll-cue 1.8s ease-in-out infinite;
}

/* Ribbon */
.dpref-pro__ribbon {
  position: relative;
  z-index: 4;
  overflow: hidden;
  border-top: 1px solid rgba(255,255,255,.09);
  border-bottom: 1px solid rgba(255,255,255,.09);
  background: var(--dpref-pro-purple);
  color: var(--dpref-pro-white);
}

.dpref-pro__ribbon-track {
  display: flex;
  width: max-content;
  animation: dpref-pro-marquee 31s linear infinite;
}

.dpref-pro__ribbon-group {
  display: flex;
  align-items: center;
  flex-shrink: 0;
  padding: 17px 0;
}

.dpref-pro__ribbon span {
  padding-inline: 22px;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .12em;
  text-transform: uppercase;
  white-space: nowrap;
}

.dpref-pro__ribbon i {
  color: var(--dpref-pro-orange);
  font-family: Georgia, serif;
  font-size: 18px;
  font-style: normal;
}

/* Shared heading */
.dpref-pro__section-heading {
  display: grid;
  grid-template-columns: 70px 1fr;
  gap: 24px;
  margin-bottom: 68px;
}

.dpref-pro__section-number {
  width: 52px;
  height: 52px;
  display: grid;
  place-items: center;
  border: 1px solid var(--dpref-pro-line);
  border-radius: 50%;
  color: var(--dpref-pro-violet);
  font-size: 12px;
  font-weight: 820;
}

.dpref-pro__section-heading--light {
  color: var(--dpref-pro-white);
}

.dpref-pro__section-heading--light .dpref-pro__section-number {
  border-color: rgba(255,255,255,.16);
  color: #ff9b62;
}

.dpref-pro__section-heading--light .dpref-pro__section-kicker {
  color: #ff9b62;
}

/* Overview */
.dpref-pro__overview {
  position: relative;
  padding: 130px 0 122px;
  background:
    radial-gradient(circle at 90% 8%, rgba(75,37,140,.07), transparent 28%),
    var(--dpref-pro-white);
}

.dpref-pro__overview-grid {
  display: grid;
  grid-template-columns: 1.14fr .86fr;
  gap: clamp(48px, 8vw, 112px);
  align-items: start;
}

.dpref-pro__overview-story {
  display: grid;
  gap: 24px;
  color: #3e4a5d;
  font-size: clamp(17px, 1.45vw, 20px);
  line-height: 1.82;
}

.dpref-pro__dropcap::first-letter {
  float: left;
  margin: .11em .13em 0 0;
  color: var(--dpref-pro-purple);
  font-family: Georgia, serif;
  font-size: 4.35em;
  line-height: .72;
}

.dpref-pro__project-card {
  position: relative;
  padding: 30px;
  overflow: hidden;
  border: 1px solid var(--dpref-pro-line);
  border-radius: var(--dpref-pro-radius-md);
  background: #f8f9fd;
  box-shadow: 0 18px 55px rgba(14,24,43,.07);
}

.dpref-pro__project-card::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  height: 4px;
  background: var(--dpref-pro-gradient);
}

.dpref-pro__project-card-label {
  display: block;
  margin-bottom: 12px;
  color: var(--dpref-pro-violet);
  font-size: 10px;
  font-weight: 820;
  letter-spacing: .16em;
  text-transform: uppercase;
}

.dpref-pro__project-card dl div {
  display: grid;
  grid-template-columns: 96px 1fr;
  gap: 18px;
  padding: 15px 0;
  border-bottom: 1px solid rgba(35,21,96,.09);
}

.dpref-pro__project-card dl div:last-child { border-bottom: 0; }

.dpref-pro__project-card dt {
  color: var(--dpref-pro-muted);
  font-size: 11px;
  font-weight: 720;
  text-transform: uppercase;
}

.dpref-pro__project-card dd {
  color: var(--dpref-pro-ink);
  font-size: 14px;
  font-weight: 720;
}

.dpref-pro__scope-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 14px;
  margin-top: 78px;
}

.dpref-pro__scope-card {
  position: relative;
  min-height: 230px;
  padding: 25px;
  overflow: hidden;
  border: 1px solid var(--dpref-pro-line);
  border-radius: 21px;
  background: #fafbfe;
  transition: transform .28s ease, border-color .28s ease, box-shadow .28s ease;
}

.dpref-pro__scope-card::after {
  content: "";
  position: absolute;
  right: -42px;
  bottom: -48px;
  width: 120px;
  height: 120px;
  border: 1px solid rgba(75,37,140,.09);
  border-radius: 50%;
  box-shadow: 0 0 0 20px rgba(75,37,140,.025);
}

.dpref-pro__scope-card:hover {
  transform: translateY(-6px);
  border-color: rgba(75,37,140,.28);
  box-shadow: 0 22px 54px rgba(14,24,43,.1);
}

.dpref-pro__scope-card > span {
  width: 34px;
  height: 34px;
  display: grid;
  place-items: center;
  border-radius: 10px;
  background: rgba(75,37,140,.07);
  color: var(--dpref-pro-violet);
  font-size: 10px;
  font-weight: 850;
}

.dpref-pro__scope-card h3 {
  margin-top: 28px;
  font-size: 20px;
  font-weight: 760;
}

.dpref-pro__scope-card p {
  margin-top: 13px;
  color: var(--dpref-pro-muted);
  font-size: 13px;
  line-height: 1.65;
}

/* Design system */
.dpref-pro__design {
  position: relative;
  padding: 130px 0;
  overflow: hidden;
  background:
    radial-gradient(circle at 12% 18%, rgba(255,110,24,.12), transparent 26%),
    radial-gradient(circle at 88% 70%, rgba(75,37,140,.22), transparent 31%),
    linear-gradient(135deg, #090e19, #11192a 55%, #171132);
  color: var(--dpref-pro-white);
}

.dpref-pro__design::before {
  content: "";
  position: absolute;
  inset: 0;
  opacity: .18;
  background-image: radial-gradient(rgba(255,255,255,.22) .7px, transparent .7px);
  background-size: 12px 12px;
  mask-image: linear-gradient(90deg, black, transparent 70%);
}

.dpref-pro__design-bg-text {
  position: absolute;
  right: -4%;
  top: 42%;
  color: transparent;
  -webkit-text-stroke: 1px rgba(255,255,255,.045);
  font-size: clamp(86px, 12vw, 190px);
  font-weight: 900;
  line-height: .82;
  letter-spacing: -.07em;
  transform: rotate(-7deg);
  white-space: nowrap;
}

.dpref-pro__design-grid {
  display: grid;
  grid-template-columns: 1.25fr .75fr;
  gap: 18px;
}

.dpref-pro__palette-card,
.dpref-pro__type-card,
.dpref-pro__principles {
  position: relative;
  overflow: hidden;
  border: 1px solid rgba(255,255,255,.1);
  border-radius: var(--dpref-pro-radius-md);
  background: rgba(255,255,255,.045);
  backdrop-filter: blur(12px);
}

.dpref-pro__palette-card {
  padding: 28px;
}

.dpref-pro__palette-head {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 20px;
  margin-bottom: 24px;
}

.dpref-pro__palette-head span,
.dpref-pro__type-label {
  color: rgba(255,255,255,.45);
  font-size: 10px;
  font-weight: 800;
  letter-spacing: .14em;
  text-transform: uppercase;
}

.dpref-pro__palette-head strong {
  font-size: 14px;
}

.dpref-pro__swatches {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 10px;
}

.dpref-pro__swatch {
  min-height: 230px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 18px;
  border-radius: 16px;
  box-shadow: inset 0 0 0 1px rgba(255,255,255,.08);
  transition: transform .28s ease;
}

.dpref-pro__swatch:hover { transform: translateY(-5px); }
.dpref-pro__swatch span { font-size: 10px; font-weight: 800; letter-spacing: .08em; opacity: .62; }
.dpref-pro__swatch strong { margin-top: 3px; font-size: 12px; }
.dpref-pro__swatch--purple { background: var(--dpref-pro-purple); }
.dpref-pro__swatch--violet { background: var(--dpref-pro-violet); }
.dpref-pro__swatch--orange { background: var(--dpref-pro-orange); }
.dpref-pro__swatch--red { background: var(--dpref-pro-red); }

.dpref-pro__type-card {
  min-height: 350px;
  padding: 32px;
  background:
    linear-gradient(rgba(255,255,255,.045), rgba(255,255,255,.045)),
    radial-gradient(circle at 90% 10%, rgba(255,110,24,.12), transparent 40%);
}

.dpref-pro__type-display {
  margin-top: 55px;
  color: var(--dpref-pro-white);
  font-size: clamp(38px, 4.2vw, 58px);
  font-weight: 780;
  line-height: .95;
  letter-spacing: -.06em;
}

.dpref-pro__type-outline {
  margin-top: 6px;
  color: transparent;
  -webkit-text-stroke: 1px rgba(255,255,255,.42);
  font-size: clamp(26px, 3vw, 42px);
  font-weight: 850;
  line-height: 1;
  letter-spacing: -.04em;
}

.dpref-pro__type-card p {
  max-width: 420px;
  margin-top: 38px;
  color: rgba(255,255,255,.53);
  font-size: 13px;
  line-height: 1.75;
}

.dpref-pro__principles {
  grid-column: 1 / -1;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
}

.dpref-pro__principles article {
  display: flex;
  align-items: flex-start;
  gap: 16px;
  min-height: 155px;
  padding: 30px;
  border-right: 1px solid rgba(255,255,255,.09);
}

.dpref-pro__principles article:last-child { border-right: 0; }

.dpref-pro__principles article > span {
  flex: 0 0 42px;
  width: 42px;
  height: 42px;
  display: grid;
  place-items: center;
  border: 1px solid rgba(255,255,255,.12);
  border-radius: 13px;
  color: #ff9b62;
  font-size: 20px;
}

.dpref-pro__principles h3 {
  color: var(--dpref-pro-white);
  font-size: 20px;
}

.dpref-pro__principles p {
  margin-top: 8px;
  color: rgba(255,255,255,.48);
  font-size: 12px;
  line-height: 1.65;
}

/* Interactive experience */
.dpref-pro__experience {
  padding: 132px 0;
  background: var(--dpref-pro-white);
}

.dpref-pro__feature-layout {
  display: grid;
  grid-template-columns: .82fr 1.18fr;
  gap: clamp(42px, 7vw, 92px);
  align-items: start;
}

.dpref-pro__feature-copy {
  display: grid;
}

.dpref-pro__feature-item {
  position: relative;
  display: grid;
  grid-template-columns: 42px 1fr;
  gap: 18px;
  padding: 23px 10px 23px 0;
  border-top: 1px solid var(--dpref-pro-line);
  cursor: pointer;
  outline: 0;
  transition: padding-left .28s ease, background .28s ease;
}

.dpref-pro__feature-item:last-child { border-bottom: 1px solid var(--dpref-pro-line); }

.dpref-pro__feature-item::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -1px;
  width: 0;
  height: 2px;
  background: var(--dpref-pro-gradient);
  transition: width .35s ease;
}

.dpref-pro__feature-item:hover,
.dpref-pro__feature-item.is-active,
.dpref-pro__feature-item:focus-visible {
  padding-left: 13px;
  background: linear-gradient(90deg, rgba(75,37,140,.045), transparent 78%);
}

.dpref-pro__feature-item.is-active::after,
.dpref-pro__feature-item:focus-visible::after { width: 100%; }

.dpref-pro__feature-item > span {
  color: rgba(75,37,140,.38);
  font-size: 11px;
  font-weight: 850;
}

.dpref-pro__feature-item h3 {
  color: #657085;
  font-size: 21px;
  font-weight: 750;
  transition: color .25s ease;
}

.dpref-pro__feature-item p {
  max-height: 0;
  margin-top: 0;
  overflow: hidden;
  color: var(--dpref-pro-muted);
  font-size: 13px;
  line-height: 1.65;
  opacity: 0;
  transition: max-height .35s ease, margin-top .35s ease, opacity .3s ease;
}

.dpref-pro__feature-item.is-active h3,
.dpref-pro__feature-item:focus-visible h3 { color: var(--dpref-pro-purple); }

.dpref-pro__feature-item.is-active p,
.dpref-pro__feature-item:focus-visible p {
  max-height: 150px;
  margin-top: 9px;
  opacity: 1;
}

.dpref-pro__feature-item.is-active > span { color: var(--dpref-pro-orange); }

.dpref-pro__feature-stage {
  position: sticky;
  top: 110px;
  min-height: 590px;
  overflow: hidden;
  border: 1px solid rgba(35,21,96,.12);
  border-radius: 30px;
  background:
    radial-gradient(circle at 80% 20%, rgba(75,37,140,.16), transparent 30%),
    linear-gradient(145deg, #0b101b, #121c2f 60%, #17102c);
  box-shadow: var(--dpref-pro-shadow);
}

.dpref-pro__feature-stage::before {
  content: "";
  position: absolute;
  inset: 0;
  opacity: .24;
  pointer-events: none;
  background-image:
    linear-gradient(rgba(255,255,255,.04) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,.04) 1px, transparent 1px);
  background-size: 48px 48px;
}

.dpref-pro__feature-panel {
  position: absolute;
  inset: 0;
  display: grid;
  place-items: center;
  padding: 34px;
  opacity: 0;
  visibility: hidden;
  transform: translateY(18px) scale(.985);
  transition: opacity .38s ease, visibility .38s ease, transform .38s ease;
}

.dpref-pro__feature-panel.is-active {
  opacity: 1;
  visibility: visible;
  transform: translateY(0) scale(1);
}

.dpref-pro__mini-browser,
.dpref-pro__architecture-demo,
.dpref-pro__references-demo,
.dpref-pro__quote-demo,
.dpref-pro__sustainability-demo {
  position: relative;
  z-index: 2;
  width: min(100%, 680px);
  overflow: hidden;
  border: 1px solid rgba(255,255,255,.13);
  border-radius: 19px;
  background: rgba(8,12,21,.94);
  box-shadow: 0 30px 70px rgba(0,0,0,.35);
}

.dpref-pro__mini-bar {
  height: 40px;
  display: flex;
  align-items: center;
  gap: 6px;
  padding: 0 13px;
  border-bottom: 1px solid rgba(255,255,255,.08);
  background: #121927;
}

.dpref-pro__mini-bar i {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: rgba(255,255,255,.22);
}

.dpref-pro__mini-bar span {
  margin-left: auto;
  margin-right: auto;
  color: rgba(255,255,255,.3);
  font-size: 8px;
  letter-spacing: .08em;
}

.dpref-pro__mini-hero {
  position: relative;
  min-height: 400px;
  overflow: hidden;
}

.dpref-pro__mini-hero::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(4,7,13,.88), rgba(4,7,13,.34) 60%, rgba(4,7,13,.08));
}

.dpref-pro__mini-hero img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: brightness(.78) saturate(.88);
}

.dpref-pro__mini-hero > div {
  position: absolute;
  z-index: 2;
  left: 7%;
  top: 48%;
  width: 66%;
  transform: translateY(-50%);
  color: var(--dpref-pro-white);
}

.dpref-pro__mini-hero small {
  color: #ff9b62;
  font-size: 8px;
  font-weight: 850;
  letter-spacing: .14em;
  text-transform: uppercase;
}

.dpref-pro__mini-hero strong {
  display: block;
  max-width: 420px;
  margin-top: 12px;
  padding-bottom: .08em;
  font-size: clamp(34px, 5vw, 56px);
  line-height: .96;
  letter-spacing: -.06em;
}

.dpref-pro__mini-hero > div > span {
  display: inline-block;
  margin-top: 24px;
  color: rgba(255,255,255,.53);
  font-size: 9px;
  font-weight: 800;
  letter-spacing: .14em;
  text-transform: uppercase;
}

.dpref-pro__mini-hero aside {
  position: absolute;
  z-index: 3;
  right: 7%;
  bottom: 7%;
  display: flex;
  align-items: center;
  gap: 7px;
  color: rgba(255,255,255,.48);
  font-size: 8px;
}

.dpref-pro__mini-hero aside i {
  width: 68px;
  height: 2px;
  background: rgba(255,255,255,.18);
}

.dpref-pro__mini-hero aside em {
  display: block;
  width: 38%;
  height: 100%;
  background: var(--dpref-pro-orange);
}

.dpref-pro__demo-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 56px;
  padding: 0 22px;
  border-bottom: 1px solid rgba(255,255,255,.09);
  color: rgba(255,255,255,.48);
  font-size: 9px;
  font-weight: 800;
  letter-spacing: .13em;
}

.dpref-pro__demo-head b { color: #ff9b62; }

.dpref-pro__architecture-columns {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}

.dpref-pro__architecture-columns section {
  min-height: 390px;
  padding: 35px;
  color: var(--dpref-pro-white);
}

.dpref-pro__architecture-columns section + section {
  border-left: 1px solid rgba(255,255,255,.09);
  background: rgba(75,37,140,.12);
}

.dpref-pro__architecture-columns small {
  color: rgba(255,255,255,.38);
  font-size: 8px;
  font-weight: 800;
  letter-spacing: .13em;
}

.dpref-pro__architecture-columns strong {
  display: block;
  margin-top: 9px;
  font-size: 34px;
  letter-spacing: -.05em;
}

.dpref-pro__architecture-columns ul {
  list-style: none;
  padding: 0;
  margin-top: 30px;
}

.dpref-pro__architecture-columns li {
  position: relative;
  padding: 16px 32px 16px 0;
  border-top: 1px solid rgba(255,255,255,.1);
  color: rgba(255,255,255,.7);
  font-size: 12px;
}

.dpref-pro__architecture-columns li::after {
  content: "↗";
  position: absolute;
  right: 0;
  color: #ff9b62;
}

.dpref-pro__logo-stream {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  padding: 24px;
  gap: 10px;
}

.dpref-pro__logo-stream span {
  min-height: 104px;
  display: grid;
  place-items: center;
  padding: 12px;
  border: 1px solid rgba(255,255,255,.1);
  border-radius: 12px;
  background: rgba(255,255,255,.045);
  color: rgba(255,255,255,.75);
  font-size: 10px;
  font-weight: 850;
  letter-spacing: .04em;
  text-align: center;
}

.dpref-pro__process-line {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 0 25px 26px;
  color: rgba(255,255,255,.5);
  font-size: 8px;
  text-transform: uppercase;
}

.dpref-pro__process-line i {
  flex: 1;
  height: 1px;
  background: linear-gradient(90deg, var(--dpref-pro-violet), var(--dpref-pro-orange));
}

.dpref-pro__quote-demo-grid {
  display: grid;
  grid-template-columns: .85fr 1.15fr;
  min-height: 420px;
}

.dpref-pro__quote-route {
  padding: 36px;
  background: linear-gradient(145deg, var(--dpref-pro-purple), #2f196d 62%, #59267b);
  color: var(--dpref-pro-white);
}

.dpref-pro__quote-route > span {
  color: #ff9b62;
  font-size: 11px;
  font-weight: 850;
}

.dpref-pro__quote-route strong {
  display: block;
  margin-top: 55px;
  font-size: 32px;
  line-height: 1;
  letter-spacing: -.05em;
}

.dpref-pro__quote-route p {
  margin-top: 15px;
  color: rgba(255,255,255,.6);
  font-size: 12px;
  line-height: 1.6;
}

.dpref-pro__quote-route div {
  display: flex;
  gap: 7px;
  margin-top: 80px;
}

.dpref-pro__quote-route div i {
  width: 34px;
  height: 34px;
  display: grid;
  place-items: center;
  border: 1px solid rgba(255,255,255,.2);
  border-radius: 50%;
  font-size: 9px;
  font-style: normal;
  font-weight: 800;
}

.dpref-pro__form-lines {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 32px;
  color: rgba(255,255,255,.55);
}

.dpref-pro__form-lines label {
  margin-top: 14px;
  font-size: 8px;
  font-weight: 800;
  letter-spacing: .1em;
  text-transform: uppercase;
}

.dpref-pro__form-lines > i {
  display: block;
  height: 35px;
  border-bottom: 1px solid rgba(255,255,255,.16);
}

.dpref-pro__form-lines > i.is-large { height: 58px; }

.dpref-pro__form-lines button {
  align-self: flex-start;
  margin-top: 26px;
  padding: 13px 17px;
  border: 0;
  border-radius: 999px;
  background: var(--dpref-pro-gradient);
  color: var(--dpref-pro-white);
  font: inherit;
  font-size: 9px;
  font-weight: 820;
}

.dpref-pro__sustainability-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 10px;
  padding: 28px;
}

.dpref-pro__sustainability-grid article {
  position: relative;
  min-height: 155px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 20px;
  overflow: hidden;
  border: 1px solid rgba(255,255,255,.1);
  border-radius: 14px;
  background: rgba(255,255,255,.045);
  color: var(--dpref-pro-white);
}

.dpref-pro__sustainability-grid article span {
  color: #ff9b62;
  font-size: 9px;
  font-weight: 850;
}

.dpref-pro__sustainability-grid article strong { font-size: 15px; }

.dpref-pro__sustainability-grid article i {
  position: absolute;
  right: -26px;
  top: -26px;
  width: 86px;
  height: 86px;
  border: 1px solid rgba(255,255,255,.07);
  border-radius: 50%;
}

.dpref-pro__sustainability-demo > p {
  padding: 0 28px 26px;
  color: rgba(255,255,255,.44);
  font-family: Georgia, serif;
  font-size: 15px;
  font-style: italic;
}

/* Showcase */
.dpref-pro__showcase {
  padding: 132px 0;
  background: #eef1f7;
}

.dpref-pro__showcase-intro {
  display: grid;
  grid-template-columns: 1.15fr .85fr;
  gap: 70px;
  align-items: end;
  margin-bottom: 58px;
}

.dpref-pro__showcase-intro .dpref-pro__section-kicker {
  grid-column: 1 / -1;
  margin-bottom: -38px;
}

.dpref-pro__showcase-intro h2 { font-size: clamp(38px, 4.6vw, 66px); }

.dpref-pro__showcase-intro p {
  color: var(--dpref-pro-muted);
  font-size: 15px;
  line-height: 1.8;
}

.dpref-pro__screen-grid {
  display: grid;
  grid-template-columns: 1.2fr .8fr;
  grid-auto-rows: 390px;
  gap: 16px;
}

.dpref-pro__screen {
  position: relative;
  overflow: hidden;
  border-radius: 24px;
  background: var(--dpref-pro-navy);
  box-shadow: 0 20px 60px rgba(10,18,32,.14);
}

.dpref-pro__screen::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background: linear-gradient(to top, rgba(5,8,15,.78), transparent 46%);
}

.dpref-pro__screen img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: saturate(.9) brightness(.76);
  transition: transform .7s cubic-bezier(.22,1,.36,1), filter .7s ease;
}

.dpref-pro__screen--hero img {
  object-position: center;
}

.dpref-pro__screen:hover img {
  transform: scale(1.045);
  filter: saturate(1) brightness(.82);
}

.dpref-pro__screen figcaption {
  position: absolute;
  z-index: 3;
  left: 24px;
  right: 24px;
  bottom: 22px;
  display: flex;
  align-items: center;
  gap: 13px;
  color: var(--dpref-pro-white);
}

.dpref-pro__screen figcaption > span {
  width: 37px;
  height: 37px;
  display: grid;
  place-items: center;
  border: 1px solid rgba(255,255,255,.18);
  border-radius: 50%;
  color: #ff9b62;
  font-size: 9px;
  font-weight: 850;
}

.dpref-pro__screen figcaption strong,
.dpref-pro__screen figcaption small { display: block; }
.dpref-pro__screen figcaption strong { font-size: 14px; }
.dpref-pro__screen figcaption small { margin-top: 2px; color: rgba(255,255,255,.48); font-size: 10px; }

.dpref-pro__screen--map { background: #12162d; }
.dpref-pro__screen--map img { object-position: center; }

.dpref-pro__screen--services {
  background:
    radial-gradient(circle at 90% 10%, rgba(255,110,24,.18), transparent 26%),
    linear-gradient(135deg, #090e19, #15112e);
}

.dpref-pro__screen--services::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(255,255,255,.04) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,.04) 1px, transparent 1px);
  background-size: 48px 48px;
}

.dpref-pro__screen-ui {
  position: relative;
  z-index: 2;
  padding: 42px;
  color: var(--dpref-pro-white);
}

.dpref-pro__screen-ui small {
  color: #ff9b62;
  font-size: 9px;
  font-weight: 850;
  letter-spacing: .15em;
}

.dpref-pro__screen-ui > strong {
  display: block;
  max-width: 520px;
  margin-top: 22px;
  font-size: clamp(34px, 4.5vw, 58px);
  line-height: .94;
  letter-spacing: -.06em;
}

.dpref-pro__screen-ui > div {
  display: flex;
  flex-wrap: wrap;
  gap: 7px;
  margin-top: 28px;
}

.dpref-pro__screen-ui > div span {
  padding: 8px 11px;
  border: 1px solid rgba(255,255,255,.13);
  border-radius: 999px;
  color: rgba(255,255,255,.54);
  font-size: 8px;
  text-transform: uppercase;
}

.dpref-pro__screen--language {
  background:
    radial-gradient(circle at 50% 100%, rgba(75,37,140,.35), transparent 45%),
    #0b101b;
}

.dpref-pro__screen-language {
  position: relative;
  z-index: 2;
  min-height: 290px;
  display: grid;
  grid-template-columns: 1fr 48px 1fr;
  align-items: center;
  gap: 16px;
  padding: 35px;
  color: var(--dpref-pro-white);
}

.dpref-pro__screen-language > div { min-width: 0; }

.dpref-pro__screen-language span {
  display: inline-flex;
  width: 35px;
  height: 35px;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(255,255,255,.16);
  border-radius: 50%;
  color: #ff9b62;
  font-size: 9px;
  font-weight: 850;
}

.dpref-pro__screen-language strong {
  display: block;
  margin-top: 18px;
  font-size: clamp(21px, 2.4vw, 32px);
  line-height: 1.05;
  letter-spacing: -.05em;
}

.dpref-pro__screen-language > i {
  color: rgba(255,255,255,.32);
  font-size: 23px;
  font-style: normal;
  text-align: center;
}

/* System */
.dpref-pro__system {
  position: relative;
  padding: 132px 0;
  overflow: hidden;
  background:
    radial-gradient(circle at 18% 72%, rgba(75,37,140,.23), transparent 30%),
    linear-gradient(135deg, #080d17, #101929 56%, #15102b);
  color: var(--dpref-pro-white);
}

.dpref-pro__system-gridlines { opacity: .48; }

.dpref-pro__system-layout {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: clamp(54px, 8vw, 110px);
  align-items: center;
}

.dpref-pro__sitemap {
  position: relative;
  min-height: 590px;
}

.dpref-pro__sitemap::before,
.dpref-pro__sitemap::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  border: 1px solid rgba(255,255,255,.085);
  border-radius: 50%;
  transform: translate(-50%, -50%);
}

.dpref-pro__sitemap::before { width: 390px; height: 390px; }
.dpref-pro__sitemap::after { width: 520px; height: 520px; border-style: dashed; }

.dpref-pro__sitemap-radar {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 520px;
  height: 520px;
  border-radius: 50%;
  transform: translate(-50%,-50%);
  overflow: hidden;
  opacity: .65;
}

.dpref-pro__sitemap-radar i:first-child {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 50%;
  height: 50%;
  transform-origin: left top;
  background: conic-gradient(from 0deg at 0 0, rgba(255,110,24,.18), transparent 25deg);
  animation: dpref-pro-radar 12s linear infinite;
}

.dpref-pro__sitemap-center {
  position: absolute;
  z-index: 3;
  left: 50%;
  top: 50%;
  width: 180px;
  height: 180px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(255,255,255,.16);
  border-radius: 50%;
  background: rgba(12,18,32,.91);
  box-shadow: 0 0 70px rgba(75,37,140,.34);
  transform: translate(-50%, -50%);
}

.dpref-pro__sitemap-center > span {
  width: 48px;
  height: 48px;
  display: grid;
  place-items: center;
  border-radius: 14px 14px 14px 4px;
  background: var(--dpref-pro-gradient);
  font-size: 26px;
  font-weight: 900;
}

.dpref-pro__sitemap-center strong {
  margin-top: 12px;
  font-size: 13px;
  letter-spacing: .13em;
}

.dpref-pro__sitemap-center small {
  margin-top: 2px;
  color: rgba(255,255,255,.38);
  font-size: 8px;
  letter-spacing: .1em;
  text-transform: uppercase;
}

.dpref-pro__sitemap-node {
  position: absolute;
  z-index: 3;
  min-width: 132px;
  padding: 12px 15px;
  border: 1px solid rgba(255,255,255,.12);
  border-radius: 12px;
  background: rgba(13,19,33,.87);
  color: rgba(255,255,255,.72);
  box-shadow: 0 16px 38px rgba(0,0,0,.22);
  font-size: 10px;
  font-weight: 730;
  backdrop-filter: blur(12px);
}

.dpref-pro__sitemap-node span {
  margin-right: 7px;
  color: #ff9b62;
  font-size: 8px;
  font-weight: 850;
}

.dpref-pro__sitemap-node--one { left: 50%; top: 2%; transform: translateX(-50%); }
.dpref-pro__sitemap-node--two { right: 0; top: 23%; }
.dpref-pro__sitemap-node--three { right: -2%; bottom: 20%; }
.dpref-pro__sitemap-node--four { left: 50%; bottom: 0; transform: translateX(-50%); }
.dpref-pro__sitemap-node--five { left: -2%; bottom: 20%; }
.dpref-pro__sitemap-node--six { left: 0; top: 23%; }

.dpref-pro__deliverables {
  display: grid;
  gap: 0;
}

.dpref-pro__deliverables article {
  display: grid;
  grid-template-columns: 42px 1fr;
  gap: 16px;
  padding: 19px 0;
  border-top: 1px solid rgba(255,255,255,.1);
}

.dpref-pro__deliverables article:last-child { border-bottom: 1px solid rgba(255,255,255,.1); }

.dpref-pro__deliverables article > span {
  width: 33px;
  height: 33px;
  display: grid;
  place-items: center;
  border: 1px solid rgba(255,110,24,.32);
  border-radius: 50%;
  color: #ff9b62;
  font-size: 12px;
}

.dpref-pro__deliverables h3 {
  color: var(--dpref-pro-white);
  font-size: 16px;
  letter-spacing: -.02em;
}

.dpref-pro__deliverables p {
  margin-top: 7px;
  color: rgba(255,255,255,.46);
  font-size: 12px;
  line-height: 1.62;
}

/* Project principle quote */
.dpref-pro__quote {
  position: relative;
  padding: 118px 0;
  overflow: hidden;
  background: var(--dpref-pro-purple);
  color: var(--dpref-pro-white);
}

.dpref-pro__quote::before {
  content: "PROLOCATE";
  position: absolute;
  left: -1%;
  bottom: -12%;
  color: transparent;
  -webkit-text-stroke: 1px rgba(255,255,255,.06);
  font-size: clamp(100px, 18vw, 270px);
  font-weight: 900;
  line-height: .85;
  letter-spacing: -.08em;
}

.dpref-pro__quote-orbit {
  position: absolute;
  right: 6%;
  top: 18%;
  width: 210px;
  height: 210px;
  border: 1px solid rgba(255,255,255,.08);
  border-radius: 50%;
  background: transparent;
}

.dpref-pro__quote-orbit span,
.dpref-pro__quote-orbit b {
  position: absolute;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: var(--dpref-pro-orange);
  box-shadow: 0 0 20px rgba(255,110,24,.7);
}

.dpref-pro__quote-orbit span { left: -5px; top: 50%; }
.dpref-pro__quote-orbit b { right: -5px; top: 50%; }

.dpref-pro__quote blockquote {
  position: relative;
  z-index: 2;
  max-width: 980px;
}

.dpref-pro__quote-kicker {
  display: block;
  margin-bottom: 20px;
  color: #ff9b62;
  font-size: 10px;
  font-weight: 850;
  letter-spacing: .16em;
  text-transform: uppercase;
}

.dpref-pro__quote blockquote > p {
  padding-bottom: .09em;
  font-size: clamp(48px, 7vw, 94px);
  font-weight: 760;
  line-height: .98;
  letter-spacing: -.06em;
}

.dpref-pro__quote blockquote > p em {
  color: #ff9b62;
  font-family: Georgia, serif;
  font-weight: 500;
}

.dpref-pro__quote blockquote footer {
  display: flex;
  align-items: center;
  gap: 14px;
  margin-top: 35px;
}

.dpref-pro__quote blockquote footer > span {
  width: 44px;
  height: 1px;
  background: rgba(255,255,255,.32);
}

.dpref-pro__quote footer strong,
.dpref-pro__quote footer small { display: block; }
.dpref-pro__quote footer strong { font-size: 12px; }
.dpref-pro__quote footer small { margin-top: 3px; color: rgba(255,255,255,.45); font-size: 10px; }

/* Outcome */
.dpref-pro__outcome {
  padding: 132px 0;
  background: var(--dpref-pro-white);
}

.dpref-pro__outcome-grid {
  display: grid;
  grid-template-columns: 1.04fr .96fr;
  gap: clamp(54px, 9vw, 122px);
  align-items: center;
}

.dpref-pro__outcome-copy h2 {
  font-size: clamp(42px, 5.1vw, 70px);
}

.dpref-pro__outcome-copy p {
  max-width: 700px;
  margin-top: 26px;
  color: var(--dpref-pro-muted);
  font-size: 16px;
  line-height: 1.8;
}

.dpref-pro__text-link {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin-top: 31px;
  padding-bottom: 4px;
  border-bottom: 1px solid rgba(75,37,140,.28);
  color: var(--dpref-pro-purple);
  font-size: 13px;
  font-weight: 800;
}

.dpref-pro__text-link span { transition: transform .25s ease; }
.dpref-pro__text-link:hover span { transform: translate(3px,-2px); }

.dpref-pro__outcome-stats {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 12px;
}

.dpref-pro__outcome-stats article {
  min-height: 180px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 24px;
  border: 1px solid var(--dpref-pro-line);
  border-radius: 20px;
  background: #f8f9fd;
}

.dpref-pro__outcome-stats strong {
  color: var(--dpref-pro-purple);
  font-size: clamp(42px, 5vw, 68px);
  line-height: .9;
  letter-spacing: -.07em;
}

.dpref-pro__outcome-stats small {
  margin-top: 13px;
  color: var(--dpref-pro-muted);
  font-size: 11px;
  line-height: 1.45;
}

/* CTA */
.dpref-pro__cta {
  position: relative;
  padding: 82px 0;
  overflow: hidden;
  background:
    radial-gradient(circle at 88% 20%, rgba(255,110,24,.18), transparent 28%),
    linear-gradient(135deg, #090e19, var(--dpref-pro-purple));
  color: var(--dpref-pro-white);
}

.dpref-pro__cta-grid { opacity: .35; }

.dpref-pro__cta-glow {
  position: absolute;
  width: 540px;
  height: 540px;
  right: -220px;
  bottom: -340px;
  border-radius: 50%;
  background: rgba(230,33,51,.18);
  filter: blur(12px);
}

.dpref-pro__cta-inner {
  position: relative;
  display: grid;
  grid-template-columns: 1.2fr .8fr;
  gap: 60px;
  align-items: end;
  padding: clamp(38px, 5vw, 68px);
  overflow: hidden;
  border: 1px solid rgba(255,255,255,.12);
  border-radius: var(--dpref-pro-radius-lg);
  background: rgba(255,255,255,.055);
  box-shadow: 0 38px 100px rgba(3,7,18,.27);
  backdrop-filter: blur(14px);
}

.dpref-pro__cta-inner::after {
  content: "→";
  position: absolute;
  right: 3%;
  top: -26%;
  color: rgba(255,255,255,.035);
  font-size: 300px;
  font-weight: 200;
  line-height: 1;
}

.dpref-pro__cta-kicker { color: #ff9b62; }

.dpref-pro__cta h2 {
  max-width: 780px;
  color: var(--dpref-pro-white);
  font-size: clamp(40px, 5vw, 68px);
}

.dpref-pro__cta p {
  max-width: 700px;
  margin-top: 24px;
  color: rgba(255,255,255,.58);
  font-size: 15px;
  line-height: 1.75;
}

.dpref-pro__cta-actions {
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 23px;
}

.dpref-pro__cta-contact {
  display: inline-flex;
  flex-direction: column;
  padding-left: 17px;
  border-left: 2px solid var(--dpref-pro-orange);
}

.dpref-pro__cta-contact small {
  color: rgba(255,255,255,.42);
  font-size: 9px;
  font-weight: 800;
  letter-spacing: .12em;
  text-transform: uppercase;
}

.dpref-pro__cta-contact strong { margin-top: 3px; font-size: 16px; }

/* Animations */
@keyframes dpref-pro-orbit { to { transform: rotate(338deg); } }
@keyframes dpref-pro-orbit-reverse { to { transform: rotate(-360deg); } }
@keyframes dpref-pro-float { 0%,100% { transform: translateY(0); } 50% { transform: translateY(-10px); } }
@keyframes dpref-pro-scroll-cue { 0% { transform: translateY(-100%); } 50%,100% { transform: translateY(100%); } }
@keyframes dpref-pro-marquee { to { transform: translateX(-50%); } }
@keyframes dpref-pro-radar { to { transform: rotate(360deg); } }

/* Tablet */
@media (max-width: 1120px) {
  .dpref-pro__hero { min-height: auto; padding: 120px 0 105px; }
  .dpref-pro__hero-layout { grid-template-columns: 1fr; gap: 72px; }
  .dpref-pro__hero-copy { max-width: 840px; }
  .dpref-pro__hero-visual { width: min(100%, 760px); margin-inline: auto; }
  .dpref-pro__scope-grid { grid-template-columns: repeat(2, 1fr); }
  .dpref-pro__showcase-intro { gap: 44px; }
  .dpref-pro__system-layout { grid-template-columns: .95fr 1.05fr; gap: 54px; }
  .dpref-pro__sitemap { transform: scale(.9); transform-origin: center; }
}

@media (max-width: 920px) {
  .dpref-pro__overview-grid,
  .dpref-pro__feature-layout,
  .dpref-pro__system-layout,
  .dpref-pro__outcome-grid,
  .dpref-pro__cta-inner { grid-template-columns: 1fr; }

  .dpref-pro__design-grid { grid-template-columns: 1fr; }
  .dpref-pro__principles { grid-column: auto; }
  .dpref-pro__palette-card { grid-column: auto; }
  .dpref-pro__feature-stage { position: relative; top: auto; min-height: 580px; }
  .dpref-pro__feature-layout { gap: 45px; }
  .dpref-pro__showcase-intro { grid-template-columns: 1fr; gap: 23px; }
  .dpref-pro__showcase-intro .dpref-pro__section-kicker { grid-column: auto; margin-bottom: 0; }
  .dpref-pro__screen-grid { grid-template-columns: 1fr; grid-auto-rows: 410px; }
  .dpref-pro__system-layout { gap: 35px; }
  .dpref-pro__sitemap { width: min(100%, 620px); margin-inline: auto; transform: none; }
  .dpref-pro__deliverables { max-width: 760px; }
  .dpref-pro__outcome-stats { max-width: 680px; }
  .dpref-pro__cta-actions { align-items: flex-start; }
}

/* Mobile */
@media (max-width: 700px) {
  .dpref-pro__container { width: min(calc(100% - 30px), var(--dpref-pro-container)); }
  .dpref-pro__reading-progress { display: none; }

  .dpref-pro h1 { font-size: clamp(43px, 13.5vw, 68px); line-height: 1; }
  .dpref-pro h2 { font-size: clamp(35px, 10.8vw, 52px); line-height: 1.06; }

  .dpref-pro__hero { padding: 94px 0 76px; }
  .dpref-pro__hero-layout { gap: 54px; }
  .dpref-pro__backlink { margin-bottom: 30px; }
  .dpref-pro__eyebrow { max-width: 100%; font-size: 9px; letter-spacing: .1em; }
  .dpref-pro__hero-lead { margin-top: 22px; font-size: 15px; line-height: 1.68; }
  .dpref-pro__hero-actions { display: grid; grid-template-columns: 1fr; }
  .dpref-pro__button { width: 100%; }

  .dpref-pro__hero-meta { grid-template-columns: 1fr; margin-top: 38px; }
  .dpref-pro__hero-meta div { display: grid; grid-template-columns: 100px 1fr; gap: 12px; padding: 13px 0; border-bottom: 1px solid rgba(255,255,255,.09); }
  .dpref-pro__hero-meta div + div { padding-left: 0; border-left: 0; }
  .dpref-pro__hero-meta span { margin: 0; text-align: right; }

  .dpref-pro__hero-visual { min-height: 430px; }
  .dpref-pro__route-orbit--one { width: 390px; height: 390px; }
  .dpref-pro__route-orbit--two { width: 300px; height: 300px; }
  .dpref-pro__browser { border-radius: 18px; transform: none !important; }
  .dpref-pro__browser-topbar { height: 38px; grid-template-columns: 48px 1fr 46px; padding: 0 10px; }
  .dpref-pro__browser-dots span { width: 6px; height: 6px; }
  .dpref-pro__browser-url { min-width: 0; width: 100%; padding: 5px 7px; font-size: 8px; }
  .dpref-pro__browser-lang { font-size: 7px; }
  .dpref-pro__site-preview { min-height: 330px; }
  .dpref-pro__site-nav { padding: 15px; }
  .dpref-pro__site-brand > span { width: 23px; height: 23px; font-size: 12px; }
  .dpref-pro__site-brand b { font-size: 8px; }
  .dpref-pro__site-links { display: none; }
  .dpref-pro__site-nav > i { display: block; font-size: 7px; }
  .dpref-pro__site-copy { left: 7%; width: 82%; }
  .dpref-pro__site-copy > strong { font-size: clamp(30px, 10vw, 43px); }
  .dpref-pro__site-progress { right: 16px; bottom: 15px; }
  .dpref-pro__site-progress > i { width: 48px; }
  .dpref-pro__floating-card { padding: 11px 13px; border-radius: 13px; }
  .dpref-pro__floating-card--experience { left: -3px; top: 14%; }
  .dpref-pro__floating-card--reach { right: -3px; bottom: 7%; }
  .dpref-pro__floating-card--reach strong { max-width: 150px; }
  .dpref-pro__floating-number { font-size: 21px; }
  .dpref-pro__globe-icon { width: 31px; height: 31px; font-size: 18px; }
  .dpref-pro__floating-card small { font-size: 7px; }
  .dpref-pro__floating-card strong { font-size: 9px; }
  .dpref-pro__scroll-cue { display: none; }

  .dpref-pro__ribbon span { padding-inline: 16px; font-size: 10px; }

  .dpref-pro__overview,
  .dpref-pro__design,
  .dpref-pro__experience,
  .dpref-pro__showcase,
  .dpref-pro__system,
  .dpref-pro__outcome { padding: 88px 0; }

  .dpref-pro__section-heading { grid-template-columns: 1fr; gap: 17px; margin-bottom: 45px; }
  .dpref-pro__section-number { width: 43px; height: 43px; }
  .dpref-pro__overview-grid { gap: 38px; }
  .dpref-pro__overview-story { font-size: 16px; line-height: 1.75; }
  .dpref-pro__project-card { padding: 23px; }
  .dpref-pro__project-card dl div { grid-template-columns: 78px 1fr; gap: 12px; }
  .dpref-pro__scope-grid { grid-template-columns: 1fr; margin-top: 48px; }
  .dpref-pro__scope-card { min-height: 0; }

  .dpref-pro__design-bg-text { display: none; }
  .dpref-pro__palette-card { padding: 19px; }
  .dpref-pro__palette-head { display: grid; gap: 5px; }
  .dpref-pro__swatches { grid-template-columns: repeat(2, 1fr); }
  .dpref-pro__swatch { min-height: 150px; padding: 14px; }
  .dpref-pro__type-card { min-height: 0; padding: 25px; }
  .dpref-pro__type-display { margin-top: 36px; }
  .dpref-pro__type-card p { margin-top: 28px; }
  .dpref-pro__principles { grid-template-columns: 1fr; }
  .dpref-pro__principles article { min-height: 0; padding: 24px; border-right: 0; border-bottom: 1px solid rgba(255,255,255,.09); }
  .dpref-pro__principles article:last-child { border-bottom: 0; }

  .dpref-pro__feature-item { grid-template-columns: 33px 1fr; gap: 12px; padding: 19px 4px 19px 0; }
  .dpref-pro__feature-item h3 { font-size: 19px; }
  .dpref-pro__feature-stage { min-height: 515px; border-radius: 22px; }
  .dpref-pro__feature-panel { padding: 15px; }
  .dpref-pro__mini-browser,
  .dpref-pro__architecture-demo,
  .dpref-pro__references-demo,
  .dpref-pro__quote-demo,
  .dpref-pro__sustainability-demo { border-radius: 15px; }
  .dpref-pro__mini-hero { min-height: 420px; }
  .dpref-pro__mini-hero > div { left: 7%; width: 80%; }
  .dpref-pro__mini-hero strong { font-size: clamp(34px, 10vw, 48px); }
  .dpref-pro__architecture-columns { grid-template-columns: 1fr; }
  .dpref-pro__architecture-columns section { min-height: 0; padding: 21px; }
  .dpref-pro__architecture-columns section + section { border-left: 0; border-top: 1px solid rgba(255,255,255,.09); }
  .dpref-pro__architecture-columns strong { font-size: 25px; }
  .dpref-pro__architecture-columns ul { margin-top: 14px; }
  .dpref-pro__architecture-columns li { padding-block: 9px; }
  .dpref-pro__logo-stream { grid-template-columns: repeat(2, 1fr); padding: 15px; }
  .dpref-pro__logo-stream span { min-height: 72px; font-size: 8px; }
  .dpref-pro__process-line { flex-wrap: wrap; padding: 0 15px 18px; }
  .dpref-pro__process-line i { min-width: 20px; }
  .dpref-pro__quote-demo-grid { grid-template-columns: 1fr; }
  .dpref-pro__quote-route { padding: 22px; }
  .dpref-pro__quote-route strong { margin-top: 20px; font-size: 25px; }
  .dpref-pro__quote-route div { margin-top: 22px; }
  .dpref-pro__form-lines { padding: 20px; }
  .dpref-pro__sustainability-grid { padding: 16px; }
  .dpref-pro__sustainability-grid article { min-height: 125px; padding: 15px; }

  .dpref-pro__showcase-intro { margin-bottom: 38px; }
  .dpref-pro__showcase-intro p { font-size: 14px; }
  .dpref-pro__screen-grid { grid-auto-rows: 330px; }
  .dpref-pro__screen { border-radius: 18px; }
  .dpref-pro__screen-ui { padding: 28px; }
  .dpref-pro__screen-ui > strong { font-size: 38px; }
  .dpref-pro__screen-language { grid-template-columns: 1fr; align-content: center; padding: 27px; }
  .dpref-pro__screen-language > i { transform: rotate(90deg); }

  .dpref-pro__sitemap { min-height: 470px; transform: scale(.82); transform-origin: center; }
  .dpref-pro__sitemap::before { width: 310px; height: 310px; }
  .dpref-pro__sitemap::after,
  .dpref-pro__sitemap-radar { width: 420px; height: 420px; }
  .dpref-pro__sitemap-center { width: 140px; height: 140px; }
  .dpref-pro__sitemap-center > span { width: 42px; height: 42px; }
  .dpref-pro__sitemap-node { min-width: 112px; padding: 10px 11px; font-size: 8px; }
  .dpref-pro__sitemap-node--two { right: -9%; }
  .dpref-pro__sitemap-node--three { right: -10%; }
  .dpref-pro__sitemap-node--five { left: -10%; }
  .dpref-pro__sitemap-node--six { left: -9%; }
  .dpref-pro__deliverables article { grid-template-columns: 38px 1fr; gap: 11px; }

  .dpref-pro__quote { padding: 82px 0; }
  .dpref-pro__quote-orbit { display: none; }
  .dpref-pro__quote blockquote > p { font-size: clamp(42px, 13vw, 64px); }

  .dpref-pro__outcome-grid { gap: 46px; }
  .dpref-pro__outcome-stats { grid-template-columns: 1fr 1fr; }
  .dpref-pro__outcome-stats article { min-height: 145px; padding: 19px; }

  .dpref-pro__cta { padding: 45px 0; }
  .dpref-pro__cta-inner { gap: 40px; padding: 30px 23px; border-radius: 24px; }
  .dpref-pro__cta h2 { font-size: clamp(37px, 10.8vw, 52px); }
  .dpref-pro__cta-actions { width: 100%; }
}

@media (max-width: 420px) {
  .dpref-pro__hero-meta div { grid-template-columns: 88px 1fr; }
  .dpref-pro__floating-card--reach { max-width: 205px; }
  .dpref-pro__swatches { grid-template-columns: 1fr 1fr; }
  .dpref-pro__swatch { min-height: 130px; }
  .dpref-pro__feature-stage { min-height: 535px; }
  .dpref-pro__demo-head { padding: 0 15px; font-size: 7px; }
  .dpref-pro__screen-grid { grid-auto-rows: 310px; }
  .dpref-pro__sitemap { left: 50%; width: 112%; transform: translateX(-50%) scale(.76); }
  .dpref-pro__outcome-stats { grid-template-columns: 1fr; }
  .dpref-pro__outcome-stats article { min-height: 125px; }
}

/* Accessibility and reduced motion */
.dpref-pro a:focus-visible,
.dpref-pro [role="tab"]:focus-visible {
  outline: 3px solid rgba(255,110,24,.65);
  outline-offset: 4px;
}

@media (prefers-reduced-motion: reduce) {
  .dpref-pro *,
  .dpref-pro *::before,
  .dpref-pro *::after {
    scroll-behavior: auto !important;
    animation-duration: .01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: .01ms !important;
  }

  .dpref-pro [data-dpref-pro-reveal] {
    opacity: 1;
    transform: none;
  }

  .dpref-pro__ribbon-track { animation: none; }
}/* End custom CSS */