/* Mind Architect conversion layer: direct decision first, long-form story second. */
#mhc:not(.mind-relocated),
.mind-legacy-hero {
  display: none !important;
}

.mind-skip-link {
  position: fixed;
  top: -100px;
  left: 16px;
  z-index: 100000;
  padding: 12px 18px;
  border-radius: 0 0 10px 10px;
  background: #f0d060;
  color: #090914;
  font-weight: 800;
  text-decoration: none;
}

.mind-skip-link:focus {
  top: 0;
}

body.mind-hero-active #aie-chat-widget,
body.mind-pricing-active #aie-chat-widget {
  display: none !important;
}

body.mind-pricing-active .sticky-mobile-cta {
  display: none !important;
}

body.mind-premiere-live .navbar {
  top: 42px;
}

body.mind-premiere-live #mindDecisionHero {
  padding-top: 202px;
}

.mind-premiere-bar {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 100001;
  min-height: 42px;
  padding: 10px 14px;
  background: linear-gradient(90deg, #c9a227, #e6c25a);
  color: #0a0a14;
  font-family: "Montserrat", sans-serif;
  font-size: 13px;
  font-weight: 850;
  letter-spacing: 0.02em;
  text-align: center;
}

#mindDecisionHero {
  position: relative;
  z-index: 3;
  min-height: 100svh;
  padding: 160px 0 76px;
  overflow: hidden;
}

#mindDecisionHero::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    radial-gradient(circle at 74% 22%, rgba(201, 162, 39, 0.16), transparent 32%),
    radial-gradient(circle at 20% 45%, rgba(102, 126, 234, 0.13), transparent 34%);
}

.mind-decision-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.12fr) minmax(340px, 0.88fr);
  gap: clamp(42px, 6vw, 82px);
  align-items: center;
}

.mind-decision-copy {
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
}

.mind-decision-copy > .eyebrow {
  order: 1;
}

.mind-decision-copy > h1 {
  order: 2;
}

.mind-decision-copy > .mind-lead {
  order: 3;
}

.mind-decision-copy > .mind-hero-actions {
  order: 4;
  margin-top: 28px;
}

.mind-decision-copy > .mind-offer-note {
  order: 5;
}

.mind-decision-copy > .mind-outcomes {
  order: 6;
  margin-top: 24px;
}

.mind-decision-copy > .mind-proof-row {
  order: 7;
}

.mind-decision-copy h1 {
  max-width: 820px;
  margin: 20px 0 24px;
  font-size: clamp(38px, 5.3vw, 68px);
  line-height: 1.04;
  letter-spacing: -0.035em;
  font-weight: 900;
  text-wrap: balance;
}

.mind-decision-copy .mind-lead {
  max-width: 730px;
  margin: 0;
  color: var(--text-dim);
  font-size: clamp(17px, 1.7vw, 20px);
  line-height: 1.72;
}

.mind-decision-copy .mind-lead strong {
  color: var(--text);
}

.mind-outcomes {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin: 28px 0 30px;
}

.mind-outcomes span {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  min-height: 40px;
  padding: 8px 13px;
  border: 1px solid rgba(201, 162, 39, 0.24);
  border-radius: 999px;
  background: rgba(201, 162, 39, 0.07);
  color: rgba(255, 255, 255, 0.84);
  font-size: 13px;
  font-weight: 650;
}

.mind-outcomes span::before {
  content: "✓";
  color: #f0d060;
  font-weight: 900;
}

.mind-hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  align-items: center;
}

.mind-hero-actions .btn {
  min-height: 56px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}

.mind-offer-note {
  margin-top: 16px;
  color: var(--text-muted);
  font-size: 13px;
  line-height: 1.55;
}

.mind-offer-note strong {
  color: var(--text);
}

.mind-proof-row {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 12px;
  max-width: 740px;
  margin-top: 34px;
}

.mind-proof {
  min-height: 78px;
  padding: 14px 12px;
  border: 1px solid rgba(255, 255, 255, 0.09);
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.035);
}

.mind-proof strong,
.mind-proof span {
  display: block;
}

.mind-proof strong {
  color: #f0d060;
  font-family: "Montserrat", sans-serif;
  font-size: 20px;
  line-height: 1.1;
}

