/* Original Prime Mind homepage direction: clear, energetic, and built around real work. */
:root {
  --pm-electric: #285cf6;
  --pm-electric-dark: #163eb0;
  --pm-lime: #c8ff52;
  --pm-navy: #101a3b;
  --pm-ink: #10172a;
  --pm-muted: #4e5a70;
  --pm-ice: #f1f5ff;
}

.simple-homepage:not(.card-visitor) {
  color: var(--pm-ink);
  background: #fff;
}

.simple-homepage:not(.card-visitor) .site-header {
  border: 1px solid #e4e8f2;
  background: rgba(255, 255, 255, .96);
  box-shadow: 0 14px 35px rgba(24, 42, 83, .08);
}

.simple-homepage:not(.card-visitor) .nav-cta,
.simple-homepage:not(.card-visitor) .button-primary {
  background: var(--pm-electric);
}

.simple-homepage:not(.card-visitor) .simple-hero {
  min-height: 0;
  padding: 126px 0 74px;
  background:
    radial-gradient(circle at 76% 22%, rgba(200, 255, 82, .18), transparent 22%),
    radial-gradient(circle at 91% 74%, rgba(40, 92, 246, .13), transparent 25%),
    #fff;
}

.simple-homepage:not(.card-visitor) .simple-hero::before {
  top: 112px;
  right: -170px;
  display: block;
  width: 520px;
  border-radius: 50%;
  background: rgba(40, 92, 246, .05);
  box-shadow: none;
  opacity: 1;
  animation: pm-halo-drift 10s ease-in-out infinite;
}

