.refresh-hero {
  display: grid;
  grid-template-columns: 0.95fr 1.05fr;
  align-items: center;
  gap: 50px;
  min-height: 700px;
  padding: 68px 0 90px;
}

.refresh-hero h1 {
  margin: 20px 0 26px;
  font-size: clamp(48px, 5vw, 72px);
}

.refresh-hero-copy > p {
  max-width: 560px;
  margin: 0;
  color: var(--muted);
  font-size: 20px;
  line-height: 1.55;
}

.refresh-hero .hero-actions { justify-content: flex-start; }

.refresh-hero-copy > .install-trust {
  margin-top: 13px;
  color: #b9b7c8;
  font-size: 12px;
  line-height: 1.45;
}

.refresh-hero-copy > .researcher-invite {
  max-width: 590px;
  margin-top: 18px;
  padding: 13px 15px;
  border: 1px solid rgba(139, 92, 246, 0.34);
  border-radius: 14px;
  background: linear-gradient(120deg, rgba(255, 79, 216, 0.08), rgba(80, 200, 255, 0.08));
  color: #c9c7d8;
  font-size: 14px;
  line-height: 1.5;
}

.researcher-invite strong { color: #f5f2ff; }
.researcher-invite a { color: #8ed9ff; font-weight: 800; white-space: nowrap; }
.researcher-invite a + a { margin-left: 10px; color: #b9a6ff; }

.requirement-chips {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 22px;
}

.requirement-chips span {
  padding: 8px 11px;
  border: 1px solid #343443;
  border-radius: 999px;
  color: #9695a6;
  font-size: 11px;
}

.refresh-hero-copy > .desktop-handoff {
  margin-top: 14px;
  color: #807f91;
  font-size: 12px;
  line-height: 1.45;
}

.hero-product-scene {
  position: relative;
  min-height: 560px;
  overflow: hidden;
  border: 1px solid #343443;
  border-radius: 32px;
  background:
    radial-gradient(circle at 76% 32%, #865dff40, transparent 32%),
    radial-gradient(circle at 26% 76%, #f43b9135, transparent 35%),
    #0e0e16;
  box-shadow: 0 45px 120px #000b;
}

.scene-video-card {
  position: absolute;
  top: 42px;
  left: 38px;
  width: 61%;
  overflow: hidden;
  border: 1px solid #ffffff2e;
  border-radius: 20px;
  box-shadow: 0 24px 70px #000a;
}

.scene-video-card img { width: 100%; aspect-ratio: 16 / 9; object-fit: cover; }
.scene-video-card span {
  position: absolute;
  left: 14px;
  bottom: 14px;
  padding: 7px 9px;
  border-radius: 999px;
  background: #08080dcc;
  color: #ff8dbf;
  font: 800 9px ui-monospace, monospace;
  letter-spacing: 0.13em;
}

.scene-question {
  position: absolute;
  top: 236px;
  right: 30px;
  width: 59%;
  padding: 18px 20px;
  border: 1px solid #ffffff2b;
  border-radius: 18px 18px 5px 18px;
  background: linear-gradient(125deg, #f43b91e8, #865dffe8);
  color: #fff;
  font-size: 17px;
  font-weight: 750;
  line-height: 1.35;
  box-shadow: 0 20px 60px #0008;
}

.scene-answer {
  position: absolute;
  right: 42px;
  bottom: 38px;
  left: 62px;
  display: grid;
  grid-template-columns: 40px 1fr;
  gap: 14px;
  padding: 22px;
  border: 1px solid #ffffff25;
  border-radius: 20px;
  background: #101018ee;
  box-shadow: 0 24px 70px #000a;
  backdrop-filter: blur(18px);
}

.scene-answer img { width: 40px; border-radius: 10px; }
.scene-answer p { margin: 2px 0 13px; color: #e3e1eb; line-height: 1.45; }
.scene-answer a { grid-column: 2; color: var(--cyan); font: 750 12px ui-monospace, monospace; }

.transformation,
.visual-examples,
.three-moves,
.cohort-starts {
  padding: 116px 0;
  border-top: 1px solid var(--line);
}

.cohort-starts header {
  max-width: 760px;
  margin-bottom: 44px;
}

.cohort-starts h2 {
  margin: 14px 0 0;
  font-size: clamp(42px, 5.6vw, 70px);
  line-height: 1;
  letter-spacing: -.055em;
}

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

.cohort-grid a {
  display: block;
  min-width: 0;
  padding: 28px;
  border: 1px solid #333342;
  border-radius: 22px;
  background: radial-gradient(circle at 90% 0, #865dff28, transparent 34%), #101018;
  transition: transform .2s ease, border-color .2s ease;
}

.cohort-grid a:hover {
  transform: translateY(-4px);
  border-color: #666681;
}

.cohort-grid span {
  color: var(--cyan);
  font: 800 9px ui-monospace, monospace;
  letter-spacing: .13em;
}

.cohort-grid h3 {
  margin: 18px 0 12px;
  font-size: 24px;
  line-height: 1.08;
  letter-spacing: -.04em;
}

.cohort-grid p {
  margin: 0;
  color: var(--muted);
  font-size: 14px;
  line-height: 1.5;
}

.guide-links {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
  margin-top: 18px;
}

.guide-links a {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 8px 18px;
  align-items: center;
  min-width: 0;
  padding: 20px 22px;
  border: 1px solid #2b2b39;
  border-radius: 17px;
  background: #0d0d14;
  transition: border-color .2s ease, background .2s ease;
}

.guide-links a:hover { border-color: #56566e; background: #12121b; }
.guide-links span { grid-column: 1; color: #858496; font: 800 9px ui-monospace, monospace; letter-spacing: .13em; }
.guide-links strong { grid-column: 1; font-size: 14px; line-height: 1.35; }
.guide-links i { grid-column: 2; grid-row: 1 / 3; color: var(--cyan); font-style: normal; }

.transformation header,
.visual-examples header { max-width: 820px; margin-bottom: 54px; }
.transformation h2,
.visual-examples h2,
.three-moves h2,
.refresh-closing h2 {
  margin: 14px 0 0;
  font-size: clamp(46px, 6.5vw, 78px);
  line-height: 0.98;
  letter-spacing: -0.06em;
}

.transformation-flow {
  display: grid;
  grid-template-columns: 1fr 42px 0.82fr 42px 1fr;
  align-items: center;
  gap: 16px;
}

.transformation-flow figure,
.flow-question,
.flow-result {
  position: relative;
  min-width: 0;
  overflow: hidden;
  border: 1px solid #333342;
  border-radius: 22px;
  background: #101018;
}

.transformation-flow figure { margin: 0; }
.transformation-flow img { width: 100%; aspect-ratio: 4 / 3; object-fit: cover; }
.transformation-flow figcaption,
.flow-result > span {
  position: absolute;
  left: 14px;
  bottom: 14px;
  padding: 7px 9px;
  border-radius: 999px;
  background: #08080ddd;
  font: 800 9px ui-monospace, monospace;
  letter-spacing: 0.12em;
}

.flow-question {
  display: flex;
  min-height: 270px;
  padding: 28px;
  flex-direction: column;
  justify-content: space-between;
  background: radial-gradient(circle at 80% 20%, #f43b9145, transparent 42%), #13111b;
}

.flow-question span { color: #ff8dbf; font: 800 9px ui-monospace, monospace; letter-spacing: 0.12em; }
.flow-question p { margin: 0; font-size: 23px; font-weight: 750; line-height: 1.2; letter-spacing: -0.03em; }
.flow-arrow { color: #5f5e70; font-size: 30px; text-align: center; }
.flow-result { transition: transform 0.2s ease; }
.flow-result:hover { transform: translateY(-4px); }
.flow-result strong {
  position: absolute;
  right: 14px;
  bottom: 14px;
  padding: 8px 10px;
  border-radius: 999px;
  background: #fff;
  color: #09090f;
  font-size: 10px;
}

.example-mosaic {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 20px;
}

.example-card {
  display: block;
  min-width: 0;
  overflow: hidden;
  border: 1px solid #333342;
  border-radius: 24px;
  background: #101018;
  transition:
    transform 0.22s ease,
    border-color 0.22s ease,
    box-shadow 0.22s ease;
}

.example-card img {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 64 / 41;
  object-fit: cover;
  object-position: top center;
  border-bottom: 1px solid #333342;
  transition:
    filter 0.3s ease,
    transform 0.3s ease;
}

.example-card:hover {
  transform: translateY(-4px);
  border-color: #62627e;
  box-shadow: 0 24px 65px #0007;
}

.example-card:hover img {
  transform: scale(1.008);
  filter: saturate(1.06) contrast(1.02);
}

.example-card > div {
  position: relative;
  padding: 21px 24px 24px;
}

.example-card span { color: var(--cyan); font: 800 9px ui-monospace, monospace; letter-spacing: 0.13em; }
.example-card h3 {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  margin: 9px 0 0;
  font-size: 25px;
  letter-spacing: -0.04em;
}

.example-card h3::after {
  content: "\2197";
  flex: 0 0 auto;
  color: var(--pink);
  font-size: 18px;
}

.examples-action { margin-top: 28px; text-align: center; }

.three-moves { text-align: center; }
.moves-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; margin-top: 54px; text-align: left; }
.moves-grid article { overflow: hidden; border: 1px solid #323241; border-radius: 22px; background: #101018; }
.move-image { display: grid; place-items: center; min-height: 240px; border-bottom: 1px solid #323241; }
.move-video { background: radial-gradient(circle, #f43b9150, transparent 32%), #100e17; }
.move-video b { display: grid; place-items: center; width: 68px; height: 68px; padding-left: 4px; border-radius: 50%; background: linear-gradient(130deg, var(--coral), var(--pink)); font-size: 22px; }
.move-link { padding: 25px; background: radial-gradient(circle, #865dff4f, transparent 36%), #11101a; }
.move-link code { max-width: 100%; overflow: hidden; padding: 15px; border: 1px solid #ffffff29; border-radius: 12px; background: #09090fdd; color: #d8d6e2; text-overflow: ellipsis; white-space: nowrap; }
.move-ask { display: flex; gap: 10px; padding: 25px; background: radial-gradient(circle, #57d7ff28, transparent 40%), #0d1419; }
.move-ask p { margin: 0; padding: 16px 18px; border: 1px solid #ffffff25; border-radius: 16px; font-weight: 700; }
.move-ask b { display: grid; place-items: center; width: 42px; height: 42px; border-radius: 50%; background: #fff; color: #08080d; }
.moves-grid article > span { display: block; margin: 22px 24px 0; color: var(--pink); font: 800 11px ui-monospace, monospace; }
.moves-grid h3 { margin: 10px 24px 26px; font-size: 22px; }
.setup-link { display: inline-block; margin-top: 34px; color: var(--cyan); font-size: 14px; font-weight: 750; }

.refresh-closing { padding: 118px 0 130px; border-top: 1px solid var(--line); text-align: center; }
.refresh-closing img { width: 72px; margin: 0 auto 28px; border-radius: 18px; }
.refresh-closing p { margin: 18px 0 28px; color: var(--muted); }

@media (max-width: 850px) {
  .refresh-hero { grid-template-columns: 1fr; gap: 44px; min-height: 0; padding-top: 68px; }
  .hero-product-scene { min-height: 500px; }
  .transformation-flow { grid-template-columns: 1fr; }
  .flow-arrow { transform: rotate(90deg); }
  .flow-question { min-height: 220px; }
  .example-mosaic,
  .moves-grid,
  .cohort-grid,
  .guide-links { grid-template-columns: 1fr; }
}

/* The extra Researcher link makes the desktop navigation too dense on tablets.
   The hero keeps the primary install CTA visible, so collapse the nav sooner. */
@media (max-width: 980px) {
  .header nav { display: none; }
}

@media (max-width: 520px) {
  .refresh-hero h1 { font-size: 46px; }
  .refresh-hero .hero-actions { flex-direction: column; }
  .hero-product-scene { min-height: 450px; border-radius: 24px; }
  .scene-video-card { top: 28px; left: 22px; width: 72%; }
  .scene-question { top: 183px; right: 18px; width: 76%; font-size: 14px; }
  .scene-answer { right: 20px; bottom: 24px; left: 20px; }
}

/* Bright product story: recognition first, explanation second. */
.hero-process-visual {
  position: relative;
  margin: 0;
  overflow: hidden;
  border: 1px solid #d8dae2;
  border-radius: 30px;
  background: #f8f9fb;
  box-shadow:
    0 42px 110px #000a,
    0 0 80px #865dff1b;
}

.hero-process-visual img {
  display: block;
  width: 100%;
  aspect-ratio: 1672 / 941;
  object-fit: contain;
}

.hero-process-visual figcaption {
  position: absolute;
  right: 18px;
  bottom: 16px;
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 10px 14px;
  border: 1px solid #ffffff2b;
  border-radius: 999px;
  background: #08080de8;
  box-shadow: 0 12px 34px #0006;
  color: #fff;
  font: 850 10px ui-monospace, SFMono-Regular, Menlo, monospace;
  letter-spacing: .11em;
}

.hero-process-visual figcaption i {
  color: var(--pink);
  font-style: normal;
}

.product-proof {
  display: grid;
  grid-template-columns: minmax(250px, .65fr) minmax(0, 1.35fr);
  align-items: center;
  gap: clamp(38px, 7vw, 92px);
  padding: 116px 0;
  border-top: 1px solid var(--line);
}

.product-proof-copy h2 {
  margin: 14px 0 22px;
  font-size: clamp(42px, 5vw, 68px);
  line-height: .98;
  letter-spacing: -.055em;
}

.product-proof-copy > p:not(.section-kicker) {
  margin: 0;
  color: var(--muted);
  font-size: 17px;
  line-height: 1.58;
}

.product-proof-copy ul {
  display: grid;
  gap: 9px;
  margin: 28px 0;
  padding: 0;
  list-style: none;
}

.proof-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 28px;
}

.conversion-dock {
  position: fixed;
  z-index: 50;
  left: 50%;
  bottom: 14px;
  transform: translate(-50%, calc(100% + 40px));
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  width: min(720px, calc(100% - 24px));
  padding: 11px 12px 11px 18px;
  border: 1px solid #865dff80;
  border-radius: 18px;
  background: #101018f2;
  box-shadow: 0 18px 60px #000a;
  backdrop-filter: blur(18px);
  opacity: 0;
  pointer-events: none;
  transition: transform .24s ease, opacity .24s ease;
}

.conversion-dock.is-visible {
  transform: translateX(-50%);
  opacity: 1;
  pointer-events: auto;
}

.conversion-dock > div {
  display: grid;
  gap: 3px;
}

.conversion-dock strong { font-size: 14px; }
.conversion-dock span { color: #aaa9bd; font-size: 11px; }
.conversion-dock .button { min-height: 44px; }

.product-proof-copy li {
  display: flex;
  align-items: center;
  gap: 12px;
  color: #e3e1eb;
  font-size: 14px;
  font-weight: 740;
}

.product-proof-copy li span {
  display: grid;
  place-items: center;
  width: 31px;
  height: 31px;
  border-radius: 10px;
  background: linear-gradient(135deg, var(--coral), var(--pink), var(--violet));
  color: #fff;
  font: 850 10px ui-monospace, SFMono-Regular, Menlo, monospace;
}

.product-proof-media {
  margin: 0;
  overflow: hidden;
  border: 1px solid #343445;
  border-radius: 26px;
  background: #05070d;
  box-shadow: 0 36px 100px #000a;
}

.product-proof-media video {
  display: block;
  width: 100%;
  aspect-ratio: 16 / 9;
  background: #05070d;
}

.product-proof-media figcaption {
  padding: 15px 18px;
  border-top: 1px solid #2f3040;
  color: #a8a7b8;
  font: 760 10px ui-monospace, SFMono-Regular, Menlo, monospace;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.pricing-section {
  padding: 116px 0;
  border-top: 1px solid var(--line);
}

.pricing-header {
  display: grid;
  grid-template-columns: minmax(0, 1.35fr) minmax(260px, .65fr);
  align-items: end;
  gap: 48px;
  margin-bottom: 42px;
}

.pricing-header h2 {
  max-width: 760px;
  margin: 14px 0 0;
  font-size: clamp(42px, 5.6vw, 70px);
  line-height: 1;
  letter-spacing: -.055em;
}

.pricing-header > p {
  margin: 0 0 5px;
  color: var(--muted);
  font-size: 16px;
  line-height: 1.6;
}

.pricing-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
}

.pricing-card {
  position: relative;
  display: flex;
  min-width: 0;
  min-height: 420px;
  padding: 26px;
  flex-direction: column;
  border: 1px solid #333342;
  border-radius: 22px;
  background: radial-gradient(circle at 90% 0, #865dff1f, transparent 34%), #101018;
}

.pricing-card.pricing-featured {
  border-color: #f43b9199;
  background: radial-gradient(circle at 88% 0, #f43b9138, transparent 36%), #14101a;
  box-shadow: 0 24px 70px #f43b9114;
}

.pricing-label {
  color: var(--cyan);
  font: 850 10px ui-monospace, SFMono-Regular, Menlo, monospace;
  letter-spacing: .13em;
  text-transform: uppercase;
}

.pricing-badge {
  position: absolute;
  top: 18px;
  right: 18px;
  padding: 6px 8px;
  border-radius: 999px;
  background: #f43b9126;
  color: #ff9bc9;
  font: 800 8px ui-monospace, SFMono-Regular, Menlo, monospace;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.pricing-price {
  display: flex;
  min-height: 66px;
  margin: 24px 0 12px;
  align-items: end;
  gap: 8px;
}

.pricing-price strong {
  font-size: 48px;
  line-height: 1;
  letter-spacing: -.06em;
}

.pricing-price span {
  padding-bottom: 6px;
  color: #89889a;
  font-size: 12px;
}

.pricing-card > p:not(.pricing-price) {
  min-height: 44px;
  margin: 0;
  color: var(--muted);
  font-size: 14px;
  line-height: 1.5;
}

.pricing-card ul {
  display: grid;
  gap: 12px;
  margin: 24px 0 28px;
  padding: 0;
  list-style: none;
}

.pricing-card li {
  position: relative;
  padding-left: 18px;
  color: #d5d3df;
  font-size: 13px;
  line-height: 1.45;
}

.pricing-card li::before {
  position: absolute;
  left: 0;
  color: #64e0ad;
  content: "✓";
  font-weight: 900;
}

.pricing-card .button {
  width: 100%;
  margin-top: auto;
}

.pricing-note {
  max-width: 920px;
  margin: 24px auto 0;
  color: #858496;
  font-size: 12px;
  line-height: 1.6;
  text-align: center;
}

.pricing-note a { color: var(--cyan); text-decoration: underline; }

@media (max-width: 850px) {
  .product-proof {
    grid-template-columns: 1fr;
  }

  .product-proof-media {
    grid-row: 1;
  }

  .pricing-header { grid-template-columns: 1fr; gap: 20px; }
  .pricing-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}

@media (max-width: 520px) {
  .hero-process-visual {
    border-radius: 20px;
  }

  .hero-process-visual figcaption {
    right: 9px;
    bottom: 9px;
    gap: 7px;
    padding: 8px 10px;
    font-size: 8px;
  }

  .product-proof {
    padding: 80px 0;
  }

  .product-proof-media {
    border-radius: 18px;
  }

  .pricing-section { padding: 80px 0; }
  .pricing-grid { grid-template-columns: 1fr; }
  .pricing-card { min-height: 0; }

  .conversion-dock {
    gap: 10px;
    padding-left: 14px;
  }

  .conversion-dock strong { font-size: 12px; }
  .conversion-dock span { font-size: 10px; }
  .conversion-dock .button { min-height: 42px; padding: 0 15px; }
}

/* Account access belongs to the public website, separate from the ChatGPT flow. */
.header nav .credits-nav {
  margin: -8px 0;
  padding: 8px 13px;
  border: 1px solid #f43b9170;
  border-radius: 999px;
  background: #f43b9118;
  color: var(--ink);
  font-weight: 780;
}

.header nav .credits-nav:hover {
  border-color: #f43b91a8;
  background: #f43b9128;
}

.credits-button {
  border: 1px solid #f43b9180;
  background: linear-gradient(110deg, #ff654d18, #f43b9126 50%, #865dff24);
  color: #fff;
  transition: transform 160ms ease, border-color 160ms ease;
}

.credits-button:hover {
  border-color: #f43b91bf;
  transform: translateY(-1px);
}