.mind-proof span {
  margin-top: 6px;
  color: var(--text-muted);
  font-size: 10px;
  line-height: 1.35;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.mind-hero-visual {
  position: relative;
  min-height: 590px;
}

.mind-portrait-card {
  position: absolute;
  inset: 0 0 70px 58px;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.13);
  border-radius: 30px;
  background: #05060b;
  box-shadow: 0 38px 90px rgba(0, 0, 0, 0.55), 0 0 80px rgba(102, 126, 234, 0.13);
}

.mind-portrait-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center top;
  filter: saturate(0.82) contrast(1.04);
}

.mind-portrait-card::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 48%, rgba(5, 6, 11, 0.28) 70%, rgba(5, 6, 11, 0.92));
}

.mind-author-caption {
  position: absolute;
  left: 86px;
  right: 24px;
  bottom: 92px;
  z-index: 2;
  color: rgba(255, 255, 255, 0.76);
  font-size: 12px;
}

.mind-author-caption strong {
  display: block;
  color: #fff;
  font-size: 17px;
}

.mind-mechanism-card {
  position: absolute;
  left: 0;
  right: 38px;
  bottom: 0;
  z-index: 3;
  padding: 22px;
  border: 1px solid rgba(201, 162, 39, 0.36);
  border-radius: 20px;
  background: rgba(12, 11, 24, 0.94);
  box-shadow: 0 26px 60px rgba(0, 0, 0, 0.52);
}

.mind-mechanism-label {
  color: #f0d060;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.mind-mechanism-card h2 {
  margin: 7px 0 16px;
  font-size: 21px;
  line-height: 1.28;
}

.mind-mechanism-flow {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 8px;
}

.mind-mechanism-step {
  padding: 12px 10px;
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.045);
  color: var(--text-dim);
  font-size: 11px;
  line-height: 1.35;
}

.mind-mechanism-step b {
  display: block;
  margin-bottom: 3px;
  color: #fff;
  font-size: 12px;
}

#mindQuickStart {
  position: relative;
  z-index: 3;
  padding: 78px 0 86px;
  border-top: 1px solid rgba(255, 255, 255, 0.06);
  border-bottom: 1px solid rgba(255, 255, 255, 0.06);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.018), rgba(201, 162, 39, 0.025));
}

.mind-quick-head {
  max-width: 800px;
  margin: 0 auto 38px;
  text-align: center;
}

.mind-quick-head h2 {
  margin: 14px 0 14px;
  font-size: clamp(30px, 4vw, 46px);
  font-weight: 900;
}

.mind-quick-head p {
  color: var(--text-dim);
  font-size: 17px;
}

.mind-quick-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.mind-quick-card {
  position: relative;
  display: flex;
  flex-direction: column;
  min-height: 100%;
  padding: 28px 24px 24px;
  border: 1px solid rgba(255, 255, 255, 0.11);
  border-radius: 20px;
  background: rgba(20, 20, 46, 0.82);
  box-shadow: 0 18px 52px rgba(0, 0, 0, 0.28);
}

.mind-quick-card.is-recommended {
  border-color: rgba(201, 162, 39, 0.64);
  box-shadow: 0 24px 70px rgba(0, 0, 0, 0.42), 0 0 38px rgba(201, 162, 39, 0.13);
}

