/* Wajib × Waraqa Landing — from Claude Design Wajib × Waraqa Landing.dc.html (handoff hero) */
:root {
  --ink: #1d1d1f;
  --muted: rgba(60, 60, 67, 0.62);
  --muted-soft: rgba(60, 60, 67, 0.5);
  --muted-faint: rgba(60, 60, 67, 0.45);
  --line: rgba(0, 0, 0, 0.06);
  --paper: #fdfcfa;
  --sand: #f4f2ee;
  --orange: #e8890c;
  --orange-soft: #f8c25e;
  --green: #0fbf37;
  --blue: #0764e4;
  --cyan: #0fa3c2;
  --purple: #a85bbe;
  --font: -apple-system, "SF Pro Display", "SF Pro Text", system-ui, "Segoe UI", sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body.duo-landing {
  margin: 0;
  font-family: var(--font);
  -webkit-font-smoothing: antialiased;
  color: var(--ink);
  background: var(--paper);
}
body.duo-landing a { color: #0a84ff; text-decoration: none; }
body.duo-landing a:hover { opacity: 0.75; }

@keyframes scanSweep {
  0%, 100% { top: 14%; opacity: 0; }
  4% { opacity: 1; }
  24% { top: 82%; opacity: 1; }
  28% { opacity: 0; }
}
@keyframes chipFly {
  0%, 26% { opacity: 0; transform: translate(0, 0) scale(0.7); }
  30% { opacity: 1; transform: translate(0, 0) scale(1); }
  46% { opacity: 1; transform: translate(300px, -10px) scale(1); }
  52%, 100% { opacity: 0; transform: translate(300px, -10px) scale(0.6); }
}
@keyframes rowArrive {
  0%, 46% { opacity: 0; transform: translateY(8px); max-height: 0; padding-top: 0; padding-bottom: 0; }
  54% { opacity: 1; transform: translateY(0); max-height: 60px; padding-top: 10px; padding-bottom: 10px; }
  92% { opacity: 1; max-height: 60px; padding-top: 10px; padding-bottom: 10px; }
  100% { opacity: 0; max-height: 0; padding-top: 0; padding-bottom: 0; }
}
@keyframes rowGlowK {
  0%, 52% { background: rgba(232, 137, 12, 0); }
  58% { background: rgba(232, 137, 12, 0.14); }
  80%, 100% { background: rgba(232, 137, 12, 0); }
}
@keyframes beamDot {
  0% { left: -6px; opacity: 0; }
  12% { opacity: 1; }
  88% { opacity: 1; }
  100% { left: calc(100% - 4px); opacity: 0; }
}
@keyframes bobSoft {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(-10px); }
}
@keyframes paperSway {
  0%, 100% { transform: rotate(-3deg) translateY(0); }
  50% { transform: rotate(-1.6deg) translateY(-9px); }
}
@keyframes floatDot {
  0%, 100% { transform: translateY(0); opacity: 0.35; }
  50% { transform: translateY(-30px); opacity: 0.9; }
}
@keyframes blobDrift {
  0%, 100% { transform: translate(0, 0) scale(1); }
  33% { transform: translate(44px, 26px) scale(1.14); }
  66% { transform: translate(-28px, 12px) scale(0.92); }
}
@keyframes heroIn {
  from { opacity: 0; transform: translateY(20px); }
  to { opacity: 1; transform: translateY(0); }
}
@keyframes revealUp {
  from { opacity: 0; transform: translateY(28px); }
  to { opacity: 1; transform: translateY(0); }
}
@keyframes leanL {
  0%, 100% { transform: rotate(-7deg) translateY(0); }
  50% { transform: rotate(-7deg) translateY(-8px); }
}
@keyframes leanR {
  0%, 100% { transform: rotate(7deg) translateY(0); }
  50% { transform: rotate(7deg) translateY(-8px); }
}
@keyframes ctaGrad {
  0%, 100% { background-position: 0% 50%; }
  50% { background-position: 100% 50%; }
}
@keyframes shimmerText {
  0% { background-position: 200% 50%; }
  100% { background-position: -200% 50%; }
}

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
  }
}

