* { margin: 0; padding: 0; box-sizing: border-box; }

:root {
  --purple: #8b5cf6;
  --purple-dark: #7c3aed;
  --purple-deep: #5b21b6;
  --lilac: #c4b5fd;
  --text: #1e1b4b;
  --muted: #6b7280;
  --white: #ffffff;
  --shadow: 0 8px 24px rgba(124, 58, 237, 0.12);
}

body {
  font-family: 'Inter', -apple-system, BlinkMacSystemFont, sans-serif;
  background: linear-gradient(145deg, #ede9fe 0%, #fce7f3 40%, #fef3c7 100%);
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 20px;
  color: var(--text);
}

.phone-frame {
  width: 390px;
  height: 844px;
  background: #fff;
  border-radius: 44px;
  box-shadow: 0 25px 60px rgba(0,0,0,0.22), 0 0 0 14px #1e1b4b;
  position: relative;
  overflow: hidden;
  flex-shrink: 0;
}

.phone-notch {
  position: absolute;
  top: 0; left: 50%;
  transform: translateX(-50%);
  width: 160px; height: 30px;
  background: #1e1b4b;
  border-radius: 0 0 22px 22px;
  z-index: 200;
}

.status-bar {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 14px 28px 0;
  font-size: 13px;
  font-weight: 600;
  color: var(--text);
  height: 48px;
  position: relative;
  z-index: 10;
}

.status-bar.light { color: #4c1d95; }

.status-icons {
  display: flex;
  gap: 7px;
  align-items: center;
  color: inherit;
}

.screen {
  display: none;
  height: 100%;
  flex-direction: column;
  position: absolute;
  inset: 0;
  overflow-y: auto;
  overflow-x: hidden;
  padding-bottom: 90px;
}

.screen.active { display: flex; }

/* ========== ONBOARDING ========== */
#screen-onboarding {
  background: linear-gradient(165deg, #e9d5ff 0%, #ddd6fe 35%, #c4b5fd 100%);
}

.skip-btn {
  position: absolute;
  top: 52px; right: 28px;
  background: none; border: none;
  font-size: 15px; color: #5b21b6;
  font-weight: 500; cursor: pointer; z-index: 20;
}

.bg-shapes {
  position: absolute; inset: 0; pointer-events: none; overflow: hidden;
}
.shape {
  position: absolute; border-radius: 50%;
  background: rgba(255,255,255,0.18);
}
.shape-1 { width: 180px; height: 180px; top: -40px; left: -50px; }
.shape-2 { width: 120px; height: 120px; top: 180px; right: -30px; }
.shape-3 { width: 90px; height: 90px; bottom: 160px; left: -20px; }
.shape-4 { width: 60px; height: 60px; top: 100px; right: 40px; background: rgba(254,240,138,0.35); }

.onboarding-body {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 70px 24px 16px;
  text-align: center;
  position: relative; z-index: 5;
}

.hero-card {
  background: rgba(255,255,255,0.92);
  border-radius: 22px;
  padding: 26px 30px;
  box-shadow: 0 12px 30px rgba(91,33,182,0.18);
  border: 3.5px solid #fef08a;
  transform: rotate(-3deg);
  margin-bottom: 8px;
}

.hero-card h1 {
  font-size: 27px;
  font-weight: 800;
  line-height: 1.18;
  color: #1e1b4b;
  letter-spacing: -0.4px;
}

.yellow-bg {
  background: linear-gradient(90deg, #fef08a, #fde68a);
  padding: 1px 10px;
  border-radius: 7px;
  display: inline-block;
}

.hero-illustration {
  position: relative;
  width: 280px;
  height: 230px;
  margin: 6px 0;
}

.float-item {
  position: absolute;
  animation: floaty 3.2s ease-in-out infinite;
}
@keyframes floaty {
  0%,100% { transform: translateY(0); }
  50% { transform: translateY(-10px); }
}

.pdf-float.left-top { top: 12px; left: 6px; animation-delay: 0s; }
.pdf-float.left-mid { top: 90px; left: 0; animation-delay: 0.6s; }
.pdf-float.right-mid { top: 70px; right: 4px; animation-delay: 1.1s; }
.money.left-bot { bottom: 30px; left: 8px; font-size: 22px; animation-delay: 0.3s; }
.money.right-bot { bottom: 18px; right: 20px; font-size: 20px; animation-delay: 1.4s; }
.bag { top: 8px; right: 50px; font-size: 26px; animation-delay: 0.8s; }

.mini-pdf {
  background: #fff;
  border: 2.5px solid #1e1b4b;
  border-radius: 8px;
  padding: 6px 10px;
  font-size: 11px;
  font-weight: 800;
  color: #7c3aed;
  box-shadow: 3px 3px 0 #1e1b4b;
}
.mini-pdf.blue { color: #2563eb; }
.mini-pdf.red { color: #dc2626; }

.char-wrapper {
  position: absolute;
  left: 50%; top: 20px;
  transform: translateX(-48%);
  z-index: 8;
}

.cartoon-char {
  position: relative;
  z-index: 10;
}

.char-face {
  width: 58px; height: 58px;
  background: #fcd34d;
  border-radius: 50%;
  border: 3px solid #1e1b4b;
  margin: 0 auto;
  position: relative;
}
.char-hair {
  position: absolute; top: -6px; left: 8px;
  width: 42px; height: 18px;
  background: #1e1b4b;
  border-radius: 20px 20px 4px 4px;
}
.char-glasses {
  position: absolute; top: 22px; left: 7px;
  width: 44px; height: 16px;
  border: 3px solid #1e1b4b;
  border-radius: 8px;
  background: rgba(255,255,255,0.35);
}
.char-smile {
  position: absolute; bottom: 10px; left: 18px;
  width: 22px; height: 10px;
  border-bottom: 3px solid #1e1b4b;
  border-radius: 0 0 12px 12px;
}

.char-suit {
  width: 72px; height: 58px;
  background: #2563eb;
  border: 3px solid #1e1b4b;
  border-radius: 14px 14px 8px 8px;
  margin: -10px auto 0;
  position: relative;
}
.suit-collar {
  position: absolute; top: 0; left: 50%;
  transform: translateX(-50%);
  width: 0; height: 0;
  border-left: 14px solid transparent;
  border-right: 14px solid transparent;
  border-top: 16px solid #1e3a8a;
}

.char-legs {
  display: flex; justify-content: center; gap: 10px; margin-top: -4px;
}
.char-legs::before, .char-legs::after {
  content: '';
  width: 18px; height: 26px;
  background: #1e1b4b;
  border-radius: 4px;
}

.rocket-pencil {
  position: absolute;
  bottom: -38px; left: 50%;
  transform: translateX(-35%) rotate(-28deg);
  z-index: 6;
}

.pencil-body-main {
  width: 150px; height: 32px;
  background: linear-gradient(90deg, #fbbf24 0%, #f59e0b 70%, #d97706 100%);
  border: 3px solid #1e1b4b;
  border-radius: 6px 20px 20px 6px;
  position: relative;
}
.pencil-tip {
  position: absolute; right: -18px; top: 50%;
  transform: translateY(-50%);
  width: 0; height: 0;
  border-left: 20px solid #1e1b4b;
  border-top: 16px solid transparent;
  border-bottom: 16px solid transparent;
  z-index: 2;
}
.pencil-eraser {
  position: absolute; left: -8px; top: 4px;
  width: 14px; height: 24px;
  background: #f472b6;
  border: 2.5px solid #1e1b4b;
  border-radius: 4px 0 0 4px;
}
.rocket-window {
  position: absolute; left: 55px; top: 6px;
  width: 18px; height: 18px;
  background: #93c5fd;
  border: 2.5px solid #1e1b4b;
  border-radius: 50%;
}
.rocket-fin {
  position: absolute; bottom: -12px;
  width: 0; height: 0;
  border-top: 14px solid #3b82f6;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
}
.rocket-fin.left { left: 20px; transform: rotate(-20deg); }
.rocket-fin.right { left: 45px; transform: rotate(20deg); }

.rocket-flames {
  position: absolute; left: -36px; top: 2px;
  display: flex; gap: 2px;
}
.flame {
  width: 14px; height: 28px;
  border-radius: 50% 50% 20% 20%;
  animation: flicker 0.35s infinite alternate;
}
.f1 { background: linear-gradient(#ef4444, #f97316); height: 32px; }
.f2 { background: linear-gradient(#f97316, #fbbf24); height: 26px; animation-delay: 0.1s; }
.f3 { background: linear-gradient(#fbbf24, #fef08a); height: 22px; animation-delay: 0.2s; }
@keyframes flicker {
  from { transform: scaleY(1) scaleX(1); opacity: 1; }
  to { transform: scaleY(1.15) scaleX(0.9); opacity: 0.85; }
}

.tagline {
  font-size: 14.5px;
  color: #4c1d95;
  font-weight: 500;
  line-height: 1.45;
  margin-top: 4px;
}

.onboard-bottom {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 0 22px 28px;
  position: relative; z-index: 10;
}

.circle-btn {
  width: 54px; height: 54px;
  border-radius: 50%;
  border: none;
  display: flex; align-items: center; justify-content: center;
  cursor: pointer;
  flex-shrink: 0;
}
.circle-btn.dark { background: #1e1b4b; }

.get-start {
  flex: 1;
  height: 54px;
  background: #1e1b4b;
  color: #fff;
  border: none;
  border-radius: 27px;
  font-size: 16px;
  font-weight: 600;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  cursor: pointer;
  box-shadow: 0 8px 24px rgba(30,27,75,0.35);
}
.book-circle {
  width: 34px; height: 34px;
  background: #a78bfa;
  border-radius: 50%;
  display: flex; align-items: center; justify-content: center;
  font-size: 15px;
}

/* ========== DASHBOARD ========== */
#screen-dashboard { background: #f8f5ff; }

.dash-top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px 22px 14px;
}

.user-row { display: flex; align-items: center; gap: 12px; }

.avatar-img {
  width: 50px; height: 50px;
  border-radius: 50%;
  background: linear-gradient(135deg, #c4b5fd, #8b5cf6);
  padding: 3px;
  box-shadow: 0 4px 14px rgba(124,58,237,0.3);
}
.avatar-inner {
  width: 100%; height: 100%;
  border-radius: 50%;
  background: #7c3aed;
  color: #fff;
  display: flex; align-items: center; justify-content: center;
  font-weight: 700; font-size: 18px;
}

.user-text h2 { font-size: 18px; font-weight: 700; }
.user-text p { font-size: 13px; color: var(--muted); }

.bell-btn {
  width: 44px; height: 44px;
  border-radius: 50%;
  background: #fff;
  border: none;
  box-shadow: var(--shadow);
  display: flex; align-items: center; justify-content: center;
  cursor: pointer;
}

.master-card {
  margin: 0 18px 18px;
  background: linear-gradient(135deg, #8b5cf6 0%, #7c3aed 55%, #6d28d9 100%);
  border-radius: 24px;
  padding: 22px 20px;
  color: #fff;
  display: flex;
  position: relative;
  overflow: hidden;
  box-shadow: 0 14px 32px rgba(124,58,237,0.4);
  min-height: 170px;
}

.master-left { flex: 1; max-width: 62%; position: relative; z-index: 2; }

.master-tag {
  display: inline-block;
  background: rgba(255,255,255,0.22);
  padding: 4px 12px;
  border-radius: 20px;
  font-size: 11.5px;
  font-weight: 600;
  margin-bottom: 8px;
}

.master-card h3 {
  font-size: 22px;
  font-weight: 800;
  margin-bottom: 6px;
}

.master-card p {
  font-size: 12.5px;
  opacity: 0.92;
  line-height: 1.4;
  margin-bottom: 14px;
}

.start-pill {
  background: #fff;
  color: #7c3aed;
  border: none;
  padding: 9px 26px;
  border-radius: 20px;
  font-weight: 700;
  font-size: 14px;
  cursor: pointer;
  box-shadow: 0 4px 12px rgba(0,0,0,0.15);
}

.master-art {
  position: absolute;
  right: 12px; bottom: 10px;
  width: 120px; height: 120px;
}
.art-person { position: absolute; right: 10px; bottom: 20px; font-size: 52px; }
.art-chart { position: absolute; left: 0; top: 10px; font-size: 28px; opacity: 0.9; }
.art-coin { position: absolute; right: 0; top: 0; font-size: 24px; }
.art-gear { position: absolute; left: 20px; bottom: 0; font-size: 22px; opacity: 0.8; }

.activity-wrap { padding: 0 18px; }

.act-head {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 12px;
}
.act-head h4 { font-size: 16px; font-weight: 700; }
.act-head a { font-size: 13px; color: #7c3aed; text-decoration: none; font-weight: 500; }

.act-card {
  display: flex;
  align-items: center;
  gap: 12px;
  border-radius: 20px;
  padding: 14px 14px 14px 12px;
  margin-bottom: 12px;
  box-shadow: var(--shadow);
}

.act-purple {
  background: linear-gradient(135deg, #f5f3ff 0%, #ede9fe 100%);
}
.act-yellow {
  background: linear-gradient(135deg, #fefce8 0%, #fef9c3 100%);
}

.act-visual {
  width: 56px; height: 56px;
  border-radius: 16px;
  background: #fff;
  display: flex; align-items: center; justify-content: center;
  box-shadow: 0 4px 10px rgba(0,0,0,0.05);
  flex-shrink: 0;
  position: relative;
}
.gear-stack { position: relative; width: 36px; height: 36px; }
.g1 { position: absolute; top: 0; left: 0; font-size: 20px; }
.g2 { position: absolute; bottom: 0; right: 0; font-size: 16px; opacity: 0.7; }
.flow-lines {
  position: absolute; bottom: 6px; left: 8px;
  display: flex; flex-direction: column; gap: 3px;
}
.flow-lines span {
  height: 3px; border-radius: 2px;
  background: linear-gradient(90deg, #a78bfa, #67e8f9);
}
.flow-lines span:nth-child(1) { width: 18px; }
.flow-lines span:nth-child(2) { width: 14px; }
.flow-lines span:nth-child(3) { width: 10px; }

.chart-stack { font-size: 26px; position: relative; }
.bag-icon { position: absolute; bottom: -4px; right: -8px; font-size: 16px; }

.act-body { flex: 1; min-width: 0; }
.act-body h5 { font-size: 13.5px; font-weight: 600; margin-bottom: 6px; }

.people-row { display: flex; align-items: center; }
.ppl {
  width: 22px; height: 22px;
  border-radius: 50%;
  background: #c4b5fd;
  display: flex; align-items: center; justify-content: center;
  font-size: 11px;
  margin-left: -6px;
  border: 2px solid #fff;
}
.ppl:first-child { margin-left: 0; }
.ppl-count { font-size: 11px; color: var(--muted); margin-left: 6px; font-weight: 500; }

.act-right {
  text-align: right;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 2px;
}
.big-num { font-size: 22px; font-weight: 800; line-height: 1; }
.num-label { font-size: 11px; color: var(--muted); }
.circle-arrow {
  width: 28px; height: 28px;
  border-radius: 50%;
  background: #1e1b4b;
  color: #fff;
  border: none;
  font-size: 14px;
  display: flex; align-items: center; justify-content: center;
  margin-top: 4px;
  cursor: pointer;
}

/* ========== BOTTOM BAR (matching reference) ========== */
.bottom-bar {
  position: absolute;
  bottom: 12px; left: 16px; right: 16px;
  height: 64px;
  background: #1e1b4b;
  border-radius: 32px;
  display: flex;
  align-items: center;
  justify-content: space-around;
  padding: 0 8px;
  z-index: 50;
  box-shadow: 0 8px 24px rgba(0,0,0,0.25);
}

.bar-item {
  width: 48px; height: 48px;
  border-radius: 50%;
  background: transparent;
  border: none;
  display: flex; align-items: center; justify-content: center;
  cursor: pointer;
  transition: all 0.2s;
}
.bar-item.active {
  background: linear-gradient(135deg, #c084fc, #a78bfa);
  box-shadow: 0 4px 14px rgba(167,139,250,0.5);
}
.bar-icon { font-size: 20px; }

/* ========== MONETIZATION ========== */
#screen-monetization { background: #f8f5ff; }

.mono-top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px 22px 14px;
}
.mono-top h2 { font-size: 20px; font-weight: 700; }

.plus-btn {
  width: 40px; height: 40px;
  border-radius: 50%;
  background: #1e1b4b;
  color: #fff;
  border: none;
  font-size: 24px;
  display: flex; align-items: center; justify-content: center;
  cursor: pointer;
  line-height: 1;
}

.top-stats {
  display: flex;
  gap: 10px;
  padding: 0 16px 14px;
}

.tstat {
  flex: 1;
  border-radius: 18px;
  padding: 12px 8px 14px;
  text-align: center;
  position: relative;
  box-shadow: var(--shadow);
}
.tstat.pink { background: linear-gradient(160deg, #fce7f3, #f9a8d4); }
.tstat.blue { background: linear-gradient(160deg, #dbeafe, #93c5fd); }
.tstat.yellow { background: linear-gradient(160deg, #fef9c3, #fde68a); }

.tstat-icon { font-size: 18px; margin-bottom: 4px; }
.tstat-label {
  font-size: 11px;
  font-weight: 600;
  color: #4b5563;
  line-height: 1.25;
  margin-bottom: 6px;
}
.tstat-val {
  font-size: 20px;
  font-weight: 800;
  color: #1e1b4b;
}
.tstat-val span {
  font-size: 10px;
  font-weight: 500;
  color: #6b7280;
}
.tstat-arrow {
  position: absolute;
  top: 10px; right: 10px;
  font-size: 12px;
  color: #4b5563;
  opacity: 0.7;
}

.card-block {
  margin: 0 16px 12px;
  background: #fff;
  border-radius: 20px;
  padding: 16px 18px;
  box-shadow: var(--shadow);
}

.card-title {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 14px;
  font-weight: 600;
  margin-bottom: 12px;
}
.c-icon { font-size: 16px; }
.dot-btn {
  margin-left: auto;
  width: 22px; height: 22px;
  border-radius: 50%;
  background: #e5e7eb;
  border: none;
  font-size: 9px;
  color: #9ca3af;
  cursor: pointer;
}

.milestone-row {
  display: flex;
  justify-content: space-between;
  font-size: 13px;
  margin-bottom: 10px;
}
.milestone-row strong {
  color: #7c3aed;
  font-size: 16px;
}

.prog-track {
  height: 10px;
  background: #ede9fe;
  border-radius: 10px;
  position: relative;
  overflow: visible;
}
.prog-fill {
  height: 100%;
  width: 78%;
  background: linear-gradient(90deg, #a78bfa, #c084fc, #f472b6);
  border-radius: 10px;
}
.prog-knob {
  position: absolute;
  top: 50%; left: 78%;
  transform: translate(-50%, -50%);
  width: 18px; height: 18px;
  background: #fff;
  border: 3px solid #c084fc;
  border-radius: 50%;
  box-shadow: 0 2px 6px rgba(0,0,0,0.15);
}

.sales-meta-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 14px;
}
.time-tag { font-size: 13px; color: var(--muted); }
.sales-pill {
  background: #1e1b4b;
  color: #fff;
  padding: 5px 12px;
  border-radius: 14px;
  font-size: 12px;
  font-weight: 600;
}

.bars {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  height: 110px;
  gap: 6px;
  padding-bottom: 18px;
}
.b-col {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  height: 100%;
  justify-content: flex-end;
  position: relative;
}
.b {
  width: 100%;
  background: linear-gradient(180deg, #c4b5fd, #a78bfa);
  border-radius: 8px 8px 4px 4px;
  min-height: 12px;
}
.b-col span {
  position: absolute;
  bottom: -16px;
  font-size: 10px;
  color: var(--muted);
  font-weight: 500;
}
.b-col.highlight .b {
  background: linear-gradient(180deg, #fbbf24, #f59e0b);
  display: flex;
  align-items: flex-end;
  justify-content: center;
  font-size: 16px;
  padding-bottom: 4px;
}
.b-label {
  position: absolute;
  top: -22px;
  background: #1e1b4b;
  color: #fff;
  font-size: 10px;
  padding: 2px 7px;
  border-radius: 6px;
  white-space: nowrap;
}

/* ========== COURSE ========== */
#screen-course { background: #f8f5ff; }

.page-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px 18px 14px;
}
.page-head h2 { font-size: 18px; font-weight: 700; }

.back-circle {
  width: 40px; height: 40px;
  border-radius: 50%;
  background: #fff;
  border: none;
  font-size: 18px;
  box-shadow: var(--shadow);
  cursor: pointer;
}

.course-progress {
  display: flex;
  align-items: center;
  gap: 16px;
  margin: 0 18px 16px;
  background: #fff;
  border-radius: 20px;
  padding: 14px 16px;
  box-shadow: var(--shadow);
}

.c-circle {
  width: 60px; height: 60px;
  position: relative;
  flex-shrink: 0;
}
.c-circle svg {
  width: 100%; height: 100%;
  transform: rotate(-90deg);
}
.c-circle .bg { fill: none; stroke: #ede9fe; stroke-width: 3; }
.c-circle .prog { fill: none; stroke: #7c3aed; stroke-width: 3; stroke-linecap: round; }
.c-circle span {
  position: absolute; inset: 0;
  display: flex; align-items: center; justify-content: center;
  font-size: 13px; font-weight: 700; color: #7c3aed;
}

.course-progress h3 { font-size: 15px; font-weight: 700; }
.course-progress p { font-size: 12px; color: var(--muted); }

.mod-list { padding: 0 18px 20px; }

.mod {
  display: flex;
  align-items: center;
  gap: 12px;
  background: #fff;
  border-radius: 16px;
  padding: 13px;
  margin-bottom: 9px;
  box-shadow: 0 3px 10px rgba(124,58,237,0.06);
}
.mod.done { opacity: 0.88; }
.mod.current {
  border: 2px solid #7c3aed;
  background: linear-gradient(135deg, #f5f3ff, #fff);
}

.mod-n {
  width: 34px; height: 34px;
  border-radius: 11px;
  background: #ede9fe;
  color: #7c3aed;
  display: flex; align-items: center; justify-content: center;
  font-weight: 700; font-size: 13px;
  flex-shrink: 0;
}
.mod.done .mod-n { background: #d1fae5; color: #059669; }
.mod.current .mod-n { background: #7c3aed; color: #fff; }

.mod-t { flex: 1; min-width: 0; }
.mod-t h4 { font-size: 13.5px; font-weight: 600; margin-bottom: 2px; }
.mod-t p { font-size: 11px; color: var(--muted); }

.tick { color: #059669; font-weight: 700; font-size: 16px; }
.play-btn {
  width: 30px; height: 30px;
  border-radius: 50%;
  background: #7c3aed;
  color: #fff;
  display: flex; align-items: center; justify-content: center;
  font-size: 11px;
}

/* ========== BUILDER ========== */
#screen-builder { background: #f8f5ff; }

.builder-top {
  text-align: center;
  padding: 6px 24px 16px;
}
.b-icon { font-size: 44px; margin-bottom: 6px; }
.builder-top h3 { font-size: 19px; font-weight: 700; margin-bottom: 3px; }
.builder-top p { font-size: 13px; color: var(--muted); }

.steps { padding: 0 18px; }

.s {
  display: flex;
  gap: 12px;
  margin-bottom: 10px;
  opacity: 0.45;
}
.s.active { opacity: 1; }

.s-num {
  width: 30px; height: 30px;
  border-radius: 50%;
  background: #ede9fe;
  color: #7c3aed;
  display: flex; align-items: center; justify-content: center;
  font-weight: 700; font-size: 12px;
  flex-shrink: 0;
}
.s.active .s-num { background: #7c3aed; color: #fff; }

.s-body {
  flex: 1;
  background: #fff;
  border-radius: 14px;
  padding: 11px 13px;
  box-shadow: 0 3px 10px rgba(124,58,237,0.06);
}
.s-body h4 { font-size: 13.5px; font-weight: 600; margin-bottom: 2px; }
.s-body p { font-size: 12px; color: var(--muted); }
.s-body input {
  width: 100%;
  margin-top: 8px;
  padding: 9px 11px;
  border: 1.5px solid #e5e7eb;
  border-radius: 10px;
  font-size: 13px;
  font-family: inherit;
  outline: none;
}
.s-body input:focus { border-color: #7c3aed; }

.continue-btn {
  display: block;
  margin: 16px 18px 0;
  width: calc(100% - 36px);
  height: 52px;
  background: linear-gradient(135deg, #7c3aed, #5b21b6);
  color: #fff;
  border: none;
  border-radius: 16px;
  font-size: 16px;
  font-weight: 700;
  cursor: pointer;
  box-shadow: 0 8px 22px rgba(124,58,237,0.35);
}

.desktop-note {
  margin-top: 22px;
  text-align: center;
  color: #5b21b6;
  font-size: 13.5px;
  line-height: 1.55;
}

@media (max-width: 430px) {
  body { padding: 0; background: #1e1b4b; }
  .phone-frame {
    width: 100vw; height: 100vh;
    border-radius: 0; box-shadow: none;
  }
  .phone-notch { display: none; }
  .desktop-note { display: none; }
}