.simple-homepage:not(.card-visitor) .simple-hero::after {
  inset: 0 0 0 58%;
  display: block;
  background-image: radial-gradient(rgba(40, 92, 246, .16) 1.2px, transparent 1.2px);
  background-size: 22px 22px;
  mask-image: linear-gradient(to left, #000 12%, transparent 88%);
  opacity: .42;
}

.simple-homepage:not(.card-visitor) .simple-hero-grid {
  grid-template-columns: minmax(0, 1.06fr) minmax(420px, .94fr);
  gap: clamp(46px, 6vw, 88px);
  align-items: center;
}

.simple-homepage:not(.card-visitor) .eyebrow {
  display: flex;
  gap: 10px;
  align-items: center;
  color: var(--pm-electric-dark);
  font-size: .875rem;
  font-weight: 820;
  letter-spacing: .09em;
  line-height: 1.5;
}

.hero-offer-pill {
  display: inline-flex;
  gap: 10px;
  align-items: center;
  margin: 0 0 23px;
  padding: 7px 12px 7px 7px;
  color: #223252;
  border: 1px solid #d8e0f0;
  border-radius: 999px;
  background: rgba(255, 255, 255, .92);
  box-shadow: 0 8px 22px rgba(26, 48, 96, .08);
  font-size: .875rem;
  font-weight: 720;
  text-decoration: none;
  transition: border 180ms ease, box-shadow 180ms ease, transform 180ms ease;
}

.hero-offer-pill strong {
  padding: 6px 9px;
  color: #10172a;
  border-radius: 999px;
  background: var(--pm-lime);
  font-size: .75rem;
  letter-spacing: .06em;
}

.hero-offer-pill i {
  color: var(--pm-electric);
  font-style: normal;
  font-weight: 900;
}

.hero-offer-pill:hover,
.hero-offer-pill:focus-visible {
  border-color: #a9bcec;
  box-shadow: 0 12px 28px rgba(26, 48, 96, .13);
  transform: translateY(-2px);
}

.simple-homepage:not(.card-visitor) .eyebrow span {
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: var(--pm-lime);
  box-shadow: 0 0 0 5px rgba(40, 92, 246, .11);
}

.simple-homepage:not(.card-visitor) .simple-hero h1 {
  max-width: 720px;
  margin: 0 0 20px;
  color: var(--pm-ink);
  font-size: clamp(3.15rem, 5.3vw, 4.95rem);
  line-height: .98;
  letter-spacing: -.06em;
  text-wrap: balance;
}

.simple-homepage:not(.card-visitor) .simple-hero h1 em {
  color: var(--pm-electric);
  background: linear-gradient(92deg, var(--pm-electric) 4%, #658cff 53%, #55a19e 76%, #75ad32 98%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}

.simple-homepage:not(.card-visitor) .simple-hero-copy {
  max-width: 620px;
  margin: 0;
  color: var(--pm-muted);
  font-size: 1.125rem;
  line-height: 1.65;
}

.email-guide {
  max-width: 620px;
  margin-top: 28px;
  padding: 22px;
  border: 1px solid #dbe3f4;
  border-radius: 20px;
  background: rgba(241, 245, 255, .88);
  box-shadow: 0 14px 34px rgba(35, 60, 120, .08);
}

.email-guide h2 {
  margin: 0 0 4px;
  color: var(--pm-ink);
  font-family: inherit;
  font-size: 1.15rem;
  font-weight: 820;
  letter-spacing: -.015em;
  line-height: 1.4;
}

.email-guide > p {
  margin: 0 0 10px;
  color: var(--pm-muted);
  font-size: 1rem;
  line-height: 1.55;
}

.guide-benefits {
  display: flex;
  flex-wrap: wrap;
  gap: 7px;
  margin: 0 0 15px;
  padding: 0;
  list-style: none;
}

.guide-benefits li {
  position: relative;
  padding: 7px 10px 7px 26px;
  color: #2e3c56;
  border: 1px solid #d4dff3;
  border-radius: 999px;
  background: #fff;
  font-size: .82rem;
  font-weight: 680;
}

.guide-benefits li::before {
  position: absolute;
  top: 50%;
  left: 9px;
  content: "\2713";
  color: var(--pm-electric);
  font-size: .75rem;
  font-weight: 900;
  transform: translateY(-50%);
}

.email-guide label {
  display: block;
  margin-bottom: 7px;
  color: #2c3850;
  font-size: .875rem;
  font-weight: 750;
}

.email-guide-row {
  display: flex;
  gap: 8px;
}

.email-guide-row input {
  width: auto;
  min-width: 0;
  flex: 1;
  margin: 0;
  padding: 15px 16px;
  color: var(--pm-ink);
  border: 1px solid #95a7c8;
  border-radius: 11px;
  background: #fff;
  font: inherit;
  font-size: 1rem;
}

.email-guide-row button {
  padding: 15px 21px;
  color: #fff;
  border: 0;
  border-radius: 11px;
  background: var(--pm-electric);
  box-shadow: 0 9px 20px rgba(40, 92, 246, .22);
  cursor: pointer;
  font: inherit;
  font-size: 1rem;
  font-weight: 780;
  white-space: nowrap;
  transition: transform 180ms ease, background 180ms ease, box-shadow 180ms ease;
}

.email-guide-row button:hover {
  background: var(--pm-electric-dark);
  box-shadow: 0 12px 25px rgba(40, 92, 246, .28);
  transform: translateY(-2px);
}

.email-guide-row input:focus-visible,
.email-guide-row button:focus-visible {
  outline: 3px solid #d89b24;
  outline-offset: 3px;
}

.email-guide .guide-permission,
.simple-homepage:not(.card-visitor) .simple-hero-contact,
.proof-note {
  font-size: .875rem;
}

.email-guide .guide-permission {
  margin: 10px 0 0;
  color: #526076;
  line-height: 1.55;
}

.guide-permission a,
.guide-talk-link {
  color: var(--pm-electric-dark);
  text-decoration: underline;
  text-underline-offset: 4px;
}

.guide-error {
  color: #942424;
  font-size: 1rem;
  line-height: 1.5;
}

.guide-trap {
  position: absolute;
  top: auto;
  left: -10000px;
  overflow: hidden;
  width: 1px;
  height: 1px;
}

.simple-homepage:not(.card-visitor) .hero-actions {
  gap: 0;
  margin-top: 19px;
}

.guide-talk-link {
  font-size: 1rem;
  font-weight: 720;
}

.simple-homepage:not(.card-visitor) .simple-hero-contact {
  margin-top: 20px;
  color: #586477;
  line-height: 1.55;
}

.simple-homepage:not(.card-visitor) .simple-hero-contact .home-webinar-link {
  padding: 0;
  color: var(--pm-electric-dark);
  border: 0;
  border-radius: 0;
  background: none;
  box-shadow: none;
  font-size: .875rem;
}

.crew-stage {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  min-width: 0;
  padding: 26px;
  color: #fff;
  border: 1px solid rgba(141, 169, 255, .3);
  border-radius: 30px;
  background:
    radial-gradient(circle at 76% 20%, rgba(40, 92, 246, .55), transparent 32%),
    linear-gradient(145deg, #0b1431, #17265a);
  box-shadow: 0 28px 70px rgba(17, 35, 81, .23);
  animation: pm-stage-enter 680ms ease-out both;
}

.crew-stage::after {
  position: absolute;
  z-index: -1;
  inset: 0;
  content: "";
  background-image: radial-gradient(rgba(255, 255, 255, .13) 1px, transparent 1px);
  background-size: 18px 18px;
  mask-image: linear-gradient(135deg, transparent 20%, #000 100%);
}

.crew-stage-top {
  display: flex;
  gap: 14px;
  align-items: center;
  justify-content: space-between;
  color: #fff;
  font-size: .8rem;
  font-weight: 820;
  letter-spacing: .1em;
}

.crew-stage-top > span {
  display: flex;
  gap: 9px;
  align-items: center;
}

.crew-stage-top i {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--pm-lime);
  box-shadow: 0 0 0 5px rgba(200, 255, 82, .11);
  animation: pm-live-pulse 2.2s ease-in-out infinite;
}

.crew-stage-top small {
  color: #c6d2ef;
  font-size: .75rem;
  font-weight: 650;
  letter-spacing: 0;
}

.crew-workflow {
  display: grid;
  grid-template-columns: 1fr 34px 106px 34px 1fr;
  gap: 9px;
  align-items: center;
  margin: 48px 0 40px;
}

.crew-task {
  display: flex;
  gap: 11px;
  align-items: center;
  min-width: 0;
  padding: 14px;
  color: var(--pm-ink);
  border: 1px solid rgba(255, 255, 255, .7);
  border-radius: 15px;
  background: #fff;
  box-shadow: 0 12px 30px rgba(4, 11, 31, .26);
}

.crew-task-in {
  animation: pm-task-in 5.6s ease-in-out infinite;
}

.crew-task-done {
  animation: pm-task-done 5.6s ease-in-out infinite;
}

.crew-task > b {
  display: grid;
  width: 34px;
  height: 34px;
  flex: 0 0 auto;
  place-items: center;
  color: #fff;
  border-radius: 10px;
  background: var(--pm-electric);
  font-size: 1rem;
}

.crew-task-done > b {
  color: #152207;
  background: var(--pm-lime);
}

.crew-task span,
.crew-task small,
.crew-task strong,
.crew-task em {
  display: block;
  min-width: 0;
}

.crew-task small {
  color: #68738a;
  font-size: .63rem;
  font-weight: 820;
  letter-spacing: .08em;
}

.crew-task strong {
  overflow: hidden;
  margin: 2px 0;
  font-size: .82rem;
  line-height: 1.25;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.crew-task em {
  color: #66738b;
  font-size: .69rem;
  font-style: normal;
  line-height: 1.25;
}

.crew-helper {
  position: relative;
  display: grid;
  width: 106px;
  height: 106px;
  place-items: center;
  align-content: center;
  border: 1px solid rgba(255, 255, 255, .3);
  border-radius: 31px;
  background: linear-gradient(145deg, #4776ff, var(--pm-electric));
  box-shadow: 0 16px 38px rgba(3, 10, 30, .35);
  transform: rotate(-3deg);
  animation: pm-helper-breathe 3.2s ease-in-out infinite;
}

.crew-helper b {
  display: grid;
  width: 38px;
  height: 38px;
  place-items: center;
  color: #132149;
  border-radius: 50%;
  background: var(--pm-lime);
  font-size: .85rem;
  transform: rotate(3deg);
}

.crew-helper small,
.crew-helper strong {
  position: relative;
  z-index: 1;
  transform: rotate(3deg);
}

.crew-helper small {
  margin-top: 6px;
  color: #dce5ff;
  font-size: .58rem;
  font-weight: 820;
  letter-spacing: .08em;
}

.crew-helper strong {
  margin-top: 1px;
  color: #fff;
  font-size: .75rem;
}

.crew-orbit {
  position: absolute;
  inset: -8px;
  border: 1px dashed rgba(200, 255, 82, .65);
  border-radius: 36px;
  animation: pm-orbit 15s linear infinite;
}

.crew-route {
  display: flex;
  gap: 4px;
  justify-content: center;
}

.crew-route span {
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: #91a9ef;
  animation: pm-route 1.35s ease-in-out infinite;
}

.crew-route span:nth-child(2) { animation-delay: 150ms; }
.crew-route span:nth-child(3) { animation-delay: 300ms; }
.crew-route-out span:nth-child(1) { animation-delay: 300ms; }
.crew-route-out span:nth-child(3) { animation-delay: 0ms; }

.crew-jobs {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 8px;
}

.crew-jobs span {
  display: flex;
  gap: 7px;
  align-items: center;
  justify-content: center;
  padding: 10px 7px;
  color: #d9e3fb;
  border: 1px solid rgba(255, 255, 255, .14);
  border-radius: 11px;
  background: rgba(255, 255, 255, .07);
  font-size: .75rem;
  font-weight: 680;
  animation: pm-job-cycle 8s ease-in-out infinite;
}

.crew-jobs span:nth-child(2) { animation-delay: 2s; }
.crew-jobs span:nth-child(3) { animation-delay: 4s; }
.crew-jobs span:nth-child(4) { animation-delay: 6s; }

.crew-jobs b {
  color: var(--pm-lime);
  font-size: .9rem;
}

.crew-stage-foot {
  margin: 18px 0 0;
  color: #c6d2ef;
  font-size: .875rem;
  text-align: center;
}

/* Make every homepage section readable and visually related to the new first screen. */
.simple-homepage:not(.card-visitor) .proof-section {
  padding: 90px 0;
  background: #f5f7fc;
}

.simple-homepage:not(.card-visitor) .simple-section-heading h2,
.simple-homepage:not(.card-visitor) .interest-card summary strong,
.simple-homepage:not(.card-visitor) .offer-card h3,
.simple-homepage:not(.card-visitor) .founder-simple h2,
.simple-homepage:not(.card-visitor) .simple-faq h2 {
  color: var(--pm-ink);
}

.simple-homepage:not(.card-visitor) .simple-section-heading > p,
.simple-homepage:not(.card-visitor) .interest-content > p,
.simple-homepage:not(.card-visitor) .proof-item p,
.simple-homepage:not(.card-visitor) .proof-note {
  color: var(--pm-muted);
}

.simple-homepage:not(.card-visitor) .proof-grid {
  gap: 16px;
  border: 0;
}

.simple-homepage:not(.card-visitor) .proof-item {
  min-height: 245px;
  border: 1px solid rgba(24, 52, 110, .08);
  border-radius: 24px;
  box-shadow: 0 15px 36px rgba(26, 46, 91, .07);
  transition: transform 200ms ease, box-shadow 200ms ease;
}

.simple-homepage:not(.card-visitor) .proof-item:hover {
  box-shadow: 0 22px 44px rgba(26, 46, 91, .12);
  transform: translateY(-5px);
}

.simple-homepage:not(.card-visitor) .proof-item:nth-child(1) { background: #dcebff; }
.simple-homepage:not(.card-visitor) .proof-item:nth-child(2) { background: #ddf7e9; }
.simple-homepage:not(.card-visitor) .proof-item:nth-child(3) { background: #fff0bf; }
.simple-homepage:not(.card-visitor) .proof-item strong { color: var(--pm-electric-dark); }

/* Real work flows. The words stay visible while motion shows each handoff. */
.flow-showcase {
  padding: 96px 0;
  overflow: hidden;
  background:
    radial-gradient(circle at 92% 10%, rgba(200, 255, 82, .16), transparent 22%),
    linear-gradient(180deg, #fff 0%, #f4f7ff 100%);
}

.flow-heading {
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(280px, .65fr);
  gap: 48px;
  align-items: end;
  margin-bottom: 36px;
}

.flow-heading h2 {
  max-width: 780px;
  margin: 8px 0 0;
  color: var(--pm-ink);
  font-size: clamp(2.35rem, 5vw, 4.6rem);
  line-height: .98;
  letter-spacing: -.055em;
}

.flow-heading > p {
  max-width: 470px;
  margin: 0;
  color: var(--pm-muted);
  font-size: 1.05rem;
  line-height: 1.65;
}

.business-flows {
  display: grid;
  gap: 18px;
}

.business-flow {
  --flow-color: #285cf6;
  --flow-dark: #163eb0;
  --flow-soft: #eaf0ff;
  position: relative;
  padding: 26px;
  overflow: hidden;
  border: 1px solid rgba(24, 52, 110, .1);
  border-radius: 25px;
  background: rgba(255, 255, 255, .96);
  box-shadow: 0 18px 42px rgba(26, 46, 91, .07);
}

.business-flow::after {
  position: absolute;
  top: -72px;
  right: -72px;
  width: 180px;
  height: 180px;
  border-radius: 50%;
  background: var(--flow-soft);
  content: "";
  opacity: .72;
}

.flow-green {
  --flow-color: #1fa86d;
  --flow-dark: #126a48;
  --flow-soft: #dff8eb;
}

.flow-gold {
  --flow-color: #d78c12;
  --flow-dark: #8d5705;
  --flow-soft: #fff0bf;
}

.business-flow header {
  position: relative;
  z-index: 1;
  display: flex;
  gap: 14px;
  align-items: center;
  margin-bottom: 24px;
}

.flow-icon {
  display: grid;
  width: 46px;
  height: 46px;
  flex: 0 0 46px;
  place-items: center;
  color: #fff;
  border-radius: 14px;
  background: var(--flow-color);
  box-shadow: 0 9px 20px color-mix(in srgb, var(--flow-color) 24%, transparent);
  font-size: 1.25rem;
  font-weight: 850;
}

.business-flow header p {
  margin: 0 0 2px;
  color: var(--flow-dark);
  font-size: .74rem;
  font-weight: 850;
  letter-spacing: .1em;
  text-transform: uppercase;
}

.business-flow header h3 {
  margin: 0;
  color: var(--pm-ink);
  font-size: 1.28rem;
  line-height: 1.2;
}

.flow-track {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(138px, 1fr) 30px minmax(138px, 1fr) 30px minmax(138px, 1fr) 30px minmax(138px, 1fr);
  gap: 8px;
  align-items: stretch;
}

.flow-step {
  min-height: 118px;
  padding: 17px;
  border: 1px solid #e1e6f0;
  border-radius: 17px;
  background: #fff;
  box-shadow: 0 7px 18px rgba(26, 46, 91, .045);
  animation: pm-flow-focus 8s ease-in-out infinite;
}

.flow-step:nth-of-type(2) { animation-delay: 2s; }
.flow-step:nth-of-type(3) { animation-delay: 4s; }
.flow-step:nth-of-type(4) { animation-delay: 6s; }

.flow-step > span {
  display: grid;
  width: 26px;
  height: 26px;
  margin-bottom: 14px;
  place-items: center;
  color: var(--flow-dark);
  border-radius: 9px;
  background: var(--flow-soft);
  font-size: .75rem;
  font-weight: 900;
}

.flow-step strong,
.flow-step small {
  display: block;
}

.flow-step strong {
  color: var(--pm-ink);
  font-size: .92rem;
  line-height: 1.25;
}

.flow-step small {
  margin-top: 6px;
  color: var(--pm-muted);
  font-size: .78rem;
  line-height: 1.42;
}

.human-step { border-style: dashed; }

.human-step::before {
  display: inline-block;
  margin-bottom: 8px;
  color: var(--flow-dark);
  content: "HUMAN CHECK";
  font-size: .62rem;
  font-weight: 900;
  letter-spacing: .09em;
}

.human-step > span { display: none; }

.result-step {
  border-color: color-mix(in srgb, var(--flow-color) 24%, #e1e6f0);
  background: var(--flow-soft);
}

.flow-connector {
  position: relative;
  align-self: center;
  height: 3px;
  border-radius: 999px;
  background: color-mix(in srgb, var(--flow-color) 20%, #dce3ef);
}

.flow-connector::after {
  position: absolute;
  top: -3px;
  left: 0;
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: var(--flow-color);
  box-shadow: 0 0 0 5px color-mix(in srgb, var(--flow-color) 14%, transparent);
  content: "";
  animation: pm-flow-dot 8s ease-in-out infinite;
}

.flow-connector:nth-of-type(1)::after { animation-delay: 1.25s; }
.flow-connector:nth-of-type(2)::after { animation-delay: 3.25s; }
.flow-connector:nth-of-type(3)::after { animation-delay: 5.25s; }

.flow-action {
  display: flex;
  gap: 22px;
  align-items: center;
  justify-content: center;
  margin-top: 30px;
}

.flow-action p {
  margin: 0;
  color: var(--pm-muted);
  font-weight: 720;
}

.flow-action .button {
  color: #fff;
  border-color: var(--pm-electric);
  background: var(--pm-electric);
  box-shadow: 0 12px 26px rgba(40, 92, 246, .22);
}

.simple-homepage:not(.card-visitor) .interest-section,
.simple-homepage:not(.card-visitor) .offer-section,
.simple-homepage:not(.card-visitor) .simple-faq {
  background: #fff;
}

.simple-homepage:not(.card-visitor) .interest-card {
  margin-top: 12px;
  border: 1px solid #e0e5ef;
  border-radius: 18px;
  background: #fff;
  transition: border 180ms ease, box-shadow 180ms ease, transform 180ms ease;
}

.simple-homepage:not(.card-visitor) .interest-list { border: 0; }
.simple-homepage:not(.card-visitor) .interest-card:hover,
.simple-homepage:not(.card-visitor) .interest-card[open] {
  border-color: #aebfee;
  box-shadow: 0 14px 34px rgba(33, 58, 116, .08);
  transform: translateY(-2px);
}

.simple-homepage:not(.card-visitor) .interest-card summary { padding: 25px 24px; }
.simple-homepage:not(.card-visitor) .interest-card summary > span:first-child { color: var(--pm-electric-dark); }
.simple-homepage:not(.card-visitor) .interest-card summary i { background: var(--pm-navy); }
.simple-homepage:not(.card-visitor) .interest-card[open] summary i { background: var(--pm-electric); }

.simple-homepage:not(.card-visitor) .simple-rule {
  color: #fff;
  border: 1px solid rgba(97, 130, 227, .35);
  border-radius: 23px;
  background:
    radial-gradient(circle at 86% 22%, rgba(40, 92, 246, .42), transparent 26%),
    var(--pm-navy);
  box-shadow: 0 20px 46px rgba(23, 43, 91, .18);
}

.simple-homepage:not(.card-visitor) .simple-rule strong { color: #fff; }
.simple-homepage:not(.card-visitor) .simple-rule span {
  color: #d5def3;
  font-size: .95rem;
  line-height: 1.6;
}

.simple-homepage:not(.card-visitor) .simple-rule .button {
  color: #10172a;
  border-color: var(--pm-lime);
  background: var(--pm-lime);
}

.simple-homepage:not(.card-visitor) .simple-process {
  color: #fff;
  background:
    radial-gradient(circle at 88% 12%, rgba(61, 111, 255, .32), transparent 30%),
    linear-gradient(135deg, #09122c, #172858);
}

.simple-homepage:not(.card-visitor) .simple-process h2,
.simple-homepage:not(.card-visitor) .simple-process h3 { color: #fff; }
.simple-homepage:not(.card-visitor) .simple-process .kicker { color: var(--pm-lime); }
.simple-homepage:not(.card-visitor) .simple-process .simple-section-heading > p,
.simple-homepage:not(.card-visitor) .simple-process .simple-step p,
.simple-homepage:not(.card-visitor) .simple-process .process-action p { color: #d4def3; }
.simple-homepage:not(.card-visitor) .simple-step > span,
.simple-homepage:not(.card-visitor) .simple-step details summary { color: var(--pm-lime); }
.simple-homepage:not(.card-visitor) .simple-step { background: rgba(255, 255, 255, .035); }

.simple-homepage:not(.card-visitor) .offer-section { background: #f3f6fc; }
.simple-homepage:not(.card-visitor) .offer-card { border-radius: 24px; }
.simple-homepage:not(.card-visitor) .offer-card-primary {
  color: var(--pm-ink);
  background: linear-gradient(145deg, #e4edff, #fff 72%);
}

.simple-homepage:not(.card-visitor) .offer-card-primary .offer-card-topline,
.simple-homepage:not(.card-visitor) .offer-card-primary .offer-lead,
.simple-homepage:not(.card-visitor) .offer-card-primary .offer-outcome,
.simple-homepage:not(.card-visitor) .offer-card-primary details,
.simple-homepage:not(.card-visitor) .offer-card-primary details summary,
.simple-homepage:not(.card-visitor) .offer-card-primary details p,
.simple-homepage:not(.card-visitor) .offer-card-primary details ul,
.simple-homepage:not(.card-visitor) .offer-card-primary .offer-card-footer p {
  color: var(--pm-ink);
}

.simple-homepage:not(.card-visitor) .offer-card-primary .offer-card-topline {
  border-color: rgba(16, 23, 42, .14);
}

.simple-homepage:not(.card-visitor) .offer-card-primary details {
  border-color: rgba(22, 62, 176, .18);
  background: rgba(255, 255, 255, .82);
}

.simple-homepage:not(.card-visitor) .offer-card-primary .offer-outcome {
  border-left-color: var(--pm-electric);
  background: rgba(255, 255, 255, .72);
}

.simple-homepage:not(.card-visitor) .offer-card-primary .button {
  color: #fff;
  border-color: var(--pm-electric);
  background: var(--pm-electric);
}

.simple-homepage:not(.card-visitor) .founder-simple {
  background: linear-gradient(135deg, #fff 0%, #f3f7ff 100%);
}

.simple-homepage:not(.card-visitor) .application-section,
.simple-homepage:not(.card-visitor) .simple-application {
  background:
    radial-gradient(circle at 83% 16%, rgba(40, 92, 246, .38), transparent 26%),
    var(--pm-navy);
}

@media (max-width: 900px) {
  .simple-homepage:not(.card-visitor) .mobile-action-bar {
    border-color: rgba(255, 255, 255, .2);
    background: rgba(16, 26, 59, .96);
    box-shadow: 0 16px 42px rgba(16, 26, 59, .28);
  }

  .simple-homepage:not(.card-visitor) .mobile-action-bar a {
    min-height: 46px;
    font-size: .875rem;
  }

  .simple-homepage:not(.card-visitor) .mobile-action-bar a:first-child {
    color: #fff;
    border-color: rgba(255, 255, 255, .24);
  }

  .simple-homepage:not(.card-visitor) .mobile-action-bar a:last-child {
    color: #121b36;
    background: var(--pm-lime);
  }
}

@keyframes pm-stage-enter {
  from { opacity: 0; transform: translateY(18px) scale(.985); }
  to { opacity: 1; transform: translateY(0) scale(1); }
}

@keyframes pm-halo-drift {
  0%, 100% { transform: translate3d(0, 0, 0); }
  50% { transform: translate3d(-18px, 9px, 0); }
}

@keyframes pm-live-pulse {
  0%, 100% { opacity: .65; transform: scale(.9); }
  50% { opacity: 1; transform: scale(1.15); }
}

@keyframes pm-route {
  0%, 100% { opacity: .25; transform: scale(.8); }
  50% { opacity: 1; background: var(--pm-lime); transform: scale(1.2); }
}

@keyframes pm-orbit {
  to { transform: rotate(360deg); }
}

@keyframes pm-task-in {
  0%, 100% { transform: translateY(0); }
  12%, 26% { transform: translateY(-5px); }
}

@keyframes pm-task-done {
  0%, 48%, 100% { transform: translateY(0); }
  60%, 74% { transform: translateY(-5px); }
}

@keyframes pm-helper-breathe {
  0%, 100% { box-shadow: 0 16px 38px rgba(3, 10, 30, .35); transform: rotate(-3deg) scale(1); }
  50% { box-shadow: 0 20px 46px rgba(40, 92, 246, .46); transform: rotate(-1deg) scale(1.035); }
}

@keyframes pm-job-cycle {
  0%, 20%, 100% { color: #d9e3fb; border-color: rgba(255, 255, 255, .14); background: rgba(255, 255, 255, .07); }
  6%, 14% { color: #fff; border-color: rgba(200, 255, 82, .5); background: rgba(200, 255, 82, .12); }
}

@keyframes pm-flow-focus {
  0%, 20%, 100% {
    border-color: #e1e6f0;
    box-shadow: 0 7px 18px rgba(26, 46, 91, .045);
    transform: translateY(0);
  }
  5%, 14% {
    border-color: var(--flow-color);
    box-shadow: 0 13px 28px color-mix(in srgb, var(--flow-color) 17%, transparent);
    transform: translateY(-4px);
  }
}

@keyframes pm-flow-dot {
  0%, 14% { opacity: 0; transform: translateX(0); }
  17% { opacity: 1; }
  23% { opacity: 1; transform: translateX(21px); }
  26%, 100% { opacity: 0; transform: translateX(21px); }
}

@keyframes pm-flow-dot-down {
  0%, 14% { opacity: 0; transform: translateY(0); }
  17% { opacity: 1; }
  23% { opacity: 1; transform: translateY(13px); }
  26%, 100% { opacity: 0; transform: translateY(13px); }
}

@media (max-width: 1080px) {
  .simple-homepage:not(.card-visitor) .simple-hero-grid {
    grid-template-columns: minmax(0, 1fr) minmax(360px, .82fr);
    gap: 34px;
  }

  .crew-workflow {
    grid-template-columns: 1fr 22px 90px 22px 1fr;
    gap: 6px;
  }

  .crew-helper { width: 90px; height: 90px; }
  .crew-task { padding: 11px; }
  .crew-task > b { display: none; }
}

@media (max-width: 920px) {
  .simple-homepage:not(.card-visitor) .simple-hero-grid {
    grid-template-columns: minmax(0, 1fr);
    gap: 44px;
  }

  .crew-stage { width: min(100%, 680px); }
  .crew-task > b { display: grid; }

  .flow-heading {
    grid-template-columns: 1fr;
    gap: 18px;
  }

  .flow-track {
    grid-template-columns: 1fr;
    gap: 8px;
  }

  .flow-step { min-height: 0; }

  .flow-connector {
    width: 3px;
    height: 22px;
    justify-self: center;
  }

  .flow-connector::after {
    top: 0;
    left: -3px;
    animation-name: pm-flow-dot-down;
  }
}

@media (max-width: 680px) {
  .simple-homepage:not(.card-visitor) .simple-hero {
    padding: 116px 0 54px;
  }

  .simple-homepage:not(.card-visitor) .simple-hero::before { right: -330px; }
  .simple-homepage:not(.card-visitor) .simple-hero::after { inset: 0 0 0 45%; }
  .simple-homepage:not(.card-visitor) .simple-hero h1 {
    font-size: clamp(2.65rem, 12vw, 4rem);
    line-height: 1.01;
  }

  .simple-homepage:not(.card-visitor) .simple-hero-copy { font-size: 1rem; }
  .email-guide { padding: 19px; }
  .email-guide-row { flex-direction: column; }
  .email-guide-row button { width: 100%; }
  .crew-stage { padding: 21px 17px; border-radius: 24px; }
  .crew-stage-top { align-items: flex-start; flex-direction: column; }
  .crew-workflow {
    grid-template-columns: minmax(0, 1fr);
    gap: 13px;
    margin: 32px 0 28px;
  }

  .crew-route { flex-direction: column; align-items: center; }
  .crew-helper { width: 94px; height: 94px; justify-self: center; }
  .crew-task > b { display: grid; }
  .crew-jobs { grid-template-columns: repeat(2, 1fr); }
  .flow-showcase { padding: 70px 0; }
  .business-flow { padding: 20px; border-radius: 21px; }
  .flow-heading h2 { font-size: clamp(2.2rem, 11vw, 3.35rem); }
  .flow-action { align-items: stretch; flex-direction: column; text-align: center; }
  .flow-action .button { justify-content: center; }
  .simple-homepage:not(.card-visitor) .interest-card summary {
    grid-template-columns: 34px minmax(0, 1fr) 38px;
    gap: 12px;
    padding: 21px 16px;
  }

  .simple-homepage:not(.card-visitor) .simple-rule {
    align-items: flex-start;
    padding: 24px 21px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .simple-homepage:not(.card-visitor) .simple-hero::before,
  .crew-stage,
  .crew-stage-top i,
  .crew-task,
  .crew-helper,
  .crew-jobs span,
  .crew-orbit,
  .crew-route span,
  .flow-step,
  .flow-connector::after,
  .simple-homepage:not(.card-visitor) .proof-item {
    animation: none !important;
    transform: none !important;
  }
}
