.productive-guide-page #productive-two-session-proof,
.productive-guide-page #productive-starter-paths {
  scroll-margin-top: 5rem;
}

.productive-guide-page .productive-proof-shell {
  margin-top: 1.25rem;
  border: 1px solid rgba(27, 48, 39, 0.22);
  border-radius: 1.25rem;
  background:
    radial-gradient(circle at 94% 4%, rgba(217, 123, 81, 0.12), transparent 34%),
    #fbf8ef;
  padding: clamp(1rem, 3vw, 1.6rem);
}

.productive-guide-page .productive-proof-shell[hidden],
.productive-guide-page [data-productive-blocker-fieldset][hidden],
.productive-guide-page [data-productive-proof-action][hidden],
.productive-guide-page [data-productive-commerce-host][hidden],
.productive-guide-page [data-productive-commerce-disclosure][hidden],
.productive-guide-page [data-productive-no-buy][hidden],
.productive-guide-page [data-productive-price-note][hidden] {
  display: none !important;
}

.productive-guide-page .productive-proof-kicker {
  display: block;
  margin-bottom: 0.4rem;
  color: #a34f31;
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.productive-guide-page .productive-proof-title {
  max-width: 24ch;
  margin: 0;
  font-size: clamp(1.55rem, 4vw, 2.2rem);
}

.productive-guide-page .productive-proof-summary {
  max-width: 65ch;
  margin: 0.55rem 0 0;
  color: #536158;
}

.productive-guide-page .productive-proof-facts {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0.75rem;
  margin: 1rem 0;
}

.productive-guide-page .productive-proof-facts article {
  border: 1px solid rgba(27, 48, 39, 0.14);
  border-radius: 0.9rem;
  background: rgba(255, 255, 255, 0.72);
  padding: 0.9rem;
}

.productive-guide-page .productive-proof-facts span {
  display: block;
  margin-bottom: 0.35rem;
  color: #a34f31;
  font-size: 0.7rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.productive-guide-page .productive-proof-facts p {
  margin: 0;
  color: #26372f;
  font-size: 0.92rem;
}

.productive-guide-page .productive-proof-progress {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 0.5rem;
  margin: 1.1rem 0;
  padding: 0;
  list-style: none;
}

.productive-guide-page .productive-proof-progress li {
  border: 1px solid rgba(27, 48, 39, 0.13);
  border-radius: 0.8rem;
  background: rgba(255, 255, 255, 0.54);
  padding: 0.7rem;
  color: #627067;
}

.productive-guide-page .productive-proof-progress span,
.productive-guide-page .productive-proof-progress strong {
  display: block;
}

.productive-guide-page .productive-proof-progress span {
  margin-bottom: 0.25rem;
  font-size: 0.67rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.productive-guide-page .productive-proof-progress strong {
  color: inherit;
  font-size: 0.82rem;
}

.productive-guide-page .productive-proof-progress li.is-current {
  border-color: #1b3027;
  background: #1b3027;
  color: #fffdf8;
}

.productive-guide-page .productive-proof-progress li.is-complete {
  border-color: rgba(163, 79, 49, 0.42);
  background: #f7e9dc;
  color: #713b27;
}

.productive-guide-page .productive-session-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.65rem;
  align-items: center;
}

.productive-guide-page .productive-session-note {
  margin: 0.75rem 0 0;
  color: #536158;
  font-size: 0.88rem;
}

.productive-guide-page .productive-blocker-fieldset {
  margin: 1.2rem 0 0;
  border: 1px solid rgba(27, 48, 39, 0.18);
  border-radius: 1rem;
  background: rgba(255, 255, 255, 0.68);
  padding: 1rem;
}

.productive-guide-page .productive-blocker-fieldset legend {
  max-width: 42ch;
  padding: 0 0.25rem;
  color: #1b3027;
  font-family: Fraunces, serif;
  font-size: 1.15rem;
  font-weight: 650;
}

.productive-guide-page .productive-blocker-options {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.55rem;
  margin-top: 0.55rem;
}

.productive-guide-page .productive-blocker-options label {
  display: flex;
  gap: 0.55rem;
  align-items: flex-start;
  border: 1px solid rgba(27, 48, 39, 0.13);
  border-radius: 0.75rem;
  background: #fffdf8;
  padding: 0.75rem;
  color: #33463d;
  font-size: 0.9rem;
  cursor: pointer;
}

.productive-guide-page .productive-blocker-options input {
  margin-top: 0.18rem;
  accent-color: #1b3027;
}

.productive-guide-page [data-productive-proof-action]:focus-visible,
.productive-guide-page [data-productive-unlock]:focus-visible,
.productive-guide-page .productive-blocker-options input:focus-visible {
  outline: 3px solid #d97b51;
  outline-offset: 3px;
}

.productive-guide-page .productive-proof-unlock {
  margin-top: 0.9rem;
}

.productive-guide-page .productive-proof-status {
  margin: 0.75rem 0 0;
  border-left: 3px solid #d97b51;
  border-radius: 0.45rem;
  background: #fff8e8;
  padding: 0.75rem 0.9rem;
  color: #33463d;
  font-size: 0.9rem;
  font-weight: 700;
}

.productive-guide-page .productive-commerce-disclosure {
  margin: 1rem 0 0.65rem;
  border-radius: 0.7rem;
  background: #fff3d3;
  padding: 0.8rem 0.9rem;
  color: #55472d;
  font-size: 0.86rem;
}

.productive-guide-page .productive-qualified-product-grid {
  grid-template-columns: minmax(0, 1fr);
  margin-top: 0.65rem;
}

.productive-guide-page .productive-qualified-product-grid .guide-pick {
  max-width: 46rem;
}

.productive-guide-page .productive-no-buy-branch {
  margin-top: 1rem;
  border: 1px solid rgba(27, 48, 39, 0.16);
  border-radius: 0.9rem;
  background: #eef4ed;
  padding: 1rem;
}

.productive-guide-page .productive-no-buy-branch strong,
.productive-guide-page .productive-no-buy-branch span {
  display: block;
}

.productive-guide-page .productive-no-buy-branch strong {
  margin-bottom: 0.3rem;
  color: #1b3027;
  font-family: Fraunces, serif;
  font-size: 1.15rem;
}

.productive-guide-page .productive-no-buy-branch span {
  color: #425349;
}

.productive-guide-page .productive-gate-principles {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0.75rem;
}

.productive-guide-page .productive-gate-principles article {
  border: 1px solid rgba(27, 48, 39, 0.14);
  border-radius: 0.9rem;
  background: rgba(255, 255, 255, 0.62);
  padding: 1rem;
}

.productive-guide-page .productive-gate-principles span {
  display: block;
  margin-bottom: 0.35rem;
  color: #a34f31;
  font-size: 0.7rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

@media (max-width: 760px) {
  .productive-guide-page .productive-proof-facts,
  .productive-guide-page .productive-gate-principles {
    grid-template-columns: 1fr;
  }

  .productive-guide-page .productive-proof-progress {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .productive-guide-page .productive-blocker-options {
    grid-template-columns: 1fr;
  }

  .productive-guide-page .productive-session-actions .button {
    width: 100%;
    justify-content: center;
  }
}

@media (prefers-reduced-motion: reduce) {
  .productive-guide-page * {
    scroll-behavior: auto !important;
  }
}
