.p2-onboarding{margin:0 0 24px;padding:24px;border:1px solid rgba(89,199,255,.24);border-radius:16px;background:linear-gradient(135deg,rgba(21,91,129,.26),rgba(20,20,24,.94));box-shadow:0 18px 55px rgba(0,0,0,.22)}
.p2-onboarding-head{display:flex;justify-content:space-between;align-items:flex-start;gap:20px;flex-wrap:wrap}.p2-onboarding h2{margin:0 0 6px;color:#fff;font-size:25px}.p2-onboarding p{margin:0;color:#aeb6c2}.p2-progress-value{font-size:30px;font-weight:950;color:#59c7ff}.p2-progress{height:11px;margin:18px 0;border-radius:999px;background:rgba(255,255,255,.09);overflow:hidden}.p2-progress>span{display:block;height:100%;border-radius:inherit;background:linear-gradient(90deg,#238cff,#59c7ff)}
.p2-checklist{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:9px}.p2-step{display:flex;align-items:center;gap:10px;padding:11px 13px;border:1px solid rgba(255,255,255,.09);border-radius:10px;background:rgba(255,255,255,.035);color:#e9edf2;text-decoration:none;font-weight:700}.p2-step i{display:grid;place-items:center;width:24px;height:24px;border-radius:50%;font-style:normal;background:#343842;color:#fff}.p2-step.done i{background:#1d9b50}.p2-step:not(.done):hover{border-color:#59c7ff}.p2-metrics{display:grid;grid-template-columns:repeat(auto-fit,minmax(180px,1fr));gap:14px;margin:0 0 24px}.p2-metric{padding:18px;border-radius:14px;border:1px solid rgba(255,255,255,.09);background:rgba(255,255,255,.035)}.p2-metric strong{display:block;color:#fff;font-size:27px}.p2-metric span{color:#9ca5b2;font-size:13px;font-weight:700}
.p2-action{display:inline-flex;align-items:center;justify-content:center;gap:8px;min-height:44px;padding:10px 16px;border-radius:999px;border:1px solid #cfd7e2;background:#fff;color:#18202b;font-weight:850;cursor:pointer}.p2-action.is-active{background:#1769ff;border-color:#1769ff;color:#fff}.p2-count{font-variant-numeric:tabular-nums}.p2-message{margin-top:9px;font-size:13px;font-weight:700}.p2-social-proof{margin:38px auto;max-width:1160px;display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:14px}.p2-proof{padding:20px;border:1px solid #e1e6ec;border-radius:15px;background:#fff}.p2-proof strong{display:block;font-size:24px;color:#101722}.p2-proof span{color:#677382;font-weight:700}
@media(max-width:800px){.p2-checklist,.p2-metrics,.p2-social-proof{grid-template-columns:1fr 1fr}}
@media(max-width:520px){.p2-checklist,.p2-metrics,.p2-social-proof{grid-template-columns:1fr}.p2-onboarding{padding:18px}.p2-metric{display:flex;align-items:center;justify-content:space-between}.p2-metric strong{font-size:22px}}

/* Phase 2 newsletter CTA – deliberately specific so legacy shop CSS cannot override it. */
body .p2-newsletter {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  margin: 46px auto 10px;
  max-width: 1160px;
  min-height: 154px;
  padding: 30px 34px;
  border: 1px solid rgba(84, 154, 255, .28);
  border-radius: 24px;
  background:
    radial-gradient(circle at 88% 10%, rgba(47, 139, 255, .30), transparent 34%),
    linear-gradient(125deg, #07101d 0%, #101c2c 58%, #0d2748 100%);
  box-shadow: 0 22px 54px rgba(15, 32, 53, .18);
  color: #fff;
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(360px, .9fr);
  gap: 34px;
  align-items: center;
}
body .p2-newsletter::after {
  content: "✉";
  position: absolute;
  z-index: -1;
  right: 24px;
  top: 50%;
  translate: 0 -50%;
  font-size: 154px;
  line-height: 1;
  color: rgba(255,255,255,.045);
  rotate: -8deg;
  pointer-events: none;
}
body .p2-newsletter-copy { display:flex; align-items:center; gap:30px; min-width:0; }
body .p2-newsletter-icon {
  flex: 0 0 58px;
  width: 58px;
  height: 58px;
  border-radius: 18px;
  display: grid;
  place-items: center;
  background: linear-gradient(145deg, #2f8cff, #1263ed);
  box-shadow: 0 13px 30px rgba(24, 112, 255, .28);
  font-size: 28px;
}
body .p2-newsletter-kicker {
  margin: 0 0 8px !important;
  color: #65aaff !important;
  font-size: 12px;
  line-height: 1.2;
  font-weight: 900;
  letter-spacing: .16em;
  text-transform: uppercase;
}
body .p2-newsletter h2 {
  margin: 0 0 9px;
  max-width: 620px;
  color: #fff;
  font-size: clamp(25px, 2.1vw, 34px);
  line-height: 1.08;
  letter-spacing: -.025em;
}
body .p2-newsletter-text { margin:0 !important; max-width:620px; color:#c2ccda !important; font-size:15px; line-height:1.55; }
body .p2-newsletter-action { min-width:0; }

body .p2-newsletter .sr-only {
  position:absolute !important;
  width:1px !important;
  height:1px !important;
  padding:0 !important;
  margin:-1px !important;
  overflow:hidden !important;
  clip:rect(0,0,0,0) !important;
  white-space:nowrap !important;
  border:0 !important;
}
body .p2-newsletter form { display:grid; grid-template-columns:minmax(0, 1fr) auto; gap:10px; align-items:stretch; }
body .p2-newsletter input {
  min-width:0;
  width:100%;
  min-height:52px;
  box-sizing:border-box;
  padding:14px 17px;
  border:1px solid rgba(255,255,255,.24);
  border-radius:13px;
  background:#fff;
  color:#111827;
  font:inherit;
  box-shadow:0 7px 22px rgba(0,0,0,.13);
}
body .p2-newsletter input:focus { outline:3px solid rgba(68,153,255,.30); border-color:#4c9cff; }
body .p2-newsletter button {
  min-height:52px;
  padding:14px 22px;
  border:0;
  border-radius:13px;
  background:linear-gradient(145deg,#318eff,#1568ef);
  color:#fff;
  font-weight:900;
  white-space:nowrap;
  cursor:pointer;
  box-shadow:0 11px 24px rgba(24,112,255,.24);
  transition:transform .18s ease, box-shadow .18s ease;
}
body .p2-newsletter button:hover { transform:translateY(-1px); box-shadow:0 15px 28px rgba(24,112,255,.33); }
body .p2-newsletter .p2-message { min-height:18px; margin:9px 2px 0; color:#d9e8ff; }
@media (max-width: 900px) {
  body .p2-newsletter { grid-template-columns:1fr; min-height:0; padding:28px; gap:24px; }
}
@media (max-width: 620px) {
  body .p2-newsletter { margin-top:28px; padding:24px 20px; border-radius:20px; }
  body .p2-newsletter-copy { align-items:flex-start; gap:14px; }
  body .p2-newsletter-icon { flex-basis:48px; width:48px; height:48px; border-radius:15px; font-size:23px; }
  body .p2-newsletter h2 { font-size:26px; }
  body .p2-newsletter form { grid-template-columns:1fr; }
  body .p2-newsletter button { width:100%; }
}

/* Stable spacing between the newsletter CTA and the artist discovery block. */
body .p2-newsletter {
  margin-bottom: 34px !important;
}
body .p2-newsletter + .artist-discovery {
  margin-top: 0 !important;
}
@media (max-width: 620px) {
  body .p2-newsletter {
    margin-bottom: 24px !important;
  }
}
