.share-marketing-body {
  --share-blue: #8fb8ff;
  --share-border: rgba(255, 255, 255, 0.14);
  --share-green: #20c46b;
  --share-muted: #93a4ce;
  --share-navy: #0b1f4d;
  --share-orange: #f79009;
  min-height: 100vh;
  overflow-x: hidden;
  color: #ffffff;
  background: var(--share-navy);
}

.share-marketing-shell {
  width: 100%;
  max-width: none;
  min-height: 100vh;
  padding: 0;
}

.share-marketing-topbar {
  position: relative;
  z-index: 10;
  width: min(1180px, calc(100% - 40px));
  min-height: 64px;
  margin: 0 auto;
  padding: 10px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.12);
  background: transparent;
  box-shadow: none;
}

.share-marketing-topbar::before {
  content: none;
}

.share-marketing-topbar .brand-logo {
  filter: brightness(0) invert(1);
}

.share-marketing-nav {
  display: flex;
  align-items: center;
}

.share-marketing-nav .share-marketing-about {
  padding: 8px 0;
  border: 0;
  border-radius: 0;
  color: var(--share-blue);
  background: transparent;
  font-size: 13px;
  font-weight: 500;
  text-decoration: none;
}

.share-marketing-nav .share-marketing-about:hover,
.share-marketing-nav .share-marketing-about:focus-visible {
  color: #ffffff;
  border-color: transparent;
  background: transparent;
  transform: none;
}

.share-marketing-page {
  position: relative;
  min-height: calc(100vh - 64px);
  overflow: hidden;
}

.share-marketing-orbit {
  position: absolute;
  top: -270px;
  right: -350px;
  width: 820px;
  height: 820px;
  pointer-events: none;
  border: 1px solid rgba(255, 255, 255, 0.022);
  border-radius: 50%;
  box-shadow:
    0 0 0 84px rgba(255, 255, 255, 0.015),
    0 0 0 170px rgba(255, 255, 255, 0.013),
    0 0 0 260px rgba(255, 255, 255, 0.01);
}

.share-marketing-grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 0.92fr) minmax(0, 1.08fr);
  gap: 72px;
  align-items: start;
  width: min(1180px, calc(100% - 64px));
  margin: 0 auto;
  padding: 64px 0 104px;
}

.share-marketing-rail {
  position: sticky;
  top: 88px;
}

.share-marketing-eyebrow,
.share-marketing-panel-kicker {
  display: block;
  color: var(--share-blue);
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.share-marketing-identity {
  display: flex;
  align-items: center;
  gap: 14px;
  margin-top: 20px;
}

.share-marketing-course-token {
  display: grid;
  place-items: center;
  width: 60px;
  height: 60px;
  padding: 8px;
  border: 1px solid rgba(143, 184, 255, 0.42);
  border-radius: 14px;
  color: #ffffff;
  background: rgba(143, 184, 255, 0.12);
  font-size: 12px;
  font-weight: 700;
  line-height: 1.05;
  text-align: center;
  white-space: pre-line;
}

.share-marketing-identity > span:last-child {
  display: grid;
  gap: 3px;
}

.share-marketing-identity strong {
  color: #ffffff;
  font-size: 16px;
  font-weight: 600;
}

.share-marketing-identity small {
  color: var(--share-muted);
  font-size: 13px;
  font-weight: 400;
}

.share-marketing-rail h1 {
  max-width: 12ch;
  margin: 24px 0 0;
  color: #ffffff;
  font-family: var(--font-marketing-editorial);
  font-size: clamp(44px, 5.15vw, 60px);
  font-weight: 400;
  letter-spacing: -0.015em;
  line-height: 1;
}

.share-marketing-rail h1 em {
  color: var(--share-blue);
  font-weight: 400;
}

.share-marketing-rail > p {
  max-width: 430px;
  margin: 20px 0 0;
  color: #b9c6e8;
  font-size: 16px;
  line-height: 1.58;
}

.share-marketing-urgency {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  min-height: 34px;
  margin-top: 22px;
  padding: 6px 14px;
  border: 1px solid rgba(247, 144, 9, 0.45);
  border-radius: 999px;
  color: #f2c078;
  background: rgba(247, 144, 9, 0.1);
  font-size: 13px;
  font-weight: 500;
}

.share-marketing-urgency i {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--share-orange);
}

.share-marketing-score-proof {
  display: flex;
  align-items: baseline;
  gap: 8px;
  margin-top: 26px;
  color: var(--share-muted);
}

.share-marketing-score-proof strong {
  color: #ffffff;
  font-family: var(--font-display);
  font-size: 30px;
  font-weight: 700;
}

.share-marketing-score-proof span {
  font-size: 13px;
}

.share-marketing-readiness-result {
  padding: clamp(26px, 4vw, 38px);
  border-color: #dbe4f4;
}

.share-marketing-readiness-result .share-marketing-panel-kicker {
  color: #4978ec;
}

.share-marketing-readiness-result .share-marketing-score-proof {
  gap: 12px;
  margin-top: 14px;
}

.share-marketing-readiness-result .share-marketing-score-proof strong {
  color: var(--share-navy);
  font-size: clamp(2.5rem, 6vw, 3.5rem);
  line-height: 0.95;
}

.share-marketing-readiness-result .share-marketing-score-proof span {
  color: #7585a5;
  font-size: 0.95rem;
}

.share-marketing-readiness-result .share-marketing-outcome-matrix {
  margin-top: 26px;
  padding: 20px 24px;
  border-color: #d9e4f7;
  border-radius: 14px;
  background: #f3f7ff;
}

.share-marketing-readiness-result .share-marketing-outcome-matrix > div > span {
  color: #536789;
  font-weight: 600;
}

.share-marketing-work {
  min-width: 0;
}

.share-marketing-grid.is-focused {
  grid-template-columns: minmax(0, 680px);
  align-content: center;
  justify-content: center;
  width: min(1180px, calc(100% - 64px));
  min-height: calc(100vh - 64px);
  gap: 0;
  padding: 48px 0 80px;
  box-sizing: border-box;
}

.share-marketing-grid.is-focused > .share-marketing-work {
  width: 100%;
  justify-self: center;
}

.readiness-preparing-grid {
  padding-top: clamp(48px, 9vh, 104px);
}

.readiness-preparing-panel {
  padding: clamp(30px, 6vw, 54px);
  text-align: center;
}

.readiness-preparing-panel h1 {
  margin: 18px 0 0;
  color: var(--share-navy);
  font-family: var(--font-display);
  font-size: clamp(2.1rem, 7vw, 3.7rem);
  font-weight: 700;
  letter-spacing: -0.045em;
  line-height: 1;
}

