.jbz-fr-fw{--jabez-orange:#F37021;--jabez-orange-600:#DE5F12;--jabez-orange-50:#FFF4EC;--jabez-emerald:#10B981;--jabez-emerald-50:#ECFDF5;--g-0:#FFFFFF;--g-50:#FAFAFA;--g-100:#F4F4F5;--g-150:#ECECEE;--g-200:#E4E4E7;--g-300:#D4D4D8;--g-400:#A1A1AA;--g-500:#71717A;--g-600:#52525B;--g-700:#3F3F46;--g-800:#27272A;--g-900:#18181B;--ff-thai:"Noto Sans Thai",system-ui,sans-serif;--ff-display:"Sora","Noto Sans Thai",system-ui,sans-serif;--radius:14px;--radius-lg:22px;--shadow-sm:0 1px 2px rgba(24,24,27,.06),0 1px 1px rgba(24,24,27,.04);--shadow:0 4px 16px -4px rgba(24,24,27,.10),0 2px 4px rgba(24,24,27,.04);--shadow-lg:0 24px 48px -16px rgba(243,112,33,.22),0 8px 16px -8px rgba(24,24,27,.08)}
.flywheel-section { background: white; }

.fw-mock-wrap {
  display: grid; gap: 28px;
  grid-template-columns: 1fr;
  align-items: start;
  margin: 0 auto;
  max-width: 980px;
}
@media (min-width: 768px) { .fw-mock-wrap { grid-template-columns: 280px 1fr; gap: 40px; align-items: center; } }

.fw-mock-phone {
  width: 260px;
  margin: 0 auto;
  background: #1F2937;
  border-radius: 36px;
  padding: 8px;
  box-shadow: 0 30px 60px -20px rgba(24,24,27,.30), 0 12px 24px -8px rgba(24,24,27,.10);
  position: relative;
}
.fw-mock-notch {
  position: absolute; top: 16px; left: 50%; transform: translateX(-50%);
  width: 76px; height: 6px; background: #0F172A; border-radius: 999px;
  z-index: 10;
}
.fw-mock-home {
  position: absolute; bottom: 6px; left: 50%; transform: translateX(-50%);
  width: 80px; height: 4px; background: #374151; border-radius: 999px;
}
.fw-mock-screen {
  background: white; border-radius: 30px;
  overflow: hidden;
  position: relative;
  padding-top: 26px;
  min-height: 460px;
}

/* Each .fw-scr is a full-cover screen · animated opacity fade · 8s cycle */
.fw-scr {
  position: absolute; inset: 26px 0 0 0;
  padding: 12px 16px 22px;
  display: flex; flex-direction: column; gap: 12px;
  opacity: 0;
  animation: fwScrCycle 8s ease-in-out infinite;
}
.fw-scr-1 { animation-delay: 0s; }
.fw-scr-2 { animation-delay: 2s; }
.fw-scr-3 { animation-delay: 4s; }
.fw-scr-4 { animation-delay: 6s; }

@keyframes fwScrCycle {
  0%, 100% { opacity: 0; transform: translateY(8px); }
  4%, 25% { opacity: 1; transform: translateY(0); }
  29%, 96% { opacity: 0; transform: translateY(-8px); }
}

/* Common screen elements */
.fw-scr-head { display: flex; align-items: center; gap: 10px; padding-bottom: 10px; border-bottom: 1px solid var(--g-150); }
.fw-scr-logo {
  width: 36px; height: 36px; border-radius: 10px;
  background: var(--jabez-orange); color: white;
  display: grid; place-items: center;
  font-weight: 800; font-size: 14px;
}
.fw-scr-logo.small { width: 28px; height: 28px; font-size: 12px; border-radius: 8px; }
.fw-scr-title { font-family: var(--ff-display); font-weight: 800; color: var(--g-900); font-size: 13px; line-height: 1.1; }
.fw-scr-title.small { font-size: 12px; }
.fw-scr-sub { font-size: 10px; color: var(--g-500); margin-top: 2px; }
.fw-scr-back { font-size: 18px; color: var(--g-600); width: 28px; }
.fw-scr-bell { font-size: 20px; }
.fw-scr-cta {
  background: linear-gradient(to right, var(--jabez-orange), #FBBF24);
  color: white;
  border-radius: 10px;
  padding: 11px;
  text-align: center;
  font-weight: 800; font-size: 12px;
  margin-top: auto;
  box-shadow: 0 6px 14px -4px rgba(243,112,33,.5);
}

/* Screen 1 specific */
.fw-scr-hero { text-align: center; padding: 18px 8px; }
.fw-scr-emoji { font-size: 56px; line-height: 1; margin-bottom: 6px; }
.fw-scr-heroline { font-family: var(--ff-display); font-weight: 800; font-size: 15px; color: var(--g-900); }
.fw-scr-herometa { font-size: 11px; color: var(--g-500); margin-top: 2px; }
.fw-scr-card {
  background: linear-gradient(135deg, var(--jabez-orange-50), var(--jabez-emerald-50));
  border: 1px solid var(--g-200);
  border-radius: 12px;
  padding: 12px 14px;
  text-align: center;
}
.fw-scr-cardline { font-weight: 800; color: var(--g-900); font-size: 13px; }
.fw-scr-cardsub { font-size: 11px; color: var(--g-700); margin-top: 4px; font-weight: 600; }

/* Screen 2 specific · v0.4.334.1 realistic QR with scan-line */
.fw-scr-qr-wrap {
  position: relative;
  width: 150px; height: 150px;
  margin: 4px auto;
  border-radius: 14px;
  overflow: hidden;
  background: white;
  border: 1px solid var(--g-200);
  box-shadow: 0 10px 24px -8px rgba(24,24,27,.20), 0 0 0 4px rgba(243,112,33,.06);
  padding: 8px;
}
.fw-scr-qr-svg { width: 100%; height: 100%; display: block; }
.fw-scr-qr-scan {
  position: absolute;
  left: 8px; right: 8px;
  top: 8px;
  height: 3px;
  background: linear-gradient(to right, transparent, var(--jabez-orange), #FBBF24, var(--jabez-orange), transparent);
  box-shadow: 0 0 14px var(--jabez-orange), 0 0 28px rgba(243,112,33,.4);
  border-radius: 2px;
  pointer-events: none;
  opacity: 0;
  animation: fwQrScan 2.6s ease-in-out infinite;
  animation-delay: 0.4s;
}
@keyframes fwQrScan {
  0% { top: 10px; opacity: 0; }
  8% { opacity: .85; }
  82% { opacity: .85; }
  100% { top: calc(100% - 12px); opacity: 0; }
}
.fw-scr-share { display: grid; grid-template-columns: repeat(3, 1fr); gap: 6px; }
.fw-scr-share .opt {
  display: flex; flex-direction: column; align-items: center; gap: 4px;
  padding: 9px 4px;
  border-radius: 10px;
  background: var(--g-50); border: 1px solid var(--g-200);
  font-size: 11px; font-weight: 700; color: var(--g-700);
  transition: transform .15s, border-color .15s, background .15s;
}
.fw-scr-share .opt:hover, .fw-scr-share .opt:active { transform: translateY(-2px); border-color: var(--jabez-orange); }
.fw-scr-share .opt.line { background: linear-gradient(135deg, rgba(16,185,129,.12), rgba(16,185,129,.04)); color: #047857; border-color: rgba(16,185,129,.30); }
.fw-scr-share .opt.fb { background: linear-gradient(135deg, rgba(59,130,246,.10), rgba(59,130,246,.03)); color: #1D4ED8; border-color: rgba(59,130,246,.25); }
.fw-scr-share .opt.copy { background: var(--g-50); color: var(--g-700); }
.fw-scr-share .opt svg { color: currentColor; }
.fw-scr-url {
  font-size: 10px; color: var(--g-600); text-align: center;
  font-family: ui-monospace, monospace; padding: 8px 10px;
  background: var(--g-50); border: 1px dashed var(--g-200); border-radius: 8px;
  letter-spacing: .02em;
}

@media (prefers-reduced-motion: reduce) {
  .fw-scr-qr-scan { animation: none !important; opacity: 0 !important; }
}

/* Screen 3 specific */
.fw-scr-banner {
  display: flex; align-items: center; gap: 8px;
  background: linear-gradient(135deg, #FEF3C7, var(--jabez-orange-50));
  border: 1px solid var(--jabez-orange);
  border-radius: 10px;
  padding: 8px 12px;
  color: var(--jabez-orange-600); font-weight: 700; font-size: 12px;
}
.fw-scr-flame { font-size: 16px; }
.fw-scr-product {
  display: flex; gap: 12px;
  background: var(--g-50); border: 1px solid var(--g-200);
  border-radius: 12px; padding: 12px;
}
.fw-scr-prodimg {
  width: 60px; height: 60px; flex-shrink: 0;
  background: linear-gradient(135deg, var(--jabez-orange-50), #FED7AA);
  border-radius: 10px;
  display: grid; place-items: center; font-size: 26px;
}
.fw-scr-prodbody { flex: 1; min-width: 0; }
.fw-scr-prodname { font-family: var(--ff-display); font-weight: 800; color: var(--g-900); font-size: 13px; line-height: 1.2; }
.fw-scr-prodprice { display: flex; align-items: baseline; gap: 6px; margin-top: 4px; }
.fw-scr-prodprice .was { color: var(--g-400); text-decoration: line-through; font-size: 11px; }
.fw-scr-prodprice .now { color: var(--jabez-orange); font-weight: 800; font-family: var(--ff-display); font-size: 15px; }
.fw-scr-prodtag { font-size: 10px; color: var(--jabez-emerald); font-weight: 700; margin-top: 3px; }

/* v0.4.333 phone polish · status bar */
.fw-mock-status {
  position: absolute;
  top: 12px; left: 22px; right: 22px;
  display: flex; align-items: center; justify-content: space-between;
  font-size: 11px; font-weight: 700;
  color: white;
  z-index: 9;
  pointer-events: none;
  font-variant-numeric: tabular-nums;
}
.fw-mock-status .dots { display: inline-flex; align-items: center; gap: 4px; color: white; }

/* Screen 1 · referral-fee setting */
.fw-scr-product.mini { padding: 10px; gap: 10px; }
.fw-scr-product.mini .fw-scr-prodimg { width: 48px; height: 48px; }
.fw-scr-product.mini .fw-scr-prodname { font-size: 12px; }
.fw-scr-pricelock {
  display: flex; align-items: center; gap: 6px;
  margin-top: 6px;
}
.fw-scr-pricelock .lbl { font-size: 10px; color: var(--g-500); font-weight: 600; }
.fw-scr-pricelock .lock { font-family: var(--ff-display); font-weight: 800; font-size: 14px; color: var(--g-800); }
.fw-scr-pricelock .badge {
  font-size: 9px; padding: 2px 6px;
  border-radius: 999px;
  background: var(--g-100); color: var(--g-600);
  font-weight: 700;
}

.fw-scr-feebox {
  background: linear-gradient(135deg, var(--jabez-orange-50) 0%, white 100%);
  border: 1px solid rgba(243,112,33,.25);
  border-radius: 12px;
  padding: 14px;
}
.fw-scr-feeline { display: flex; align-items: baseline; justify-content: space-between; margin-bottom: 12px; }
.fw-scr-feeline .lbl { font-size: 11px; color: var(--g-700); font-weight: 700; }
.fw-scr-feeline .val { font-family: var(--ff-display); font-weight: 800; font-size: 22px; color: var(--jabez-orange); font-variant-numeric: tabular-nums; }
.fw-scr-slider { position: relative; height: 18px; margin: 0 6px; }
.fw-scr-track { position: absolute; top: 50%; left: 0; right: 0; transform: translateY(-50%); height: 6px; border-radius: 999px; background: var(--g-200); overflow: hidden; }
.fw-scr-fill { height: 100%; width: 50%; background: linear-gradient(to right, var(--jabez-orange), #FBBF24); border-radius: 999px; animation: fwScrFee 8s ease-in-out infinite; animation-delay: 0s; }
.fw-scr-thumb { position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); width: 16px; height: 16px; border-radius: 50%; background: white; border: 3px solid var(--jabez-orange); box-shadow: 0 2px 6px rgba(243,112,33,.4); animation: fwScrFeeThumb 8s ease-in-out infinite; animation-delay: 0s; }
.fw-scr-feeticks { display: flex; justify-content: space-between; margin-top: 8px; font-size: 9px; color: var(--g-500); font-weight: 600; }
@keyframes fwScrFee {
  0%, 100% { width: 50%; }
  10% { width: 30%; }
  18% { width: 50%; }
  25% { width: 50%; }
}
@keyframes fwScrFeeThumb {
  0%, 100% { left: 50%; }
  10% { left: 30%; }
  18% { left: 50%; }
  25% { left: 50%; }
}
.fw-scr-feemath {
  background: var(--g-50);
  border: 1px solid var(--g-150);
  border-radius: 10px;
  padding: 10px 12px;
  font-size: 11px;
  display: flex; flex-direction: column; gap: 4px;
}
.fw-scr-feemath .row { display: flex; justify-content: space-between; align-items: baseline; }
.fw-scr-feemath .row span { color: var(--g-600); }
.fw-scr-feemath .row strong { color: var(--g-900); font-family: var(--ff-display); font-weight: 800; }
.fw-scr-feemath .row .orange { color: var(--jabez-orange); }
.fw-scr-feemath .row.plus { border-top: 1px dashed var(--g-200); padding-top: 4px; }
.fw-scr-feemath .row.total { border-top: 1px solid var(--g-300); padding-top: 6px; margin-top: 2px; }
.fw-scr-feemath .row .big { font-size: 16px; color: var(--g-900); }

/* Screen 2 · share polish */
.fw-scr-feepill {
  background: var(--jabez-orange-50);
  border: 1px solid rgba(243,112,33,.30);
  border-radius: 10px;
  padding: 10px 14px;
  display: flex; align-items: center; justify-content: space-between;
}
.fw-scr-feepill .lbl { font-size: 11px; color: var(--g-700); font-weight: 600; }
.fw-scr-feepill .amt { font-family: var(--ff-display); font-weight: 800; font-size: 14px; color: var(--jabez-orange); }

/* Screen 3 · friend view polish */
.fw-scr-product.full { padding: 14px; gap: 12px; flex-direction: column; align-items: stretch; text-align: center; }
.fw-scr-product.full .fw-scr-prodimg.lg { width: 84px; height: 84px; margin: 0 auto; font-size: 36px; }
.fw-scr-prodbody.full { text-align: center; }
.fw-scr-prodprice .note { display: block; font-size: 10px; color: var(--g-500); font-weight: 600; margin-top: 2px; }
.fw-scr-actions { display: grid; grid-template-columns: 1fr 1fr 1fr; gap: 6px; }
.fw-scr-actions .act {
  background: white;
  border: 1px solid var(--g-200);
  border-radius: 8px;
  padding: 10px 4px;
  display: flex; flex-direction: column; align-items: center; gap: 4px;
  font-size: 10px; font-weight: 700; color: var(--g-700);
  text-align: center;
}
.fw-scr-actions .act.primary {
  background: linear-gradient(135deg, var(--jabez-orange), #FBBF24);
  border-color: var(--jabez-orange);
  color: white;
  box-shadow: 0 4px 10px -2px rgba(243,112,33,.5);
}
.fw-scr-trust {
  display: flex; align-items: center; justify-content: center; gap: 6px;
  font-size: 11px; color: var(--g-600); font-weight: 600;
  padding: 8px;
  background: var(--g-50);
  border-radius: 8px;
}
.fw-scr-trust svg { color: var(--jabez-emerald); flex-shrink: 0; }

/* Screen 4 · notification + paymode */
.fw-scr-notify {
  display: flex; gap: 12px; align-items: center;
  background: white; border: 1px solid var(--g-200);
  border-left: 4px solid var(--jabez-emerald);
  border-radius: 10px;
  padding: 12px 14px;
  box-shadow: 0 4px 10px rgba(16,185,129,.08);
}
.fw-scr-notify-check {
  width: 30px; height: 30px; border-radius: 50%;
  background: var(--jabez-emerald);
  display: grid; place-items: center;
  flex-shrink: 0;
}
.fw-scr-notify-amt { font-family: var(--ff-display); font-weight: 800; font-size: 22px; color: var(--jabez-emerald); line-height: 1; }
.fw-scr-notify-amt small { font-size: 11px; color: var(--g-500); font-weight: 600; margin-left: 2px; }
.fw-scr-notify-text { font-size: 10px; color: var(--g-600); margin-top: 4px; font-weight: 600; line-height: 1.4; }

.fw-scr-paymode {
  background: var(--g-50);
  border: 1px solid var(--g-150);
  border-radius: 10px;
  padding: 12px 14px;
}
.fw-scr-paymode .lbl { font-size: 10px; color: var(--g-500); font-weight: 700; text-transform: uppercase; letter-spacing: .06em; margin-bottom: 8px; }
.fw-scr-paymode .opts { display: flex; flex-direction: column; gap: 6px; }
.fw-scr-paymode .opt {
  display: flex; align-items: flex-start; gap: 8px;
  padding: 8px 10px;
  background: white; border: 1px solid var(--g-200); border-radius: 8px;
}
.fw-scr-paymode .opt.active { border-color: var(--jabez-orange); background: var(--jabez-orange-50); }
.fw-scr-paymode .opt .dot {
  width: 14px; height: 14px; border-radius: 50%;
  border: 2px solid var(--g-300);
  flex-shrink: 0; margin-top: 1px;
  background: white;
}
.fw-scr-paymode .opt.active .dot { border-color: var(--jabez-orange); background: radial-gradient(circle, var(--jabez-orange) 40%, white 45%); }
.fw-scr-paymode .opt strong { display: block; font-family: var(--ff-display); font-weight: 800; font-size: 11px; color: var(--g-900); }
.fw-scr-paymode .opt em { display: block; font-size: 9px; color: var(--g-600); font-style: normal; font-weight: 500; margin-top: 1px; line-height: 1.4; }

/* Step indicator below phone · syncs with screen cycle */
.fw-mock-steps {
  display: grid; gap: 10px;
  grid-template-columns: 1fr;
  margin-top: 24px;
}
@media (min-width: 768px) { .fw-mock-steps { margin-top: 0; } }
.fw-mstep {
  display: flex; align-items: center; gap: 12px;
  padding: 14px 16px;
  border: 1px solid var(--g-150);
  border-radius: 12px;
  background: white;
  animation: fwMstepCycle 8s ease-in-out infinite;
}
.fw-mstep-1 { animation-delay: 0s; }
.fw-mstep-2 { animation-delay: 2s; }
.fw-mstep-3 { animation-delay: 4s; }
.fw-mstep-4 { animation-delay: 6s; }
.fw-mstep .num {
  flex: 0 0 32px;
  width: 32px; height: 32px; border-radius: 50%;
  background: var(--g-100); color: var(--g-500);
  display: grid; place-items: center;
  font-family: var(--ff-display); font-weight: 800; font-size: 14px;
}
.fw-mstep .lbl { display: flex; flex-direction: column; gap: 2px; min-width: 0; }
.fw-mstep .lbl strong { font-family: var(--ff-display); font-weight: 800; font-size: 14px; color: var(--g-900); }
.fw-mstep .lbl em { font-size: 11px; color: var(--g-500); font-style: normal; }

@keyframes fwMstepCycle {
  0%, 100% { background: white; border-color: var(--g-150); transform: translateX(0); }
  4%, 25% {
    background: linear-gradient(135deg, var(--jabez-orange-50), white);
    border-color: var(--jabez-orange);
    transform: translateX(4px);
    box-shadow: 0 6px 14px -4px rgba(243,112,33,.25);
  }
  29%, 96% { background: white; border-color: var(--g-150); transform: translateX(0); }
}
.fw-mstep:nth-child(1) { /* still uses general anim */ }
/* num pill recolors when active */
.fw-mstep-1, .fw-mstep-2, .fw-mstep-3, .fw-mstep-4 { animation-fill-mode: both; }
.fw-mstep[class*="fw-mstep-"] .num { animation: fwMstepNum 8s ease-in-out infinite; }
.fw-mstep-1 .num { animation-delay: 0s; }
.fw-mstep-2 .num { animation-delay: 2s; }
.fw-mstep-3 .num { animation-delay: 4s; }
.fw-mstep-4 .num { animation-delay: 6s; }
@keyframes fwMstepNum {
  0%, 100% { background: var(--g-100); color: var(--g-500); }
  4%, 25% { background: var(--jabez-orange); color: white; box-shadow: 0 4px 10px -2px rgba(243,112,33,.5); }
  29%, 96% { background: var(--g-100); color: var(--g-500); }
}

/* Reduced-motion fallback · freeze all 4 screens visible by stacking only 1, show step indicator static */
@media (prefers-reduced-motion: reduce) {
  .fw-scr { animation: none !important; opacity: 0 !important; transform: none !important; }
  .fw-scr-1 { opacity: 1 !important; }
  .fw-mstep, .fw-mstep .num { animation: none !important; transform: none !important; }
  .fw-mstep-1 { background: linear-gradient(135deg, var(--jabez-orange-50), white); border-color: var(--jabez-orange); }
  .fw-mstep-1 .num { background: var(--jabez-orange); color: white; }
}

/* Summary stats strip below the flow */
.fw-flow-summary {
  margin-top: 36px;
  display: grid; gap: 14px;
  grid-template-columns: 1fr;
}
@media (min-width: 640px) { .fw-flow-summary { grid-template-columns: repeat(3, 1fr); gap: 18px; } }
.fw-flow-summary .cell {
  background: var(--g-50);
  border: 1px solid var(--g-150);
  border-radius: 14px;
  padding: 18px 16px;
  text-align: center;
}
.fw-flow-summary .num {
  font-family: var(--ff-display); font-weight: 800;
  font-size: clamp(28px, 4vw, 38px); line-height: 1;
  background: linear-gradient(to right, var(--jabez-orange), #FBBF24);
  -webkit-background-clip: text; background-clip: text; color: transparent;
  letter-spacing: -.02em;
}
.fw-flow-summary .lbl { font-size: 12px; color: var(--g-600); font-weight: 600; margin-top: 8px; }

.fw-pillar-title { font-family: var(--ff-display); font-weight: 800; font-size: clamp(20px, 3vw, 26px); color: var(--g-900); margin: 0; letter-spacing: -.01em; }
.fw-pillars { display: grid; gap: 16px; grid-template-columns: 1fr; }
@media (min-width: 640px) { .fw-pillars { grid-template-columns: repeat(2, 1fr); } }
@media (min-width: 1024px) { .fw-pillars { grid-template-columns: repeat(4, 1fr); } }
.fw-pillar {
  background: var(--g-0);
  border: 1px solid var(--g-150);
  border-radius: var(--radius);
  padding: 24px 20px;
  transition: border-color .2s, transform .2s, box-shadow .2s;
}
.fw-pillar:hover { border-color: var(--jabez-orange); transform: translateY(-4px); box-shadow: var(--shadow); }
.fw-pillar-icon { font-size: 32px; line-height: 1; margin-bottom: 14px; }
.fw-pillar h4 { font-family: var(--ff-display); font-weight: 700; font-size: 16px; color: var(--g-900); margin: 0 0 8px; }
.fw-pillar p { color: var(--g-600); font-size: 13px; margin: 0; line-height: 1.6; }

.fw-takeaway {
  margin-top: 36px;
  background: linear-gradient(135deg, var(--jabez-orange-50) 0%, var(--jabez-emerald-50) 100%);
  border: 1px solid var(--g-150);
  border-radius: var(--radius-lg);
  padding: 24px 28px;
  display: flex; gap: 16px; align-items: center;
}
.fw-takeaway-icon { font-size: 28px; flex-shrink: 0; line-height: 1; }
.fw-takeaway strong { color: var(--g-900); font-family: var(--ff-display); font-size: 17px; font-weight: 800; display: block; }
.fw-takeaway p { color: var(--g-700); margin: 6px 0 0; font-size: 14px; }
.designer-section { background: white; }
.dg-hero {
  background: linear-gradient(135deg, var(--jabez-orange-50) 0%, white 70%);
  border: 1px solid var(--g-150);
  border-radius: var(--radius-lg);
  padding: 36px 28px;
  text-align: center;
  position: relative;
  overflow: hidden;
}
.dg-hero::before {
  content: ""; position: absolute; top: -60px; right: -60px;
  width: 220px; height: 220px; border-radius: 50%;
  background: radial-gradient(circle, var(--jabez-orange-50), transparent 70%);
  pointer-events: none;
}
.dg-hero-badge {
  display: inline-flex; align-items: center; gap: 8px;
  padding: 6px 14px; background: white;
  border: 1px solid var(--g-200); border-radius: 999px;
  font-size: 12px; font-weight: 700; color: var(--g-700);
  margin-bottom: 14px;
}
.dg-hero-badge .dot { width: 7px; height: 7px; border-radius: 50%; background: var(--jabez-emerald); box-shadow: 0 0 0 3px rgba(16,185,129,.2); }

/* v0.4.335 dual-role animation · customer vs agent split */
.dg-roles {
  display: grid; gap: 16px;
  grid-template-columns: 1fr;
  align-items: stretch;
  margin: 18px 0 14px;
}
@media (min-width: 720px) { .dg-roles { grid-template-columns: 1fr 40px 1fr; gap: 16px; align-items: center; } }

.dg-role {
  background: white;
  border: 1px solid var(--g-200);
  border-radius: 18px;
  padding: 18px 18px 16px;
  text-align: center;
  position: relative;
  overflow: hidden;
  animation: dgRolePulse 6s ease-in-out infinite;
}
.dg-role-customer { animation-delay: 0s; }
.dg-role-agent    { animation-delay: 3s; }
@keyframes dgRolePulse {
  0%, 100% { box-shadow: none; border-color: var(--g-200); transform: translateY(0); }
  10%, 40% { box-shadow: 0 16px 36px -10px rgba(243,112,33,.25); border-color: var(--jabez-orange); transform: translateY(-4px); }
  50% { box-shadow: none; border-color: var(--g-200); transform: translateY(0); }
}
.dg-role-agent { animation-name: dgRolePulseAgent; }
@keyframes dgRolePulseAgent {
  0%, 100% { box-shadow: none; border-color: var(--g-200); transform: translateY(0); }
  10%, 40% { box-shadow: 0 16px 36px -10px rgba(16,185,129,.30); border-color: var(--jabez-emerald); transform: translateY(-4px); }
  50% { box-shadow: none; border-color: var(--g-200); transform: translateY(0); }
}

.dg-role-pill {
  display: inline-flex; align-items: center; gap: 6px;
  padding: 5px 12px; border-radius: 999px;
  background: var(--jabez-orange-50); color: var(--jabez-orange-600);
  font-size: 12px; font-weight: 800;
  margin-bottom: 10px;
}
.dg-role-pill.alt { background: rgba(16,185,129,.10); color: #047857; }
.dg-role-pill-ico { color: currentColor; }

.dg-role-title {
  font-family: var(--ff-display); font-weight: 800;
  font-size: clamp(18px, 2.4vw, 22px);
  color: var(--g-900);
  letter-spacing: -.01em;
  line-height: 1.2;
}
.dg-role-meta { font-size: 12px; color: var(--g-600); margin-top: 4px; line-height: 1.5; }

/* Mini phone/editor frame inside each role · 200px tall */
.dg-role-mini {
  position: relative;
  margin: 14px auto 0;
  width: 180px; max-width: 100%;
}
.dg-role-mini-frame {
  background: white;
  border: 1px solid var(--g-200);
  border-radius: 12px;
  box-shadow: 0 8px 18px -6px rgba(24,24,27,.12);
  overflow: hidden;
}
.dg-role-mini-frame.agent { background: #FAFAFA; }
.dg-role-mini-toolbar {
  display: flex; gap: 4px;
  padding: 8px 10px;
  background: var(--g-50);
  border-bottom: 1px solid var(--g-150);
}
.dg-role-mini-toolbar.dark { background: linear-gradient(to bottom, #2D2D31, #1F1F23); border-bottom-color: #111; }
.dg-role-mini-toolbar span { width: 8px; height: 8px; border-radius: 50%; background: var(--g-300); }
.dg-role-mini-toolbar.dark span { background: rgba(255,255,255,.20); }
.dg-role-mini-toolbar span:nth-child(1) { background: #FF5F57; }
.dg-role-mini-toolbar span:nth-child(2) { background: #FEBC2E; }
.dg-role-mini-toolbar span:nth-child(3) { background: #28C840; }
.dg-role-mini-canvas {
  height: 110px;
  display: flex; align-items: center; justify-content: center;
  background: linear-gradient(180deg, var(--g-50), white);
  position: relative;
  overflow: hidden;
}
.dg-role-mini-canvas.agent {
  background:
    radial-gradient(circle at 25% 25%, rgba(243,112,33,.05), transparent 60%),
    repeating-linear-gradient(45deg, #FAFAFA 0 6px, #F4F4F5 6px 12px);
  display: flex; align-items: center; justify-content: flex-start;
  padding: 0 6px;
}
.dg-role-mini-rail {
  background: #27272A;
  width: 32px;
  align-self: stretch;
  display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 4px;
  padding: 6px 0;
  color: rgba(255,255,255,.55);
  font-size: 11px; font-weight: 700;
}
.dg-role-mini-rail .t { background: var(--jabez-orange); color: white; padding: 2px 6px; border-radius: 4px; font-size: 9px; }

.dg-role-bbox {
  position: absolute;
  top: 30px; left: 50%; transform: translateX(-50%);
  width: 64px; height: 50px;
  border: 1.5px dashed var(--jabez-emerald);
  border-radius: 3px;
  opacity: 0;
  animation: dgBboxShow 6s ease-in-out infinite;
  animation-delay: 3s;
}
.dg-role-bbox::before, .dg-role-bbox::after { content: ""; position: absolute; width: 5px; height: 5px; border-radius: 50%; background: var(--jabez-emerald); box-shadow: 0 0 0 1px white; }
.dg-role-bbox::before { top: -3px; left: -3px; }
.dg-role-bbox::after  { bottom: -3px; right: -3px; }
@keyframes dgBboxShow {
  0%, 100% { opacity: 0; }
  10%, 40% { opacity: 1; }
  50% { opacity: 0; }
}

/* Cursor that taps/clicks inside the mini frame */
.dg-role-cursor {
  position: absolute;
  top: 50%; left: 28%;
  transform: translate(-50%, -50%);
  z-index: 3;
  filter: drop-shadow(0 2px 4px rgba(0,0,0,.25));
  opacity: 0;
  animation: dgCursor 6s ease-in-out infinite;
  animation-delay: 0.4s;
}
.dg-role-cursor.alt { animation: dgCursorAgent 6s ease-in-out infinite; animation-delay: 3.4s; }
@keyframes dgCursor {
  0%, 100% { opacity: 0; }
  8%  { opacity: 1; top: 60%; left: 30%; }
  20% { opacity: 1; top: 40%; left: 60%; transform: translate(-50%, -50%) scale(.85); }
  28% { opacity: 1; top: 40%; left: 60%; transform: translate(-50%, -50%) scale(1.05); }
  40% { opacity: 1; top: 55%; left: 50%; }
  50% { opacity: 0; }
}
@keyframes dgCursorAgent {
  0%, 100% { opacity: 0; }
  8%  { opacity: 1; top: 45%; left: 70%; }
  20% { opacity: 1; top: 55%; left: 50%; transform: translate(-50%, -50%) scale(.85); }
  28% { opacity: 1; top: 55%; left: 50%; transform: translate(-50%, -50%) scale(1.05); }
  40% { opacity: 1; top: 40%; left: 40%; }
  50% { opacity: 0; }
}

/* Pulse dot at bottom-corner showing "active mode" */
.dg-role-pulse-dot {
  position: absolute;
  top: 14px; right: 14px;
  width: 9px; height: 9px;
  border-radius: 50%;
  background: var(--jabez-orange);
  box-shadow: 0 0 0 4px rgba(243,112,33,.20);
  opacity: 0;
  animation: dgRoleDot 6s ease-in-out infinite;
}
.dg-role-pulse-dot.alt { background: var(--jabez-emerald); box-shadow: 0 0 0 4px rgba(16,185,129,.20); animation-delay: 3s; }
@keyframes dgRoleDot {
  0%, 100% { opacity: 0; }
  10%, 40% { opacity: 1; }
  50% { opacity: 0; }
}

/* Divider between cards · "หรือ" badge */
.dg-role-divider {
  display: flex; align-items: center; justify-content: center;
  position: relative;
}
.dg-role-or {
  background: white;
  border: 1px solid var(--g-200);
  border-radius: 999px;
  padding: 6px 14px;
  font-family: var(--ff-display);
  font-size: 12px; font-weight: 800;
  color: var(--g-700);
  box-shadow: var(--shadow-sm);
  position: relative;
  z-index: 1;
}
@media (min-width: 720px) {
  .dg-role-divider::before {
    content: ""; position: absolute;
    left: 0; right: 0; top: 50%; height: 1px;
    background: linear-gradient(to right, transparent, var(--g-300), transparent);
  }
}

@media (prefers-reduced-motion: reduce) {
  .dg-role, .dg-role-cursor, .dg-role-pulse-dot, .dg-role-bbox {
    animation: none !important;
    transform: none !important;
  }
  .dg-role-cursor { opacity: 0; }
  .dg-role-pulse-dot { opacity: 1; }
  .dg-role-bbox { opacity: 1; }
}
/* v0.4.337 60s transformation timer · 3-stage demo · auto-loop 60s · syncs JS counter via #dgTimerSec */
.dg-timer {
  margin: 22px 0 18px;
  background: white;
  border: 1px solid var(--g-200);
  border-radius: 22px;
  padding: 24px 24px 22px;
  box-shadow: 0 20px 40px -16px rgba(243,112,33,.22), 0 4px 12px -6px rgba(24,24,27,.08);
}
.dg-timer-head {
  display: grid; grid-template-columns: 1fr auto; gap: 18px;
  align-items: center;
  margin-bottom: 18px;
}
.dg-timer-headline-pre {
  font-size: 13px; color: var(--g-500); font-weight: 700;
  text-transform: uppercase; letter-spacing: .06em;
  margin-bottom: 6px;
}
.dg-timer-headline-meta {
  display: inline-flex; align-items: center; gap: 6px;
  font-size: 13px; color: var(--g-700); font-weight: 700;
}
.dg-timer-headline-meta svg { color: var(--jabez-orange); }
.dg-timer-clock {
  position: relative;
  width: 76px; height: 76px;
  flex-shrink: 0;
}
.dg-timer-ring { width: 100%; height: 100%; transform: scaleX(-1); }
.dg-timer-ring-progress { animation: dgRing 30s linear infinite; }
@keyframes dgRing {
  from { stroke-dashoffset: 163.36; }
  to   { stroke-dashoffset: 0; }
}
.dg-timer-num {
  position: absolute; inset: 0;
  display: flex; align-items: center; justify-content: center;
  font-family: var(--ff-display); font-weight: 800; font-size: 22px;
  color: var(--g-900); letter-spacing: -.02em;
  font-variant-numeric: tabular-nums;
}
.dg-timer-num small { font-size: 12px; color: var(--g-500); font-weight: 700; margin-left: 1px; margin-bottom: -4px; }

.dg-timer-stages {
  position: relative;
  background: white;
  border-radius: 18px;
  overflow: hidden;
  border: 1px solid var(--g-200);
  box-shadow: 0 16px 32px -12px rgba(24,24,27,.15);
}

/* v0.4.340 real screen-recording gif container · replaces animated chrome */
.dg-gifwrap {
  margin-top: 18px;
  background: white;
  border: 1px solid var(--g-200);
  border-radius: 14px;
  overflow: hidden;
  box-shadow: 0 24px 48px -16px rgba(24,24,27,.22), 0 8px 16px -8px rgba(24,24,27,.06);
}
.dg-gif-bar {
  display: flex; align-items: center; gap: 10px;
  padding: 9px 12px;
  background: linear-gradient(to bottom, #2D2D31, #1F1F23);
  color: rgba(255,255,255,.85);
  font-size: 11px;
  border-bottom: 1px solid #111;
}
.dg-gif-dots { display: inline-flex; gap: 5px; }
.dg-gif-dots span { width: 10px; height: 10px; border-radius: 50%; background: #555; }
.dg-gif-dots span:nth-child(1) { background: #FF5F57; }
.dg-gif-dots span:nth-child(2) { background: #FEBC2E; }
.dg-gif-dots span:nth-child(3) { background: #28C840; }
.dg-gif-url {
  flex: 1;
  padding: 4px 12px;
  background: rgba(255,255,255,.08);
  border: 1px solid rgba(255,255,255,.10);
  border-radius: 6px;
  color: rgba(255,255,255,.65);
  font-family: ui-monospace, monospace;
  font-size: 11px;
  overflow: hidden; text-overflow: ellipsis; white-space: nowrap;
}
.dg-gif-live {
  display: inline-flex; align-items: center; gap: 5px;
  padding: 3px 9px; border-radius: 999px;
  background: rgba(16,185,129,.18); color: #6EE7B7;
  font-size: 10px; font-weight: 800; letter-spacing: .04em;
}
.dg-gif-live .pulse {
  width: 6px; height: 6px; border-radius: 50%;
  background: var(--jabez-emerald);
  box-shadow: 0 0 0 3px rgba(16,185,129,.30);
  animation: pulse 2s ease-in-out infinite;
}
.dg-gif-img {
  width: 100%; height: auto; display: block;
  background: #FAFAFA;
}

/* v0.4.338 dead-code · classes orphaned in stylesheet after v0.4.340 replacement */
.dg-edmock { display: flex; flex-direction: column; }
.dg-edmock-top {
  display: flex; align-items: center; gap: 10px; flex-wrap: nowrap;
  padding: 9px 12px;
  background: linear-gradient(to bottom, #2D2D31, #1F1F23);
  color: rgba(255,255,255,.92);
  font-size: 11px;
  border-bottom: 1px solid #111;
  overflow: hidden;
}
.dg-em-brand { display: inline-flex; align-items: center; gap: 6px; font-family: var(--ff-display); font-weight: 800; font-size: 11px; white-space: nowrap; }
.dg-em-brand .mark {
  width: 20px; height: 20px; border-radius: 6px;
  background: var(--jabez-orange); color: white;
  display: grid; place-items: center; font-weight: 900; font-size: 11px;
}
.dg-em-menu { color: rgba(255,255,255,.55); font-weight: 600; padding: 3px 5px; border-radius: 4px; font-size: 10px; }
.dg-em-menu.active { background: rgba(255,255,255,.10); color: white; }
@media (max-width: 559px) { .dg-em-menu:not(.active) { display: none; } }
.dg-em-grow { flex: 1; }
.dg-em-icon { width: 22px; height: 22px; border-radius: 6px; background: rgba(255,255,255,.06); color: rgba(255,255,255,.65); display: grid; place-items: center; font-size: 12px; }
@media (max-width: 559px) { .dg-em-icon { display: none; } }
.dg-em-price { font-family: var(--ff-display); font-weight: 800; font-size: 11px; color: #FBBF24; padding: 3px 8px; background: rgba(255,255,255,.08); border-radius: 6px; white-space: nowrap; }
.dg-em-save-btn {
  padding: 5px 12px; border-radius: 7px;
  background: var(--jabez-orange); color: white;
  font-weight: 800; font-size: 11px;
  font-family: var(--ff-display);
  animation: dgEmSaveBtn 60s ease-in-out infinite;
}
@keyframes dgEmSaveBtn {
  0%, 75% { background: var(--jabez-orange); box-shadow: none; transform: scale(1); }
  80%, 90% { background: linear-gradient(135deg, var(--jabez-orange), #FBBF24); box-shadow: 0 0 0 5px rgba(243,112,33,.35); transform: scale(1.06); }
  95%, 100% { background: var(--jabez-emerald); box-shadow: 0 0 0 0 rgba(16,185,129,0); transform: scale(1); }
}

.dg-edmock-body {
  display: grid;
  grid-template-columns: 56px 1fr;
  background: #F4F4F5;
  min-height: 280px;
}
@media (min-width: 720px) { .dg-edmock-body { grid-template-columns: 66px 1fr 84px; } }

.dg-edmock-rail {
  background: #27272A;
  display: flex; flex-direction: column;
  gap: 1px;
  padding: 8px 0;
}
.dg-em-tool {
  display: flex; flex-direction: column; align-items: center; gap: 2px;
  padding: 7px 4px;
  color: rgba(255,255,255,.55);
  font-size: 9px; font-weight: 700;
  border-radius: 6px; margin: 0 5px;
  transition: background .15s, color .15s;
}
.dg-em-tool .ico { font-size: 14px; line-height: 1; font-family: var(--ff-display); font-weight: 800; }
.dg-em-tool .lbl { font-size: 7px; letter-spacing: .04em; }
.dg-em-tool-text { animation: dgEmToolText 60s linear infinite; }
.dg-em-tool-shape { animation: dgEmToolShape 60s linear infinite; }
@keyframes dgEmToolText {
  0%, 18% { background: transparent; color: rgba(255,255,255,.55); }
  22%, 45% { background: var(--jabez-orange); color: white; box-shadow: 0 0 0 2px rgba(243,112,33,.35); }
  50%, 100% { background: transparent; color: rgba(255,255,255,.55); box-shadow: none; }
}
@keyframes dgEmToolShape {
  0%, 47% { background: transparent; color: rgba(255,255,255,.55); }
  52%, 73% { background: var(--jabez-orange); color: white; box-shadow: 0 0 0 2px rgba(243,112,33,.35); }
  77%, 100% { background: transparent; color: rgba(255,255,255,.55); box-shadow: none; }
}

.dg-edmock-canvas {
  position: relative;
  background:
    radial-gradient(circle at 30% 30%, rgba(243,112,33,.04), transparent 60%),
    repeating-linear-gradient(45deg, #FAFAFA 0 8px, #F4F4F5 8px 16px);
  padding: 16px;
  display: flex; align-items: center; justify-content: center;
}
.dg-em-jersey {
  width: 100%; max-width: 240px; height: auto;
  object-fit: contain;
  filter: drop-shadow(0 14px 24px rgba(0,0,0,.22));
  position: relative; z-index: 1;
}

/* v0.4.339 product name pill in top bar */
.dg-em-product {
  font-family: var(--ff-display); font-weight: 700;
  font-size: 11px; color: rgba(255,255,255,.85);
  padding: 4px 10px; background: rgba(255,255,255,.06);
  border: 1px solid rgba(255,255,255,.08);
  border-radius: 6px;
  white-space: nowrap; overflow: hidden; text-overflow: ellipsis;
  max-width: 180px;
}
@media (max-width: 559px) { .dg-em-product { display: none; } }

/* Rulers · subtle measurement guides (selection indicators) */
.dg-em-rulers { position: absolute; inset: 0; pointer-events: none; }
.dg-em-rulers .r {
  position: absolute; background: rgba(243,112,33,.20); border-radius: 1px;
  animation: dgEmRuler 60s ease-in-out infinite;
}
.dg-em-rulers .r-top    { left: 30%; right: 30%; top: 28%; height: 1px; }
.dg-em-rulers .r-bot    { left: 30%; right: 30%; top: 60%; height: 1px; }
.dg-em-rulers .r-left   { top: 28%; bottom: 40%; left: 30%; width: 1px; }
.dg-em-rulers .r-right  { top: 28%; bottom: 40%; right: 30%; width: 1px; }
@keyframes dgEmRuler {
  0%, 23% { opacity: 0; }
  28%, 65% { opacity: 1; }
  70%, 100% { opacity: 0; }
}

/* Update thumb to use img */
.dg-em-thumb-img {
  position: relative;
  width: 60px; height: 74px;
  filter: drop-shadow(0 6px 10px rgba(0,0,0,.15));
}
.dg-em-thumb-img img {
  width: 100%; height: 100%;
  object-fit: contain;
}
.dg-em-thumb-img .dg-em-thumb-text {
  position: absolute;
  top: 38%; left: 50%; transform: translate(-50%, -50%);
  font-family: 'Sora', system-ui;
  font-weight: 900; font-size: 5px;
  color: white;
  text-shadow: 0 1px 2px rgba(0,0,0,.5);
  opacity: 0;
  animation: dgEmThumbText 60s ease-in-out infinite;
}

/* Text overlays · staggered fade-in during stage 2 (~15-30s) */
.dg-em-text {
  position: absolute;
  font-family: 'Sora', system-ui;
  font-weight: 900;
  color: white;
  text-shadow: 0 1px 3px rgba(0,0,0,.30), 0 0 8px rgba(243,112,33,.35);
  pointer-events: none;
  opacity: 0;
  letter-spacing: .04em;
}
.dg-em-text-top { top: 36%; left: 50%; transform: translate(-50%, -50%) scale(.7); font-size: 13px; animation: dgEmTxt 60s ease-in-out infinite; animation-delay: 0s; }
.dg-em-text-mid { top: 46%; left: 50%; transform: translate(-50%, -50%) scale(.7); font-size: 12px; animation: dgEmTxt 60s ease-in-out infinite; animation-delay: 1s; }
.dg-em-text-bot { top: 54%; left: 50%; transform: translate(-50%, -50%) scale(.7); font-size: 10px; font-style: italic; font-weight: 700; animation: dgEmTxt 60s ease-in-out infinite; animation-delay: 2s; }
@keyframes dgEmTxt {
  0%, 23% { opacity: 0; transform: translate(-50%, -50%) scale(.7); }
  28%, 92% { opacity: 1; transform: translate(-50%, -50%) scale(1); }
  100% { opacity: 0; transform: translate(-50%, -50%) scale(.7); }
}

/* Emblem overlays · pop in during stage 3 (~30-45s) */
.dg-em-emblem {
  position: absolute;
  font-size: 14px;
  color: white;
  text-shadow: 0 1px 3px rgba(0,0,0,.35);
  pointer-events: none;
  opacity: 0;
  filter: drop-shadow(0 2px 4px rgba(0,0,0,.3));
}
.dg-em-em-david { top: 24%; left: 18%; animation: dgEmEmblem 60s ease-in-out infinite; animation-delay: 0s; }
.dg-em-em-star  { top: 23%; left: 50%; transform: translateX(-50%); animation: dgEmEmblemStar 60s ease-in-out infinite; animation-delay: 0.4s; }
.dg-em-em-eagle { top: 24%; right: 18%; animation: dgEmEmblem 60s ease-in-out infinite; animation-delay: 0.8s; }
.dg-em-em-eagle svg { width: 16px; height: 16px; }
@keyframes dgEmEmblem {
  0%, 50% { opacity: 0; transform: scale(0); }
  55%, 88% { opacity: 1; transform: scale(1); }
  92% { opacity: 1; transform: scale(1.18); }
  95%, 100% { opacity: 0; transform: scale(.8); }
}
@keyframes dgEmEmblemStar {
  0%, 50% { opacity: 0; transform: translateX(-50%) scale(0); }
  55%, 88% { opacity: 1; transform: translateX(-50%) scale(1); }
  92% { opacity: 1; transform: translateX(-50%) scale(1.18); }
  95%, 100% { opacity: 0; transform: translateX(-50%) scale(.8); }
}

/* Animated cursor moves through stages */
.dg-em-cursor {
  position: absolute;
  z-index: 5;
  pointer-events: none;
  filter: drop-shadow(0 2px 5px rgba(0,0,0,.35));
  opacity: 0;
  animation: dgEmCursor 60s linear infinite;
  top: 50%; left: 50%;
}
@keyframes dgEmCursor {
  0%   { opacity: 0; top: 70%; left: 8%; }
  4%   { opacity: 1; top: 70%; left: 8%; transform: scale(1); }
  18%  { opacity: 1; top: 38%; left: 10%; transform: scale(.85); }
  22%  { opacity: 1; top: 38%; left: 10%; transform: scale(1.1); }
  30%  { opacity: 1; top: 44%; left: 50%; }
  42%  { opacity: 1; top: 44%; left: 50%; transform: scale(.85); }
  46%  { opacity: 1; top: 44%; left: 50%; transform: scale(1.1); }
  58%  { opacity: 1; top: 26%; left: 50%; }
  68%  { opacity: 1; top: 26%; left: 22%; transform: scale(.85); }
  72%  { opacity: 1; top: 26%; left: 22%; transform: scale(1.1); }
  84%  { opacity: 1; top: 8%; left: 86%; }
  88%  { opacity: 1; top: 8%; left: 86%; transform: scale(.85); }
  92%  { opacity: 1; top: 8%; left: 86%; transform: scale(1.1); }
  96%  { opacity: 0; top: 8%; left: 86%; }
  100% { opacity: 0; }
}

/* Save toast · slides up at stage 4 end (~55-60s) */
.dg-em-toast {
  position: absolute;
  bottom: 14px; left: 50%;
  transform: translate(-50%, 16px);
  display: inline-flex; align-items: center; gap: 6px;
  padding: 7px 14px;
  background: var(--jabez-emerald); color: white;
  border-radius: 999px;
  font-size: 11px; font-weight: 800; font-family: var(--ff-display);
  box-shadow: 0 8px 20px -6px rgba(16,185,129,.55);
  opacity: 0;
  animation: dgEmToast 60s ease-in-out infinite;
}
.dg-em-toast svg { color: white; }
@keyframes dgEmToast {
  0%, 88% { opacity: 0; transform: translate(-50%, 16px); }
  91%, 100% { opacity: 1; transform: translate(-50%, 0); }
}

.dg-edmock-thumb {
  display: none;
  background: #FAFAFA;
  padding: 14px 6px;
  border-left: 1px solid var(--g-200);
  flex-direction: column; align-items: center; gap: 6px;
}
@media (min-width: 720px) { .dg-edmock-thumb { display: flex; } }
.dg-em-thumb-label { font-size: 9px; color: var(--g-500); font-weight: 700; text-transform: uppercase; letter-spacing: .04em; }
.dg-em-thumb-svg { width: 56px; height: 70px; filter: drop-shadow(0 6px 10px rgba(0,0,0,.15)); }
.dg-em-thumb-text { opacity: 0; animation: dgEmThumbText 60s ease-in-out infinite; }
@keyframes dgEmThumbText {
  0%, 28% { opacity: 0; }
  32%, 100% { opacity: 1; }
}

/* Bottom stage strip · 4 stages indicator */
.dg-em-stages-strip {
  display: grid; grid-template-columns: repeat(4, 1fr);
  gap: 4px; padding: 10px 12px;
  background: white; border-top: 1px solid var(--g-150);
}
.dg-em-stage {
  display: flex; align-items: center; gap: 6px;
  font-size: 10px; font-weight: 700; color: var(--g-500);
  padding: 4px 6px; border-radius: 8px;
  transition: background .2s, color .2s;
  white-space: nowrap; overflow: hidden; text-overflow: ellipsis;
}
@media (max-width: 559px) { .dg-em-stage { font-size: 9px; padding: 4px 4px; } }
.dg-em-stage .n {
  width: 20px; height: 20px; border-radius: 50%;
  background: var(--g-100); color: var(--g-500);
  display: grid; place-items: center;
  font-family: var(--ff-display); font-weight: 900; font-size: 11px;
  flex-shrink: 0;
  transition: background .2s, color .2s;
}
.dg-em-s1, .dg-em-s2, .dg-em-s3, .dg-em-s4 { animation: dgEmStage 60s linear infinite; }
.dg-em-s1 .n, .dg-em-s2 .n, .dg-em-s3 .n, .dg-em-s4 .n { animation: dgEmStageN 60s linear infinite; }
.dg-em-s2, .dg-em-s2 .n { animation-delay: -45s; }
.dg-em-s3, .dg-em-s3 .n { animation-delay: -30s; }
.dg-em-s4, .dg-em-s4 .n { animation-delay: -15s; }
@keyframes dgEmStage {
  0%, 24% { background: var(--jabez-orange-50); color: var(--jabez-orange-600); }
  25%, 100% { background: transparent; color: var(--g-500); }
}
@keyframes dgEmStageN {
  0%, 24% { background: var(--jabez-orange); color: white; }
  25%, 100% { background: var(--g-100); color: var(--g-500); }
}

@media (prefers-reduced-motion: reduce) {
  .dg-em-tool-text, .dg-em-tool-shape, .dg-em-text, .dg-em-emblem,
  .dg-em-cursor, .dg-em-toast, .dg-em-save-btn, .dg-em-thumb-text,
  .dg-em-s1, .dg-em-s2, .dg-em-s3, .dg-em-s4,
  .dg-em-s1 .n, .dg-em-s2 .n, .dg-em-s3 .n, .dg-em-s4 .n {
    animation: none !important;
  }
  .dg-em-text, .dg-em-emblem, .dg-em-thumb-text { opacity: 1; }
  .dg-em-tool-text { background: var(--jabez-orange) !important; color: white !important; }
  .dg-em-cursor, .dg-em-toast { opacity: 0; }
  .dg-em-s1 { background: var(--jabez-orange-50); color: var(--jabez-orange-600); }
  .dg-em-s1 .n { background: var(--jabez-orange); color: white; }
}

.dg-timer-stage {
  position: absolute; inset: 0;
  padding: 22px 22px;
  display: grid;
  grid-template-columns: 1fr;
  gap: 14px;
  align-items: center;
  opacity: 0;
}
@media (min-width: 720px) { .dg-timer-stage { grid-template-columns: 220px 1fr; padding: 22px 28px; } }
.dg-st-step {
  position: absolute; top: 14px; left: 18px;
  width: 32px; height: 32px; border-radius: 50%;
  background: var(--jabez-orange); color: white;
  font-family: var(--ff-display); font-weight: 900; font-size: 14px;
  display: grid; place-items: center;
  box-shadow: 0 6px 14px -4px rgba(243,112,33,.6);
  z-index: 3;
}
.dg-st-step.done { background: var(--jabez-emerald); box-shadow: 0 6px 14px -4px rgba(16,185,129,.6); }

.dg-st-shirt {
  position: relative;
  width: 100%; max-width: 200px;
  margin: 0 auto;
  aspect-ratio: 120/130;
}
.dg-st-shirt svg { width: 100%; height: 100%; filter: drop-shadow(0 10px 20px rgba(0,0,0,.18)); }
.dg-st-cursor {
  position: absolute;
  z-index: 4;
  filter: drop-shadow(0 2px 4px rgba(0,0,0,.25));
  opacity: 0;
}
.dg-st-1 .dg-st-cursor { animation: dgStCursor1 60s ease-in-out infinite; }
.dg-st-2 .dg-st-cursor { animation: dgStCursor2 60s ease-in-out infinite; }
@keyframes dgStCursor1 {
  0% { opacity: 0; top: 70%; left: 40%; }
  5% { opacity: 1; top: 70%; left: 40%; }
  15% { opacity: 1; top: 50%; left: 55%; transform: scale(.9); }
  20% { opacity: 1; top: 50%; left: 55%; transform: scale(1.1); }
  30%, 100% { opacity: 0; top: 50%; left: 55%; }
}
@keyframes dgStCursor2 {
  0%, 33% { opacity: 0; }
  38% { opacity: 1; top: 42%; left: 35%; }
  48% { opacity: 1; top: 42%; left: 35%; transform: scale(.9); }
  52% { opacity: 1; top: 42%; left: 35%; transform: scale(1.1); }
  60% { opacity: 1; top: 62%; left: 50%; }
  68% { opacity: 0; }
  100% { opacity: 0; }
}

/* Stage 2 typing-in effect for name + number · fade in during stage 2 window */
.dg-st-text-name, .dg-st-text-num {
  opacity: 0;
  animation: dgStTextFade 60s linear infinite;
}
.dg-st-text-name { animation-delay: -22s; }  /* visible roughly 22-40s window */
.dg-st-text-num  { animation-delay: -28s; }  /* slightly later 28-40s */
@keyframes dgStTextFade {
  0%, 33% { opacity: 0; transform: translateY(4px); }
  37%, 65% { opacity: 1; transform: translateY(0); }
  68%, 100% { opacity: 0; }
}

/* Stage 2 color palette pop-up */
.dg-st-palette {
  position: absolute;
  bottom: -10px; right: 0;
  display: flex; gap: 4px;
  padding: 6px 8px;
  background: white;
  border: 1px solid var(--g-200);
  border-radius: 999px;
  box-shadow: 0 8px 16px -6px rgba(0,0,0,.15);
  opacity: 0;
  animation: dgStPalette 60s ease-in-out infinite;
}
.dg-st-palette span {
  width: 12px; height: 12px; border-radius: 50%;
  border: 2px solid white;
}
@keyframes dgStPalette {
  0%, 35% { opacity: 0; transform: translateY(8px); }
  42%, 62% { opacity: 1; transform: translateY(0); }
  68%, 100% { opacity: 0; transform: translateY(8px); }
}

/* Stage 3 checkmark scale-in */
.dg-st-checkmark {
  position: absolute;
  top: 8px; right: 4px;
  z-index: 4;
  filter: drop-shadow(0 4px 10px rgba(16,185,129,.5));
  opacity: 0;
  animation: dgStCheck 60s ease-in-out infinite;
}
@keyframes dgStCheck {
  0%, 67% { opacity: 0; transform: scale(0.4) rotate(-30deg); }
  72%, 96% { opacity: 1; transform: scale(1) rotate(0); }
  100% { opacity: 0; transform: scale(0.4); }
}

.dg-st-info { text-align: left; padding-left: 8px; }
@media (max-width: 719px) { .dg-st-info { text-align: center; padding-left: 0; padding-top: 6px; } }
.dg-st-pill {
  display: inline-flex; align-items: center; gap: 6px;
  padding: 4px 10px; border-radius: 999px;
  background: var(--jabez-orange-50);
  color: var(--jabez-orange-600);
  font-size: 11px; font-weight: 800;
  margin-bottom: 8px;
}
.dg-st-pill.done { background: rgba(16,185,129,.12); color: #047857; }
.dg-st-pill .dot {
  width: 6px; height: 6px; border-radius: 50%;
  background: var(--jabez-orange);
  animation: pulse 1.6s ease-in-out infinite;
}
.dg-st-pill.done .dot { background: var(--jabez-emerald); }
.dg-st-title {
  font-family: var(--ff-display); font-weight: 800;
  font-size: clamp(20px, 3vw, 26px); color: var(--g-900);
  letter-spacing: -.01em; line-height: 1.2; margin-bottom: 6px;
}
.dg-st-meta { font-size: 14px; color: var(--g-600); line-height: 1.55; }

/* Stage visibility keyframes · 60s cycle · 3 windows ~20s each */
.dg-st-1 { animation: dgSt1 60s linear infinite; }
.dg-st-2 { animation: dgSt2 60s linear infinite; }
.dg-st-3 { animation: dgSt3 60s linear infinite; }
@keyframes dgSt1 {
  0%   { opacity: 0; transform: translateY(8px); }
  3%, 30% { opacity: 1; transform: translateY(0); }
  34%, 100% { opacity: 0; transform: translateY(-8px); }
}
@keyframes dgSt2 {
  0%, 33%  { opacity: 0; transform: translateY(8px); }
  37%, 63% { opacity: 1; transform: translateY(0); }
  67%, 100% { opacity: 0; transform: translateY(-8px); }
}
@keyframes dgSt3 {
  0%, 66%  { opacity: 0; transform: translateY(8px); }
  70%, 97% { opacity: 1; transform: translateY(0); }
  100% { opacity: 0; transform: translateY(-8px); }
}

/* Progress strip below stages · 3 milestone markers */
.dg-timer-progress {
  position: relative;
  height: 32px;
  margin-top: 16px;
  background: var(--g-100);
  border-radius: 999px;
  overflow: visible;
}
.dg-timer-progress-fill {
  position: absolute; inset: 0;
  width: 0%;
  background: linear-gradient(to right, var(--jabez-orange), #FBBF24);
  border-radius: 999px;
  animation: dgPgFill 30s linear infinite;
}
@keyframes dgPgFill {
  from { width: 0%; }
  to   { width: 100%; }
}
.dg-timer-marker {
  position: absolute;
  top: 50%; transform: translate(-50%, -50%);
  width: 28px; height: 28px; border-radius: 50%;
  background: white; border: 2px solid var(--g-200);
  font-family: var(--ff-display); font-weight: 900; font-size: 12px;
  color: var(--g-500);
  display: grid; place-items: center;
  z-index: 2;
  transition: transform .2s;
}
.dg-timer-marker.mk1 { left: 16.6%; animation: dgMk 60s linear infinite; }
.dg-timer-marker.mk2 { left: 50%;   animation: dgMk 60s linear infinite; animation-delay: -40s; }
.dg-timer-marker.mk3 { left: 83.3%; animation: dgMk 60s linear infinite; animation-delay: -20s; }
@keyframes dgMk {
  0%, 100% { background: white; color: var(--g-500); border-color: var(--g-200); transform: translate(-50%, -50%) scale(1); }
  3%, 30%  { background: var(--jabez-orange); color: white; border-color: var(--jabez-orange); transform: translate(-50%, -50%) scale(1.15); }
  34%, 100% { background: white; color: var(--g-500); border-color: var(--g-200); transform: translate(-50%, -50%) scale(1); }
}

.dg-timer-footnote {
  margin-top: 14px;
  text-align: center;
  font-size: 12px; color: var(--g-600);
  line-height: 1.6;
}
.dg-timer-footnote strong { color: var(--jabez-orange-600); font-family: var(--ff-display); }

.dg-mockup-pre {
  margin: 28px auto 0;
  display: flex; align-items: center; justify-content: center; gap: 8px;
  font-size: 13px; color: var(--g-500); font-weight: 700;
}
.dg-mockup-pre svg { color: var(--jabez-orange); }

@media (prefers-reduced-motion: reduce) {
  .dg-timer-ring-progress, .dg-st-cursor, .dg-st-text-name, .dg-st-text-num,
  .dg-st-palette, .dg-st-checkmark, .dg-st-1, .dg-st-2, .dg-st-3,
  .dg-timer-progress-fill, .dg-timer-marker { animation: none !important; }
  .dg-st-1 { opacity: 1; }
  .dg-st-2, .dg-st-3 { opacity: 0; }
  .dg-timer-progress-fill { width: 0; }
  .dg-st-text-name, .dg-st-text-num, .dg-st-palette { opacity: 1; }
  .dg-st-checkmark { opacity: 0; }
  .dg-timer-marker.mk1 { background: var(--jabez-orange); color: white; border-color: var(--jabez-orange); }
}

.dg-time {
  display: inline-flex; align-items: center; gap: 6px;
  font-family: var(--ff-display); font-weight: 800; font-size: clamp(20px, 3vw, 26px);
  background: linear-gradient(to right, var(--jabez-orange), #FBBF24);
  -webkit-background-clip: text; background-clip: text; color: transparent;
  margin-top: 8px;
}

.dg-grid { display: grid; gap: 16px; grid-template-columns: 1fr; margin-top: 28px; }
@media (min-width: 640px) { .dg-grid { grid-template-columns: repeat(2, 1fr); } }
@media (min-width: 1024px) { .dg-grid { grid-template-columns: repeat(4, 1fr); } }
.dg-card {
  background: var(--g-0);
  border: 1px solid var(--g-150);
  border-radius: var(--radius);
  padding: 22px 18px;
  text-align: center;
  transition: border-color .2s, transform .2s, box-shadow .2s;
}
.dg-card:hover { border-color: var(--jabez-orange); transform: translateY(-4px); box-shadow: var(--shadow); }
.dg-card-icon {
  width: 56px; height: 56px; border-radius: 16px;
  background: var(--jabez-orange-50);
  display: grid; place-items: center;
  margin: 0 auto 14px;
  font-size: 28px; line-height: 1;
}
.dg-card h4 { font-family: var(--ff-display); font-weight: 700; font-size: 16px; color: var(--g-900); margin: 0 0 6px; }
.dg-card p { color: var(--g-600); font-size: 13px; margin: 0; line-height: 1.55; }

/* v0.4.326.1 Lumise-fidelity mockup · top bar + left tool rail + canvas + right panel + bottom view tabs */
.dg-mockup-wrap { margin: 28px auto 0; max-width: 920px; }
.dg-mockup {
  background: white;
  border: 1px solid var(--g-200);
  border-radius: 14px;
  overflow: hidden;
  box-shadow: 0 28px 56px -18px rgba(24,24,27,.22), 0 8px 16px -8px rgba(24,24,27,.06);
}

/* Top app bar (mimics Lumise header) */
.dg-topbar {
  display: flex; align-items: center; gap: 10px;
  padding: 10px 14px;
  background: linear-gradient(to bottom, #2D2D31, #1F1F23);
  border-bottom: 1px solid #111;
  color: rgba(255,255,255,.92);
}
.dg-topbar-brand { display: flex; align-items: center; gap: 8px; font-family: var(--ff-display); font-weight: 800; font-size: 13px; letter-spacing: -.01em; }
.dg-topbar-brand .mark { width: 22px; height: 22px; border-radius: 6px; background: var(--jabez-orange); color: white; display: grid; place-items: center; font-size: 12px; font-weight: 900; }
.dg-topbar-menu { display: none; gap: 16px; margin-left: 12px; }
.dg-topbar-menu span { font-size: 11px; color: rgba(255,255,255,.55); font-weight: 600; }
.dg-topbar-menu span.active { color: white; }
@media (min-width: 720px) { .dg-topbar-menu { display: flex; } }
.dg-topbar-spacer { flex: 1; }
.dg-topbar-pill {
  display: inline-flex; align-items: center; gap: 6px;
  padding: 5px 10px; border-radius: 999px;
  background: rgba(255,255,255,.08); border: 1px solid rgba(255,255,255,.12);
  font-size: 10px; font-weight: 700; color: rgba(255,255,255,.85);
}
.dg-topbar-pill .ic { font-size: 11px; }

.dg-mockup-body {
  display: grid; grid-template-columns: 56px 1fr;
  background: #F4F4F5;
  min-height: 360px;
}
@media (min-width: 720px) { .dg-mockup-body { grid-template-columns: 64px 1fr 240px; } }

/* Left tool rail */
.dg-rail {
  background: #27272A;
  display: flex; flex-direction: column;
  align-items: center; gap: 4px;
  padding: 10px 0;
}
.dg-tool {
  width: 44px; padding: 8px 6px;
  display: flex; flex-direction: column; align-items: center; gap: 3px;
  border-radius: 8px;
  cursor: pointer;
  color: rgba(255,255,255,.55);
}
.dg-tool .ico { font-size: 16px; line-height: 1; }
.dg-tool .lbl { font-size: 9px; font-weight: 700; letter-spacing: .04em; }
.dg-tool:hover { background: rgba(255,255,255,.06); color: white; }
.dg-tool.active { background: var(--jabez-orange); color: white; box-shadow: 0 4px 10px -4px rgba(243,112,33,.7); }
.dg-rail-sep { height: 1px; width: 32px; background: rgba(255,255,255,.10); margin: 6px 0; }

/* Center canvas */
.dg-canvas {
  background:
    radial-gradient(circle at 20% 20%, rgba(243,112,33,.05), transparent 60%),
    repeating-linear-gradient(45deg, #FAFAFA 0 8px, #F4F4F5 8px 16px);
  padding: 24px;
  display: flex; align-items: center; justify-content: center;
  position: relative;
  border-bottom: 1px solid var(--g-200);
  min-height: 320px;
}
@media (min-width: 720px) { .dg-canvas { border-bottom: 0; border-right: 1px solid var(--g-200); } }
.dg-shirt-svg { width: 100%; max-width: 240px; height: auto; filter: drop-shadow(0 16px 28px rgba(24,24,27,.25)); }
.dg-shirt-overlay {
  position: absolute;
  top: 50%; left: 50%; transform: translate(-50%, -38%);
  text-align: center;
  pointer-events: none;
}
.dg-shirt-overlay .num {
  display: inline-block;
  font-family: var(--ff-display); font-weight: 900;
  font-size: 32px; color: white; line-height: 1;
  letter-spacing: -.02em;
  text-shadow: 0 2px 4px rgba(0,0,0,.25);
}
.dg-shirt-overlay .name {
  display: block; margin-top: 8px;
  font-family: var(--ff-display); font-weight: 800;
  font-size: 13px; color: white; letter-spacing: .06em;
  text-shadow: 0 1px 3px rgba(0,0,0,.3);
}

/* Selection bbox dashed (mimics Lumise active-element selection) */
.dg-bbox {
  position: absolute;
  top: 50%; left: 50%; transform: translate(-50%, -38%);
  width: 130px; height: 80px;
  border: 1.5px dashed var(--jabez-orange);
  border-radius: 4px;
  pointer-events: none;
}
.dg-bbox::before, .dg-bbox::after,
.dg-bbox > span:nth-child(1), .dg-bbox > span:nth-child(2) {
  content: ""; position: absolute;
  width: 8px; height: 8px; border-radius: 50%;
  background: var(--jabez-orange);
  box-shadow: 0 0 0 2px white;
}
.dg-bbox::before { top: -5px; left: -5px; }
.dg-bbox::after  { top: -5px; right: -5px; }
.dg-bbox > span:nth-child(1) { bottom: -5px; left: -5px; }
.dg-bbox > span:nth-child(2) { bottom: -5px; right: -5px; }

/* Canvas overlay chips (zoom / view-side / live) */
.dg-canvas-chip {
  position: absolute;
  display: inline-flex; align-items: center; gap: 6px;
  padding: 4px 10px; border-radius: 999px;
  background: white; border: 1px solid var(--g-200);
  font-size: 10px; color: var(--g-700); font-weight: 700;
  box-shadow: 0 4px 8px rgba(24,24,27,.06);
}
.dg-canvas-chip.tl { top: 12px; left: 12px; }
.dg-canvas-chip.tr { top: 12px; right: 12px; }
.dg-canvas-chip.bl { bottom: 12px; left: 12px; }
.dg-canvas-chip .live { width: 6px; height: 6px; border-radius: 50%; background: var(--jabez-emerald); display: inline-block; box-shadow: 0 0 0 3px rgba(16,185,129,.20); animation: pulse 2s ease-in-out infinite; }

/* View tabs (Front / Back / L / R) */
.dg-views {
  position: absolute; bottom: 12px; left: 50%; transform: translateX(-50%);
  display: flex; gap: 4px;
  padding: 4px; border-radius: 10px;
  background: white; border: 1px solid var(--g-200);
  box-shadow: 0 6px 14px -6px rgba(24,24,27,.12);
}
.dg-view {
  padding: 5px 12px; border-radius: 7px;
  font-size: 10px; font-weight: 700; color: var(--g-600);
  cursor: pointer;
}
.dg-view.active { background: var(--g-900); color: white; }

/* Right properties panel */
.dg-side {
  background: white;
  display: none;
  flex-direction: column;
  gap: 0;
  border-top: 1px solid var(--g-200);
}
@media (min-width: 720px) { .dg-side { display: flex; border-top: 0; } }
.dg-side-section { padding: 14px 18px; border-bottom: 1px solid var(--g-150); }
.dg-side-section:last-child { border-bottom: 0; flex: 1; }
.dg-side-label { font-size: 10px; color: var(--g-500); text-transform: uppercase; letter-spacing: .08em; font-weight: 700; margin-bottom: 10px; display: flex; align-items: center; justify-content: space-between; }
.dg-side-label .right { color: var(--g-700); text-transform: none; letter-spacing: 0; font-size: 11px; }
.dg-swatches { display: flex; gap: 8px; flex-wrap: wrap; }
.dg-swatch { width: 26px; height: 26px; border-radius: 50%; border: 2px solid var(--g-200); cursor: pointer; position: relative; }
.dg-swatch.active::after { content: "✓"; position: absolute; inset: 0; display: grid; place-items: center; color: white; font-size: 12px; font-weight: 900; text-shadow: 0 1px 2px rgba(0,0,0,.3); }
.dg-input {
  display: flex; align-items: center; justify-content: space-between;
  padding: 9px 12px;
  background: var(--g-50); border: 1px solid var(--g-150);
  border-radius: 8px;
  margin-bottom: 8px;
}
.dg-input:last-child { margin-bottom: 0; }
.dg-input .lbl { font-size: 11px; color: var(--g-500); font-weight: 600; }
.dg-input .val { font-family: var(--ff-display); font-weight: 800; color: var(--g-900); font-size: 13px; }
.dg-input .val.num { color: var(--jabez-orange); font-size: 16px; }
.dg-fonts { display: flex; gap: 6px; flex-wrap: wrap; }
.dg-font {
  padding: 6px 10px; border-radius: 7px;
  background: var(--g-50); border: 1px solid var(--g-200);
  font-size: 12px; color: var(--g-700);
}
.dg-font.active { background: var(--jabez-orange-50); border-color: var(--jabez-orange); color: var(--jabez-orange-600); font-weight: 700; }
.dg-actions { display: grid; grid-template-columns: repeat(3, 1fr); gap: 6px; margin-top: 4px; }
.dg-act {
  padding: 8px 4px; border-radius: 8px;
  background: white; border: 1px solid var(--g-200);
  font-size: 10px; font-weight: 700; color: var(--g-700);
  text-align: center; cursor: pointer;
  display: flex; flex-direction: column; align-items: center; gap: 3px;
}
.dg-act:hover { border-color: var(--jabez-orange); color: var(--jabez-orange); }
.dg-act .ico { font-size: 14px; line-height: 1; }
.dg-save {
  padding: 12px;
  background: linear-gradient(to right, var(--jabez-orange), #FBBF24);
  color: white; border-radius: 10px;
  font-family: var(--ff-display); font-weight: 800; font-size: 13px;
  text-align: center;
  box-shadow: 0 8px 16px -6px rgba(243,112,33,.5);
  margin: 4px 0;
}

/* Mobile: collapse side panel into condensed strip BELOW canvas */
.dg-side-mobile { display: block; padding: 12px 14px; background: white; border-top: 1px solid var(--g-200); }
@media (min-width: 720px) { .dg-side-mobile { display: none; } }
.dg-side-mobile .row { display: flex; align-items: center; justify-content: space-between; gap: 10px; margin-bottom: 8px; }
.dg-side-mobile .row:last-child { margin-bottom: 0; }
.dg-side-mobile .lbl { font-size: 10px; color: var(--g-500); font-weight: 700; text-transform: uppercase; letter-spacing: .04em; }
.dg-side-mobile .swatches { display: flex; gap: 6px; }
.dg-side-mobile .sw { width: 18px; height: 18px; border-radius: 50%; border: 1.5px solid var(--g-200); }
.dg-side-mobile .sw.active { border-color: var(--g-900); box-shadow: 0 0 0 1px white inset, 0 0 0 2px var(--g-900); }

.dg-cta-wrap { text-align: center; margin-top: 32px; }
.dg-cta-btn {
  display: inline-flex; align-items: center; gap: 10px;
  padding: 16px 28px;
  border-radius: 14px;
  background: linear-gradient(to right, var(--jabez-orange), #FBBF24);
  color: white;
  font-family: var(--ff-display); font-weight: 800; font-size: 16px;
  text-decoration: none;
  box-shadow: 0 12px 28px -8px rgba(243,112,33,.55);
  transition: transform .15s, box-shadow .2s;
  min-height: 52px;
}
.dg-cta-btn:hover { transform: translateY(-2px); box-shadow: 0 16px 32px -10px rgba(243,112,33,.6); color: white; }
.dg-cta-sub { font-size: 12px; color: var(--g-500); margin-top: 10px; }