/* Icons */
.d-wajib-icon {
  position: relative;
  border-radius: 23%;
  background: linear-gradient(140deg, #fff, #eef0f6);
  border: 1px solid rgba(0, 0, 0, 0.07);
  overflow: hidden;
  flex: none;
}
.d-wajib-icon__t {
  position: absolute;
  border-radius: 26%;
}
.d-wajib-icon__t--o { left: 28%; top: -10%; width: 44%; height: 44%; background: linear-gradient(160deg, #f8c25e, #e8890c); }
.d-wajib-icon__t--p { right: -8%; top: 16%; width: 45%; height: 45%; background: linear-gradient(160deg, #c982de, #8e4ba8); }
.d-wajib-icon__t--c { right: -6%; bottom: -8%; width: 42%; height: 42%; background: linear-gradient(160deg, #4dd9e8, #0fa3c2); }
.d-wajib-icon__t--g { left: -8%; bottom: -6%; width: 48%; height: 48%; background: linear-gradient(160deg, #67e572, #0fbf37); }
.d-wajib-icon__glass {
  position: absolute;
  left: 21%;
  top: 21%;
  width: 58%;
  height: 58%;
  border-radius: 26%;
  background: linear-gradient(160deg, rgba(255, 255, 255, 0.85), rgba(173, 209, 255, 0.7));
  border: 0.07em solid rgba(255, 255, 255, 0.95);
}
.d-wajib-icon__glass svg {
  position: absolute;
  inset: 0;
  margin: auto;
  width: 60%;
  height: 60%;
}
.d-waraqa-icon {
  position: relative;
  border-radius: 23%;
  background: linear-gradient(160deg, #f8c25e, #e8890c);
  overflow: hidden;
  flex: none;
}
.d-waraqa-icon__page {
  position: absolute;
  left: 27%;
  top: 21%;
  width: 46%;
  height: 58%;
  background: #fff;
  border-radius: 2px;
}
.d-waraqa-icon__line {
  position: absolute;
  left: 35%;
  height: 2px;
  background: rgba(232, 137, 12, 0.5);
}
.d-waraqa-icon__line--1 { top: 34%; width: 30%; }
.d-waraqa-icon__line--2 { top: 46%; width: 30%; }
.d-waraqa-icon__line--3 { top: 58%; width: 20%; }

/* Nav */
.d-nav {
  position: sticky;
  top: 0;
  z-index: 50;
  display: flex;
  align-items: center;
  gap: 26px;
  padding: 14px clamp(18px, 4vw, 40px);
  background: rgba(253, 252, 250, 0.85);
  backdrop-filter: blur(18px);
  -webkit-backdrop-filter: blur(18px);
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
  flex-wrap: wrap;
}
.d-nav__brand {
  display: flex;
  align-items: center;
  gap: 9px;
  color: var(--ink) !important;
}
.d-nav__brand span {
  font-size: 15px;
  font-weight: 800;
  letter-spacing: -0.03em;
}
.d-nav__x {
  font-size: 13px;
  color: rgba(60, 60, 67, 0.35);
  font-weight: 600;
}
.d-nav__links {
  margin-left: auto;
  display: flex;
  align-items: center;
  gap: 22px;
  flex-wrap: wrap;
}
.d-nav__links a {
  font-size: 13px;
  font-weight: 600;
  color: var(--ink) !important;
}
.d-nav__cta {
  font-size: 13px !important;
  font-weight: 700 !important;
  color: #fff !important;
  background: var(--ink);
  padding: 8px 16px;
  border-radius: 16px;
}
.d-nav__back {
  font-size: 12px !important;
  font-weight: 600 !important;
  color: var(--muted-soft) !important;
}

/* Hero */
.d-hero {
  position: relative;
  overflow: hidden;
  padding: 84px 24px 90px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 22px;
  background: linear-gradient(178deg, #fdfcfa 30%, #f4f2ee 100%);
}
.d-blob {
  position: absolute;
  width: 520px;
  height: 520px;
  border-radius: 50%;
  pointer-events: none;
  animation: blobDrift 16s ease-in-out infinite;
}
.d-blob--l {
  left: -160px;
  top: -140px;
  background: radial-gradient(circle, rgba(232, 137, 12, 0.13), transparent 66%);
}
.d-blob--r {
  right: -160px;
  top: -100px;
  background: radial-gradient(circle, rgba(15, 163, 194, 0.11), transparent 66%);
  animation-duration: 21s;
  animation-direction: reverse;
}
.d-dot {
  position: absolute;
  border-radius: 50%;
  animation: floatDot 7s ease-in-out infinite;
  pointer-events: none;
}
.d-hero__kicker {
  font-size: 12.5px;
  font-weight: 700;
  letter-spacing: 0.08em;
  color: var(--muted-soft);
  animation: heroIn 0.8s 0.05s cubic-bezier(0.2, 1, 0.3, 1) both;
}
.d-hero h1 {
  margin: 0;
  max-width: 760px;
  text-align: center;
  font-size: clamp(36px, 6vw, 58px);
  font-weight: 800;
  letter-spacing: -0.035em;
  line-height: 1.05;
  text-wrap: balance;
  color: var(--ink);
  animation: heroIn 0.9s 0.15s cubic-bezier(0.2, 1, 0.3, 1) both;
}
.d-hero__sub {
  margin: 0;
  max-width: 560px;
  text-align: center;
  font-size: 17px;
  line-height: 1.55;
  color: var(--muted);
  text-wrap: pretty;
  animation: heroIn 0.9s 0.3s cubic-bezier(0.2, 1, 0.3, 1) both;
}
.d-hero__ctas {
  display: flex;
  gap: 12px;
  align-items: center;
  flex-wrap: wrap;
  justify-content: center;
  animation: heroIn 0.9s 0.45s cubic-bezier(0.2, 1, 0.3, 1) both;
}
.d-btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 13px 26px;
  border-radius: 22px;
  font-size: 15px;
  font-weight: 700;
  transition: transform 0.15s;
  border: 0;
}
.d-btn:hover { transform: scale(1.03); opacity: 1; }
.d-btn--dark {
  background: var(--ink);
  color: #fff !important;
  box-shadow: 0 10px 26px rgba(30, 15, 50, 0.18);
}
.d-btn--glass {
  background: rgba(255, 255, 255, 0.8);
  border: 1px solid rgba(0, 0, 0, 0.08);
  color: var(--ink) !important;
  font-weight: 650;
  padding: 13px 22px;
}
.d-btn--orange {
  background: linear-gradient(160deg, #f8c25e, #e8890c);
  color: #3a2000 !important;
}

/* Handoff demo */
.d-handoff {
  margin-top: 34px;
  display: flex;
  align-items: center;
  gap: 0;
  flex-wrap: wrap;
  justify-content: center;
}
.d-paper-wrap {
  position: relative;
  width: 250px;
  height: 320px;
}
.d-paper {
  position: absolute;
  inset: 10px 20px;
  background: #fff;
  border-radius: 12px;
  box-shadow: 0 18px 44px rgba(120, 70, 10, 0.16);
  border: 1px solid rgba(0, 0, 0, 0.05);
  animation: paperSway 7s ease-in-out infinite;
  padding: 24px 20px;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.d-paper__org {
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.08em;
  color: var(--orange);
}
.d-paper__title {
  font-size: 14px;
  font-weight: 800;
  color: var(--ink);
  line-height: 1.3;
}
.d-paper__line {
  height: 7px;
  border-radius: 3px;
  background: rgba(0, 0, 0, 0.07);
}
.d-paper__line--accent { background: rgba(232, 137, 12, 0.35); width: 60%; }
.d-paper__foot {
  margin-top: auto;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  font-size: 9px;
  font-weight: 700;
  color: var(--muted-faint);
}
.d-scan {
  position: absolute;
  left: 12px;
  right: 12px;
  height: 32px;
  border-radius: 6px;
  background: linear-gradient(180deg, rgba(248, 194, 94, 0), rgba(232, 137, 12, 0.35) 50%, rgba(248, 194, 94, 0));
  border-top: 2px solid var(--orange);
  animation: scanSweep 9s ease-in-out infinite;
}
.d-fly-chip {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 3;
}
.d-fly-chip__inner {
  display: flex;
  align-items: center;
  gap: 7px;
  padding: 9px 13px;
  border-radius: 14px;
  background: #fff;
  border: 1px solid rgba(232, 137, 12, 0.4);
  box-shadow: 0 12px 30px rgba(120, 70, 10, 0.28);
  white-space: nowrap;
  animation: chipFly 9s cubic-bezier(0.3, 0.7, 0.2, 1) infinite;
}
.d-fly-chip__inner span:first-child {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--orange);
}
.d-fly-chip__inner strong {
  font-size: 12px;
  font-weight: 700;
  color: var(--ink);
}
.d-fly-chip__tag {
  font-size: 10px;
  font-weight: 650;
  padding: 2px 7px;
  border-radius: 7px;
  background: rgba(232, 137, 12, 0.14);
  color: var(--orange);
}
.d-caption {
  position: absolute;
  left: 20px;
  bottom: -18px;
  font-size: 12px;
  font-weight: 650;
  color: var(--muted-soft);
}
.d-beam {
  width: 90px;
  height: 2px;
  background: linear-gradient(90deg, #e8890c, #0a84ff);
  border-radius: 1px;
  position: relative;
  flex: none;
  margin: 0 4px;
}
.d-beam__end {
  position: absolute;
  right: -4px;
  top: -4px;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #0a84ff;
}
.d-beam__dot {
  position: absolute;
  top: -3px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #fff;
  border: 2px solid var(--orange);
  box-shadow: 0 0 10px rgba(232, 137, 12, 0.8);
  animation: beamDot 2.8s ease-in-out infinite;
}
.d-phone {
  position: relative;
  width: 250px;
  height: 480px;
  border-radius: 40px;
  background: #fff;
  border: 1px solid rgba(0, 0, 0, 0.09);
  box-shadow: 0 24px 60px rgba(20, 30, 60, 0.16);
  overflow: hidden;
  animation: bobSoft 6s ease-in-out infinite;
}
.d-phone__notch {
  position: absolute;
  top: 12px;
  left: 50%;
  transform: translateX(-50%);
  width: 70px;
  height: 20px;
  border-radius: 11px;
  background: #0b0b10;
  z-index: 2;
}
.d-phone__head {
  height: 64px;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  padding: 0 18px 8px;
}
.d-phone__head strong {
  font-size: 19px;
  font-weight: 800;
  letter-spacing: -0.03em;
}
.d-phone__head span {
  font-size: 12px;
  font-weight: 650;
  color: var(--muted-soft);
}
.d-phone__list {
  padding: 6px 14px;
  display: flex;
  flex-direction: column;
  gap: 7px;
}
.d-phone-row {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 10px 12px;
  border-radius: 14px;
  background: rgba(0, 0, 0, 0.03);
}
.d-phone-row--done { opacity: 0.5; }
.d-phone-row--arrive {
  overflow: hidden;
  animation: rowArrive 9s cubic-bezier(0.2, 0.9, 0.3, 1) infinite, rowGlowK 9s ease infinite;
  background: transparent;
}
.d-phone-row__dot {
  width: 20px;
  height: 20px;
  border-radius: 7px;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.d-phone-row__dot--check {
  background: var(--green);
}
.d-phone-row__dot--check svg { width: 12px; height: 12px; }
.d-phone-row span {
  flex: 1;
  font-size: 12.5px;
  font-weight: 600;
  min-width: 0;
}
.d-phone-row span.strike { text-decoration: line-through; }
.d-phone-row time {
  font-size: 10.5px;
  color: var(--muted-soft);
  flex: none;
}
.d-phone-row small {
  font-size: 10px;
  color: var(--orange);
  font-weight: 650;
}
.d-phone__foot {
  position: absolute;
  left: 18px;
  bottom: 14px;
  font-size: 12px;
  font-weight: 650;
  color: var(--muted-soft);
}

/* Sections */
.d-section {
  padding: 90px clamp(18px, 4vw, 40px);
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 46px;
}
.d-section--sand {
  background: var(--sand);
  padding: 80px clamp(18px, 4vw, 40px);
  gap: 40px;
}
.d-section h2 {
  margin: 0;
  font-size: clamp(28px, 4vw, 36px);
  font-weight: 800;
  letter-spacing: -0.03em;
  text-align: center;
  color: var(--ink);
  max-width: 640px;
  text-wrap: balance;
}
.d-section__lead {
  margin: 0;
  font-size: 15.5px;
  line-height: 1.55;
  color: var(--muted);
  text-align: center;
  max-width: 620px;
  text-wrap: pretty;
}
.d-head {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
  max-width: 640px;
  text-align: center;
}

.d-steps {
  display: flex;
  gap: 22px;
  flex-wrap: wrap;
  justify-content: center;
}
.d-step {
  width: min(290px, 100%);
  border-radius: 24px;
  background: #fff;
  border: 1px solid var(--line);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
  padding: 26px;
  display: flex;
  flex-direction: column;
  gap: 12px;
  transition: transform 0.35s cubic-bezier(0.2, 0.8, 0.2, 1), box-shadow 0.35s;
}
.d-step:hover {
  transform: translateY(-8px);
  box-shadow: 0 22px 50px rgba(0, 0, 0, 0.11);
}
.d-step__icon {
  width: 46px;
  height: 46px;
  border-radius: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 22px;
}
.d-step__icon svg { width: 23px; height: 23px; }
.d-step__label {
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.07em;
}
.d-step__label--orange { color: var(--orange); }
.d-step__label--shimmer {
  background: linear-gradient(90deg, #3e63dd, #bf5af2, #e8890c, #3e63dd);
  background-size: 200% 100%;
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  animation: shimmerText 3s linear infinite;
}
.d-step__label--ink { color: var(--ink); }
.d-step h3 {
  margin: 0;
  font-size: 18px;
  font-weight: 750;
  letter-spacing: -0.02em;
  color: var(--ink);
}
.d-step p {
  margin: 0;
  font-size: 13.5px;
  line-height: 1.55;
  color: var(--muted);
}

/* App cards */
.d-apps {
  display: flex;
  gap: 24px;
  flex-wrap: wrap;
  justify-content: center;
}
.d-app {
  width: min(430px, 100%);
  border-radius: 28px;
  background: #fff;
  border: 1px solid var(--line);
  box-shadow: 0 14px 38px rgba(0, 0, 0, 0.07);
  padding: 32px;
  display: flex;
  flex-direction: column;
  gap: 16px;
  transition: transform 0.35s cubic-bezier(0.2, 0.8, 0.2, 1), box-shadow 0.35s;
}
.d-app:hover {
  transform: translateY(-8px);
  box-shadow: 0 26px 58px rgba(0, 0, 0, 0.12);
}
.d-app__top {
  display: flex;
  align-items: center;
  gap: 14px;
}
.d-app__name {
  font-size: 22px;
  font-weight: 800;
  letter-spacing: -0.03em;
  color: var(--ink);
}
.d-app__tag {
  font-size: 13px;
  color: rgba(60, 60, 67, 0.55);
}
.d-app p {
  margin: 0;
  font-size: 14px;
  line-height: 1.6;
  color: rgba(60, 60, 67, 0.7);
}
.d-app__pts {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.d-app__pt {
  display: flex;
  align-items: center;
  gap: 9px;
  font-size: 13.5px;
  font-weight: 600;
  color: var(--ink);
}
.d-app__pt i {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  flex: none;
}
.d-app__plat {
  font-size: 12px;
  color: var(--muted-faint);
}
.d-app__link {
  font-size: 13px;
  font-weight: 700;
  color: var(--ink) !important;
  margin-top: 4px;
}

/* Together rows */
.d-together {
  display: flex;
  flex-direction: column;
  gap: 14px;
  width: 100%;
  max-width: 760px;
}
.d-row {
  display: flex;
  align-items: center;
  gap: 18px;
  padding: 18px 22px;
  border-radius: 20px;
  background: #fff;
  border: 1px solid var(--line);
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.04);
  transition: transform 0.35s cubic-bezier(0.2, 0.8, 0.2, 1), box-shadow 0.35s;
  flex-wrap: wrap;
}
.d-row:hover {
  transform: translateX(6px);
  box-shadow: 0 14px 34px rgba(0, 0, 0, 0.08);
}
.d-doc {
  width: 44px;
  height: 56px;
  background: #fff;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 5px;
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.08);
  padding: 7px 6px;
  display: flex;
  flex-direction: column;
  gap: 4px;
  flex-shrink: 0;
}
.d-doc span {
  height: 3px;
  border-radius: 2px;
  background: rgba(0, 0, 0, 0.08);
  display: block;
}
.d-row__label {
  font-size: 13px;
  font-weight: 600;
  color: rgba(60, 60, 67, 0.55);
  width: 150px;
  flex-shrink: 0;
}
.d-row__arrow {
  font-size: 16px;
  color: rgba(60, 60, 67, 0.35);
}
.d-duty {
  flex: 1;
  min-width: 200px;
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 10px 13px;
  border-radius: 13px;
  background: rgba(232, 137, 12, 0.07);
  border: 1px solid rgba(232, 137, 12, 0.2);
}
.d-duty__box {
  width: 19px;
  height: 19px;
  border-radius: 6px;
  border: 1.5px solid var(--orange);
  flex-shrink: 0;
}
.d-duty span {
  flex: 1;
  font-size: 13.5px;
  font-weight: 650;
  color: var(--ink);
}
.d-duty__tag {
  font-size: 11px;
  font-weight: 650;
  padding: 2px 8px;
  border-radius: 8px;
  flex: none;
}
.d-duty__tag--orange {
  background: rgba(232, 137, 12, 0.14);
  color: var(--orange);
}
.d-duty__tag--red {
  background: rgba(222, 55, 48, 0.12);
  color: #de3730;
}
.d-duty__tag--muted {
  background: rgba(0, 0, 0, 0.05);
  color: rgba(60, 60, 67, 0.62);
}

/* CTA footer */
.d-cta {
  padding: 90px clamp(18px, 4vw, 40px) 60px;
  background: linear-gradient(120deg, #101018, #1a1226, #101018);
  background-size: 220% 220%;
  animation: ctaGrad 14s ease infinite;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 22px;
}
.d-cta__icons {
  display: flex;
  align-items: center;
  gap: 16px;
}
.d-cta h2 {
  margin: 0;
  font-size: clamp(28px, 5vw, 40px);
  font-weight: 800;
  letter-spacing: -0.03em;
  color: #fff;
  text-align: center;
  max-width: 560px;
  text-wrap: balance;
}
.d-cta p {
  margin: 0;
  font-size: 15px;
  color: rgba(255, 255, 255, 0.55);
  text-align: center;
  max-width: 460px;
}
.d-cta__btns {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
  justify-content: center;
}
.d-cta__foot {
  margin-top: 36px;
  display: flex;
  align-items: center;
  gap: 18px;
  padding-top: 22px;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  width: 100%;
  max-width: 760px;
  justify-content: center;
  flex-wrap: wrap;
}
.d-cta__foot span,
.d-cta__foot a {
  font-size: 12px;
  color: rgba(255, 255, 255, 0.45) !important;
}
.d-cta__foot span { color: rgba(255, 255, 255, 0.35); }

@media (max-width: 700px) {
  .d-nav__links a:not(.d-nav__cta):not(.d-nav__back) { display: none; }
  .d-beam { width: 40px; }
  .d-row__label { width: 100%; }
  .d-handoff { gap: 24px; }
  .d-caption { position: static; display: block; margin-top: 12px; text-align: center; }
  .d-paper-wrap { height: auto; min-height: 300px; }
}