.readiness-preparing-phases {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
  margin-top: 34px;
}

.readiness-preparing-phases > span {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
  min-height: 46px;
  padding: 10px 12px;
  border: 1px solid #e3e9f4;
  border-radius: 10px;
  color: #8a96ad;
  background: #f7f9fd;
  font-size: 0.9rem;
  font-weight: 600;
}

.readiness-preparing-phases i {
  flex: 0 0 auto;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #c8d1e2;
}

.readiness-preparing-phases > span.is-active {
  border-color: #b8cdfd;
  color: #1737d1;
  background: #eef3ff;
}

.readiness-preparing-phases > span.is-active i {
  background: #2f63ee;
  box-shadow: 0 0 0 5px rgba(47, 99, 238, 0.12);
  animation: readiness-preparing-pulse 1.4s ease-in-out infinite;
}

.readiness-preparing-phases > span.is-complete {
  color: #147943;
  background: #effaf4;
}

.readiness-preparing-phases > span.is-complete i {
  background: var(--share-green);
}

.readiness-preparing-progress {
  height: 8px;
  margin-top: 28px;
  overflow: hidden;
  border-radius: 999px;
  background: #e8edf7;
}

.readiness-preparing-progress > span {
  display: block;
  height: 100%;
  border-radius: inherit;
  background: #2f63ee;
  transition: width 220ms ease;
}

.readiness-preparing-retry {
  display: inline-flex;
  margin-top: 24px;
  color: #1737d1;
  font-size: 0.92rem;
  font-weight: 600;
  text-decoration: none;
}

.readiness-preparing-retry:hover,
.readiness-preparing-retry:focus-visible {
  color: #081a78;
  text-decoration: underline;
}

@keyframes readiness-preparing-pulse {
  0%,
  100% {
    transform: scale(1);
    opacity: 1;
  }

  50% {
    transform: scale(0.78);
    opacity: 0.62;
  }
}

.share-marketing-notes-invite {
  position: relative;
  z-index: 1;
  width: min(1120px, calc(100% - 64px));
  margin: 0 auto;
  padding: 44px 0 80px;
}

.share-marketing-notes-context {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(360px, 1.1fr);
  gap: 48px;
  align-items: end;
}

.share-marketing-notes-context .share-marketing-eyebrow {
  margin-bottom: 22px;
}

.share-marketing-notes-context .share-marketing-identity {
  margin-top: 0;
}

.share-marketing-notes-context .share-marketing-course-token {
  width: 74px;
  height: 74px;
  border-color: rgba(143, 184, 255, 0.64);
  border-radius: 20px;
  background: rgba(62, 105, 255, 0.12);
  font-size: 15px;
}

.share-marketing-notes-context .share-marketing-identity strong {
  font-size: 20px;
}

.share-marketing-notes-context .share-marketing-identity small {
  font-size: 15px;
}

.share-marketing-notes-request {
  display: flex;
  align-items: center;
  gap: 18px;
  min-height: 104px;
  padding: 20px 24px;
  border: 1px solid rgba(143, 184, 255, 0.22);
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.035);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.035);
}

.share-marketing-notes-request-icon {
  display: grid;
  flex: 0 0 auto;
  place-items: center;
  width: 54px;
  height: 54px;
  border-radius: 18px;
  color: #99baff;
  background: rgba(85, 125, 255, 0.16);
}

.share-marketing-notes-request-icon svg {
  width: 28px;
  height: 28px;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.8;
}

.share-marketing-notes-request > span:last-child {
  display: grid;
  gap: 6px;
}

.share-marketing-notes-request strong {
  color: #ffffff;
  font-size: 18px;
  font-weight: 650;
}

.share-marketing-notes-request small {
  color: #aab9dd;
  font-size: 14px;
  line-height: 1.45;
}

.share-marketing-notes-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(390px, 0.86fr);
  gap: 64px;
  align-items: start;
  margin-top: 72px;
}

.share-marketing-notes-hero h1 {
  max-width: 640px;
  margin: 0;
  color: #ffffff;
  font-family: var(--font-marketing-editorial);
  font-size: clamp(52px, 5.5vw, 72px);
  font-weight: 400;
  letter-spacing: -0.025em;
  line-height: 0.98;
}

.share-marketing-notes-hero h1 em {
  color: var(--share-blue);
  font-weight: 400;
}

.share-marketing-notes-hero > p {
  max-width: 470px;
  margin: 28px 0 0;
  color: #b9c7e8;
  font-size: 18px;
  line-height: 1.55;
}

.share-marketing-panel.share-marketing-notes-map {
  margin: 0;
  padding: 0 0 10px;
  border-radius: 24px;
  box-shadow: 0 28px 80px rgba(2, 11, 40, 0.22);
}

.share-marketing-panel.share-marketing-notes-map > header {
  padding: 22px 24px;
}

.share-marketing-panel.share-marketing-notes-map > header > span {
  color: #7c89a6;
  font-size: 11px;
  letter-spacing: 0.1em;
}

.share-marketing-panel.share-marketing-notes-map > header > strong {
  font-size: 14px;
  font-weight: 700;
}

.share-marketing-notes-coverage {
  padding: 22px 24px 18px;
  border-bottom: 1px solid #e7ebf2;
}

.share-marketing-notes-coverage-bar {
  display: flex;
  width: 100%;
  height: 8px;
  overflow: hidden;
  border-radius: 999px;
  background: #e8edf4;
}

.share-marketing-notes-coverage-segment {
  min-width: 2px;
  height: 100%;
  background: #16b96c;
}

.share-marketing-notes-coverage-segment-2 {
  opacity: 0.84;
}

.share-marketing-notes-coverage-segment-3 {
  opacity: 0.68;
}

.share-marketing-notes-coverage-segment-4 {
  opacity: 0.52;
}

.share-marketing-notes-coverage-segment-5 {
  opacity: 0.38;
}

.share-marketing-notes-coverage-labels {
  display: flex;
  justify-content: space-between;
  gap: 18px;
  margin-top: 12px;
  color: #7d8aa4;
  font-size: 12px;
  line-height: 1.35;
}

.share-marketing-notes-topic-list {
  padding: 0 24px;
}

.share-marketing-notes-topic-row {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto;
  align-items: center;
  gap: 14px;
  min-height: 60px;
  border-bottom: 1px solid #e3e8f0;
}

.share-marketing-notes-topic-row:last-child {
  border-bottom: 0;
}

