:root {
  --wpdx-ink: #080a0f;
  --wpdx-ink-soft: #10141c;
  --wpdx-panel: #151a24;
  --wpdx-paper: #f4f1e9;
  --wpdx-white: #fffdf8;
  --wpdx-text: #3d4553;
  --wpdx-muted: #747d8e;
  --wpdx-line: rgba(12, 16, 24, .13);
  --wpdx-line-dark: rgba(255, 255, 255, .13);
  --wpdx-orange: #f05b37;
  --wpdx-cyan: #62d9ff;
  --wpdx-violet: #9169ff;
  --wpdx-lime: #c8f36d;
  --wpdx-radius: 26px;
  --wpdx-shadow: 0 28px 90px rgba(8, 10, 15, .14);
}

html { scroll-behavior: smooth; }
body.winspage-digital-experience {
  margin: 0;
  overflow-x: hidden;
  color: var(--wpdx-text);
  background: var(--wpdx-white);
  font-family: Inter, Arial, sans-serif;
  -webkit-font-smoothing: antialiased;
}

.winspage-digital-experience *,
.winspage-digital-experience *::before,
.winspage-digital-experience *::after { box-sizing: border-box; }
.winspage-digital-experience ::selection { color: #fff; background: var(--wpdx-orange); }
.winspage-digital-experience h1,
.winspage-digital-experience h2,
.winspage-digital-experience h3,
.winspage-digital-experience h4 {
  margin-top: 0;
  color: var(--wpdx-ink);
  font-family: "Space Grotesk", Inter, sans-serif;
  letter-spacing: -.045em;
}
.winspage-digital-experience p { line-height: 1.72; }
.winspage-digital-experience a { color: inherit; }

/* Header */
.elementor-location-header {
  position: sticky;
  z-index: 999;
  top: 0;
  background: rgba(8, 10, 15, .88);
  border-bottom: 1px solid rgba(255,255,255,.08);
  backdrop-filter: blur(18px) saturate(145%);
  -webkit-backdrop-filter: blur(18px) saturate(145%);
}
.admin-bar .elementor-location-header { top: 32px; }
.wpdx-header { padding: 13px 28px; background: transparent; }
.wpdx-header > .elementor-container { align-items: center; max-width: 1320px !important; }
.wpdx-header .elementor-column { min-height: 0; }
.wpdx-wordmark {
  display: inline-flex;
  align-items: center;
  gap: 11px;
  color: #fff;
  font: 700 17px/1 "Space Grotesk", sans-serif;
  letter-spacing: .08em;
  text-decoration: none !important;
}
.wpdx-wordmark small {
  display: block;
  margin-top: 4px;
  color: rgba(255,255,255,.56);
  font: 600 8px/1 Inter, sans-serif;
  letter-spacing: .36em;
}
.wpdx-brand-symbol {
  display: grid;
  width: 37px;
  height: 37px;
  place-items: center;
  border: 1px solid rgba(255,255,255,.2);
  border-radius: 12px;
  background: linear-gradient(145deg, var(--wpdx-orange), #a92c17);
  box-shadow: 0 9px 24px rgba(240, 91, 55, .28);
  font-size: 18px;
  letter-spacing: -.08em;
}
.wpdx-header .elementor-nav-menu--main .elementor-item {
  padding: 12px 14px !important;
  color: rgba(255,255,255,.72) !important;
  font: 600 13px/1 Inter, sans-serif;
}
.wpdx-header .elementor-nav-menu--main .elementor-item:hover,
.wpdx-header .elementor-nav-menu--main .elementor-item.elementor-item-active { color: #fff !important; }
.wpdx-header .elementor-menu-toggle { margin-left: auto; border: 0; outline: 0; color: #fff; background: rgba(255,255,255,.08); }
.wpdx-header .elementor-menu-toggle svg { fill: #fff !important; }
.wpdx-header .elementor-menu-toggle:focus-visible { box-shadow: 0 0 0 2px var(--wpdx-cyan); }
.wpdx-header-cta .elementor-button {
  float: right;
  padding: 13px 19px;
  border-radius: 999px;
  color: #fff;
  background: var(--wpdx-orange);
  font: 700 12px/1 Inter, sans-serif;
}

/* Elementor layout primitives */
.winspage-page { position: relative; padding: 118px 28px; }
.winspage-page > .elementor-container { position: relative; z-index: 2; width: 100%; max-width: 1240px !important; }
.winspage-page .elementor-widget { margin-bottom: 0; }
.winspage-page .elementor-widget:not(:last-child) { margin-bottom: 0; }
.wpdx-eyebrow {
  display: flex;
  align-items: center;
  gap: 11px;
  margin-bottom: 24px;
  color: var(--wpdx-orange);
  font: 700 11px/1 Inter, sans-serif;
  letter-spacing: .16em;
  text-transform: uppercase;
}
.wpdx-eyebrow > span { width: 30px; height: 1px; background: currentColor; }
.wpdx-section-title .elementor-heading-title,
.wpdx-section-title {
  max-width: 900px;
  margin: 0;
  font-size: clamp(42px, 5.2vw, 75px);
  line-height: .98;
}
.wpdx-section-copy { max-width: 720px; margin-top: 28px !important; }
.wpdx-section-copy p { margin: 0; color: var(--wpdx-muted); font-size: clamp(17px, 1.7vw, 21px); }

/* Hero */
.wpdx-hero,
.wpdx-page-hero {
  overflow: hidden;
  color: #fff;
  background:
    radial-gradient(circle at 77% 23%, rgba(98, 217, 255, .14), transparent 27%),
    radial-gradient(circle at 60% 80%, rgba(145, 105, 255, .12), transparent 30%),
    var(--wpdx-ink);
}
.wpdx-hero { min-height: 800px; padding-top: 110px; padding-bottom: 100px; }
.wpdx-page-hero { min-height: 570px; padding-top: 135px; }
.wpdx-hero::before,
.wpdx-page-hero::before {
  position: absolute;
  z-index: 0;
  inset: 0;
  background-image: linear-gradient(rgba(255,255,255,.026) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.026) 1px, transparent 1px);
  background-size: 70px 70px;
  content: "";
  mask-image: linear-gradient(to bottom, #000, transparent 90%);
}
.wpdx-hero > .elementor-container { min-height: 570px; align-items: center; }
.wpdx-page-hero > .elementor-container { align-items: center; }
.wpdx-hero .wpdx-left { padding-right: clamp(15px, 4vw, 65px); }
.wpdx-hero .wpdx-right { perspective: 1100px; }
.wpdx-hero .wpdx-eyebrow,
.wpdx-page-hero .wpdx-eyebrow { color: var(--wpdx-cyan); }
.wpdx-hero-title .elementor-heading-title,
.wpdx-hero-title {
  margin: 0;
  color: #fff !important;
  font-size: clamp(54px, 6.9vw, 102px);
  line-height: .91;
  letter-spacing: -.065em;
}
.wpdx-page-hero .wpdx-hero-title .elementor-heading-title { max-width: 1050px; font-size: clamp(56px, 7vw, 102px); }
.wpdx-hero-title span { color: transparent; background: linear-gradient(95deg, #fff 10%, #a9e8ff 50%, #a98fff 92%); -webkit-background-clip: text; background-clip: text; }
.wpdx-hero-copy { max-width: 700px; margin-top: 28px !important; }
.wpdx-hero-copy p { margin: 0; color: rgba(255,255,255,.67); font-size: clamp(17px, 1.5vw, 21px); }
.wpdx-hero-image { position: relative; z-index: 2; }
.wpdx-hero-image::before {
  position: absolute;
  z-index: -1;
  inset: 8% 7%;
  border-radius: 50%;
  background: rgba(98,217,255,.2);
  filter: blur(70px);
  content: "";
}
.wpdx-hero-image img {
  width: 118%;
  max-width: none !important;
  margin-left: -4%;
  border-radius: 32px;
  box-shadow: 0 45px 110px rgba(0,0,0,.42);
  transform: rotateY(-4deg) rotateX(2deg);
  transition: transform .25s ease-out;
}
.wpdx-hero-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 36px; }
.wpdx-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 52px;
  padding: 0 22px;
  border: 1px solid var(--wpdx-line);
  border-radius: 999px;
  font-size: 13px;
  font-weight: 700;
  text-decoration: none !important;
  transition: transform .25s ease, color .25s ease, background .25s ease, border-color .25s ease;
}
.wpdx-btn:hover { transform: translateY(-2px); }
.wpdx-btn.is-primary { border-color: var(--wpdx-orange); color: #fff; background: var(--wpdx-orange); box-shadow: 0 18px 36px rgba(240,91,55,.22); }
.wpdx-btn.is-primary:hover { background: #ff6c48; }
.wpdx-btn.is-ghost { color: var(--wpdx-ink); background: transparent; }
.wpdx-hero .wpdx-btn.is-ghost,
.wpdx-page-hero .wpdx-btn.is-ghost,
.wpdx-proof-section .wpdx-btn.is-ghost { border-color: rgba(255,255,255,.22); color: #fff; }
.wpdx-proof-pills { display: flex; flex-wrap: wrap; gap: 7px; margin-top: 28px; }
.wpdx-proof-pills span,
.wpdx-tags span {
  padding: 8px 11px;
  border: 1px solid rgba(255,255,255,.12);
  border-radius: 999px;
  color: rgba(255,255,255,.58);
  font-size: 10px;
  font-weight: 600;
  letter-spacing: .04em;
}
.wpdx-constellation { position: absolute; z-index: 1; inset: 0; width: 100%; height: 100%; pointer-events: none; opacity: .48; }

/* Proof strip + stats */
.wpdx-proof-strip { overflow: hidden; padding: 24px 0; color: #fff; background: var(--wpdx-orange); }
.wpdx-proof-strip > .elementor-container { max-width: none !important; }
.wpdx-marquee { display: flex; justify-content: center; gap: clamp(24px, 5vw, 80px); min-width: max-content; color: rgba(255,255,255,.82); font: 700 clamp(13px, 1.4vw, 18px)/1 "Space Grotesk", sans-serif; letter-spacing: .08em; text-transform: uppercase; }
.wpdx-marquee span::before { margin-right: clamp(24px, 5vw, 80px); color: rgba(255,255,255,.42); content: "✦"; }
.wpdx-logo-marquee {
  width: 100%;
  overflow: hidden;
  -webkit-mask-image: linear-gradient(90deg, transparent, #000 4%, #000 96%, transparent);
  mask-image: linear-gradient(90deg, transparent, #000 4%, #000 96%, transparent);
}
.wpdx-logo-track {
  display: flex;
  width: max-content;
  will-change: transform;
  animation: wpdx-logo-scroll 34s linear infinite;
}
.wpdx-logo-sequence {
  display: flex;
  align-items: center;
  gap: clamp(38px, 5vw, 74px);
  padding-right: clamp(38px, 5vw, 74px);
}
.wpdx-logo-item {
  display: flex;
  flex: 0 0 auto;
  align-items: center;
  justify-content: center;
  width: clamp(112px, 12vw, 168px);
  height: 58px;
  color: #0a3658;
  text-decoration: none !important;
  transition: opacity .25s ease, transform .25s ease;
}
.wpdx-logo-item:hover { opacity: .72; transform: translateY(-2px); }
.wpdx-logo-item img { display: block; max-width: 100%; max-height: 52px; width: auto; height: auto; object-fit: contain; }
.wpdx-logo-fallback { font: 700 clamp(15px, 1.5vw, 19px)/1 "Space Grotesk", sans-serif; letter-spacing: .07em; text-transform: uppercase; white-space: nowrap; }
.wpdx-logo-marquee:hover .wpdx-logo-track { animation-play-state: paused; }
@keyframes wpdx-logo-scroll { to { transform: translateX(-50%); } }
.wpdx-stats-section { padding-top: 56px; padding-bottom: 56px; background: var(--wpdx-paper); }
.wpdx-stats { display: grid; grid-template-columns: repeat(4, 1fr); }
.wpdx-stat { min-height: 136px; padding: 24px 30px; border-right: 1px solid var(--wpdx-line); }
.wpdx-stat:last-child { border-right: 0; }
.wpdx-stat strong { display: block; color: var(--wpdx-ink); font: 700 clamp(40px, 5vw, 68px)/1 "Space Grotesk", sans-serif; letter-spacing: -.06em; }
.wpdx-stat span { display: block; margin-top: 12px; color: var(--wpdx-muted); font-size: 12px; font-weight: 600; }

/* Feature and service grids */
.wpdx-intro-section { background: var(--wpdx-white); }
.wpdx-feature-grid,
.wpdx-capability-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; margin-top: 58px; }
.wpdx-feature-card,
.wpdx-capability-grid article {
  min-height: 300px;
  padding: clamp(26px, 3vw, 40px);
  border: 1px solid var(--wpdx-line);
  border-radius: var(--wpdx-radius);
  background: rgba(255,255,255,.64);
  transition: transform .35s ease, box-shadow .35s ease, border-color .35s ease;
}
.wpdx-feature-card:hover,
.wpdx-capability-grid article:hover { transform: translateY(-8px); border-color: rgba(240,91,55,.38); box-shadow: var(--wpdx-shadow); }
.wpdx-feature-card > span,
.wpdx-capability-grid article > span { color: var(--wpdx-orange); font: 700 12px/1 Inter, sans-serif; }
.wpdx-feature-card h3,
.wpdx-capability-grid h3 { margin: 82px 0 15px; font-size: clamp(25px, 2.2vw, 34px); line-height: 1.02; }
.wpdx-feature-card p,
.wpdx-capability-grid p { margin: 0; color: var(--wpdx-muted); font-size: 14px; }
.wpdx-services-section { color: #fff; background: var(--wpdx-ink); }
.wpdx-services-section h2,
.wpdx-services-section h3 { color: #fff; }
.wpdx-services-section .wpdx-section-copy p { color: rgba(255,255,255,.58); }
.wpdx-services-section .wpdx-eyebrow { color: var(--wpdx-cyan); }
.wpdx-services-section .wpdx-capability-grid article { border-color: var(--wpdx-line-dark); background: rgba(255,255,255,.035); }
.wpdx-services-section .wpdx-capability-grid article:hover { border-color: rgba(98,217,255,.4); background: rgba(255,255,255,.065); }
.wpdx-services-section .wpdx-capability-grid p { color: rgba(255,255,255,.56); }
.wpdx-service-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 15px; margin-top: 58px; }
.wpdx-service-card {
  position: relative;
  overflow: hidden;
  min-height: 500px;
  padding: 34px;
  border: 1px solid var(--wpdx-line-dark);
  border-radius: var(--wpdx-radius);
  background: rgba(255,255,255,.035);
  text-decoration: none !important;
  transition: transform .4s ease, border-color .4s ease, background .4s ease;
}
.wpdx-service-card:hover { transform: translateY(-10px); border-color: rgba(255,255,255,.3); background: rgba(255,255,255,.065); }
.wpdx-service-no { color: rgba(255,255,255,.45); font: 700 11px/1 Inter, sans-serif; }
.wpdx-service-card h3 { position: relative; z-index: 2; margin: 220px 0 15px; font-size: clamp(29px, 2.8vw, 42px); line-height: .98; }
.wpdx-service-card p { position: relative; z-index: 2; margin: 0 0 24px; color: rgba(255,255,255,.56); font-size: 14px; }
.wpdx-service-card strong { position: relative; z-index: 2; color: #fff; font-size: 12px; }
.wpdx-orb { position: absolute; top: 78px; right: 13%; width: 155px; height: 155px; border-radius: 50%; filter: saturate(120%); transition: transform .5s cubic-bezier(.2,.8,.2,1); }
.wpdx-service-card:hover .wpdx-orb { transform: scale(1.12) translateY(-8px); }
.wpdx-orb::after { position: absolute; inset: 12%; border: 1px solid rgba(255,255,255,.35); border-radius: 50%; content: ""; }
.wpdx-orb.is-orange { background: radial-gradient(circle at 32% 26%, #ffd2c8, var(--wpdx-orange) 38%, #76220f 78%); box-shadow: 0 24px 65px rgba(240,91,55,.3); }
.wpdx-orb.is-blue { background: radial-gradient(circle at 32% 26%, #e3faff, var(--wpdx-cyan) 38%, #146082 78%); box-shadow: 0 24px 65px rgba(98,217,255,.24); }
.wpdx-orb.is-violet { background: radial-gradient(circle at 32% 26%, #ece4ff, var(--wpdx-violet) 38%, #3a1c80 78%); box-shadow: 0 24px 65px rgba(145,105,255,.28); }

/* Case studies */
.wpdx-work-section { background: var(--wpdx-paper); }
.wpdx-case-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 16px; margin-top: 58px; }
.page-id-2 .wpdx-work-section { padding-top: 48px; padding-bottom: 76px; }
.page-id-2 .wpdx-work-section .wpdx-case-grid { margin-top: 0; }
.wpdx-case-card {
  position: relative;
  min-height: 420px;
  padding: clamp(28px, 4vw, 48px);
  overflow: hidden;
  border: 1px solid var(--wpdx-line);
  border-radius: var(--wpdx-radius);
  background: rgba(255,255,255,.6);
  transition: transform .35s ease, box-shadow .35s ease, background .35s ease;
}
.wpdx-case-card::before {
  position: absolute;
  right: -80px;
  bottom: -100px;
  width: 240px;
  height: 240px;
  border: 1px solid rgba(8,10,15,.08);
  border-radius: 50%;
  box-shadow: 0 0 0 35px rgba(8,10,15,.018), 0 0 0 70px rgba(8,10,15,.012);
  content: "";
  transition: transform .45s ease;
}
.wpdx-case-card:hover { transform: translateY(-7px); background: #fff; box-shadow: var(--wpdx-shadow); }
.wpdx-case-card:hover::before { transform: scale(1.18); }
.wpdx-case-topline { display: flex; justify-content: space-between; color: var(--wpdx-orange); font-size: 11px; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; }
.wpdx-case-card h3 { margin: 40px 0 19px; font-size: clamp(38px, 4.2vw, 62px); line-height: .9; }
.wpdx-case-card p { max-width: 600px; margin: 0; color: var(--wpdx-muted); font-size: 14px; }
.wpdx-tags { display: flex; flex-wrap: wrap; gap: 6px; margin-top: 25px; }
.wpdx-tags span { border-color: var(--wpdx-line); color: var(--wpdx-muted); }
.wpdx-card-link { position: absolute; z-index: 2; right: 40px; bottom: 35px; color: var(--wpdx-ink); font-size: 12px; font-weight: 700; text-decoration: none !important; }
.wpdx-card-link span { color: var(--wpdx-orange); }
.wpdx-case-more {
  display: flex;
  grid-column: 1 / -1;
  align-items: center;
  justify-content: center;
  justify-self: center;
  gap: 10px;
  min-width: 190px;
  margin-top: 18px;
  padding: 16px 24px;
  border: 1px solid var(--wpdx-line);
  border-radius: 999px;
  color: var(--wpdx-muted);
  background: rgba(255,255,255,.72);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: .08em;
  text-align: center;
  text-transform: uppercase;
}
.wpdx-case-more span:last-child { color: var(--wpdx-orange); font-size: 16px; line-height: 1; }

/* Process, capabilities, proof */
.wpdx-process-section { color: #fff; background: var(--wpdx-ink); }
.wpdx-process-section h2,
.wpdx-process-section h3 { color: #fff; }
.wpdx-process-section .wpdx-section-copy p { color: rgba(255,255,255,.58); }
.wpdx-process-section .wpdx-eyebrow { color: var(--wpdx-cyan); }
.wpdx-process { display: grid; grid-template-columns: repeat(4, 1fr); margin-top: 60px; border-top: 1px solid var(--wpdx-line-dark); }
.wpdx-process > div { position: relative; min-height: 245px; padding: 34px 28px 28px 0; border-right: 1px solid var(--wpdx-line-dark); }
.wpdx-process > div:not(:first-child) { padding-left: 28px; }
.wpdx-process > div::before { position: absolute; top: -5px; left: 0; width: 9px; height: 9px; border-radius: 50%; background: var(--wpdx-orange); box-shadow: 0 0 0 7px rgba(240,91,55,.14); content: ""; }
.wpdx-process > div:not(:first-child)::before { left: 28px; }
.wpdx-process span { color: rgba(255,255,255,.36); font-size: 11px; font-weight: 700; }
.wpdx-process h3 { margin: 55px 0 12px; font-size: 29px; }
.wpdx-process p { margin: 0; color: rgba(255,255,255,.52); font-size: 13px; }
.wpdx-capabilities-section,
.wpdx-engagement-section { background: var(--wpdx-white); }
.wpdx-capability-list { display: grid; grid-template-columns: repeat(3, 1fr); margin-top: 58px; border-top: 1px solid var(--wpdx-line); }
.wpdx-capability-list article { min-height: 175px; padding: 31px 25px 25px 0; border-right: 1px solid var(--wpdx-line); border-bottom: 1px solid var(--wpdx-line); }
.wpdx-capability-list article:nth-child(3n+2), .wpdx-capability-list article:nth-child(3n+3) { padding-left: 25px; }
.wpdx-capability-list article:nth-child(3n) { border-right: 0; }
.wpdx-capability-list span { color: var(--wpdx-orange); font-size: 10px; font-weight: 700; }
.wpdx-capability-list h3 { margin: 52px 0 0; font-size: 24px; line-height: 1.06; }
.wpdx-proof-section { text-align: center; color: #fff; background: linear-gradient(135deg, #242031, #0b1720 58%, #151015); }
.wpdx-proof-section .wpdx-eyebrow { justify-content: center; color: var(--wpdx-cyan); }
.wpdx-proof-section .wpdx-section-title { margin-right: auto; margin-left: auto; color: #fff; }
.wpdx-proof-section .wpdx-btn { margin-top: 35px; }

/* Insights and single articles */
.wpdx-insights-section { background: var(--wpdx-paper); }
.wpdx-insights-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 16px; }
.wpdx-insight-card {
  position: relative;
  min-height: 390px;
  padding: clamp(28px, 4vw, 46px);
  border: 1px solid var(--wpdx-line);
  border-radius: var(--wpdx-radius);
  background: rgba(255,255,255,.7);
  transition: transform .35s ease, border-color .35s ease, box-shadow .35s ease;
}
.wpdx-insight-card:hover { transform: translateY(-7px); border-color: rgba(240,91,55,.36); box-shadow: var(--wpdx-shadow); }
.wpdx-insight-meta { display: flex; justify-content: space-between; color: var(--wpdx-orange); font-size: 10px; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; }
.wpdx-insight-card h2 { margin: 72px 0 18px; font-size: clamp(31px, 3.3vw, 48px); line-height: .98; }
.wpdx-insight-card h2 a { text-decoration: none; }
.wpdx-insight-card p { max-width: 580px; margin: 0; color: var(--wpdx-muted); font-size: 14px; }
.wpdx-article-hero { min-height: 650px; }
.wpdx-single-title { max-width: 1120px; margin: 0; color: #fff !important; font-size: clamp(52px, 6.8vw, 94px); line-height: .94; letter-spacing: -.06em; }
.wpdx-single-excerpt { max-width: 860px; margin-top: 28px; }
.wpdx-single-excerpt p { margin: 0; color: rgba(255,255,255,.67); font-size: clamp(17px, 1.5vw, 21px); }
.wpdx-article-section { background: var(--wpdx-white); }
.wpdx-article-content { max-width: 800px; margin: 0 auto; }
.wpdx-article-content p,
.wpdx-article-content li { color: var(--wpdx-text); font-size: clamp(17px, 1.45vw, 20px); line-height: 1.82; }
.wpdx-article-content h2 { margin: 68px 0 20px; font-size: clamp(35px, 4.2vw, 54px); line-height: 1; }
.wpdx-article-content h3 { margin: 45px 0 15px; font-size: 30px; }
.wpdx-article-content a { color: var(--wpdx-orange); font-weight: 700; text-underline-offset: 4px; }
.wpdx-article-content blockquote { margin: 48px 0; padding: 12px 0 12px 28px; border-left: 3px solid var(--wpdx-orange); color: var(--wpdx-ink); font: 600 clamp(24px,3vw,36px)/1.25 "Space Grotesk", sans-serif; }

/* Lead capture */
.wpdx-cta-section { overflow: hidden; color: #fff; background: var(--wpdx-orange); }
.wpdx-cta-section::after { position: absolute; right: -8vw; bottom: -21vw; width: 46vw; height: 46vw; border: 1px solid rgba(255,255,255,.16); border-radius: 50%; box-shadow: 0 0 0 6vw rgba(255,255,255,.025), 0 0 0 12vw rgba(255,255,255,.018); content: ""; }
.wpdx-cta-section .wpdx-eyebrow { color: rgba(255,255,255,.82); }
.wpdx-cta-section .wpdx-section-title { color: #fff; }
.wpdx-cta-section .wpdx-section-copy p { color: rgba(255,255,255,.72); }
.wpdx-lead-form { position: relative; z-index: 3; margin-top: 50px; padding: clamp(25px, 4vw, 48px); border: 1px solid rgba(255,255,255,.25); border-radius: var(--wpdx-radius); background: rgba(8,10,15,.94); box-shadow: 0 35px 85px rgba(52,15,8,.26); }
.wpdx-contact-hero .wpdx-lead-form { margin-top: 0; }
.wpdx-form-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 20px; }
.wpdx-form-grid label,
.wpdx-consent { display: block; color: rgba(255,255,255,.67); font-size: 11px; font-weight: 600; }
.wpdx-form-grid label > span { display: block; margin-bottom: 9px; }
.wpdx-form-grid label.is-full { grid-column: 1 / -1; }
.wpdx-lead-form input,
.wpdx-lead-form select,
.wpdx-lead-form textarea {
  width: 100%;
  min-height: 52px;
  padding: 13px 15px;
  border: 1px solid rgba(255,255,255,.14);
  border-radius: 12px;
  outline: 0;
  color: #fff;
  background: rgba(255,255,255,.055);
  font: 500 14px/1.4 Inter, sans-serif;
  transition: border-color .2s ease, box-shadow .2s ease;
}
.wpdx-lead-form select option { color: #111; }
.wpdx-lead-form textarea { min-height: 128px; resize: vertical; }
.wpdx-lead-form input:focus,
.wpdx-lead-form select:focus,
.wpdx-lead-form textarea:focus { border-color: var(--wpdx-cyan); box-shadow: 0 0 0 3px rgba(98,217,255,.11); }
.wpdx-consent { display: flex; align-items: center; gap: 8px; margin: 18px 0; }
.wpdx-consent input { width: 15px; min-height: 15px; accent-color: var(--wpdx-orange); }
.wpdx-honeypot { position: absolute !important; left: -9999px !important; }
.wpdx-submit {
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  min-width: 235px;
  min-height: 54px;
  padding: 0 20px;
  border: 0;
  border-radius: 999px;
  color: #fff;
  background: var(--wpdx-orange);
  font: 700 12px/1 Inter, sans-serif;
  cursor: pointer;
  transition: transform .2s ease, opacity .2s ease;
}
.wpdx-submit:hover { transform: translateY(-2px); }
.wpdx-submit[disabled] { cursor: wait; opacity: .6; }
.wpdx-form-note { display: inline-block; margin: 0 0 0 15px; color: rgba(255,255,255,.42); font-size: 10px; }
.wpdx-form-status { min-height: 20px; margin-top: 15px; color: var(--wpdx-cyan); font-size: 12px; font-weight: 600; }
.wpdx-form-status.is-error { color: #ff9178; }
.wpdx-lead-form.is-compact .wpdx-form-grid { grid-template-columns: 1fr; }

/* Footer */
.elementor-location-footer { color: #fff; background: var(--wpdx-ink); }
.wpdx-footer-main { padding-top: 85px; padding-bottom: 32px; background: var(--wpdx-ink); }
.wpdx-footer-grid { display: grid; grid-template-columns: 2fr repeat(3, 1fr); gap: 45px; }
.wpdx-footer-mark { color: #fff; font: 700 26px/1 "Space Grotesk", sans-serif; letter-spacing: .08em; }
.wpdx-footer-mark span { display: block; margin-top: 8px; color: var(--wpdx-orange); font: 600 10px/1 Inter, sans-serif; letter-spacing: .4em; }
.wpdx-footer-grid p { max-width: 330px; color: rgba(255,255,255,.46); font-size: 13px; }
.wpdx-footer-grid h3 { margin-bottom: 20px; color: rgba(255,255,255,.36); font: 700 10px/1 Inter, sans-serif; letter-spacing: .14em; text-transform: uppercase; }
.wpdx-footer-grid a { display: block; margin: 12px 0; color: rgba(255,255,255,.7); font-size: 13px; text-decoration: none; }
.wpdx-footer-grid a:hover { color: #fff; }
.wpdx-footer-grid .wpdx-footer-cta { color: var(--wpdx-cyan); font-weight: 700; }
.wpdx-footer-bottom { display: flex; justify-content: space-between; margin-top: 70px; padding-top: 22px; border-top: 1px solid var(--wpdx-line-dark); color: rgba(255,255,255,.35); font-size: 10px; }

/* Blog and standard content */
.winspage-digital-experience:not(.elementor-page) main,
.winspage-digital-experience .site-main:not(.elementor) { max-width: 960px; margin: 0 auto; padding: 95px 28px; }
.winspage-digital-experience .page-header .entry-title { font-size: clamp(50px,7vw,90px); }
.winspage-digital-experience article.post { margin-bottom: 60px; padding-bottom: 45px; border-bottom: 1px solid var(--wpdx-line); }
.winspage-digital-experience article.post .entry-title { font-size: clamp(32px,4vw,55px); line-height: 1; }
.winspage-digital-experience article.post a { text-decoration-color: var(--wpdx-orange); text-underline-offset: 4px; }
.wpdx-404 { min-height: 75vh; }

/* Motion fallback */
.js .wpdx-reveal { will-change: transform, opacity; }

@media (max-width: 1024px) {
  .admin-bar .elementor-location-header { top: 32px; }
  .wpdx-header { padding-right: 18px; padding-left: 18px; }
  .wpdx-header > .elementor-container { flex-wrap: nowrap; }
  .wpdx-header .elementor-column:first-child { width: 55%; }
  .wpdx-header .elementor-column:nth-child(2) { width: 45%; }
  .wpdx-header .elementor-column:last-child { display: none; }
  .wpdx-header .elementor-nav-menu--dropdown { position: absolute; right: 0; left: 0; top: 55px; padding: 12px; border-radius: 18px; background: #11151d; }
  .wpdx-header .elementor-nav-menu--dropdown a { color: #fff !important; background: transparent !important; }
  .wpdx-hero > .elementor-container { min-height: 0; }
  .wpdx-hero .wpdx-left,
  .wpdx-hero .wpdx-right { width: 100%; }
  .wpdx-hero .wpdx-left { padding-right: 0; }
  .wpdx-hero .wpdx-right { margin-top: 55px; }
  .wpdx-hero-image img { width: 100%; margin-left: 0; }
  .wpdx-feature-grid,
  .wpdx-service-grid,
  .wpdx-capability-grid { grid-template-columns: 1fr 1fr; }
  .wpdx-service-card:last-child { grid-column: 1 / -1; }
  .wpdx-stats { grid-template-columns: 1fr 1fr; }
  .wpdx-stat:nth-child(2) { border-right: 0; }
  .wpdx-stat:nth-child(-n+2) { border-bottom: 1px solid var(--wpdx-line); }
  .wpdx-process { grid-template-columns: 1fr 1fr; }
  .wpdx-process > div:nth-child(2) { border-right: 0; }
  .wpdx-process > div:nth-child(-n+2) { border-bottom: 1px solid var(--wpdx-line-dark); }
  .wpdx-capability-list { grid-template-columns: 1fr 1fr; }
  .wpdx-capability-list article:nth-child(n) { padding-right: 24px; padding-left: 24px; border-right: 1px solid var(--wpdx-line); }
  .wpdx-capability-list article:nth-child(2n) { border-right: 0; }
  .wpdx-footer-grid { grid-template-columns: 2fr 1fr 1fr; }
  .wpdx-footer-grid > div:last-child { grid-column: 1 / -1; }
}

@media (max-width: 767px) {
  .admin-bar .elementor-location-header { top: 46px; }
  .wpdx-wordmark { font-size: 15px; }
  .wpdx-brand-symbol { width: 34px; height: 34px; }
  .winspage-page { padding: 82px 20px; }
  .wpdx-hero { min-height: 0; padding-top: 78px; }
  .wpdx-page-hero { min-height: 500px; padding-top: 105px; }
  .wpdx-hero-title .elementor-heading-title,
  .wpdx-hero-title { font-size: clamp(48px, 15vw, 70px); }
  .wpdx-page-hero .wpdx-hero-title .elementor-heading-title { font-size: clamp(48px, 14vw, 72px); }
  .wpdx-section-title .elementor-heading-title,
  .wpdx-section-title { font-size: clamp(38px, 11vw, 54px); }
  .wpdx-hero .wpdx-right { margin-top: 38px; }
  .wpdx-hero-image img { border-radius: 20px; transform: none; }
  .wpdx-marquee { justify-content: flex-start; padding-left: 20px; }
  .wpdx-feature-grid,
  .wpdx-service-grid,
  .wpdx-capability-grid,
  .wpdx-case-grid,
  .wpdx-insights-grid,
  .wpdx-process,
  .wpdx-capability-list,
  .wpdx-form-grid,
  .wpdx-footer-grid { grid-template-columns: 1fr; }
  .wpdx-service-card:last-child { grid-column: auto; }
  .wpdx-feature-card { min-height: 250px; }
  .wpdx-feature-card h3,
  .wpdx-capability-grid h3 { margin-top: 56px; }
  .wpdx-service-card { min-height: 450px; }
  .wpdx-case-card { min-height: 465px; }
  .wpdx-case-card h3 { margin-top: 32px; }
  .page-id-2 .wpdx-work-section { padding-top: 34px; padding-bottom: 56px; }
  .wpdx-case-more { margin-top: 10px; }
  .wpdx-card-link { right: 28px; bottom: 27px; left: 28px; }
  .wpdx-process > div:nth-child(n) { min-height: 205px; padding-right: 0; padding-left: 0; border-right: 0; border-bottom: 1px solid var(--wpdx-line-dark); }
  .wpdx-process > div:not(:first-child)::before { left: 0; }
  .wpdx-capability-list article:nth-child(n) { padding-right: 0; padding-left: 0; border-right: 0; }
  .wpdx-form-grid label.is-full { grid-column: auto; }
  .wpdx-submit { width: 100%; }
  .wpdx-form-note { display: block; margin: 12px 0 0; text-align: center; }
  .wpdx-footer-grid { gap: 28px; }
  .wpdx-footer-grid > div:last-child { grid-column: auto; }
  .wpdx-footer-bottom { display: block; line-height: 2; }
}

@media (prefers-reduced-motion: reduce) {
	.wpdx-logo-track { animation: none; }
  html { scroll-behavior: auto; }
  *, *::before, *::after { scroll-behavior: auto !important; animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
  .wpdx-constellation { display: none; }
}

/* Light authority edition */
:root {
  --wpdx-ink: #0a3658;
  --wpdx-ink-soft: #174f76;
  --wpdx-panel: #e8f2f8;
  --wpdx-paper: #f3f7fa;
  --wpdx-white: #ffffff;
  --wpdx-text: #2b465b;
  --wpdx-muted: #61778a;
  --wpdx-line: rgba(10, 54, 88, .14);
  --wpdx-line-dark: rgba(10, 54, 88, .18);
  --wpdx-orange: #f6bf28;
  --wpdx-cyan: #1973a7;
  --wpdx-violet: #3f7da7;
  --wpdx-lime: #cce37a;
  --wpdx-shadow: 0 24px 70px rgba(28, 75, 107, .13);
}

body.winspage-digital-experience { background: #fff; color: var(--wpdx-text); }
.elementor-location-header {
  background: rgba(255, 255, 255, .94);
  border-bottom-color: rgba(10, 54, 88, .1);
  box-shadow: 0 8px 30px rgba(28, 75, 107, .06);
}
.wpdx-header { padding: 7px clamp(24px, 4vw, 58px); }
.wpdx-header > .elementor-container { max-width: 1180px !important; }
.wpdx-header .elementor-widget-wrap { padding: 0 !important; }
.wpdx-wordmark { display: block; width: min(100%, 270px); }
.wpdx-wordmark img { display: block; width: 100%; height: auto; }
.wpdx-header .elementor-nav-menu--main .elementor-item { color: rgba(10, 54, 88, .72) !important; }
.wpdx-header .elementor-nav-menu--main { display: flex; justify-content: center; }
.wpdx-header .elementor-nav-menu--main .elementor-nav-menu { width: max-content; max-width: none; flex-wrap: nowrap; white-space: nowrap; }
.wpdx-header .elementor-nav-menu--main .elementor-item:hover,
.wpdx-header .elementor-nav-menu--main .elementor-item.elementor-item-active { color: #075d93 !important; }
.wpdx-header-cta .elementor-button {
  position: relative;
  left: 9px;
  padding: 14px 21px;
  border: 1px solid rgba(255,255,255,.24);
  color: #fff;
  background: linear-gradient(135deg, #0b70a8, #075684);
  box-shadow: 0 11px 26px rgba(10, 95, 147, .22);
  white-space: nowrap;
  transition: transform .25s ease, box-shadow .25s ease, background .25s ease;
}
.wpdx-header-cta .elementor-button-text::after { margin-left: 8px; color: #ffd049; content: "↗"; }
.wpdx-header-cta .elementor-button:hover {
  background: linear-gradient(135deg, #096697, #06476e);
  box-shadow: 0 15px 32px rgba(10, 95, 147, .28);
  transform: translateY(-2px);
}
.wpdx-header-cta .elementor-button:focus-visible { outline: 3px solid rgba(246,191,40,.45); outline-offset: 3px; }
.wpdx-header .elementor-menu-toggle { color: #0a3658; background: #edf5fa; }
.wpdx-header .elementor-menu-toggle svg { fill: #0a3658 !important; }
.wpdx-header .elementor-nav-menu--dropdown { background: #fff; box-shadow: 0 20px 45px rgba(10,54,88,.14); }
.wpdx-header .elementor-nav-menu--dropdown a { color: #0a3658 !important; }

.winspage-page { padding: 112px clamp(28px, 5vw, 68px); }
.winspage-page > .elementor-container { max-width: 1180px !important; }
.wpdx-feature-grid,
.wpdx-capability-grid,
.wpdx-service-grid,
.wpdx-case-grid,
.wpdx-insights-grid { gap: 22px; }

.wpdx-hero,
.wpdx-page-hero {
  color: var(--wpdx-ink);
  background:
    radial-gradient(circle at 78% 25%, rgba(84, 169, 215, .2), transparent 28%),
    radial-gradient(circle at 55% 90%, rgba(246, 191, 40, .12), transparent 26%),
    linear-gradient(135deg, #ffffff 0%, #f4f9fc 52%, #eaf4fa 100%);
}
.wpdx-hero { min-height: 780px; padding-top: 88px; padding-bottom: 84px; }
.wpdx-page-hero { min-height: 550px; padding-top: 120px; }
.wpdx-hero::before,
.wpdx-page-hero::before {
  background-image: linear-gradient(rgba(10,54,88,.045) 1px, transparent 1px), linear-gradient(90deg, rgba(10,54,88,.045) 1px, transparent 1px);
}
.wpdx-hero > .elementor-container { min-height: 610px; }
.wpdx-hero .wpdx-left { width: 54%; padding-right: clamp(30px, 5vw, 72px); }
.wpdx-hero .wpdx-right { width: 46%; padding: 18px 30px 18px 24px; }
.wpdx-hero .wpdx-eyebrow,
.wpdx-page-hero .wpdx-eyebrow { color: #0a6c9e; }
.wpdx-hero-title .elementor-heading-title,
.wpdx-hero-title,
.wpdx-page-hero .wpdx-hero-title .elementor-heading-title { color: var(--wpdx-ink) !important; }
.wpdx-hero-title span { color: transparent; background: linear-gradient(96deg, #0a3658 8%, #0a73aa 55%, #295b7d 100%); -webkit-background-clip: text; background-clip: text; }
.wpdx-hero .wpdx-hero-title .elementor-heading-title { font-size: clamp(54px, 5.9vw, 80px); }
.wpdx-hero-copy p { color: rgba(35, 65, 87, .76); }
.wpdx-hero .wpdx-btn.is-ghost,
.wpdx-page-hero .wpdx-btn.is-ghost { border-color: rgba(10,54,88,.22); color: var(--wpdx-ink); background: rgba(255,255,255,.62); }
.wpdx-btn.is-primary { border-color: #0a6398; color: #fff; background: #0a6398; box-shadow: 0 17px 34px rgba(10,99,152,.19); }
.wpdx-btn.is-primary:hover { border-color: #084a72; background: #084a72; }
.wpdx-proof-pills span { border-color: rgba(10,54,88,.14); color: rgba(10,54,88,.65); background: rgba(255,255,255,.6); }
.wpdx-contact-points { display: grid; gap: 0; margin-top: 28px; border-top: 1px solid rgba(10,54,88,.13); }
.wpdx-contact-points span { position: relative; display: block; padding: 13px 0 13px 24px; border-bottom: 1px solid rgba(10,54,88,.13); color: #31566e; font-size: 13px; font-weight: 650; }
.wpdx-contact-points span::before { position: absolute; top: 50%; left: 2px; width: 8px; height: 8px; border-radius: 50%; background: #f6bf28; box-shadow: 0 0 0 4px rgba(246,191,40,.14); content: ""; transform: translateY(-50%); }
.wpdx-constellation { opacity: .3; }

/* Visible CSS 3D hero system */
.wpdx-hero-animation { width: 100%; }
.wpdx-hero-3d {
  --pointer-x: 0deg;
  --pointer-y: 0deg;
  position: relative;
  min-height: 550px;
  perspective: 1100px;
  isolation: isolate;
}
.wpdx-3d-aura {
  position: absolute;
  inset: 14% 4% 12%;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(48,135,185,.2), rgba(246,191,40,.09) 38%, transparent 70%);
  filter: blur(18px);
  animation: wpdxAura 4.8s ease-in-out infinite;
}
.wpdx-3d-stage {
  position: absolute;
  z-index: 2;
  top: 47%;
  left: 46%;
  width: 430px;
  height: 430px;
  transform: translate(-50%, -50%) rotateX(calc(58deg + var(--pointer-y))) rotateZ(calc(-13deg + var(--pointer-x)));
  transform-style: preserve-3d;
  transition: transform .28s ease-out;
}
.wpdx-3d-floor {
  position: absolute;
  inset: 16px;
  border: 1px solid rgba(10,99,152,.21);
  border-radius: 42px;
  background:
    linear-gradient(rgba(10,99,152,.07) 1px, transparent 1px),
    linear-gradient(90deg, rgba(10,99,152,.07) 1px, transparent 1px),
    rgba(255,255,255,.54);
  background-size: 38px 38px;
  box-shadow: 0 34px 80px rgba(15,82,122,.16), inset 0 0 70px rgba(55,145,195,.08);
  transform: translateZ(-50px);
  backdrop-filter: blur(10px);
}
.wpdx-core-cube {
  position: absolute;
  z-index: 6;
  top: 50%;
  left: 50%;
  width: 116px;
  height: 116px;
  margin: -58px 0 0 -58px;
  transform-style: preserve-3d;
  animation: wpdxCubeSpin 12s linear infinite;
}
.cube-face {
  position: absolute;
  display: grid;
  width: 116px;
  height: 116px;
  place-items: center;
  border: 1px solid rgba(255,255,255,.72);
  background: linear-gradient(145deg, rgba(18,112,164,.94), rgba(10,54,88,.92));
  box-shadow: inset 0 0 28px rgba(255,255,255,.14), 0 18px 38px rgba(8,73,112,.2);
  color: #fff;
  font: 700 42px/1 "Space Grotesk", sans-serif;
  backface-visibility: visible;
}
.face-front { transform: translateZ(58px); }
.face-back { transform: rotateY(180deg) translateZ(58px); }
.face-right { transform: rotateY(90deg) translateZ(58px); }
.face-left { transform: rotateY(-90deg) translateZ(58px); }
.face-top { transform: rotateX(90deg) translateZ(58px); background: linear-gradient(145deg, #ffda62, #f6b90f); }
.face-bottom { transform: rotateX(-90deg) translateZ(58px); }
.wpdx-orbit-ring {
  position: absolute;
  z-index: 4;
  top: 50%;
  left: 50%;
  border: 1.5px solid rgba(14,105,157,.35);
  border-radius: 50%;
  transform-style: preserve-3d;
}
.ring-one { width: 280px; height: 280px; margin: -140px; animation: wpdxOrbitOne 9s linear infinite; }
.ring-two { width: 380px; height: 380px; margin: -190px; border-color: rgba(246,185,15,.42); animation: wpdxOrbitTwo 14s linear infinite reverse; }
.wpdx-orbit-node {
  position: absolute;
  display: grid;
  min-width: 48px;
  height: 48px;
  padding: 0 10px;
  place-items: center;
  border: 1px solid rgba(10,99,152,.2);
  border-radius: 15px;
  color: #0a4f78;
  background: rgba(255,255,255,.95);
  box-shadow: 0 12px 28px rgba(25,85,120,.16);
  font: 700 9px/1 Inter, sans-serif;
  letter-spacing: .08em;
}
.node-a { top: -24px; left: calc(50% - 24px); }
.node-b { right: -24px; bottom: calc(50% - 24px); }
.node-c { bottom: -24px; left: calc(50% - 29px); }
.node-d { top: calc(50% - 24px); left: -24px; }
.wpdx-float-card {
  position: absolute;
  z-index: 7;
  width: 190px;
  min-height: 105px;
  padding: 18px;
  border: 1px solid rgba(10,99,152,.17);
  border-radius: 20px;
  color: var(--wpdx-ink);
  background: rgba(255,255,255,.9);
  box-shadow: 0 23px 48px rgba(21,80,116,.16);
  backdrop-filter: blur(14px);
  transform-style: preserve-3d;
}
.wpdx-float-card > span { display: block; margin-bottom: 9px; color: #0a73aa; font: 700 8px/1 Inter, sans-serif; letter-spacing: .13em; }
.wpdx-float-card strong { display: block; font: 650 14px/1.2 "Space Grotesk", sans-serif; }
.card-platform { top: 40px; left: -10px; transform: translateZ(74px) rotateX(-58deg) rotateZ(13deg); animation: wpdxCardOne 5.2s ease-in-out infinite; }
.card-platform i { display: inline-block; width: 31%; height: 4px; margin: 16px 2px 0 0; border-radius: 5px; background: #cfe3ee; }
.card-platform i:nth-of-type(2) { background: #f6bf28; }
.card-signal { right: -12px; bottom: 65px; transform: translateZ(96px) rotateX(-58deg) rotateZ(13deg); animation: wpdxCardTwo 6.1s ease-in-out infinite; }
.wpdx-signal-bars { display: flex; align-items: end; gap: 5px; height: 24px; margin-top: 12px; }
.wpdx-signal-bars i { width: 8px; border-radius: 4px 4px 0 0; background: #1f7daf; animation: wpdxBars 1.4s ease-in-out infinite alternate; }
.wpdx-signal-bars i:nth-child(1) { height: 9px; }
.wpdx-signal-bars i:nth-child(2) { height: 18px; animation-delay: -.4s; }
.wpdx-signal-bars i:nth-child(3) { height: 13px; animation-delay: -.8s; }
.wpdx-signal-bars i:nth-child(4) { height: 23px; animation-delay: -.2s; background: #f6bf28; }
.card-system { right: 5px; top: 52px; width: 166px; transform: translateZ(36px) rotateX(-58deg) rotateZ(13deg); animation: wpdxCardThree 5.7s ease-in-out infinite; }
.card-system em { display: block; margin-top: 11px; color: #f2b70c; font: 700 24px/1 "Space Grotesk", sans-serif; font-style: normal; }
.wpdx-3d-caption { position: absolute; right: 8%; bottom: 12px; display: flex; align-items: center; gap: 9px; color: #4e6f85; font-size: 10px; font-weight: 700; letter-spacing: .11em; text-transform: uppercase; }
.wpdx-3d-caption span { width: 8px; height: 8px; border-radius: 50%; background: #24a36d; box-shadow: 0 0 0 5px rgba(36,163,109,.12); animation: wpdxPulse 1.7s ease-in-out infinite; }

@keyframes wpdxCubeSpin { from { transform: translateZ(76px) rotateX(0) rotateY(0) rotateZ(0); } to { transform: translateZ(76px) rotateX(360deg) rotateY(720deg) rotateZ(360deg); } }
@keyframes wpdxOrbitOne { to { transform: rotateZ(360deg) translateZ(20px); } }
@keyframes wpdxOrbitTwo { to { transform: rotateZ(360deg) translateZ(-12px); } }
@keyframes wpdxCardOne { 0%,100% { margin-top: 0; } 50% { margin-top: -15px; } }
@keyframes wpdxCardTwo { 0%,100% { margin-bottom: 0; } 50% { margin-bottom: -16px; } }
@keyframes wpdxCardThree { 0%,100% { margin-right: 0; } 50% { margin-right: -13px; } }
@keyframes wpdxBars { to { height: 24px; } }
@keyframes wpdxAura { 0%,100% { opacity: .65; transform: scale(.96); } 50% { opacity: 1; transform: scale(1.05); } }
@keyframes wpdxPulse { 50% { box-shadow: 0 0 0 9px rgba(36,163,109,0); } }

/* Winspage digital foundry */
.wpdx-hero-3d .wpdx-3d-aura {
  inset: 8% -2% 8%;
  background:
    radial-gradient(circle at 52% 44%, rgba(30,133,184,.25), transparent 35%),
    radial-gradient(circle at 68% 62%, rgba(246,191,40,.16), transparent 31%),
    radial-gradient(circle, rgba(113,204,225,.12), transparent 68%);
  filter: blur(22px);
}
.wpdx-hero-3d .wpdx-3d-stage {
  top: 48%;
  left: 48%;
  width: 470px;
  height: 470px;
  transform: translate(-50%, -50%) rotateX(calc(61deg + var(--pointer-y))) rotateZ(calc(-16deg + var(--pointer-x)));
}
.wpdx-hero-3d .wpdx-3d-floor {
  inset: 18px;
  border-color: rgba(11,108,158,.22);
  border-radius: 48px;
  background:
    linear-gradient(rgba(10,99,152,.07) 1px, transparent 1px),
    linear-gradient(90deg, rgba(10,99,152,.07) 1px, transparent 1px),
    radial-gradient(circle at 50% 50%, rgba(54,154,198,.12), transparent 58%),
    rgba(255,255,255,.58);
  background-size: 34px 34px, 34px 34px, auto, auto;
  box-shadow: 0 38px 90px rgba(15,82,122,.17), inset 0 0 75px rgba(55,145,195,.1);
  transform: translateZ(-55px);
}
.wpdx-hero-3d .wpdx-3d-floor::before,
.wpdx-hero-3d .wpdx-3d-floor::after {
  position: absolute;
  content: "";
  background: linear-gradient(90deg, transparent, rgba(246,191,40,.5), transparent);
  filter: blur(.2px);
}
.wpdx-hero-3d .wpdx-3d-floor::before { top: 50%; right: 5%; left: 5%; height: 1px; }
.wpdx-hero-3d .wpdx-3d-floor::after { top: 5%; bottom: 5%; left: 50%; width: 1px; background: linear-gradient(transparent, rgba(21,127,177,.42), transparent); }
.wpdx-grid-pulse {
  position: absolute;
  z-index: 3;
  top: 42px;
  left: 38px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #f6bf28;
  box-shadow: 0 0 0 5px rgba(246,191,40,.12), 0 0 18px rgba(246,191,40,.65);
  opacity: 0;
  animation: wpdxGridPulse 5.4s linear infinite;
}
.pulse-b { top: 110px; left: 8px; animation-delay: -1.8s; }
.pulse-c { top: 8px; left: 140px; background: #1b87bb; box-shadow: 0 0 0 5px rgba(27,135,187,.11), 0 0 18px rgba(27,135,187,.5); animation-delay: -3.6s; }
.wpdx-system-orbit {
  position: absolute;
  z-index: 4;
  top: 50%;
  left: 50%;
  width: 372px;
  height: 372px;
  margin: -186px;
  border: 1px dashed rgba(14,105,157,.34);
  border-radius: 50%;
  transform-style: preserve-3d;
  animation: wpdxFoundryOrbit 18s linear infinite;
}
.wpdx-system-orbit::before {
  position: absolute;
  inset: 36px;
  border: 1px solid rgba(246,185,15,.25);
  border-radius: inherit;
  content: "";
}
.wpdx-orbit-module {
  position: absolute;
  display: grid;
  min-width: 58px;
  height: 34px;
  padding: 0 10px;
  place-items: center;
  border: 1px solid rgba(10,99,152,.18);
  border-radius: 12px;
  color: #0a537e;
  background: rgba(255,255,255,.94);
  box-shadow: 0 10px 24px rgba(25,85,120,.14);
  font: 750 7px/1 Inter, sans-serif;
  letter-spacing: .11em;
}
.module-web { top: -17px; left: calc(50% - 29px); }
.module-platform { top: calc(50% - 17px); right: -42px; }
.module-software { bottom: -17px; left: calc(50% - 42px); }
.module-automation { top: calc(50% - 17px); left: -46px; }
.wpdx-orbit-signal {
  position: absolute;
  top: 20px;
  right: 72px;
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: #f6bf28;
  box-shadow: 0 0 15px rgba(246,191,40,.75);
}
.signal-two { top: auto; right: auto; bottom: 28px; left: 56px; width: 7px; height: 7px; background: #22a775; box-shadow: 0 0 14px rgba(34,167,117,.62); }
.wpdx-architecture-stack {
  position: absolute;
  z-index: 5;
  top: 50%;
  left: 50%;
  width: 222px;
  height: 142px;
  margin: -71px 0 0 -111px;
  transform-style: preserve-3d;
}
.wpdx-stack-layer {
  --layer-x: 0px;
  --layer-y: 0px;
  --layer-z: 0px;
  position: absolute;
  inset: 0;
  overflow: hidden;
  border: 1px solid rgba(255,255,255,.8);
  border-radius: 24px;
  color: #0a466e;
  background: linear-gradient(145deg, rgba(255,255,255,.92), rgba(225,243,250,.7));
  box-shadow: 0 20px 42px rgba(9,78,118,.16), inset 0 0 35px rgba(61,154,199,.09);
  transform: translate(var(--layer-x), var(--layer-y)) translateZ(var(--layer-z));
  transform-style: preserve-3d;
  backdrop-filter: blur(10px);
  animation: wpdxLayerFloat 5.6s ease-in-out infinite;
}
.wpdx-stack-layer::before {
  position: absolute;
  inset: 0;
  background-image: linear-gradient(rgba(14,105,157,.07) 1px, transparent 1px), linear-gradient(90deg, rgba(14,105,157,.07) 1px, transparent 1px);
  background-size: 24px 24px;
  content: "";
}
.wpdx-stack-layer > span,
.wpdx-stack-layer > strong { position: absolute; z-index: 2; left: 22px; }
.wpdx-stack-layer > span { top: 20px; color: #f0b300; font: 750 8px/1 Inter, sans-serif; letter-spacing: .12em; }
.wpdx-stack-layer > strong { bottom: 18px; font: 700 11px/1 "Space Grotesk", sans-serif; letter-spacing: .09em; }
.wpdx-stack-layer > em {
  position: absolute;
  z-index: 2;
  top: 0;
  bottom: 0;
  left: -30%;
  width: 38%;
  background: linear-gradient(90deg, transparent, rgba(49,165,210,.2), transparent);
  transform: skewX(-16deg);
  animation: wpdxLayerScan 4.8s ease-in-out infinite;
}
.layer-data { --layer-x: -34px; --layer-y: 31px; --layer-z: 16px; opacity: .82; animation-delay: -.8s; }
.layer-engineering { --layer-x: -8px; --layer-y: 5px; --layer-z: 68px; background: linear-gradient(145deg, rgba(238,250,255,.95), rgba(200,233,247,.8)); animation-delay: -1.6s; }
.layer-experience { --layer-x: 20px; --layer-y: -22px; --layer-z: 122px; background: linear-gradient(145deg, rgba(255,255,255,.98), rgba(236,247,251,.84)); animation-delay: -2.4s; }
.wpdx-system-core {
  position: absolute;
  z-index: 8;
  top: 50%;
  left: 50%;
  display: grid;
  width: 82px;
  height: 82px;
  place-items: center;
  border: 1px solid rgba(255,255,255,.7);
  border-radius: 25px;
  color: #fff;
  background: linear-gradient(145deg, #1682b6, #07527d);
  box-shadow: 0 22px 44px rgba(8,82,125,.27), inset 0 0 24px rgba(255,255,255,.15), 0 0 0 11px rgba(23,132,184,.07);
  transform: translate(-50%, -50%) translateZ(172px) rotateX(-61deg) rotateZ(16deg);
  transform-style: preserve-3d;
  animation: wpdxCoreBreathe 4.2s ease-in-out infinite;
}
.wpdx-system-core span { font: 750 25px/1 "Space Grotesk", sans-serif; letter-spacing: -.08em; }
.wpdx-system-core i { position: absolute; inset: -13px; border: 1px solid rgba(246,191,40,.5); border-radius: 31px; animation: wpdxCoreRing 3.8s linear infinite; }
.wpdx-flow-card {
  position: absolute;
  z-index: 9;
  width: 176px;
  min-height: 92px;
  padding: 16px 17px;
  border: 1px solid rgba(10,99,152,.16);
  border-radius: 19px;
  color: var(--wpdx-ink);
  background: rgba(255,255,255,.91);
  box-shadow: 0 22px 46px rgba(21,80,116,.16);
  backdrop-filter: blur(15px);
  transform: translateZ(105px) rotateX(-61deg) rotateZ(16deg);
  transform-style: preserve-3d;
}
.wpdx-flow-card > span { display: block; margin-bottom: 8px; color: #0a73aa; font: 750 7px/1 Inter, sans-serif; letter-spacing: .14em; }
.wpdx-flow-card strong { display: block; font: 670 13px/1.2 "Space Grotesk", sans-serif; }
.wpdx-flow-card small { display: block; margin-top: 10px; color: #638094; font: 600 8px/1.2 Inter, sans-serif; letter-spacing: .04em; }
.flow-input { top: 45px; left: -25px; animation: wpdxInputFloat 5.2s ease-in-out infinite; }
.flow-output { right: -37px; bottom: 48px; width: 202px; min-height: 105px; animation: wpdxOutputFloat 5.9s ease-in-out infinite; }
.flow-status { top: 51px; right: -21px; width: 160px; animation: wpdxStatusFloat 5.5s ease-in-out infinite; }
.wpdx-product-list { display: flex; flex-wrap: wrap; gap: 4px; margin-top: 10px; }
.wpdx-product-list i { padding: 5px 7px; border-radius: 999px; color: #315f7c; background: #eaf4f8; font: 700 6px/1 Inter, sans-serif; font-style: normal; letter-spacing: .04em; text-transform: uppercase; }
.flow-status .wpdx-signal-bars { margin-top: 9px; }
.wpdx-hero-3d .wpdx-3d-caption { right: 5%; bottom: 8px; }

@keyframes wpdxGridPulse { 0% { opacity: 0; transform: translate(0,0); } 14% { opacity: 1; } 86% { opacity: 1; } 100% { opacity: 0; transform: translate(340px,295px); } }
@keyframes wpdxFoundryOrbit { to { transform: rotateZ(360deg); } }
@keyframes wpdxLayerFloat { 0%,100% { transform: translate(var(--layer-x), var(--layer-y)) translateZ(var(--layer-z)); } 50% { transform: translate(var(--layer-x), calc(var(--layer-y) - 4px)) translateZ(calc(var(--layer-z) + 9px)); } }
@keyframes wpdxLayerScan { 0%,18% { left: -45%; } 72%,100% { left: 115%; } }
@keyframes wpdxCoreBreathe { 0%,100% { transform: translate(-50%, -50%) translateZ(172px) rotateX(-61deg) rotateZ(16deg); } 50% { transform: translate(-50%, -54%) translateZ(184px) rotateX(-61deg) rotateZ(16deg); } }
@keyframes wpdxCoreRing { to { transform: rotate(360deg); } }
@keyframes wpdxInputFloat { 0%,100% { margin-top: 0; } 50% { margin-top: -13px; } }
@keyframes wpdxOutputFloat { 0%,100% { margin-bottom: 0; } 50% { margin-bottom: -15px; } }
@keyframes wpdxStatusFloat { 0%,100% { margin-right: 0; } 50% { margin-right: -11px; } }

.wpdx-proof-strip { color: var(--wpdx-ink); background: #f8c936; }
.wpdx-proof-strip { padding: 28px clamp(24px, 4vw, 58px); }
.wpdx-marquee { min-width: 0; flex-wrap: wrap; gap: 28px; color: rgba(10,54,88,.8); }
.wpdx-marquee span::before { margin-right: 28px; color: rgba(10,54,88,.28); }
.wpdx-stats-section { padding-top: 52px; padding-bottom: 52px; background: #fff; }
.wpdx-stat { padding: 28px 34px; }
.wpdx-intro-section,
.wpdx-capabilities-section,
.wpdx-engagement-section { background: #f7fafc; }
.wpdx-feature-card,
.wpdx-capability-grid article { border-color: rgba(10,54,88,.12); background: #fff; }
.wpdx-services-section { color: var(--wpdx-text); background: #eaf3f8; }
.wpdx-services-section h2,
.wpdx-services-section h3 { color: var(--wpdx-ink); }
.wpdx-services-section .wpdx-section-copy p { color: var(--wpdx-muted); }
.wpdx-services-section .wpdx-eyebrow { color: #0a6c9e; }
.wpdx-services-section .wpdx-capability-grid article,
.wpdx-service-card { border-color: rgba(10,54,88,.13); background: rgba(255,255,255,.85); box-shadow: 0 18px 48px rgba(25,78,111,.07); }
.wpdx-services-section .wpdx-capability-grid article:hover,
.wpdx-service-card:hover { border-color: rgba(10,99,152,.35); background: #fff; }
.wpdx-services-section .wpdx-capability-grid p,
.wpdx-service-card p { color: var(--wpdx-muted); }
.wpdx-service-card h3,
.wpdx-service-card strong { color: var(--wpdx-ink); }
.wpdx-service-no { color: #0a73aa; }
.wpdx-work-section,
.wpdx-insights-section { background: #f5f8fb; }
.wpdx-case-card,
.wpdx-insight-card { border-color: rgba(10,54,88,.12); background: #fff; }
.wpdx-process-section { color: var(--wpdx-text); background: #fff; }
.wpdx-process-section h2,
.wpdx-process-section h3 { color: var(--wpdx-ink); }
.wpdx-process-section .wpdx-section-copy p,
.wpdx-process p { color: var(--wpdx-muted); }
.wpdx-process-section .wpdx-eyebrow { color: #0a6c9e; }
.wpdx-process { border-top-color: var(--wpdx-line); }
.wpdx-process > div { border-right-color: var(--wpdx-line); }
.wpdx-process span { color: rgba(10,54,88,.42); }
.wpdx-proof-section { color: var(--wpdx-ink); background: linear-gradient(135deg, #e7f2f8, #f8fbfd 58%, #fff8dc); }
.wpdx-proof-section .wpdx-eyebrow { color: #0a6c9e; }
.wpdx-proof-section .wpdx-section-title { color: var(--wpdx-ink); }
.wpdx-proof-section .wpdx-btn.is-ghost { border-color: rgba(10,54,88,.22); color: var(--wpdx-ink); background: #fff; }
.wpdx-cta-section { color: var(--wpdx-ink); background: linear-gradient(135deg, #e9f4fa 0%, #fff 62%, #fff7d6 100%); }
.wpdx-cta-section::after { border-color: rgba(10,99,152,.11); box-shadow: 0 0 0 6vw rgba(10,99,152,.022), 0 0 0 12vw rgba(10,99,152,.014); }
.wpdx-cta-section .wpdx-eyebrow { color: #0a6c9e; }
.wpdx-cta-section .wpdx-section-title { color: var(--wpdx-ink); }
.wpdx-cta-section .wpdx-section-copy p { color: var(--wpdx-muted); }
.wpdx-lead-form { border-color: rgba(10,54,88,.13); background: rgba(255,255,255,.96); box-shadow: 0 28px 80px rgba(23,73,104,.13); }

/* Tighter homepage section rhythm */
.page-id-115 .wpdx-intro-section .wpdx-feature-card { min-height: 250px; }
.page-id-115 .wpdx-intro-section .wpdx-feature-card h3 { margin-top: 44px; }
.page-id-115 .wpdx-process-section { padding-bottom: 58px; }
.page-id-115 .wpdx-process { margin-top: 46px; }
.page-id-115 .wpdx-process > div { min-height: 210px; padding-top: 28px; padding-bottom: 20px; }
.page-id-115 .wpdx-process h3 { margin-top: 38px; }

.wpdx-form-grid label,
.wpdx-consent { color: #34576e; }
.wpdx-lead-form input,
.wpdx-lead-form select,
.wpdx-lead-form textarea { border-color: rgba(10,54,88,.16); color: #173f5a; background: #f7fafc; }
.wpdx-lead-form input:focus,
.wpdx-lead-form select:focus,
.wpdx-lead-form textarea:focus { border-color: #1973a7; box-shadow: 0 0 0 3px rgba(25,115,167,.1); }
.wpdx-submit { color: #fff; background: #0a6398; }
.wpdx-form-note { color: rgba(10,54,88,.52); }
.wpdx-form-status { color: #08704a; }
.wpdx-form-status.is-error { color: #b33e28; }
.elementor-popup-modal { background: rgba(10, 38, 57, .5) !important; backdrop-filter: blur(8px); }
.elementor-popup-modal .dialog-widget-content {
  width: min(980px, calc(100vw - 42px)) !important;
  max-height: calc(100vh - 42px) !important;
  overflow: auto !important;
  border-radius: 28px !important;
  background: #fff !important;
  box-shadow: 0 32px 90px rgba(9, 43, 65, .25) !important;
}
.elementor-popup-modal .dialog-close-button {
  top: 16px !important;
  right: 16px !important;
  display: grid !important;
  width: 38px;
  height: 38px;
  place-items: center;
  border-radius: 50%;
  color: #0a3658 !important;
  background: #edf5fa;
}
.wpdx-popup.winspage-page { min-height: 0; padding: clamp(34px, 4vw, 54px) !important; background: #fff; }
.wpdx-popup > .elementor-container { align-items: center; }
.wpdx-popup .wpdx-left { padding-right: 34px; }
.wpdx-popup .wpdx-section-title .elementor-heading-title { font-size: clamp(38px, 4.3vw, 58px); line-height: .98; }
.wpdx-popup .wpdx-section-copy { margin-top: 20px !important; }
.wpdx-popup .wpdx-section-copy p { font-size: 15px; }
.wpdx-popup .wpdx-lead-form { margin-top: 0; padding: 28px; box-shadow: 0 18px 45px rgba(23,73,104,.1); }
.wpdx-popup .wpdx-form-note { display: none; }
.wpdx-article-section { background: #fff; }
.wpdx-single-title { color: var(--wpdx-ink) !important; }
.wpdx-single-excerpt p { color: rgba(35,65,87,.76); }

.elementor-location-footer { color: var(--wpdx-text); background: #fff; }
.wpdx-footer-main { padding-top: 76px; color: var(--wpdx-text); background: #fff; border-top: 1px solid rgba(10,54,88,.1); }
.wpdx-footer-logo { display: block; width: min(100%, 310px); height: auto; margin-bottom: 22px; }
.wpdx-footer-grid { gap: 54px; }
.wpdx-footer-grid p { color: var(--wpdx-muted); }
.wpdx-footer-grid h3 { color: #0a6c9e; }
.wpdx-footer-grid a { color: rgba(10,54,88,.76); }
.wpdx-footer-grid a:hover { color: #075d93; }
.wpdx-footer-grid .wpdx-footer-cta { color: #075d93; }
.wpdx-footer-bottom { border-top-color: rgba(10,54,88,.12); color: rgba(10,54,88,.5); }

@media (max-width: 1024px) {
  .wpdx-header .elementor-nav-menu--main { display: none; }
  .wpdx-header .elementor-column:first-child { width: 64%; }
  .wpdx-header .elementor-column:nth-child(2) { width: 36%; }
  .wpdx-hero .wpdx-left,
  .wpdx-hero .wpdx-right { width: 100%; padding-right: 0; padding-left: 0; }
  .wpdx-hero .wpdx-right { margin-top: 20px; }
  .wpdx-hero-3d { min-height: 520px; }
  .wpdx-3d-stage { width: 460px; height: 460px; }
}

@media (max-width: 767px) {
  .wpdx-header { padding: 5px 20px; }
  .wpdx-wordmark { width: 205px; }
  .winspage-page { padding-right: 24px; padding-left: 24px; }
  .wpdx-hero { padding-top: 58px; padding-bottom: 64px; }
  .wpdx-hero .wpdx-right { margin-top: 4px; }
  .wpdx-hero-3d { min-height: 405px; margin: 8px -12px 0; }
  .wpdx-3d-stage { top: 48%; width: 330px; height: 330px; transform: translate(-50%, -50%) rotateX(calc(61deg + var(--pointer-y))) rotateZ(calc(-12deg + var(--pointer-x))) scale(.84); }
  .wpdx-system-orbit { width: 326px; height: 326px; margin: -163px; }
  .wpdx-architecture-stack { transform: scale(.78); }
  .wpdx-flow-card { width: 132px; min-height: 76px; padding: 12px; }
  .wpdx-flow-card strong { font-size: 11px; }
  .flow-input { top: 38px; left: 100px; }
  .flow-output { right: 100px; bottom: 32px; width: 150px; min-height: 86px; }
  .flow-status { display: none; }
  .wpdx-product-list i { padding: 4px 5px; }
  .ring-two { width: 330px; height: 330px; margin: -165px; }
  .ring-one { width: 235px; height: 235px; margin: -117.5px; }
  .wpdx-float-card { width: 145px; min-height: 88px; padding: 14px; }
  .wpdx-float-card strong { font-size: 11px; }
  .card-platform { left: -12px; }
  .card-signal { right: -12px; }
  .card-system { right: 0; width: 132px; }
  .wpdx-3d-caption { right: 5%; bottom: 2px; font-size: 8px; }
  .wpdx-feature-grid,
  .wpdx-capability-grid,
  .wpdx-service-grid,
  .wpdx-case-grid,
  .wpdx-insights-grid { gap: 18px; }
  .wpdx-feature-card,
  .wpdx-service-card,
  .wpdx-case-card,
  .wpdx-insight-card,
  .wpdx-lead-form { padding-right: 26px; padding-left: 26px; }
  .wpdx-footer-logo { width: 270px; }
  .elementor-popup-modal .dialog-widget-content { width: calc(100vw - 24px) !important; max-height: calc(100vh - 24px) !important; border-radius: 20px !important; }
  .wpdx-popup.winspage-page { padding: 58px 24px 26px !important; }
  .wpdx-popup .wpdx-left,
  .wpdx-popup .wpdx-right { width: 100%; padding-right: 0; padding-left: 0; }
  .wpdx-popup .wpdx-left { margin-bottom: 24px; }
  .wpdx-popup .wpdx-section-title .elementor-heading-title { font-size: 38px; }
}

@media (prefers-reduced-motion: reduce) {
  .wpdx-core-cube,
  .wpdx-orbit-ring,
  .wpdx-float-card,
  .wpdx-system-orbit,
  .wpdx-stack-layer,
  .wpdx-system-core,
  .wpdx-flow-card,
  .wpdx-grid-pulse,
  .wpdx-3d-aura,
  .wpdx-3d-caption span,
  .wpdx-signal-bars i { animation: none !important; }
}
