.d-page {
  --d-blue: #3498db;
  --d-blue-dark: #2980b9;
  --d-blue-deep: #1f6396;
  --d-orange: #ff4000;
  --d-orange-dark: #d93600;
  --d-slate: #0f172a;
  --d-ink: #020617;
  --d-muted: #475569;
  --d-subtle: #94a3b8;
  --d-border: #e2e8f0;
  min-height: 100vh;
  overflow: hidden;
  background: #fff;
  color: var(--d-slate);
  font-family: "Source Serif Pro", Charter, Georgia, serif;
}

.d-page * { box-sizing: border-box; }
.d-page a { color: inherit; text-decoration: none; }
.d-page .version-switch .active { color: var(--d-slate); }

.d-sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.d-hero {
  position: relative;
  min-height: 920px;
  overflow: hidden;
  background:
    radial-gradient(circle at 87% 22%, rgba(255, 122, 69, .34), transparent 22%),
    radial-gradient(circle at 60% 75%, rgba(255, 255, 255, .14), transparent 25%),
    linear-gradient(135deg, #1f6396 0%, #3498db 58%, #2980b9 100%);
  color: #fff;
}

.d-hero::after {
  position: absolute;
  width: 520px;
  height: 520px;
  right: -210px;
  bottom: -260px;
  border: 1px solid rgba(255, 255, 255, .16);
  border-radius: 50%;
  box-shadow: 0 0 0 75px rgba(255, 255, 255, .035), 0 0 0 150px rgba(255, 255, 255, .025);
  content: "";
}

.d-hero-grid {
  position: absolute;
  inset: 0;
  opacity: .22;
  background-image:
    linear-gradient(rgba(255, 255, 255, .09) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, .09) 1px, transparent 1px);
  background-size: 56px 56px;
  mask-image: linear-gradient(to right, transparent, #000 45%, #000);
}

.d-header {
  position: relative;
  z-index: 20;
  width: min(1220px, calc(100% - 48px));
  min-height: 88px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  gap: 26px;
  border-bottom: 1px solid rgba(255, 255, 255, .22);
  font-family: var(--ui);
}

.d-brand {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-size: 21px;
  font-weight: 850;
  letter-spacing: -.045em;
}

.d-brand-mark {
  width: 43px;
  height: 43px;
  padding: 6px;
  display: grid;
  place-items: center;
  border-radius: 10px;
  background: #fff;
}

.d-brand-mark img { width: 100%; height: 100%; display: block; object-fit: contain; }
.d-brand > span:last-child { color: #fff; }
.d-brand > span:last-child b { color: #dbeafe; }

.d-header nav {
  display: flex;
  align-items: center;
  gap: 27px;
  color: #eff6ff;
  font-size: 13px;
  font-weight: 720;
}

.d-header nav a,
.d-header > div > a:first-child { transition: color 150ms ease; }
.d-header nav a:hover,
.d-header > div > a:first-child:hover { color: #fff; }

.d-header > div {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 18px;
  font-family: var(--ui);
  font-size: 13px;
  font-weight: 750;
}

.d-button {
  min-height: 52px;
  padding: 0 22px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  border-radius: 10px;
  font-family: var(--ui);
  font-size: 13px;
  font-weight: 850;
  transition: transform 250ms cubic-bezier(.22, 1, .36, 1), box-shadow 250ms ease;
}

.d-button:hover { transform: translateY(-3px); }
.d-button-small { min-height: 42px; padding-inline: 16px; font-size: 12px; }
.d-button-orange { background: linear-gradient(135deg, var(--d-orange), #ff7a45); color: #fff !important; box-shadow: 0 16px 35px rgba(255, 64, 0, .25); }
.d-button-blue { background: linear-gradient(135deg, var(--d-blue), var(--d-blue-dark)); color: #fff !important; box-shadow: 0 18px 40px rgba(52, 152, 219, .22); }
.d-button-white { background: #fff; color: #0f172a !important; box-shadow: 0 18px 40px rgba(2, 6, 23, .2); }

.d-hero-inner {
  position: relative;
  z-index: 3;
  width: min(1220px, calc(100% - 48px));
  min-height: 820px;
  margin: 0 auto;
  padding: 78px 0 95px;
  display: grid;
  grid-template-columns: .93fr 1.07fr;
  align-items: center;
  gap: 65px;
}

.d-kicker {
  width: fit-content;
  padding: 10px 14px;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  border: 1px solid rgba(255, 255, 255, .27);
  border-radius: 999px;
  background: rgba(255, 255, 255, .1);
  font-family: var(--ui);
  font-size: 11px;
  font-weight: 900;
  letter-spacing: .08em;
}

.d-kicker i {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--d-orange);
  box-shadow: 0 0 0 5px rgba(255, 255, 255, .12);
}

.d-hero h1 {
  max-width: 680px;
  margin: 23px 0 25px;
  color: #fff;
  font-family: Charter, "Bitstream Charter", "PT Serif", Georgia, serif;
  font-size: clamp(54px, 5.25vw, 76px);
  font-weight: 620;
  letter-spacing: -.045em;
  line-height: .96;
}

.d-hero h1 em {
  color: #fff7ed;
  font-weight: 400;
  text-shadow: 0 8px 26px rgba(15, 23, 42, .16);
}

.d-hero-copy > p {
  max-width: 610px;
  margin: 0 0 30px;
  color: #eff6ff;
  font-size: 19px;
  line-height: 1.52;
}

.d-search-shell {
  max-width: 660px;
  padding: 20px;
  border: 3px solid rgba(255, 255, 255, .95);
  border-radius: 18px;
  background: #fff;
  color: var(--d-slate);
  box-shadow: 9px 9px 0 var(--d-orange), 0 30px 70px rgba(15, 23, 42, .22);
}

.d-search-shell > div {
  margin: 0 3px 12px;
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 16px;
}

.d-search-shell small {
  color: var(--d-orange-dark);
  font-family: var(--ui);
  font-size: 10px;
  font-weight: 900;
  letter-spacing: .11em;
}

.d-search-shell strong {
  font-size: 19px;
  letter-spacing: -.02em;
}

.d-search-shell form,
.d-final form {
  padding: 11px 10px 11px 17px;
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 9px;
  border: 2px solid #bfdbfe;
  border-radius: 12px;
  background: #f8fafc;
}

.d-search-shell form > span,
.d-final form > span { color: var(--d-blue); font-family: var(--ui); font-size: 24px; }

.d-search-shell input,
.d-final input {
  min-width: 0;
  border: 0;
  outline: 0;
  background: transparent;
  color: var(--d-slate);
  font-family: var(--ui);
  font-size: 16px;
}

.d-search-shell input::placeholder,
.d-final input::placeholder { color: #64748b; }

.d-search-shell button,
.d-final button {
  min-height: 59px;
  padding: 0 25px;
  border: 0;
  border-radius: 9px;
  background: linear-gradient(135deg, var(--d-orange), #ff7a45);
  color: #fff;
  cursor: pointer;
  font-family: var(--ui);
  font-size: 13px;
  font-weight: 900;
}

.d-search-shell form:focus-within,
.d-final form:focus-within { border-color: var(--d-blue); box-shadow: 0 0 0 4px rgba(52, 152, 219, .11); }

.d-search-shell > p {
  margin: 12px 3px 0;
  display: flex;
  flex-wrap: wrap;
  gap: 9px 18px;
  color: var(--d-muted);
  font-family: var(--ui);
  font-size: 10px;
  font-weight: 720;
}

.d-hero-stage {
  position: relative;
  min-width: 0;
  min-height: 610px;
  perspective: 1300px;
}

.d-core-card {
  position: absolute;
  z-index: 4;
  width: 470px;
  min-height: 340px;
  left: 50%;
  top: 120px;
  padding: 29px;
  border: 1px solid rgba(255, 255, 255, .88);
  border-radius: 25px;
  background: rgba(255, 255, 255, .97);
  color: var(--d-slate);
  box-shadow: 0 45px 95px rgba(15, 23, 42, .28);
  transform: translateX(-50%) rotateX(7deg) rotateY(-8deg) rotateZ(1deg);
}

.d-core-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-family: var(--ui);
}

.d-core-top span { color: var(--d-blue-deep); font-size: 10px; font-weight: 900; letter-spacing: .1em; }
.d-core-top b { padding: 6px 9px; border-radius: 999px; background: rgba(22, 163, 74, .1); color: #16a34a; font-size: 10px; letter-spacing: .08em; }

.d-core-card h2 {
  margin: 12px 0 26px;
  font-family: Charter, "Bitstream Charter", "PT Serif", Georgia, serif;
  font-size: 38px;
  letter-spacing: -.04em;
}

.d-core-progress {
  position: relative;
  padding: 31px 0 20px;
  display: flex;
  justify-content: space-between;
  border-top: 1px solid var(--d-border);
  color: var(--d-muted);
  font-family: var(--ui);
  font-size: 10px;
}

.d-core-progress::before { position: absolute; height: 2px; left: 9px; right: 9px; top: 38px; background: var(--d-border); content: ""; }
.d-core-progress > i { position: relative; z-index: 1; width: 14px; height: 14px; margin-top: 1px; border: 2px solid #cbd5e1; border-radius: 50%; background: #fff; }
.d-core-progress > i.done { border-color: var(--d-blue); background: var(--d-blue); }
.d-core-progress > i.now { border: 3px solid #fff; background: var(--d-orange); box-shadow: 0 0 0 4px rgba(255, 64, 0, .16); }
.d-core-progress > span { position: absolute; left: 0; top: 11px; }
.d-core-progress > small { position: absolute; right: 0; top: 11px; font-size: 10px; }

.d-core-actions { margin-top: 15px; display: grid; grid-template-columns: 1fr 1fr; gap: 10px; }
.d-core-actions span { padding: 14px; border: 1px solid var(--d-border); border-radius: 12px; background: #f8fafc; font-family: var(--ui); font-size: 11px; font-weight: 760; }
.d-core-actions b { margin-right: 5px; color: var(--d-blue); }
.d-core-actions span:last-child b { color: var(--d-orange); }

.d-ring {
  position: absolute;
  left: 50%;
  top: 50%;
  border: 1px solid rgba(255, 255, 255, .25);
  border-radius: 50%;
  transform: translate(-50%, -50%) rotateX(68deg) rotateZ(-15deg);
}

.d-ring-one { width: 600px; height: 365px; }
.d-ring-two { width: 470px; height: 285px; border-style: dashed; }

.d-float-node {
  position: absolute;
  z-index: 7;
  min-width: 205px;
  padding: 14px;
  display: flex;
  align-items: center;
  gap: 12px;
  border: 1px solid rgba(255, 255, 255, .82);
  border-radius: 15px;
  background: rgba(255, 255, 255, .96);
  color: var(--d-slate);
  box-shadow: 0 24px 48px rgba(15, 23, 42, .22);
  font-family: var(--ui);
}

.d-float-node > span { width: 42px; height: 42px; flex: none; display: grid; place-items: center; border-radius: 11px; background: rgba(52, 152, 219, .11); color: var(--d-blue-deep); font-size: 10px; font-weight: 900; }
.d-float-node small,
.d-float-node strong { display: block; }
.d-float-node small { color: var(--d-muted); font-size: 10px; font-weight: 900; letter-spacing: .08em; }
.d-float-node strong { margin-top: 3px; font-size: 12px; }
.d-node-neighbors { left: -10px; top: 48px; transform: rotate(-4deg); }
.d-node-studio { right: -35px; top: 57px; transform: rotate(5deg); }
.d-node-studio > span { background: rgba(255, 64, 0, .1); color: var(--d-orange); font-size: 13px; }
.d-node-check { right: -5px; bottom: 55px; transform: rotate(-2deg); }
.d-node-check > span { background: rgba(22, 163, 74, .1); color: #16a34a; font-size: 17px; }

.d-stage-caption {
  position: absolute;
  z-index: 8;
  left: 50%;
  bottom: 7px;
  padding: 8px 12px;
  border: 1px solid rgba(255, 255, 255, .2);
  border-radius: 999px;
  background: rgba(15, 23, 42, .14);
  color: #eff6ff;
  font-family: var(--ui);
  font-size: 10px;
  font-weight: 900;
  letter-spacing: .11em;
  transform: translateX(-50%);
}

/* Hero humain, validé à partir du mockup collectif */
.d-hero {
  height: calc(100svh - 54px);
  min-height: 690px;
  background: linear-gradient(135deg, #eff6ff 0%, #ffffff 55%, #fff7ed 100%);
  color: var(--d-slate);
}

.d-hero::after {
  width: 460px;
  height: 460px;
  right: -230px;
  bottom: -280px;
  border-color: rgba(52, 152, 219, .12);
  box-shadow: 0 0 0 72px rgba(52, 152, 219, .025), 0 0 0 144px rgba(255, 64, 0, .02);
}

.d-hero-photo {
  position: absolute;
  z-index: 0;
  inset: 0;
  overflow: hidden;
}

.d-hero-photo::after {
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(255, 255, 255, .84) 0%, rgba(255, 255, 255, .66) 39%, rgba(255, 255, 255, .24) 64%, rgba(239, 246, 255, .13) 100%);
  content: "";
}

.d-hero-photo img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  object-position: center;
  filter: saturate(.72) contrast(.9) brightness(1.04);
  opacity: .9;
}

.d-hero-grid {
  z-index: 1;
  opacity: .3;
  background-image:
    linear-gradient(rgba(52, 152, 219, .055) 1px, transparent 1px),
    linear-gradient(90deg, rgba(52, 152, 219, .055) 1px, transparent 1px);
  mask-image: linear-gradient(to right, #000 0%, rgba(0, 0, 0, .35) 42%, transparent 67%);
}

.d-header {
  width: min(1250px, calc(100% - 32px));
  min-height: 72px;
  margin-top: 16px;
  padding: 0 18px;
  border: 1px solid rgba(203, 213, 225, .86);
  border-radius: 14px;
  background: rgba(255, 255, 255, .9);
  box-shadow: 0 12px 34px rgba(15, 23, 42, .1);
  backdrop-filter: blur(16px);
}

.d-header .d-brand > span:last-child { color: var(--d-orange); }
.d-header .d-brand > span:last-child b { color: #5593b8; }
.d-header nav { color: var(--d-slate); font-weight: 780; }
.d-header > div { color: var(--d-slate); }
.d-header nav a:hover,
.d-header > div > a:first-child:hover { color: var(--d-blue-deep); }

.d-hero-inner {
  height: calc(100% - 88px);
  min-height: 0;
  padding: clamp(32px, 4.8vh, 64px) 0 clamp(28px, 4vh, 52px);
  grid-template-columns: .96fr 1.04fr;
  gap: 48px;
}

.d-hero-copy {
  position: relative;
  z-index: 4;
  max-width: 670px;
}

.d-kicker {
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  color: var(--d-blue-deep);
}

.d-kicker i { box-shadow: 0 0 0 5px rgba(255, 64, 0, .09); }

.d-hero h1 {
  max-width: 700px;
  margin: 27px 0 25px;
  color: var(--d-blue-deep);
  font-size: clamp(56px, 5.15vw, 76px);
  font-weight: 520;
}

.d-hero h1 em {
  color: var(--d-slate);
  font-weight: 520;
  text-shadow: none;
}

.d-hero-copy > p {
  max-width: 590px;
  color: var(--d-muted);
  font-size: 20px;
}

.d-search-shell {
  max-width: 690px;
  padding: 6px;
  border: 1px solid rgba(203, 213, 225, .9);
  border-radius: 16px;
  box-shadow: 0 22px 52px rgba(15, 23, 42, .14);
}

.d-search-shell form {
  padding: 4px 4px 4px 15px;
  border: 0;
  border-radius: 12px;
  background: #fff;
}

.d-search-shell form:focus-within {
  border-color: transparent;
  box-shadow: 0 0 0 4px rgba(52, 152, 219, .13);
}

.d-search-shell button {
  min-height: 62px;
  padding-inline: 24px;
  font-size: 14px;
  white-space: nowrap;
}

.d-search-shell > p {
  margin: 10px 8px 2px;
  font-size: 11px;
}

.d-hero-community {
  position: relative;
  z-index: 5;
  min-width: 0;
  height: 100%;
  min-height: 0;
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
  padding: 0 0 clamp(20px, 4vh, 42px);
}

.d-hero-community::before {
  position: absolute;
  width: 230px;
  height: 150px;
  right: 230px;
  bottom: 135px;
  border-bottom: 3px solid var(--d-blue);
  border-radius: 0 0 0 70%;
  content: "";
  filter: drop-shadow(0 0 5px rgba(52, 152, 219, .4));
  transform: rotate(8deg);
}

.d-social-card {
  position: relative;
  width: min(355px, 94%);
  padding: 19px;
  border: 1px solid rgba(226, 232, 240, .95);
  border-radius: 16px;
  background: rgba(255, 255, 255, .97);
  color: var(--d-slate);
  box-shadow: 0 24px 60px rgba(15, 23, 42, .2);
  font-family: var(--ui);
}

.d-social-card::before {
  position: absolute;
  width: 11px;
  height: 11px;
  left: -7px;
  top: 42px;
  border: 3px solid #fff;
  border-radius: 50%;
  background: var(--d-orange);
  box-shadow: 0 0 0 5px rgba(255, 64, 0, .13);
  content: "";
}

.d-social-head {
  padding-bottom: 14px;
  display: grid;
  grid-template-columns: 1fr 105px;
  align-items: center;
  gap: 13px;
  border-bottom: 1px solid var(--d-border);
}

.d-social-head small,
.d-social-head strong { display: block; }
.d-social-head small { color: var(--d-blue-deep); font-size: 10px; font-weight: 900; letter-spacing: .08em; }
.d-social-head strong { margin-top: 6px; font-family: Charter, Georgia, serif; font-size: 21px; line-height: 1.04; }
.d-social-head img { width: 105px; height: 66px; display: block; border-radius: 9px; object-fit: cover; object-position: center; }

.d-social-message {
  padding: 13px 0;
  display: grid;
  grid-template-columns: 38px 1fr;
  align-items: center;
  gap: 10px;
  border-bottom: 1px solid var(--d-border);
}

.d-social-message > span {
  width: 38px;
  height: 38px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: var(--d-orange);
  color: #fff;
  font-size: 12px;
  font-weight: 900;
}

.d-social-message > span.d-social-avatar-blue { background: var(--d-blue); }
.d-social-message p { margin: 0; }
.d-social-message strong,
.d-social-message small { display: block; }
.d-social-message strong { font-size: 13px; }
.d-social-message small { margin-top: 3px; color: var(--d-muted); font-size: 12px; }

.d-social-reply {
  margin-top: 14px;
  padding: 8px 8px 8px 13px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border: 1px solid var(--d-border);
  border-radius: 10px;
  background: var(--d-bg-soft, #f8fafc);
  color: #64748b;
  font-size: 12px;
}

.d-social-reply b {
  width: 34px;
  height: 34px;
  display: grid;
  place-items: center;
  border-radius: 9px;
  background: var(--d-orange);
  color: #fff;
  font-size: 16px;
}

.d-marquee {
  overflow: hidden;
  background: var(--d-orange);
  color: #fff;
  font-family: var(--ui);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: .1em;
}

.d-marquee > div { min-width: max-content; min-height: 54px; padding: 0; display: flex; align-items: center; justify-content: space-around; gap: 34px; }
.d-marquee i { color: #fff7ed; font-style: normal; }

.d-reality {
  position: relative;
  width: min(1200px, calc(100% - 48px));
  min-height: 610px;
  margin: 0 auto;
  padding: 115px 0;
  display: grid;
  grid-template-columns: 1.1fr .7fr;
  align-items: center;
  gap: 95px;
}

.d-journey {
  position: relative;
  grid-column: 1 / -1;
  padding: 32px 34px 27px;
  border: 1px solid var(--d-border);
  border-radius: 20px;
  background: linear-gradient(135deg, #f8fafc, #fff 62%, #fff7ed);
  box-shadow: 0 24px 55px rgba(15, 23, 42, .08);
}

.d-journey-labels,
.d-journey-line {
  display: grid;
  grid-template-columns: repeat(7, 1fr);
}

.d-journey-labels span {
  color: var(--d-muted);
  font-family: var(--ui);
  font-size: 10px;
  font-weight: 850;
  text-align: center;
  text-transform: uppercase;
}

.d-journey-line {
  position: relative;
  margin: 15px 0 21px;
}

.d-journey-line::before {
  position: absolute;
  height: 2px;
  left: 7%;
  right: 7%;
  top: 6px;
  background: var(--d-border-strong, #cbd5e1);
  content: "";
}

.d-journey-line i {
  position: relative;
  z-index: 1;
  width: 14px;
  height: 14px;
  justify-self: center;
  border: 3px solid #fff;
  border-radius: 50%;
  background: var(--d-blue);
  box-shadow: 0 0 0 2px rgba(52, 152, 219, .25);
}

.d-journey-line i:nth-last-child(-n+3) { background: var(--d-orange); box-shadow: 0 0 0 2px rgba(255, 64, 0, .2); }
.d-journey-portals,
.d-journey-vefa { display: grid; grid-template-columns: 130px 1fr; align-items: center; gap: 14px; font-family: var(--ui); }
.d-journey-portals { margin-bottom: 9px; }
.d-journey-portals span,
.d-journey-vefa span { font-size: 10px; font-weight: 900; letter-spacing: .08em; }
.d-journey-portals span { color: #64748b; }
.d-journey-vefa span { color: var(--d-blue-deep); }
.d-journey-portals b,
.d-journey-vefa b { height: 7px; border-radius: 999px; }
.d-journey-portals b { width: 38%; background: var(--d-border-strong, #cbd5e1); }
.d-journey-vefa b { width: 100%; background: linear-gradient(90deg, var(--d-blue), var(--d-orange)); }

.d-audiences {
  padding: 115px max(24px, calc((100vw - 1200px) / 2));
  background: #f8fafc;
}

.d-audience-head { max-width: 870px; margin-bottom: 45px; }
.d-audience-head > span { color: var(--d-orange-dark); font-family: var(--ui); font-size: 11px; font-weight: 900; letter-spacing: .12em; }
.d-audience-head h2 { margin: 14px 0 0; color: var(--d-ink); font-family: Charter, "Bitstream Charter", "PT Serif", Georgia, serif; font-size: clamp(52px, 5.5vw, 76px); letter-spacing: -.05em; line-height: .96; }
.d-audience-head p { margin: 18px 0 0; color: var(--d-muted); font-size: 18px; }
.d-audience-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
.d-audience-grid article { position: relative; min-height: 620px; padding: 40px; overflow: hidden; border-radius: 24px; box-shadow: 0 25px 60px rgba(15, 23, 42, .11); }
.d-audience-explore { border: 1px solid #fed7aa; background: linear-gradient(145deg, #fff, #fff7ed); }
.d-audience-owner { border: 1px solid #bfdbfe; background: linear-gradient(145deg, #eff6ff, #fff); }
.d-audience-number { position: absolute; right: 31px; top: 23px; color: rgba(15, 23, 42, .08); font-family: var(--ui); font-size: 72px; font-weight: 900; line-height: 1; }
.d-audience-grid article > span { color: var(--d-orange-dark); font-family: var(--ui); font-size: 11px; font-weight: 900; letter-spacing: .085em; }
.d-audience-owner > span { color: var(--d-blue-deep) !important; }
.d-audience-grid h3 { max-width: 500px; margin: 15px 0 23px; font-family: Charter, "Bitstream Charter", "PT Serif", Georgia, serif; font-size: 37px; letter-spacing: -.035em; line-height: 1.02; }
.d-audience-grid ul { margin: 0 0 28px; padding: 0; display: grid; gap: 10px; list-style: none; color: var(--d-muted); font-size: 16px; line-height: 1.42; }
.d-audience-grid li::before { margin-right: 9px; color: var(--d-blue); content: "✓"; font-family: var(--ui); font-weight: 900; }
.d-audience-explore li::before { color: var(--d-orange); }
.d-audience-grid .d-button { position: relative; z-index: 3; width: fit-content; }
.d-audience-grid .d-button b { font-size: 15px; }
.d-lead-card,
.d-neighbor-card { position: absolute; right: 28px; bottom: 28px; width: 245px; padding: 18px; border: 1px solid var(--d-border); border-radius: 15px; background: rgba(255, 255, 255, .96); box-shadow: 0 18px 40px rgba(15, 23, 42, .13); font-family: var(--ui); transform: rotate(-2deg); }
.d-lead-card small,
.d-lead-card strong,
.d-lead-card span,
.d-lead-card i { display: block; }
.d-lead-card small { color: var(--d-orange-dark); font-size: 10px; font-weight: 900; letter-spacing: .09em; }
.d-lead-card strong { margin-top: 8px; color: var(--d-slate); font-family: Charter, Georgia, serif; font-size: 17px; }
.d-lead-card span { margin: 9px 0 13px; color: var(--d-muted); font-size: 11px; line-height: 1.35; }
.d-lead-card i { padding: 9px; border-radius: 8px; background: var(--d-orange); color: #fff; font-size: 10px; font-style: normal; font-weight: 850; text-align: center; }
.d-neighbor-card { transform: rotate(2deg); }
.d-neighbor-card > span { width: 38px; height: 38px; margin-right: -8px; display: inline-grid; place-items: center; border: 3px solid #fff; border-radius: 50%; background: var(--d-blue); color: #fff; font-size: 10px; font-weight: 900; }
.d-neighbor-card > span:nth-child(2) { background: var(--d-orange); }
.d-neighbor-card > span:nth-child(3) { background: #5593b8; }
.d-neighbor-card strong,
.d-neighbor-card small { display: block; }
.d-neighbor-card strong { margin-top: 12px; font-family: Charter, Georgia, serif; font-size: 17px; }
.d-neighbor-card small { margin-top: 3px; color: var(--d-muted); font-size: 10px; }

.d-reality > div:first-child > span,
.d-section-head > span,
.d-product-head > span,
.d-final > div > span {
  color: var(--d-blue-deep);
  font-family: var(--ui);
  font-size: 11px;
  font-weight: 900;
  letter-spacing: .12em;
}

.d-reality h2,
.d-section-head h2,
.d-product-head h2,
.d-final h2 {
  margin: 15px 0 0;
  color: var(--d-ink);
  font-family: Charter, "Bitstream Charter", "PT Serif", Georgia, serif;
  font-size: clamp(57px, 6vw, 84px);
  font-weight: 750;
  letter-spacing: -.05em;
  line-height: .96;
}

.d-reality h2 em,
.d-section-head h2 em,
.d-product-head h2 em { color: var(--d-blue-dark); font-weight: 400; }

.d-reality-copy { padding-top: 45px; }
.d-reality-copy p { margin: 0; color: var(--d-muted); font-size: 20px; line-height: 1.58; }
.d-reality-copy strong { margin-top: 24px; display: block; color: var(--d-slate); font-size: 22px; line-height: 1.4; }

.d-stamp {
  position: absolute;
  right: 15px;
  bottom: 60px;
  width: 155px;
  height: 155px;
  display: grid;
  place-items: center;
  align-content: center;
  border: 2px solid var(--d-orange);
  border-radius: 50%;
  color: var(--d-orange);
  font-family: var(--ui);
  transform: rotate(-9deg);
}

.d-stamp span { font-size: 10px; font-weight: 900; letter-spacing: .12em; }
.d-stamp b { font-size: 17px; }
.d-stamp i { margin-top: 4px; font-size: 10px; font-style: normal; }

.d-workflow {
  padding: 120px max(24px, calc((100vw - 1200px) / 2));
  background:
    radial-gradient(circle at 9% 20%, rgba(52, 152, 219, .11), transparent 20%),
    radial-gradient(circle at 90% 70%, rgba(255, 64, 0, .08), transparent 23%),
    linear-gradient(180deg, #f8fafc, #fff);
}

.d-section-head { max-width: 900px; margin-bottom: 55px; }
.d-section-head > p { max-width: 660px; margin: 22px 0 0; color: var(--d-muted); font-size: 18px; line-height: 1.55; }

.d-workflow-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }

.d-workflow-grid article {
  position: relative;
  min-width: 0;
  min-height: 590px;
  padding: 24px;
  overflow: hidden;
  border: 1px solid var(--d-border);
  border-radius: 22px;
  background: #fff;
  box-shadow: 0 24px 55px rgba(15, 23, 42, .09);
  transition: transform 400ms cubic-bezier(.22, 1, .36, 1), box-shadow 400ms ease;
}

.d-workflow-grid article::before {
  position: absolute;
  inset: 0 0 auto;
  height: 6px;
  content: "";
}

.d-step-program {
  border-color: #bfdbfe !important;
  background: linear-gradient(180deg, #eff6ff 0%, #ffffff 44%) !important;
}

.d-step-program::before { background: var(--d-blue); }
.d-step-program .d-step-visual {
  border-color: #bfdbfe;
  border-radius: 12px 24px 12px 24px;
  background: linear-gradient(145deg, #dbeafe, #f8fafc 64%, #fff);
}

.d-step-neighbors {
  border-color: #fed7aa !important;
  background: linear-gradient(180deg, #fff7ed 0%, #ffffff 44%) !important;
}

.d-step-neighbors::before { background: var(--d-orange); }
.d-step-neighbors .d-step-meta span { color: var(--d-orange-dark); }
.d-step-neighbors .d-step-visual {
  border-color: #fed7aa;
  border-radius: 28px 12px 28px 12px;
  background: linear-gradient(145deg, #fff7ed, #fff 58%, #eff6ff);
}

.d-step-tools {
  border-color: #cbd5e1 !important;
  background: linear-gradient(160deg, #f1f5f9 0%, #ffffff 46%) !important;
}

.d-step-tools::before { background: linear-gradient(90deg, var(--d-blue-deep) 0 68%, var(--d-orange) 68%); }
.d-step-tools .d-step-meta span { color: var(--d-blue-deep); }
.d-step-tools .d-step-meta small { border: 1px solid #cbd5e1; background: #fff; color: var(--d-slate); }
.d-step-tools .d-step-visual {
  border-color: #cbd5e1;
  border-radius: 12px 28px 12px 28px;
  background: linear-gradient(145deg, #e2e8f0, #f8fafc 55%, #eff6ff);
}

.d-workflow-grid article:nth-child(2) { transform: translateY(28px); }
.d-workflow-grid article:hover { transform: translateY(-8px); box-shadow: 0 35px 75px rgba(15, 23, 42, .15); }
.d-step-meta { display: flex; align-items: center; justify-content: space-between; font-family: var(--ui); }
.d-step-meta span { color: var(--d-blue); font-size: 10px; font-weight: 900; }
.d-step-meta small { padding: 6px 9px; border-radius: 999px; background: rgba(52, 152, 219, .09); color: var(--d-blue-deep); font-size: 10px; font-weight: 900; letter-spacing: .08em; }
.d-workflow-grid article:nth-child(2) .d-step-meta small { background: rgba(255, 64, 0, .08); color: var(--d-orange-dark); }

.d-step-visual {
  position: relative;
  height: 275px;
  margin: 18px -6px 0;
  overflow: hidden;
  border: 1px solid var(--d-border);
  border-radius: 17px;
  background: linear-gradient(145deg, #eff6ff, #fff 56%, #fff7ed);
  perspective: 900px;
}

.d-step-visual::after { position: absolute; width: 130px; height: 20px; left: 50%; bottom: 16px; border-radius: 50%; background: rgba(15, 23, 42, .12); filter: blur(13px); content: ""; transform: translateX(-50%); }

.d-map-grid { position: absolute; inset: 20px; opacity: .64; background-image: linear-gradient(rgba(52, 152, 219, .15) 1px, transparent 1px), linear-gradient(90deg, rgba(52, 152, 219, .15) 1px, transparent 1px); background-size: 24px 24px; transform: rotateX(57deg) rotateZ(-14deg); }
.d-map-grid i { position: absolute; border: 2px solid rgba(52, 152, 219, .45); background: rgba(255, 255, 255, .75); }
.d-map-grid i:nth-child(1) { width: 85px; height: 60px; left: 15px; top: 25px; }
.d-map-grid i:nth-child(2) { width: 70px; height: 84px; right: 35px; top: 15px; }
.d-map-grid i:nth-child(3) { width: 52px; height: 45px; left: 96px; bottom: 30px; }
.d-map-grid i:nth-child(4) { width: 46px; height: 38px; right: 10px; bottom: 24px; }
.d-map-grid span { position: absolute; width: 12px; height: 12px; left: 45%; top: 46%; border: 3px solid #fff; border-radius: 50%; background: var(--d-orange); box-shadow: 0 0 0 5px rgba(255, 64, 0, .15); }

.d-program-pin { position: absolute; z-index: 4; width: 210px; left: 50%; top: 77px; padding: 16px; border: 1px solid var(--d-border); border-radius: 15px; background: #fff; box-shadow: 0 20px 40px rgba(15, 23, 42, .16); transform: translateX(-50%) rotate(-2deg); }
.d-program-pin > b { position: absolute; width: 34px; height: 34px; right: 15px; top: 15px; display: grid; place-items: center; border-radius: 10px; background: rgba(52, 152, 219, .1); color: var(--d-blue-deep); font-family: var(--ui); }
.d-program-pin span,
.d-program-pin strong { display: block; }
.d-program-pin span { color: var(--d-blue-deep); font-family: var(--ui); font-size: 10px; font-weight: 900; letter-spacing: .09em; }
.d-program-pin strong { max-width: 130px; margin-top: 7px; font-size: 16px; }
.d-search-chip,
.d-add-chip { position: absolute; z-index: 5; padding: 8px 10px; border: 1px solid var(--d-border); border-radius: 9px; background: #fff; font-family: var(--ui); font-size: 10px; font-weight: 800; box-shadow: 0 10px 22px rgba(15, 23, 42, .11); }
.d-search-chip { left: 15px; top: 29px; color: var(--d-muted); transform: rotate(-4deg); }
.d-add-chip { right: 16px; bottom: 33px; background: var(--d-orange); color: #fff; transform: rotate(5deg); }

.d-thread-card { position: absolute; z-index: 3; width: 245px; min-height: 145px; left: 50%; top: 61px; padding: 20px; border: 1px solid var(--d-border); border-radius: 16px; background: #fff; box-shadow: 0 23px 45px rgba(15, 23, 42, .15); transform: translateX(-50%) rotateX(5deg) rotateZ(-2deg); }
.d-thread-card small,
.d-thread-card strong,
.d-thread-card span { display: block; }
.d-thread-card small { color: var(--d-orange-dark); font-family: var(--ui); font-size: 10px; font-weight: 900; letter-spacing: .08em; }
.d-thread-card strong { margin-top: 10px; font-size: 16px; line-height: 1.16; }
.d-thread-card span { margin-top: 17px; color: var(--d-muted); font-family: var(--ui); font-size: 10px; }
.d-thread-card span i { width: 7px; height: 7px; margin-right: 5px; display: inline-block; border-radius: 50%; background: #16a34a; box-shadow: 0 0 0 4px rgba(22, 163, 74, .1); }
.d-choice-card { min-height: 164px; }
.d-choice-card > span { margin-top: 8px; padding: 8px; border-radius: 8px; color: #fff; font-size: 10px; font-weight: 850; }
.d-choice-card > span i { display: none; }
.d-choice-orange { background: var(--d-orange); }
.d-choice-blue { background: var(--d-blue); }

.d-person { position: absolute; z-index: 5; width: 46px; height: 46px; display: grid; place-items: center; border: 4px solid #fff; border-radius: 50%; background: var(--d-blue); color: #fff; font-family: var(--ui); font-size: 10px; box-shadow: 0 12px 26px rgba(15, 23, 42, .16); }
.d-person-a { left: 18px; top: 31px; }
.d-person-m { right: 17px; top: 42px; background: var(--d-orange); }
.d-person-s { right: 45px; bottom: 26px; background: #5593b8; }
.d-thread-line { position: absolute; z-index: 1; height: 2px; background: repeating-linear-gradient(90deg, var(--d-blue) 0 5px, transparent 5px 10px); transform-origin: left center; }
.d-thread-one { width: 100px; left: 53px; top: 59px; transform: rotate(22deg); }
.d-thread-two { width: 100px; right: 49px; bottom: 60px; transform: rotate(-27deg); }

.d-tool-stack { position: absolute; z-index: 3; width: 225px; height: 145px; left: 50%; top: 67px; transform: translateX(-50%) rotateX(51deg) rotateZ(7deg); transform-style: preserve-3d; }
.d-tool-stack > i,
.d-tool-stack > div { position: absolute; inset: 0; border: 1px solid rgba(52, 152, 219, .25); border-radius: 15px; background: #fff; box-shadow: 0 19px 35px rgba(15, 23, 42, .12); }
.d-tool-stack > i:first-child { background: #dbeafe; transform: translate3d(-14px, 14px, -20px); }
.d-tool-stack > i:nth-child(2) { background: #eff6ff; transform: translate3d(-7px, 7px, -10px); }
.d-tool-stack > div { padding: 20px; transform: translateZ(8px); }
.d-tool-stack span,
.d-tool-stack b { padding: 5px 7px; border-radius: 6px; color: #fff; font-family: var(--ui); font-size: 10px; }
.d-tool-stack span { background: var(--d-blue); }
.d-tool-stack b { margin-left: 5px; background: var(--d-orange); }
.d-tool-stack strong,
.d-tool-stack small { display: block; }
.d-tool-stack strong { margin-top: 24px; font-size: 18px; }
.d-tool-stack small { margin-top: 5px; color: var(--d-muted); font-family: var(--ui); font-size: 10px; }
.d-tools-orbit { position: absolute; z-index: 1; width: 260px; height: 100px; left: 50%; top: 90px; border: 1px dashed rgba(52, 152, 219, .36); border-radius: 50%; transform: translateX(-50%) rotate(-9deg); }
.d-orbit-tool { position: absolute; z-index: 6; width: 48px; height: 48px; display: grid; place-items: center; border: 4px solid #fff; border-radius: 14px; background: var(--d-blue); color: #fff; font-family: var(--ui); font-size: 16px; font-weight: 900; box-shadow: 0 13px 26px rgba(15, 23, 42, .16); }
.d-orbit-calc { left: 17px; top: 29px; transform: rotate(-7deg); }
.d-orbit-check { right: 16px; bottom: 28px; background: #16a34a; transform: rotate(6deg); }
.d-orbit-info { right: 25px; top: 26px; background: var(--d-orange); transform: rotate(4deg); }

.d-workflow > .d-button { width: fit-content; margin: 72px auto 0; display: flex; }

.d-product {
  padding: 120px max(24px, calc((100vw - 1200px) / 2));
  background:
    radial-gradient(circle at 85% 10%, rgba(255, 64, 0, .17), transparent 20%),
    linear-gradient(135deg, #1f6396, #2980b9 58%, #3498db);
  color: #fff;
}

.d-product-head { max-width: 950px; margin-bottom: 55px; }
.d-product-head > span { color: #dbeafe; }
.d-product-head h2 { color: #fff; }
.d-product-head h2 em { color: #fff7ed; }
.d-product-grid { display: grid; grid-template-columns: 1.15fr .85fr; gap: 18px; }

.d-studio-card { min-height: 650px; display: flex; flex-direction: column; overflow: hidden; border: 1px solid rgba(255, 255, 255, .26); border-radius: 24px; background: #fff; color: var(--d-slate) !important; box-shadow: 0 34px 75px rgba(15, 23, 42, .24); transition: transform 350ms cubic-bezier(.22, 1, .36, 1); }
.d-studio-card:hover { transform: translateY(-7px); }
.d-studio-copy { padding: 32px; }
.d-studio-copy > span { color: var(--d-orange-dark); font-family: var(--ui); font-size: 10px; font-weight: 900; letter-spacing: .1em; }
.d-studio-copy h3 { max-width: 620px; margin: 12px 0 14px; font-family: Charter, "Bitstream Charter", "PT Serif", Georgia, serif; font-size: 39px; letter-spacing: -.04em; line-height: 1; }
.d-studio-copy p { max-width: 580px; margin: 0; color: var(--d-muted); font-size: 16px; line-height: 1.52; }
.d-studio-copy > b { margin-top: 22px; display: flex; align-items: center; justify-content: space-between; font-family: var(--ui); font-size: 11px; }
.d-studio-copy > b i { color: var(--d-orange); font-size: 17px; font-style: normal; }
.d-studio-image { position: relative; min-height: 315px; margin-top: auto; overflow: hidden; border-top: 1px solid var(--d-border); }
.d-studio-image img { width: 100%; height: 100%; position: absolute; inset: 0; display: block; object-fit: cover; object-position: center; }
.d-studio-image > span { position: absolute; z-index: 2; left: 18px; top: 18px; padding: 5px; display: flex; gap: 4px; border-radius: 9px; background: rgba(255, 255, 255, .93); box-shadow: 0 10px 25px rgba(15, 23, 42, .14); font-family: var(--ui); }
.d-studio-image > span b { padding: 6px 8px; border-radius: 6px; color: var(--d-muted); font-size: 10px; }
.d-studio-image > span b.active { background: var(--d-blue); color: #fff; }

.d-mini-tools { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
.d-mini-tools > a { min-height: 318px; padding: 24px; display: flex; align-items: flex-start; flex-direction: column; border: 1px solid rgba(255, 255, 255, .26); border-radius: 20px; background: rgba(255, 255, 255, .96); color: var(--d-slate) !important; box-shadow: 0 22px 50px rgba(15, 23, 42, .17); transition: transform 300ms cubic-bezier(.22, 1, .36, 1); }
.d-mini-tools > a:hover { transform: translateY(-6px) rotate(-.5deg); }
.d-mini-icon { width: 44px; height: 44px; display: grid; place-items: center; border-radius: 12px; background: rgba(52, 152, 219, .1); color: var(--d-blue-deep); font-family: var(--ui); font-size: 16px; font-weight: 900; }
.d-mini-tools > a:nth-child(2) .d-mini-icon { background: rgba(22, 163, 74, .1); color: #16a34a; }
.d-mini-tools > a:nth-child(3) .d-mini-icon { background: rgba(255, 64, 0, .09); color: var(--d-orange); }
.d-mini-tools small { margin-top: 20px; color: var(--d-blue-deep); font-family: var(--ui); font-size: 10px; font-weight: 900; letter-spacing: .09em; }
.d-mini-tools h3 { margin: 8px 0 9px; font-family: Charter, "Bitstream Charter", "PT Serif", Georgia, serif; font-size: 25px; letter-spacing: -.03em; line-height: 1; }
.d-mini-tools p { margin: 0; color: var(--d-muted); font-size: 15px; line-height: 1.5; }
.d-mini-tools b { width: 100%; margin-top: auto; padding-top: 16px; display: flex; justify-content: space-between; border-top: 1px solid var(--d-border); font-family: var(--ui); font-size: 11px; }
.d-mini-tools b i { color: var(--d-orange); font-size: 14px; font-style: normal; }

.d-warning {
  width: min(1120px, calc(100% - 48px));
  margin: 105px auto;
  padding: 35px 38px;
  display: grid;
  grid-template-columns: auto 1.25fr .75fr;
  align-items: center;
  gap: 30px;
  border: 2px solid var(--d-slate);
  background: #fff7ed;
  box-shadow: 10px 10px 0 var(--d-orange);
  transform: rotate(-.4deg);
}

.d-warning-mark { width: 67px; height: 67px; display: grid; place-items: center; border-radius: 50%; background: var(--d-orange); color: #fff; font-family: var(--ui); font-size: 30px; font-weight: 900; }
.d-warning small { color: var(--d-orange-dark); font-family: var(--ui); font-size: 10px; font-weight: 900; letter-spacing: .1em; }
.d-warning h2 { margin: 8px 0 0; font-family: Charter, "Bitstream Charter", "PT Serif", Georgia, serif; font-size: 34px; letter-spacing: -.035em; line-height: 1.03; }
.d-warning > p { margin: 0; color: var(--d-muted); font-size: 16px; line-height: 1.55; }

.d-promoter {
  width: min(1240px, calc(100% - 48px));
  min-height: 620px;
  margin: 0 auto 120px;
  padding: 78px;
  display: grid;
  grid-template-columns: .9fr 1.1fr;
  align-items: center;
  gap: 95px;
  overflow: hidden;
  border-radius: 28px;
  background: linear-gradient(135deg, #0f172a, #1e293b);
  color: #fff;
  box-shadow: 0 35px 85px rgba(15, 23, 42, .23);
}

.d-pro-visual { position: relative; min-height: 420px; perspective: 1000px; }
.d-pro-panel { position: absolute; width: 260px; min-height: 120px; padding: 21px; display: grid; grid-template-columns: 1fr auto; align-items: center; border: 1px solid rgba(255, 255, 255, .16); border-radius: 16px; background: rgba(255, 255, 255, .09); box-shadow: 0 26px 55px rgba(2, 6, 23, .28); backdrop-filter: blur(15px); }
.d-pro-panel:nth-child(1) { left: 0; top: 25px; transform: rotateY(9deg) rotateZ(-4deg); }
.d-pro-panel:nth-child(2) { right: 0; top: 156px; transform: rotateY(-8deg) rotateZ(4deg); }
.d-pro-panel:nth-child(3) { left: 28px; bottom: 18px; transform: rotateY(7deg) rotateZ(-1deg); }
.d-pro-panel span,
.d-pro-panel strong { grid-column: 1; display: block; }
.d-pro-panel span { color: #93c5fd; font-family: var(--ui); font-size: 10px; font-weight: 900; letter-spacing: .09em; }
.d-pro-panel strong { margin-top: 7px; font-size: 20px; line-height: 1.15; }
.d-pro-panel i { grid-column: 2; grid-row: 1 / 3; color: #d4a017; font-family: var(--ui); font-size: 20px; font-style: normal; }
.d-pro-copy > span { color: #bfdbfe; font-family: var(--ui); font-size: 12px; font-weight: 900; letter-spacing: .1em; }
.d-pro-copy h2 { margin: 15px 0 0; font-family: Charter, "Bitstream Charter", "PT Serif", Georgia, serif; font-size: clamp(49px, 4.9vw, 68px); letter-spacing: -.045em; line-height: .98; }
.d-pro-copy > p { max-width: 580px; margin: 25px 0 32px; color: #cbd5e1; font-size: 17px; line-height: 1.55; }
.d-pro-features { max-width: 620px; margin: -8px 0 30px; padding: 0; display: grid; grid-template-columns: 1fr 1fr; gap: 9px; list-style: none; }
.d-pro-features li { min-height: 70px; padding: 13px 15px; display: grid; align-content: center; gap: 4px; border: 1px solid rgba(255, 255, 255, .12); border-radius: 10px; background: rgba(255, 255, 255, .055); }
.d-pro-features b { color: #f8fafc; font-family: var(--ui); font-size: 11px; }
.d-pro-features span { color: #cbd5e1; font-size: 13px; line-height: 1.4; }
.d-pro-copy > div { display: flex; align-items: center; flex-wrap: wrap; gap: 19px; font-family: var(--ui); }
.d-pro-copy > div > a:first-child { color: #e2e8f0; font-size: 13px; font-weight: 750; }
.d-pro-copy > div > a:first-child span { margin-left: 5px; color: #d4a017; font-size: 15px; }

.d-final {
  padding: 105px max(24px, calc((100vw - 1200px) / 2));
  display: grid;
  grid-template-columns: 1.05fr .95fr;
  align-items: center;
  gap: 75px;
  background: linear-gradient(135deg, #eff6ff, #fff 56%, #fff7ed);
}

.d-final h2 { font-size: clamp(50px, 5vw, 72px); }
.d-final > div > p { margin: 18px 0 0; color: var(--d-muted); font-size: 17px; }
.d-final form { padding: 12px 12px 12px 17px; border: 2px solid var(--d-blue); background: #fff; box-shadow: 8px 8px 0 var(--d-orange), 0 24px 55px rgba(15, 23, 42, .14); }
.d-final button { min-height: 58px; }

.d-footer {
  padding: 58px max(24px, calc((100vw - 1200px) / 2)) 34px;
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 26px;
  background: #fff;
  font-family: var(--ui);
}

.d-footer .d-brand > span:last-child { color: var(--d-orange); }
.d-footer .d-brand > span:last-child b { color: #5593b8; }
.d-footer p { margin: 0; color: var(--d-muted); font-size: 12px; }
.d-footer nav { display: flex; gap: 20px; color: var(--d-muted); font-size: 12px; font-weight: 750; }
.d-footer > span { grid-column: 1 / -1; padding-top: 22px; border-top: 1px solid var(--d-border); color: var(--d-muted); font-size: 11px; }

@media (max-width: 1120px) {
  .d-header { grid-template-columns: 1fr auto; }
  .d-header nav { display: none; }
  .d-hero-inner { gap: 32px; }
  .d-core-card { width: 420px; }
  .d-node-neighbors { left: -40px; }
  .d-node-studio { right: -55px; }
  .d-workflow-grid article { padding: 20px; }
  .d-audience-grid article { padding: 32px; }
  .d-lead-card,
  .d-neighbor-card { width: 220px; }
  .d-product-grid { grid-template-columns: 1fr; }
  .d-mini-tools { grid-template-columns: repeat(4, 1fr); }
  .d-mini-tools > a { min-height: 300px; }
  .d-warning { grid-template-columns: auto 1fr; }
  .d-warning > p { grid-column: 2; }
  .d-promoter { gap: 55px; padding: 62px; }
}

@media (max-width: 860px) {
  .d-header,
  .d-hero-inner,
  .d-reality,
  .d-warning,
  .d-promoter { width: min(100% - 34px, 700px); }

  .d-hero { min-height: 1510px; }
  .d-hero-inner { min-height: 1390px; padding-top: 62px; grid-template-columns: 1fr; align-items: start; }
  .d-hero-copy { width: 100%; }
  .d-hero-stage { width: 100%; min-height: 650px; }
  .d-core-card { width: min(470px, 82%); }
  .d-node-neighbors { left: 0; }
  .d-node-studio { right: 0; }
  .d-node-check { right: 20px; }

  .d-reality { grid-template-columns: 1fr; gap: 20px; }
  .d-reality-copy { padding-top: 0; }
  .d-stamp { position: static; margin-top: 15px; }
  .d-journey { margin-top: 25px; }

  .d-audiences { padding: 95px 18px; }
  .d-audience-grid { grid-template-columns: 1fr; }
  .d-audience-grid article { min-height: 590px; }

  .d-workflow,
  .d-product { padding: 95px 18px; }
  .d-workflow-grid { grid-template-columns: 1fr; }
  .d-workflow-grid article,
  .d-workflow-grid article:nth-child(2) { min-height: 570px; transform: none; }
  .d-step-visual { max-width: 460px; margin-inline: auto; }
  .d-workflow > .d-button { margin-top: 40px; }

  .d-mini-tools { grid-template-columns: 1fr 1fr; }
  .d-warning { padding: 28px; }
  .d-promoter { padding: 55px; grid-template-columns: 1fr; }
  .d-pro-visual { order: 2; }
  .d-final { padding: 90px 18px; grid-template-columns: 1fr; }
  .d-footer { grid-template-columns: 1fr; }
}

@media (max-width: 560px) {
  .d-header { width: calc(100% - 28px); min-height: 74px; }
  .d-header > div > a:first-child { display: none; }
  .d-brand > span:last-child { display: none; }
  .d-brand-mark { width: 40px; height: 40px; }
  .d-button-small { min-height: 42px; padding-inline: 13px; font-size: 12px; }

  .d-hero { min-height: 1400px; }
  .d-hero-inner { width: calc(100% - 28px); min-height: 1310px; padding-top: 48px; }
  .d-kicker { padding-inline: 11px; font-size: 10px; }
  .d-hero h1 { font-size: 44px; }
  .d-hero-copy > p { font-size: 16px; }
  .d-search-shell { padding: 13px; box-shadow: 6px 6px 0 var(--d-orange), 0 24px 55px rgba(15, 23, 42, .2); }
  .d-search-shell > div { align-items: flex-start; flex-direction: column; gap: 4px; }
  .d-search-shell form,
  .d-final form { grid-template-columns: auto 1fr; }
  .d-search-shell button,
  .d-final button { grid-column: 1 / -1; width: 100%; }
  .d-search-shell > p { flex-direction: column; }

  .d-hero-stage { min-height: 580px; }
  .d-core-card { width: calc(100% - 18px); top: 120px; padding: 22px; }
  .d-core-card h2 { font-size: 30px; }
  .d-core-actions { grid-template-columns: 1fr; }
  .d-ring-one { width: 480px; }
  .d-ring-two { width: 370px; }
  .d-float-node { min-width: 170px; padding: 10px; }
  .d-node-neighbors { left: -18px; top: 48px; }
  .d-node-studio { right: -20px; top: 520px; }
  .d-node-check { display: none; }
  .d-stage-caption { display: none; }

  .d-marquee > div { gap: 20px; font-size: 11px; }
  .d-reality { min-height: 720px; padding: 85px 0; }
  .d-reality h2,
  .d-section-head h2,
  .d-product-head h2 { font-size: 45px; }
  .d-reality-copy p { font-size: 17px; }
  .d-reality-copy strong { font-size: 19px; }
  .d-journey { padding: 24px 16px; overflow-x: auto; }
  .d-journey-labels,
  .d-journey-line,
  .d-journey-portals,
  .d-journey-vefa { min-width: 620px; }

  .d-audience-head h2 { font-size: 43px; }
  .d-audience-grid article { min-height: 660px; padding: 28px 20px; }
  .d-audience-grid h3 { font-size: 31px; }
  .d-audience-grid .d-button { width: 100%; }
  .d-lead-card,
  .d-neighbor-card { width: calc(100% - 40px); right: 20px; }

  .d-workflow-grid article { min-height: 550px; padding: 19px; }
  .d-step-visual { height: 255px; }
  .d-workflow > .d-button { width: 100%; }

  .d-studio-card { min-height: 610px; }
  .d-studio-copy { padding: 24px; }
  .d-studio-copy h3 { font-size: 32px; }
  .d-mini-tools { grid-template-columns: 1fr; }
  .d-mini-tools > a { min-height: 270px; }

  .d-warning { width: calc(100% - 30px); margin: 90px auto; padding: 24px 19px; grid-template-columns: 1fr; box-shadow: 7px 7px 0 var(--d-orange); }
  .d-warning > p { grid-column: auto; }
  .d-warning h2 { font-size: 28px; }

  .d-promoter { width: calc(100% - 26px); min-height: 0; margin-bottom: 90px; padding: 43px 20px; }
  .d-pro-copy h2 { font-size: 43px; }
  .d-pro-copy > p { font-size: 16px; }
  .d-pro-features { grid-template-columns: 1fr; }
  .d-pro-visual { min-height: 390px; }
  .d-pro-panel { width: 225px; }
  .d-pro-panel:nth-child(2) { right: -10px; }

  .d-final h2 { font-size: 46px; }
  .d-footer nav { flex-wrap: wrap; }
}

@media (max-width: 1120px) {
  .d-hero-inner { gap: 24px; }
  .d-social-card { width: 320px; }
  .d-hero-community::before { right: 205px; }
}

@media (max-width: 860px) {
  .d-hero { min-height: 1320px; }
  .d-hero-photo { top: 610px; }
  .d-hero-photo::after { background: linear-gradient(180deg, #fff 0%, rgba(255, 255, 255, .1) 20%, rgba(15, 23, 42, .05) 100%); }
  .d-hero-photo img { object-position: 69% center; }
  .d-hero-inner {
    min-height: 1230px;
    padding: 70px 0 65px;
    grid-template-columns: 1fr;
    grid-template-rows: auto 1fr;
    gap: 28px;
  }
  .d-hero-copy { max-width: 690px; }
  .d-hero-community { min-height: 470px; padding-bottom: 0; }
  .d-hero-community::before { right: 210px; bottom: 96px; }
  .d-social-card { width: 350px; }
}

@media (max-width: 560px) {
  .d-hero { min-height: 1260px; }
  .d-hero-photo { top: 640px; }
  .d-hero-photo img { object-position: 67% center; }
  .d-hero-inner { min-height: 1180px; padding-top: 46px; gap: 18px; }
  .d-kicker { font-size: 10px; line-height: 1.35; }
  .d-hero h1 { margin-top: 22px; font-size: 45px; }
  .d-hero-copy > p { margin-bottom: 23px; font-size: 17px; }
  .d-search-shell { padding: 6px; border-radius: 14px; }
  .d-search-shell form { grid-template-columns: auto 1fr; padding: 8px; }
  .d-search-shell button { grid-column: 1 / -1; width: 100%; min-height: 54px; }
  .d-search-shell > p { gap: 7px; font-size: 10px; }
  .d-hero-community { min-height: 475px; align-items: flex-end; }
  .d-hero-community::before { display: none; }
  .d-social-card { width: 100%; padding: 16px; }
  .d-social-head { grid-template-columns: 1fr 92px; }
  .d-social-head img { width: 92px; height: 60px; }
}

@media (prefers-reduced-motion: reduce) {
  .d-page *,
  .d-page *::before,
  .d-page *::after { scroll-behavior: auto !important; transition-duration: .01ms !important; }
}