.share-marketing-notes-topic-row i {
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: #18b96f;
}

.share-marketing-notes-topic-row span {
  min-width: 0;
  color: #0b1f4d;
  font-size: 17px;
  line-height: 1.3;
}

.share-marketing-notes-topic-row strong {
  color: #7a88a4;
  font-size: 14px;
  font-weight: 600;
}

.share-marketing-notes-first {
  margin: 0;
  padding: 0 24px 18px;
  color: #71809b;
  font-size: 14px;
}

.share-marketing-primary.share-marketing-notes-primary {
  max-width: 480px;
  min-height: 66px;
  margin-top: 34px;
  color: #ffffff;
  border: 1px solid rgba(255, 255, 255, 0.16);
  background: linear-gradient(135deg, #3971ff 0%, #4f57ff 100%);
  box-shadow:
    0 18px 52px rgba(39, 80, 255, 0.3),
    inset 0 1px 0 rgba(255, 255, 255, 0.24);
  font-size: 18px;
  font-weight: 700;
}

.share-marketing-primary.share-marketing-notes-primary:hover,
.share-marketing-primary.share-marketing-notes-primary:focus-visible {
  color: #ffffff;
  background: linear-gradient(135deg, #2f65f2 0%, #4249ed 100%);
  box-shadow:
    0 20px 60px rgba(39, 80, 255, 0.38),
    inset 0 1px 0 rgba(255, 255, 255, 0.24);
  transform: translateY(-1px);
}

.share-marketing-notes-privacy {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 9px;
  margin: 16px 0 0 18px;
  color: #a7b3d1;
  font-size: 13px;
  line-height: 1.45;
}

.share-marketing-notes-privacy svg {
  flex: 0 0 auto;
  width: 17px;
  height: 17px;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.8;
}

.share-marketing-notes-proof {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
  max-width: 520px;
  margin-top: 34px;
}

.share-marketing-notes-proof > span {
  display: grid;
  grid-template-columns: 34px minmax(0, 1fr);
  gap: 1px 12px;
  align-items: center;
  min-height: 78px;
  padding: 14px 16px;
  border: 1px solid rgba(143, 184, 255, 0.2);
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.025);
}

.share-marketing-notes-proof svg {
  grid-row: 1 / span 2;
  width: 28px;
  height: 28px;
  fill: none;
  stroke: #26d47d;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.8;
}

.share-marketing-notes-proof strong {
  color: #ffffff;
  font-size: 14px;
  font-weight: 650;
  line-height: 1.25;
}

.share-marketing-notes-proof small {
  color: #9cacca;
  font-size: 12px;
  line-height: 1.3;
}

.share-marketing-panel {
  overflow: hidden;
  border: 1px solid #e4e9f5;
  border-radius: 18px;
  color: #1b2436;
  background: #ffffff;
}

.share-marketing-panel > header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding: 16px 20px;
  border-bottom: 1px solid #eef1f8;
  background: #ffffff;
}