.mind-quick-badge {
  position: absolute;
  top: -13px;
  left: 50%;
  transform: translateX(-50%);
  padding: 6px 14px;
  border-radius: 999px;
  background: linear-gradient(135deg, #c9a227, #f0d060);
  color: #090914;
  font-size: 10px;
  font-weight: 900;
  letter-spacing: 0.09em;
  text-transform: uppercase;
  white-space: nowrap;
}

.mind-quick-name {
  color: var(--text-muted);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.mind-quick-price {
  margin: 7px 0 5px;
  color: #fff;
  font-family: "Montserrat", sans-serif;
  font-size: 36px;
  font-weight: 900;
  letter-spacing: -0.03em;
}

.mind-quick-sub {
  min-height: 45px;
  color: var(--text-muted);
  font-size: 12px;
}

.mind-quick-list {
  display: grid;
  gap: 10px;
  margin: 22px 0 26px;
  padding: 0;
  list-style: none;
}

.mind-quick-list li {
  position: relative;
  padding-left: 22px;
  color: var(--text-dim);
  font-size: 14px;
  line-height: 1.45;
}

.mind-quick-list li::before {
  content: "✓";
  position: absolute;
  left: 0;
  color: #f0d060;
  font-weight: 900;
}

.mind-quick-card .btn {
  width: 100%;
  margin-top: auto;
  text-align: center;
}

.mind-quick-foot {
  max-width: 880px;
  margin: 26px auto 0;
  color: var(--text-muted);
  font-size: 13px;
  line-height: 1.65;
  text-align: center;
}

.mind-quick-foot strong {
  color: var(--text);
}

.mind-film-bridge {
  position: relative;
  z-index: 3;
  padding: 76px 0 42px;
  text-align: center;
}

.mind-film-bridge h2 {
  max-width: 880px;
  margin: 14px auto 16px;
  font-size: clamp(30px, 4vw, 48px);
  font-weight: 900;
}

.mind-film-bridge p {
  max-width: 760px;
  margin: 0 auto;
  color: var(--text-dim);
  font-size: 17px;
}

@media (max-width: 980px) {
  #mindDecisionHero {
    min-height: auto;
    padding-top: 142px;
  }

  .mind-decision-grid {
    grid-template-columns: 1fr;
  }

  .mind-hero-visual {
    width: min(100%, 560px);
    min-height: 560px;
    margin: 0 auto;
  }

  .mind-quick-grid {
    grid-template-columns: 1fr;
    max-width: 620px;
    margin: 0 auto;
  }

  .mind-quick-card {
    min-height: 0;
  }
}

@media (max-width: 640px) {
  #mindDecisionHero {
    padding: 126px 0 54px;
  }

  body.mind-premiere-live #mindDecisionHero {
    padding-top: 174px;
  }

  .mind-premiere-bar {
    font-size: 11px;
  }

  .mind-decision-copy h1 {
    margin-top: 16px;
    font-size: clamp(35px, 10.4vw, 46px);
    line-height: 1.01;
  }

  .mind-decision-copy > .eyebrow {
    order: 1;
  }

  .mind-decision-copy > h1 {
    order: 2;
  }

  .mind-decision-copy > .mind-lead {
    order: 3;
    font-size: 16px;
    line-height: 1.58;
  }

  .mind-decision-copy > .mind-hero-actions {
    order: 4;
    margin-top: 16px;
  }

  .mind-decision-copy > .mind-offer-note {
    order: 5;
  }

  .mind-decision-copy > .mind-outcomes {
    order: 6;
  }

  .mind-decision-copy > .mind-proof-row {
    order: 7;
  }

  .mind-outcomes {
    display: grid;
    grid-template-columns: 1fr;
    gap: 8px;
    margin: 22px 0 26px;
  }

  .mind-outcomes span {
    border-radius: 12px;
  }

  .mind-hero-actions {
    display: grid;
    grid-template-columns: 1fr;
  }

  .mind-hero-actions .btn {
    width: 100%;
  }

  .mind-proof-row {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 8px;
    margin-top: 26px;
  }

  .mind-hero-visual {
    min-height: 500px;
  }

  .mind-portrait-card {
    inset: 0 0 96px 18px;
  }

  .mind-author-caption {
    left: 42px;
    bottom: 116px;
  }

  .mind-mechanism-card {
    right: 10px;
    padding: 18px;
  }

  .mind-mechanism-card h2 {
    font-size: 18px;
  }

  .mind-mechanism-flow {
    gap: 5px;
  }

  .mind-mechanism-step {
    padding: 10px 7px;
    font-size: 10px;
  }

  #mindQuickStart {
    padding: 62px 0 68px;
  }

  .mind-quick-price {
    font-size: 32px;
  }

  .mind-film-bridge {
    padding: 62px 0 34px;
  }
}

@media (prefers-reduced-motion: reduce) {
  #mindDecisionHero *,
  #mindQuickStart * {
    scroll-behavior: auto !important;
    animation: none !important;
    transition: none !important;
  }
}