.share-marketing-panel > header > span,
.share-marketing-panel > header > em,
.share-marketing-panel-label {
  color: #8a93a8;
  font-size: 11px;
  font-style: normal;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.share-marketing-panel > header > strong,
.share-marketing-panel > header > em {
  color: #0b1f4d;
  font-size: 13px;
  letter-spacing: 0;
  text-transform: none;
}

.share-marketing-coverage-bar {
  height: 9px;
  margin: 18px 20px 0;
  overflow: hidden;
  border-radius: 999px;
  background: #eef1f8;
}

.share-marketing-coverage-bar span {
  display: block;
  min-width: 9%;
  height: 100%;
  border-radius: inherit;
  background: var(--share-green);
}

.share-marketing-panel-label {
  display: flex;
  justify-content: space-between;
  gap: 16px;
  padding: 11px 20px 16px;
  color: #8a93a8;
  font-size: 11px;
  letter-spacing: 0;
  text-transform: none;
}

.share-marketing-primary {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  width: 100%;
  min-height: 58px;
  margin-top: 20px;
  padding: 14px 20px;
  border: 0;
  border-radius: 12px;
  color: #0c2abf;
  background: #ffffff;
  font-family: var(--font-text);
  font-size: 16px;
  font-weight: 600;
  line-height: 1.2;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
}

.share-marketing-primary:hover,
.share-marketing-primary:focus-visible {
  color: #081a78;
  background: #eef2ff;
}

.share-marketing-primary svg {
  width: 20px;
  height: 20px;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.8;
}

.share-marketing-action-note {
  display: block;
  margin-top: 13px;
  color: #8fa0cc;
  font-size: 12px;
  line-height: 1.45;
  text-align: center;
}

.share-marketing-secondary-link {
  display: block;
  margin-top: 14px;
  color: var(--share-blue);
  font-size: 13px;
  text-align: center;
}

.share-marketing-element-panel svg {
  width: 19px;
  height: 19px;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.8;
}

.share-marketing-chat-invite {
  position: relative;
  z-index: 1;
  width: min(840px, calc(100% - 64px));
  margin: 0 auto;
  padding: 56px 0 80px;
}

.share-marketing-chat-hero > .share-marketing-eyebrow {
  color: #91b8ff;
  font-size: 12px;
}

.share-marketing-chat-class-identity {
  margin: 18px 0 0;
  color: #9fb3df;
  font-size: 16px;
  line-height: 1.45;
}

.share-marketing-chat-hero h1 {
  max-width: 780px;
  margin: 28px 0 0;
  color: #ffffff;
  font-family: var(--font-display);
  font-size: clamp(44px, 6.5vw, 68px);
  font-weight: 600;
  letter-spacing: -0.035em;
  line-height: 1.08;
}

.share-marketing-chat-hero > p:not(.share-marketing-chat-class-identity) {
  max-width: 660px;
  margin: 24px 0 0;
  color: #aebfe5;
  font-size: 19px;
  line-height: 1.55;
}

.share-marketing-chat-hero .share-marketing-urgency {
  min-height: 44px;
  margin-top: 26px;
  padding: 9px 18px;
  font-size: 15px;
}

.share-marketing-chat-preview {
  margin-top: 34px;
  border-radius: 24px;
  box-shadow: 0 24px 60px rgba(1, 12, 39, 0.28);
}

.share-marketing-chat-preview > header {
  align-items: center;
  gap: 18px;
  padding: 24px 30px 18px;
  border-bottom: 0;
}

.share-marketing-chat-preview > header > strong {
  color: #0b1f4d;
  font-family: var(--font-display);
  font-size: 23px;
  font-weight: 650;
  letter-spacing: -0.02em;
}

.share-marketing-chat-preview > header > span {
  padding: 7px 13px;
  border-radius: 999px;
  color: #0b9c5c;
  background: #e7f8ef;
  font-size: 12px;
  font-weight: 650;
  letter-spacing: 0;
  line-height: 1.3;
  text-align: center;
  text-transform: none;
}

.share-marketing-chat-preview-list {
  padding: 0 30px;
}

.share-marketing-chat-preview-row {
  display: grid;
  grid-template-columns: 52px minmax(0, 1fr) auto;
  align-items: center;
  gap: 18px;
  min-height: 100px;
  padding: 18px 0;
  border-top: 1px solid #e7ebf3;
}

.share-marketing-chat-preview-avatar {
  display: grid;
  place-items: center;
  width: 52px;
  height: 52px;
  border-radius: 50%;
  color: #214ed0;
  background: #e7edff;
  font-size: 15px;
  font-weight: 750;
}

.share-marketing-chat-preview-avatar.is-2 {
  color: #167c3b;
  background: #e4f7e9;
}

.share-marketing-chat-preview-avatar.is-3 {
  color: #9a6500;
  background: #fff1cf;
}

.share-marketing-chat-preview-copy {
  display: grid;
  min-width: 0;
  gap: 7px;
}

.share-marketing-chat-preview-copy > span {
  display: flex;
  align-items: baseline;
  flex-wrap: wrap;
  gap: 7px;
}

.share-marketing-chat-preview-copy strong {
  color: #0b1f4d;
  font-size: 15px;
  font-weight: 700;
}

.share-marketing-chat-preview-copy small {
  color: #7d8ba7;
  font-size: 12px;
}

.share-marketing-chat-preview-copy p {
  margin: 0;
  color: #26395f;
  font-size: 16px;
  line-height: 1.4;
}

.share-marketing-chat-preview-signal {
  display: grid;
  place-items: center;
  width: 50px;
  height: 38px;
  border-radius: 18px;
  color: #8192b6;
  background: #f0f4fc;
}

.share-marketing-chat-preview-signal svg,
.share-marketing-chat-preview-empty svg,
.share-marketing-chat-preview > footer svg {
  width: 21px;
  height: 21px;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.8;
}

.share-marketing-chat-preview-empty {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  align-items: center;
  gap: 16px;
  padding: 28px 0 30px;
  border-top: 1px solid #e7ebf3;
}

.share-marketing-chat-preview-empty > span {
  display: grid;
  place-items: center;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  color: #214ed0;
  background: #e7edff;
}

.share-marketing-chat-preview-empty strong {
  color: #0b1f4d;
  font-size: 16px;
}

.share-marketing-chat-preview-empty p {
  margin: 5px 0 0;
  color: #687793;
  font-size: 14px;
  line-height: 1.45;
}

.share-marketing-chat-preview > footer {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  min-height: 74px;
  margin-top: 4px;
  padding: 18px 30px;
  border-top: 1px solid #e7ebf3;
  color: #667695;
  background: #fbfcff;
  font-size: 13px;
  text-align: center;
}

.share-marketing-primary.share-marketing-chat-primary {
  min-height: 68px;
  margin-top: 26px;
  color: #ffffff;
  background: linear-gradient(135deg, #2c65f5, #174fe8);
  box-shadow: 0 18px 34px -20px rgba(40, 96, 240, 0.9);
  font-size: 18px;
  font-weight: 750;
}

.share-marketing-primary.share-marketing-chat-primary:hover,
.share-marketing-primary.share-marketing-chat-primary:focus-visible {
  color: #ffffff;
  background: linear-gradient(135deg, #235bec, #103fc9);
}

.share-marketing-chat-action-note {
  margin-top: 16px;
  color: #aebfe5;
  font-size: 14px;
}

.share-marketing-question-copy,
.share-marketing-element-heading {
  padding: 22px 20px;
}

.share-marketing-question-copy {
  color: #0b1f4d;
  font-family: var(--font-display);
  font-size: clamp(24px, 3vw, 34px);
  font-weight: 700;
  letter-spacing: -0.035em;
  line-height: 1.18;
}

.share-marketing-element-context {
  padding: 18px 20px;
  border-top: 1px solid #eef1f8;
  background: #fbfcfe;
}

.share-marketing-element-context strong,
.share-marketing-element-heading strong {
  display: block;
  color: #0b1f4d;
  font-size: 18px;
  font-weight: 600;
}

.share-marketing-element-context p,
.share-marketing-element-summary {
  margin: 9px 0 0;
  color: #4b5468;
  font-size: 14px;
  line-height: 1.6;
}

.share-marketing-element-summary {
  margin: 0;
  padding: 20px;
  border-top: 1px solid #eef1f8;
}

.share-marketing-quiz-panel > [data-share-quiz-intro] > header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding: 14px 18px;
  border-bottom: 1px solid #eef1f8;
  background: #ffffff;
}

.share-marketing-quiz-panel > [data-share-quiz-intro] > header span {
  color: #8a93a8;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.share-marketing-quiz-panel > [data-share-quiz-intro] > header em {
  color: #0c2abf;
  font-size: 12px;
  font-style: normal;
}

.share-marketing-quiz-preview {
  position: relative;
  min-height: 360px;
  overflow: hidden;
  background: #ffffff;
}

.share-marketing-quiz-preview-content {
  display: grid;
  gap: 24px;
  min-height: 360px;
  padding: 28px;
  filter: blur(2.5px);
  opacity: 0.58;
  transform: scale(1.01);
  pointer-events: none;
  user-select: none;
}

.share-marketing-quiz-preview-content > strong {
  color: #0b1f4d;
  font-family: var(--font-display);
  font-size: clamp(22px, 2.8vw, 31px);
  letter-spacing: -0.025em;
  line-height: 1.25;
}

.share-marketing-preview-options {
  display: grid;
  gap: 12px;
}

.share-marketing-preview-options > span {
  display: flex;
  align-items: center;
  gap: 14px;
  min-height: 62px;
  padding: 12px 18px;
  border: 1px solid #d6deef;
  border-radius: 12px;
  color: #1b2436;
  font-size: 15px;
  font-weight: 600;
}

.share-marketing-preview-options i {
  width: 22px;
  height: 22px;
  flex: 0 0 auto;
  border: 2px solid #b7c2d8;
  border-radius: 50%;
}

.share-marketing-quiz-preview-overlay {
  position: absolute;
  inset: 0;
  z-index: 1;
  display: grid;
  place-items: center;
  padding: 28px;
  background: rgba(202, 211, 228, 0.62);
  backdrop-filter: blur(3px);
  -webkit-backdrop-filter: blur(3px);
}

.share-marketing-quiz-panel
  .share-marketing-quiz-preview-overlay
  .share-marketing-primary {
  width: min(78%, 390px);
  min-height: 66px;
  margin: 0;
  border-radius: 14px;
  font-size: 20px;
  box-shadow: 0 18px 36px rgba(12, 42, 191, 0.28);
}

.share-marketing-quiz-preview-meta {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
  padding: 20px 18px;
  color: #7383a3;
  font-size: 13px;
}

.share-marketing-quiz-preview-meta i {
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: #8da0c8;
}

.share-marketing-quiz-panel .share-marketing-primary {
  width: calc(100% - 36px);
  margin: 20px 18px 0;
  color: #ffffff;
  background: #0c2abf;
}

.share-marketing-quiz-panel .share-marketing-primary:hover,
.share-marketing-quiz-panel .share-marketing-primary:focus-visible {
  color: #ffffff;
  background: #0a22a0;
}

.share-marketing-quiz-panel .share-marketing-action-note {
  margin-bottom: 18px;
  color: #8a93a8;
}

[data-share-quiz-form] {
  padding: 20px;
}

[data-share-quiz-form] fieldset {
  min-width: 0;
  margin: 0;
  padding: 0;
  border: 0;
}

[data-share-quiz-form] legend {
  color: #0c2abf;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

[data-share-quiz-form] fieldset > strong {
  display: block;
  margin-top: 22px;
  color: #0b1f4d;
  font-size: 22px;
  line-height: 1.35;
}

.share-marketing-step-track {
  height: 5px;
  margin-top: 12px;
  overflow: hidden;
  border-radius: 999px;
  background: #eef1f8;
}

.share-marketing-step-track span {
  display: block;
  height: 100%;
  border-radius: inherit;
  background: #2d61e8;
}

.share-marketing-options {
  display: grid;
  gap: 10px;
  margin-top: 20px;
}

.share-marketing-options label {
  display: grid;
  grid-template-columns: auto auto 1fr auto;
  align-items: center;
  gap: 12px;
  min-height: 56px;
  padding: 10px 14px;
  border: 1px solid #d6deef;
  border-radius: 10px;
  color: #1b2436;
  background: #ffffff;
  cursor: pointer;
  transition:
    border-color 160ms ease,
    background 160ms ease,
    box-shadow 160ms ease;
}

.share-marketing-options label:has(input:checked) {
  border-color: #2d61e8;
  background: #f5f8ff;
}

.share-marketing-options input {
  width: 16px;
  height: 16px;
  margin: 0;
  accent-color: #2d61e8;
}

.share-marketing-options label > .share-marketing-option-letter {
  display: grid;
  place-items: center;
  width: 28px;
  height: 28px;
  border-radius: 8px;
  color: #0c2abf;
  background: #eaf0ff;
  font-size: 12px;
  font-weight: 700;
}

.share-marketing-options label > strong {
  font-size: 14px;
  font-weight: 500;
}

[data-share-quiz-step][data-answered="true"] .share-marketing-options label {
  cursor: default;
  pointer-events: none;
}

.share-marketing-options label.is-correct {
  border-color: #26b978;
  background: #edfbf4;
  box-shadow: inset 0 0 0 1px rgba(38, 185, 120, 0.16);
}

.share-marketing-options label.is-incorrect {
  border-color: #e34d59;
  background: #fff1f2;
  box-shadow: inset 0 0 0 1px rgba(227, 77, 89, 0.14);
}

.share-marketing-options label.is-correct > .share-marketing-option-letter {
  color: #087451;
  background: #d9f6e9;
}

.share-marketing-options label.is-incorrect > .share-marketing-option-letter {
  color: #b4232f;
  background: #ffe0e3;
}

.share-marketing-option-result-icon {
  display: none;
  place-items: center;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  color: #ffffff;
}

.share-marketing-options label.is-correct .share-marketing-option-result-icon {
  display: grid;
  background: #20b978;
}

.share-marketing-options label.is-incorrect .share-marketing-option-result-icon {
  display: grid;
  background: #e54855;
}

.share-marketing-option-result-icon svg {
  width: 18px;
  height: 18px;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 2.5;
}

.share-marketing-options label.is-correct .share-marketing-option-result-icon .is-x,
.share-marketing-options label.is-incorrect .share-marketing-option-result-icon .is-check {
  display: none;
}

.share-marketing-answer-feedback {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.share-marketing-quiz-actions {
  display: flex;
  justify-content: space-between;
  gap: 10px;
  margin-top: 22px;
}

.share-marketing-quiz-actions button {
  min-height: 46px;
  padding: 10px 18px;
  border: 1px solid #d6deef;
  border-radius: 10px;
  color: #5f708f;
  background: #ffffff;
  font-family: var(--font-text);
  font-weight: 600;
  cursor: pointer;
}

.share-marketing-quiz-actions button[data-share-quiz-next],
.share-marketing-quiz-actions button[data-share-quiz-submit] {
  margin-left: auto;
  border-color: #0c2abf;
  color: #ffffff;
  background: #0c2abf;
}

.share-marketing-quiz-actions button:disabled {
  opacity: 0.45;
  cursor: default;
}

.share-marketing-error {
  margin: 0 0 16px;
  padding: 12px;
  border-radius: 8px;
  color: #b42318;
  background: #fff0ee;
  font-size: 13px;
}

.share-marketing-grid.is-result {
  grid-template-columns: minmax(0, 840px);
  justify-content: center;
  width: min(920px, calc(100% - 64px));
  gap: 0;
  padding-top: 48px;
}

.share-marketing-grid.is-result .share-marketing-rail {
  display: none;
}

.share-marketing-grid.is-result .share-marketing-work {
  display: grid;
  gap: 34px;
}

.share-marketing-head-to-head {
  color: #ffffff;
}

.share-marketing-head-to-head > .share-marketing-panel-kicker {
  color: #91b8ff;
  font-size: 13px;
}

.share-marketing-head-to-head .share-marketing-scoreboard {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  gap: 44px;
  align-items: center;
  margin-top: 30px;
}

.share-marketing-head-to-head .share-marketing-scoreboard > div {
  display: grid;
  justify-items: center;
  gap: 6px;
}

.share-marketing-head-to-head .share-marketing-result-avatar {
  display: grid;
  place-items: center;
  width: 74px;
  height: 74px;
  margin-bottom: 8px;
  border: 3px solid #64dca2;
  border-radius: 50%;
  color: #9fc0ff;
  background: rgba(255, 255, 255, 0.08);
  font-size: 22px;
  font-weight: 700;
}

.share-marketing-head-to-head .share-marketing-scoreboard > div:last-child .share-marketing-result-avatar {
  border-color: #4771bc;
}

.share-marketing-head-to-head .share-marketing-scoreboard strong {
  color: #ffffff;
  font-size: 17px;
}

.share-marketing-head-to-head .share-marketing-scoreboard b {
  color: #ffffff;
  font-family: var(--font-display);
  font-size: 64px;
  font-weight: 600;
  line-height: 1;
}

.share-marketing-head-to-head .share-marketing-scoreboard small {
  color: #9aabd0;
  font-size: 14px;
}

.share-marketing-head-to-head .share-marketing-scoreboard > em {
  color: #8da1cf;
  font-family: var(--font-display);
  font-size: 20px;
  font-style: normal;
  text-transform: uppercase;
}

.share-marketing-outcome-matrix {
  display: grid;
  gap: 14px;
  margin-top: 34px;
  padding: 22px 28px;
  border: 1px solid rgba(157, 181, 229, 0.3);
  border-radius: 18px;
  background: rgba(10, 31, 78, 0.42);
}

.share-marketing-outcome-matrix > div {
  display: grid;
  grid-template-columns: 100px minmax(0, 1fr);
  align-items: center;
  gap: 14px;
}

.share-marketing-outcome-matrix > div > span {
  color: #9fb0d4;
  font-size: 14px;
}

.share-marketing-outcome-matrix > div > div {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.share-marketing-outcome-matrix i {
  display: block;
  width: 34px;
  height: 34px;
  border-radius: 8px;
  background: #dc4754;
}

.share-marketing-outcome-matrix i.is-correct {
  background: #20b978;
}

.share-marketing-challenge-again {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  width: 100%;
  min-height: 54px;
  margin-top: 20px;
  padding: 13px 20px;
  border: 1px solid rgba(255, 255, 255, 0.78);
  border-radius: 14px;
  color: #0b2d78;
  background: #ffffff;
  box-shadow: 0 16px 30px -18px rgba(0, 0, 0, 0.72);
  font: inherit;
  font-size: 16px;
  font-weight: 800;
  cursor: pointer;
  transition:
    background 140ms ease,
    border-color 140ms ease,
    box-shadow 140ms ease,
    transform 140ms ease;
}

.share-marketing-challenge-again:hover,
.share-marketing-challenge-again:focus-visible {
  border-color: #ffffff;
  color: #08255f;
  background: #eef4ff;
  box-shadow: 0 18px 34px -18px rgba(0, 0, 0, 0.85);
  transform: translateY(-1px);
}

.share-marketing-challenge-again svg {
  width: 20px;
  height: 20px;
  flex: 0 0 auto;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.8;
}

.share-marketing-readiness-challenge {
  margin-top: 18px;
  border-color: #bdcbed;
  color: #1737d1;
  background: #ffffff;
  box-shadow: none;
}

.share-marketing-readiness-challenge:hover,
.share-marketing-readiness-challenge:focus-visible {
  border-color: #8fa8e8;
  color: #102da9;
  background: #f3f7ff;
  box-shadow: none;
}

.share-marketing-slip-panel {
  padding: 34px;
  border-radius: 24px;
}

.share-marketing-slip-panel > .share-marketing-panel-kicker {
  color: #0c2abf;
  font-size: 13px;
}

.share-marketing-slip-topics {
  display: grid;
  gap: 10px;
  margin-top: 18px;
}

.share-marketing-slip-topics > div {
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 14px;
  min-height: 58px;
  padding: 10px 14px;
  border-radius: 12px;
  background: #f4f7fd;
}

.share-marketing-slip-topics i {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #ef4452;
}

.share-marketing-slip-topics strong {
  min-width: 0;
  overflow-wrap: anywhere;
  color: #17223a;
  font-size: 15px;
  font-weight: 500;
}

.share-marketing-slip-topics span,
.share-marketing-slip-topics button {
  padding: 6px 10px;
  border: 0;
  border-radius: 999px;
  color: #8a5600;
  background: #fff2d7;
  font: inherit;
  font-size: 11px;
  font-weight: 700;
  text-transform: uppercase;
}

.share-marketing-slip-topics button {
  cursor: pointer;
}

.share-marketing-slip-topics button:hover,
.share-marketing-slip-topics button:focus-visible {
  color: #ffffff;
  background: #a36500;
}

.share-marketing-slip-topics .is-clear i {
  background: var(--share-green);
}

.share-marketing-slip-topics .is-clear span {
  color: #087451;
  background: #e4f7ef;
}

.share-marketing-slip-panel > p {
  margin: 22px 0 0;
  color: #5f6d88;
  font-size: 16px;
  line-height: 1.55;
}

.share-marketing-slip-panel .share-marketing-primary {
  margin-top: 28px;
  color: #ffffff;
  background: #0c2abf;
}

.share-marketing-slip-panel .share-marketing-primary:hover,
.share-marketing-slip-panel .share-marketing-primary:focus-visible {
  background: #081f99;
}

.share-marketing-slip-panel .share-marketing-action-note {
  margin: 14px 0 0;
  color: #8a93a8;
}

.share-marketing-retake-link {
  justify-self: center;
  color: #91b8ff;
  font-size: 14px;
  text-underline-offset: 4px;
}

.share-marketing-dialog {
  width: min(560px, calc(100% - 32px));
  max-height: min(760px, calc(100vh - 48px));
  margin: auto;
  padding: 30px;
  border: 1px solid #d6e1ef;
  border-radius: 22px;
  color: #10223d;
  background: #ffffff;
  box-shadow: 0 28px 80px rgba(2, 14, 43, 0.35);
  overflow: auto;
}

.share-marketing-dialog::backdrop {
  background: rgba(3, 17, 48, 0.72);
  backdrop-filter: blur(5px);
}

.share-marketing-dialog-close {
  position: absolute;
  top: 18px;
  right: 18px;
  display: grid;
  place-items: center;
  width: 34px;
  height: 34px;
  padding: 0;
  border: 1px solid #d7e1ee;
  border-radius: 50%;
  color: #52647d;
  background: #ffffff;
  font: inherit;
  font-size: 23px;
  line-height: 1;
  cursor: pointer;
}

.share-marketing-dialog .share-marketing-panel-kicker {
  color: #1737d1;
}

.share-marketing-dialog h2 {
  margin: 10px 44px 0 0;
  color: #071d49;
  font-family: var(--font-display);
  font-size: 30px;
  font-weight: 600;
  line-height: 1.15;
}

.share-marketing-dialog > p {
  margin: 14px 0 0;
  color: #5a6d88;
  font-size: 15px;
  line-height: 1.55;
}

.share-marketing-share-dialog form {
  display: grid;
  gap: 16px;
  margin-top: 24px;
}

.share-marketing-share-dialog form label {
  display: grid;
  gap: 8px;
  color: #263b59;
  font-size: 14px;
  font-weight: 700;
}

.share-marketing-share-dialog form input,
.share-marketing-share-link-row input {
  width: 100%;
  min-height: 48px;
  padding: 0 14px;
  border: 1px solid #cbd8e8;
  border-radius: 10px;
  color: #10223d;
  background: #ffffff;
  font: inherit;
  font-size: 15px;
}

.share-marketing-share-dialog form small {
  color: #77869b;
  font-size: 12px;
  line-height: 1.5;
}

.share-marketing-share-dialog form .share-marketing-primary {
  margin-top: 4px;
  border: 0;
  cursor: pointer;
}

.share-marketing-share-link-row {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 8px;
  margin-top: 22px;
}

.share-marketing-share-link-row input {
  min-width: 0;
  background: #f5f8fc;
}

.share-marketing-share-link-row button,
.share-marketing-native-share,
.share-marketing-dialog-done {
  min-height: 48px;
  padding: 0 18px;
  border: 0;
  border-radius: 10px;
  color: #ffffff;
  background: #1737d1;
  font: inherit;
  font-weight: 800;
  cursor: pointer;
}

.share-marketing-native-share {
  width: 100%;
  margin-top: 10px;
}

.share-marketing-copy-status {
  min-height: 20px;
  margin-top: 8px !important;
  color: #187654 !important;
  font-size: 13px !important;
}

.share-marketing-save-prompt {
  display: grid;
  gap: 5px;
  margin-top: 22px;
  padding-top: 22px;
  border-top: 1px solid #dce5f0;
}

.share-marketing-save-prompt strong {
  color: #10223d;
  font-size: 17px;
}

.share-marketing-save-prompt span {
  color: #647590;
  font-size: 14px;
}

.share-marketing-save-prompt a {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 50px;
  margin-top: 12px;
  border-radius: 10px;
  color: #ffffff;
  background: #1737d1;
  font-weight: 800;
  text-decoration: none;
}

.share-marketing-review-content {
  margin-top: 22px;
  padding: 20px;
  border-radius: 14px;
  color: #243a56;
  background: #f5f8fc;
  font-size: 15px;
  line-height: 1.6;
}

.share-marketing-review-content .element-body,
.share-marketing-review-content .element-text,
.share-marketing-review-content p:first-child {
  margin-top: 0;
}

.share-marketing-review-content .element-body > :last-child {
  margin-bottom: 0;
}

.share-marketing-review-content img,
.share-marketing-review-content table {
  max-width: 100%;
}

.share-marketing-dialog-done {
  width: 100%;
  margin-top: 18px;
  color: #1737d1;
  background: #eef3ff;
}

.share-marketing-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  width: min(1180px, calc(100% - 40px));
  margin: 0 auto;
  padding: 28px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  color: var(--share-muted);
  background: transparent;
}

.share-marketing-footer > span {
  color: #ffffff;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.share-marketing-footer nav {
  display: flex;
  gap: 18px;
}

.share-marketing-footer a {
  color: var(--share-muted);
  font-size: 12px;
  text-decoration: none;
}

.share-marketing-footer a:hover,
.share-marketing-footer a:focus-visible {
  color: #ffffff;
}

@media (max-width: 900px) {
  .share-marketing-grid {
    grid-template-columns: 1fr;
    gap: 34px;
    width: min(680px, calc(100% - 40px));
    padding: 38px 0 72px;
  }

  .share-marketing-rail {
    position: static;
  }

  .share-marketing-rail h1 {
    max-width: 14ch;
  }

  .share-marketing-notes-invite {
    width: min(720px, calc(100% - 40px));
  }

  .share-marketing-notes-context,
  .share-marketing-notes-layout {
    grid-template-columns: 1fr;
  }

  .share-marketing-notes-context {
    gap: 28px;
  }

  .share-marketing-notes-layout {
    gap: 44px;
    margin-top: 54px;
  }

  .share-marketing-notes-hero {
    text-align: center;
  }

  .share-marketing-notes-hero h1,
  .share-marketing-notes-hero > p,
  .share-marketing-primary.share-marketing-notes-primary,
  .share-marketing-notes-proof {
    margin-right: auto;
    margin-left: auto;
  }

  .share-marketing-notes-privacy {
    justify-content: center;
    margin-left: 0;
  }
}

@media (max-width: 560px) {
  .share-marketing-topbar {
    width: calc(100% - 32px);
    min-height: 58px;
    padding: 8px 0;
  }

  .share-marketing-grid {
    width: calc(100% - 32px);
    padding: 30px 0 56px;
  }

  .share-marketing-grid.is-result {
    width: calc(100% - 32px);
    padding-top: 30px;
  }

  .share-marketing-grid.is-focused {
    width: calc(100% - 32px);
    min-height: calc(100vh - 58px);
    padding: 30px 0 46px;
  }

  .readiness-preparing-panel {
    padding: 28px 22px;
  }

  .readiness-preparing-phases {
    grid-template-columns: 1fr;
  }

  .share-marketing-notes-invite {
    width: calc(100% - 32px);
    padding: 28px 0 46px;
  }

  .share-marketing-notes-context .share-marketing-eyebrow {
    margin-bottom: 18px;
  }

  .share-marketing-notes-context .share-marketing-course-token {
    width: 64px;
    height: 64px;
    border-radius: 17px;
    font-size: 13px;
  }

  .share-marketing-notes-context .share-marketing-identity strong {
    font-size: 18px;
  }

  .share-marketing-notes-context .share-marketing-identity small {
    font-size: 13px;
  }

  .share-marketing-notes-request {
    min-height: 92px;
    padding: 17px 18px;
    border-radius: 20px;
  }

  .share-marketing-notes-request-icon {
    width: 48px;
    height: 48px;
    border-radius: 16px;
  }

  .share-marketing-notes-request strong {
    font-size: 16px;
  }

  .share-marketing-notes-request small {
    font-size: 13px;
  }

  .share-marketing-notes-layout {
    gap: 34px;
    margin-top: 46px;
  }

  .share-marketing-chat-invite {
    width: calc(100% - 32px);
    padding: 36px 0 56px;
  }

  .share-marketing-chat-class-identity {
    font-size: 14px;
  }

  .share-marketing-chat-hero h1 {
    margin-top: 22px;
    font-size: 43px;
    letter-spacing: -0.03em;
  }

  .share-marketing-chat-hero > p:not(.share-marketing-chat-class-identity) {
    margin-top: 20px;
    font-size: 17px;
  }

  .share-marketing-chat-hero .share-marketing-urgency {
    margin-top: 22px;
    font-size: 14px;
  }

  .share-marketing-chat-preview {
    margin-top: 30px;
    border-radius: 22px;
  }

  .share-marketing-chat-preview > header {
    align-items: flex-start;
    flex-direction: column;
    padding: 22px 20px 14px;
  }

  .share-marketing-chat-preview > header > strong {
    font-size: 21px;
  }

  .share-marketing-chat-preview-list {
    padding: 0 20px;
  }

  .share-marketing-chat-preview-row {
    grid-template-columns: 46px minmax(0, 1fr) auto;
    gap: 13px;
    min-height: 92px;
    padding: 16px 0;
  }

  .share-marketing-chat-preview-avatar {
    width: 46px;
    height: 46px;
    font-size: 13px;
  }

  .share-marketing-chat-preview-copy p {
    font-size: 15px;
  }

  .share-marketing-chat-preview-signal {
    width: 38px;
    height: 34px;
  }

  .share-marketing-chat-preview > footer {
    align-items: flex-start;
    padding: 18px 20px;
    text-align: left;
  }

  .share-marketing-primary.share-marketing-chat-primary {
    min-height: 64px;
    margin-top: 22px;
    font-size: 17px;
  }

  .share-marketing-notes-hero h1 {
    margin-top: 0;
    font-size: clamp(43px, 13vw, 56px);
    line-height: 1;
  }

  .share-marketing-notes-hero > p {
    max-width: 320px;
    margin-top: 20px;
    font-size: 16px;
    line-height: 1.5;
  }

  .share-marketing-panel.share-marketing-notes-map {
    margin-top: 0;
    padding: 0 0 8px;
    border-radius: 20px;
  }

  .share-marketing-panel.share-marketing-notes-map > header {
    align-items: flex-start;
    padding: 20px;
  }

  .share-marketing-panel.share-marketing-notes-map > header > span {
    max-width: 180px;
    line-height: 1.4;
  }

  .share-marketing-notes-coverage {
    padding: 19px 20px 16px;
  }

  .share-marketing-notes-coverage-labels {
    gap: 12px;
    font-size: 11px;
  }

  .share-marketing-notes-coverage-labels span:last-child {
    text-align: right;
  }

  .share-marketing-notes-topic-list {
    padding: 0 20px;
  }

  .share-marketing-notes-topic-row {
    min-height: 58px;
    gap: 13px;
  }

  .share-marketing-notes-topic-row span {
    font-size: 15px;
  }

  .share-marketing-primary.share-marketing-notes-primary {
    min-height: 62px;
    margin-top: 26px;
    font-size: 17px;
  }

  .share-marketing-notes-privacy {
    align-items: center;
    justify-content: center;
    margin: 15px 6px 0;
    font-size: 12px;
    text-align: center;
  }

  .share-marketing-notes-proof {
    gap: 10px;
    margin-top: 28px;
  }

  .share-marketing-notes-proof > span {
    grid-template-columns: 28px minmax(0, 1fr);
    min-height: 72px;
    padding: 12px;
    border-radius: 16px;
  }

  .share-marketing-notes-proof svg {
    width: 23px;
    height: 23px;
  }

  .share-marketing-notes-proof strong {
    font-size: 12px;
  }

  .share-marketing-notes-proof small {
    font-size: 11px;
  }

  .share-marketing-rail h1 {
    font-size: 43px;
  }

  .share-marketing-rail > p {
    font-size: 15px;
  }

  .share-marketing-panel > header,
  .share-marketing-question-copy,
  .share-marketing-element-heading,
  .share-marketing-element-summary {
    padding-right: 16px;
    padding-left: 16px;
  }

  .share-marketing-head-to-head .share-marketing-scoreboard {
    gap: 18px;
  }

  .share-marketing-head-to-head .share-marketing-result-avatar {
    width: 60px;
    height: 60px;
  }

  .share-marketing-head-to-head .share-marketing-scoreboard b {
    font-size: 52px;
  }

  .share-marketing-outcome-matrix {
    padding: 18px;
  }

  .share-marketing-outcome-matrix > div {
    grid-template-columns: 64px minmax(0, 1fr);
    gap: 10px;
  }

  .share-marketing-outcome-matrix > div > div {
    gap: 8px;
  }

  .share-marketing-outcome-matrix i {
    width: 28px;
    height: 28px;
    border-radius: 7px;
  }

  .share-marketing-slip-panel {
    padding: 24px 20px;
  }

  .share-marketing-slip-topics > div {
    grid-template-columns: auto minmax(0, 1fr);
  }

  .share-marketing-slip-topics span,
  .share-marketing-slip-topics button {
    grid-column: 2;
    justify-self: start;
  }

  .share-marketing-dialog {
    width: calc(100% - 24px);
    max-height: calc(100vh - 24px);
    padding: 24px 20px;
    border-radius: 18px;
  }

  .share-marketing-dialog h2 {
    font-size: 27px;
  }

  .share-marketing-share-link-row {
    grid-template-columns: 1fr;
  }

  .share-marketing-quiz-preview,
  .share-marketing-quiz-preview-content {
    min-height: 330px;
  }

  .share-marketing-quiz-preview-content {
    padding: 22px 18px;
  }

  .share-marketing-quiz-panel
    .share-marketing-quiz-preview-overlay
    .share-marketing-primary {
    width: 88%;
    min-height: 60px;
    font-size: 18px;
  }

  .share-marketing-quiz-preview-meta {
    flex-wrap: wrap;
    gap: 8px 12px;
    text-align: center;
  }

  .share-marketing-footer {
    align-items: flex-start;
    flex-direction: column;
    width: calc(100% - 32px);
  }

  .share-marketing-footer nav {
    flex-wrap: wrap;
  }
}

@media (prefers-reduced-motion: reduce) {
  .share-marketing-primary,
  .share-marketing-challenge-again,
  .share-marketing-nav .share-marketing-about {
    transition: none;
  }

  .share-marketing-challenge-again:hover,
  .share-marketing-challenge-again:focus-visible {
    transform: none;
  }
}
