/* Appily thirtyeight — Seed Field Guide help center */

.page-help-sprout {
  --lab-ink: #0E241C;
  --lab-deep: #063D36;
  --lab-teal: #0F6B5C;
  --lab-mint: #7ED9B8;
  --lab-chart: #D6FF4B;
  --lab-coral: #FF5C35;
  --lab-paper: #F5FAF7;
  --lab-mist: #E3EFE8;
  --lab-line: rgba(14, 36, 28, 0.12);
  --lab-glow: rgba(214, 255, 75, 0.4);
  --hp-lamp-rose: #E85A7A;
  --hp-lamp-green: #1FA971;
  --hp-lamp-amber: #FF5C35;
  --hp-lamp-blue: #2A9D8F;
  --font-display: "Syne", "Avenir Next", sans-serif;
  --font-body: "Figtree", "Segoe UI", sans-serif;
  --a38-ink: var(--lab-ink);
  --a38-muted: #4A6358;
  font-family: var(--font-body);
  background:
    radial-gradient(ellipse 80% 40% at 80% 0%, rgba(126, 217, 184, 0.18), transparent 50%),
    linear-gradient(180deg, var(--lab-paper) 0%, #eef6f1 100%);
}

.page-help-sprout .page-main { padding-top: 0; }

.a38-guide { padding-bottom: 0; }

/* ── Hero ── */
.a38-guide-hero {
  position: relative;
  isolation: isolate;
  padding: 2.75rem 0 3.25rem;
  overflow: hidden;
  background:
    linear-gradient(135deg, rgba(214, 255, 75, 0.07) 25%, transparent 25.5%) 0 0 / 36px 36px,
    linear-gradient(160deg, var(--lab-deep) 0%, #0a5248 48%, #0d6b5c 100%);
  color: #fff;
  clip-path: polygon(0 0, 100% 0, 100% 92%, 0 100%);
}

.a38-guide-hero-mesh {
  position: absolute;
  inset: 0;
  pointer-events: none;
  z-index: 0;
}

.a38-guide-orb {
  position: absolute;
  border-radius: 40% 60% 55% 45% / 50% 40% 60% 50%;
  filter: blur(42px);
  opacity: 0.45;
  animation: a38GuideMorph 16s ease-in-out infinite;
}
.a38-guide-orb--1 {
  width: 320px; height: 320px;
  top: -80px; right: 8%;
  background: rgba(214, 255, 75, 0.45);
}
.a38-guide-orb--2 {
  width: 260px; height: 260px;
  bottom: -40px; left: 5%;
  background: rgba(255, 92, 53, 0.3);
  animation-delay: -7s;
}
.a38-guide-grid {
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.04) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.04) 1px, transparent 1px);
  background-size: 48px 48px;
  mask-image: radial-gradient(ellipse at 70% 40%, #000 20%, transparent 70%);
}
@keyframes a38GuideMorph {
  0%, 100% { transform: translate(0, 0) scale(1); }
  50% { transform: translate(-18px, 14px) scale(1.08); }
}

.a38-guide-hero-layout {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: 1.15fr 0.85fr;
  gap: 2rem;
  align-items: stretch;
}

.a38-guide-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  margin: 0 0 1rem;
  padding: 0.35rem 0.75rem 0.35rem 0.45rem;
  font-size: 0.68rem;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--lab-deep);
  background: var(--lab-chart);
  border-radius: 3px;
  box-shadow: 3px 3px 0 rgba(0, 0, 0, 0.18);
}
.a38-guide-live {
  width: 0.55rem;
  height: 0.55rem;
  background: var(--lab-deep);
  clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%);
  animation: a38GuideSpark 1.8s ease-in-out infinite;
}
@keyframes a38GuideSpark {
  0%, 100% { transform: scale(1) rotate(0deg); opacity: 1; }
  50% { transform: scale(0.7) rotate(45deg); opacity: 0.6; }
}

.a38-guide-hero-copy h1 {
  margin: 0 0 0.85rem;
  font-family: var(--font-display);
  font-size: clamp(2rem, 4.5vw, 3.2rem);
  font-weight: 800;
  line-height: 0.98;
  letter-spacing: -0.04em;
  color: #fff;
  max-width: 12ch;
}
.a38-guide-hero-copy h1 span {
  color: var(--lab-chart);
  display: inline-block;
  position: relative;
}
.a38-guide-hero-copy h1 span::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0.08em;
  height: 0.18em;
  background: rgba(214, 255, 75, 0.35);
  z-index: -1;
  transform-origin: left;
  animation: a38GuideUnderline 1s cubic-bezier(0.22, 1, 0.36, 1) 0.2s both;
}
@keyframes a38GuideUnderline {
  from { transform: scaleX(0); }
  to { transform: scaleX(1); }
}

.a38-guide-lede {
  margin: 0 0 1.5rem;
  max-width: 42ch;
  font-size: 1rem;
  line-height: 1.6;
  color: rgba(255, 255, 255, 0.82);
}

.a38-guide-statrow {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
}
.a38-guide-stat {
  min-width: 5.5rem;
  padding: 0.75rem 0.9rem;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 8px;
  backdrop-filter: blur(8px);
}
.a38-guide-stat strong {
  display: block;
  font-family: var(--font-display);
  font-size: 1.35rem;
  font-weight: 800;
  letter-spacing: -0.03em;
  color: var(--lab-chart);
  line-height: 1;
}
.a38-guide-stat span {
  display: block;
  margin-top: 0.3rem;
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.65);
}

/* Search console */
.a38-guide-console {
  display: flex;
  flex-direction: column;
  gap: 0.9rem;
  padding: 1.35rem 1.35rem 1.25rem;
  background: rgba(255, 255, 255, 0.96);
  color: var(--lab-ink);
  border-radius: 12px 4px 12px 4px;
  box-shadow:
    0 28px 56px rgba(0, 0, 0, 0.22),
    5px 5px 0 var(--lab-chart);
  transform: rotate(0.4deg);
  animation: a38GuideSettle 0.8s cubic-bezier(0.22, 1, 0.36, 1) both;
}
@keyframes a38GuideSettle {
  from { opacity: 0; transform: translateY(24px) rotate(2deg); }
  to { opacity: 1; transform: rotate(0.4deg); }
}

.a38-guide-console-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.a38-guide-console-label {
  font-size: 0.66rem;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--lab-teal);
}
.a38-guide-console-pulse {
  width: 8px;
  height: 8px;
  border-radius: 2px;
  background: var(--lab-coral);
  box-shadow: 0 0 0 0 rgba(255, 92, 53, 0.45);
  animation: a38GuidePulse 2s ease infinite;
  transform: rotate(45deg);
}
@keyframes a38GuidePulse {
  0% { box-shadow: 0 0 0 0 rgba(255, 92, 53, 0.45); }
  70% { box-shadow: 0 0 0 10px transparent; }
  100% { box-shadow: 0 0 0 0 transparent; }
}

.a38-guide-search {
  position: relative;
  display: flex;
  align-items: center;
  background: var(--lab-mist);
  border: 2px solid transparent;
  border-radius: 6px;
  transition: border-color 0.2s, box-shadow 0.2s;
}
.a38-guide-search:focus-within {
  border-color: var(--lab-teal);
  box-shadow: 0 0 0 4px rgba(15, 107, 92, 0.12);
  background: #fff;
}
.a38-guide-search input {
  flex: 1;
  border: 0;
  background: transparent;
  padding: 0.95rem 2.6rem 0.95rem 1rem;
  font: inherit;
  font-size: 0.92rem;
  font-weight: 600;
  color: var(--lab-ink);
}
.a38-guide-search input::placeholder { color: var(--a38-muted); font-weight: 500; }
.a38-guide-search input:focus { outline: none; }
.a38-guide-search-clear {
  position: absolute;
  right: 0.45rem;
  width: 1.85rem;
  height: 1.85rem;
  border: 0;
  border-radius: 4px;
  background: rgba(6, 61, 54, 0.08);
  color: var(--lab-deep);
  font-size: 1.1rem;
  cursor: pointer;
  transition: background 0.2s, transform 0.2s;
}
.a38-guide-search-clear:hover {
  background: var(--lab-chart);
  transform: scale(1.05);
}

.a38-guide-chips {
  display: flex;
  flex-wrap: wrap;
  gap: 0.4rem;
}
.a38-guide-chip {
  display: inline-flex;
  align-items: center;
  padding: 0.4rem 0.7rem;
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: var(--lab-deep) !important;
  background: var(--lab-mist);
  border: 1px solid var(--lab-line);
  border-radius: 4px;
  text-decoration: none !important;
  transition: background 0.2s, transform 0.2s, color 0.2s;
}
.a38-guide-chip:hover {
  background: var(--lab-deep);
  color: var(--lab-chart) !important;
  transform: translateY(-2px);
  text-decoration: none !important;
}
.a38-guide-chip--mail { border-color: rgba(255, 92, 53, 0.35); }

.a38-guide-hours {
  margin: 0;
  font-size: 0.75rem;
  line-height: 1.5;
  color: var(--a38-muted);
}
.a38-guide-hours strong { color: var(--lab-deep); }

/* ── Body ── */
.a38-guide-body {
  position: relative;
  padding: 2.5rem 1rem 1.5rem;
  margin-top: -1.5rem;
  z-index: 2;
}

.a38-guide-empty {
  margin: 0 0 1.15rem;
  padding: 1rem 1.25rem;
  text-align: center;
  font-size: 0.88rem;
  font-weight: 700;
  color: var(--a38-muted);
  background: #fff;
  border: 2px dashed var(--lab-line);
  border-radius: 8px;
}

/* Chapter rail — horizontal cards, not sidebar */
.a38-guide-chapters {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 0.85rem;
  margin-bottom: 1.5rem;
}

.a38-guide-chapter {
  position: relative;
  display: grid;
  grid-template-columns: auto 1fr;
  grid-template-rows: auto auto;
  gap: 0.15rem 0.7rem;
  align-items: center;
  padding: 1.05rem 1rem 1.1rem;
  border: 1px solid var(--lab-line);
  border-radius: 10px;
  background: #fff;
  text-align: left;
  cursor: pointer;
  overflow: hidden;
  transition: transform 0.28s cubic-bezier(0.22, 1, 0.36, 1), box-shadow 0.28s, border-color 0.28s, background 0.28s;
}
.a38-guide-chapter::before {
  content: "";
  position: absolute;
  inset: 0 0 auto 0;
  height: 3px;
  background: var(--hp-lamp-green);
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.3s ease;
}
.a38-guide-chapter.lamp-rose::before { background: var(--hp-lamp-rose); }
.a38-guide-chapter.lamp-green::before { background: var(--hp-lamp-green); }
.a38-guide-chapter.lamp-amber::before { background: var(--hp-lamp-amber); }
.a38-guide-chapter.lamp-blue::before { background: var(--hp-lamp-blue); }

.a38-guide-chapter:hover {
  transform: translateY(-5px);
  box-shadow: 0 16px 36px rgba(6, 61, 54, 0.12);
  border-color: rgba(15, 107, 92, 0.25);
}
.a38-guide-chapter.is-active {
  background: var(--lab-deep);
  border-color: var(--lab-deep);
  color: #fff;
  box-shadow: 5px 5px 0 var(--lab-chart);
  transform: translateY(-5px);
}
.a38-guide-chapter.is-active::before { transform: scaleX(1); background: var(--lab-chart); }

.a38-guide-chapter-num {
  grid-row: 1 / 3;
  display: grid;
  place-items: center;
  width: 2.4rem;
  height: 2.4rem;
  font-family: var(--font-display);
  font-size: 0.85rem;
  font-weight: 800;
  color: var(--lab-deep);
  background: var(--lab-mist);
  border-radius: 6px;
  transition: background 0.2s, color 0.2s;
}
.a38-guide-chapter.is-active .a38-guide-chapter-num {
  background: var(--lab-chart);
  color: var(--lab-deep);
}
.a38-guide-chapter-icon {
  grid-column: 2;
  font-size: 0.75rem;
  opacity: 0.45;
  line-height: 1;
}
.a38-guide-chapter.is-active .a38-guide-chapter-icon { color: var(--lab-chart); opacity: 1; }
.a38-guide-chapter-title {
  grid-column: 2;
  font-size: 0.82rem;
  font-weight: 800;
  font-family: var(--font-display);
  letter-spacing: -0.02em;
  line-height: 1.25;
  color: var(--lab-ink);
}
.a38-guide-chapter.is-active .a38-guide-chapter-title { color: #fff; }
.a38-guide-chapter-count {
  grid-column: 2;
  font-size: 0.65rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: var(--a38-muted);
}
.a38-guide-chapter.is-active .a38-guide-chapter-count { color: rgba(255, 255, 255, 0.65); }

/* FAQ canvas */
.a38-guide-canvas {
  position: relative;
  min-height: 320px;
}

.a38-guide-panel {
  display: none;
  padding: 1.6rem 1.7rem 1.8rem;
  background: #fff;
  border: 1px solid var(--lab-line);
  border-radius: 4px 16px 4px 16px;
  box-shadow: 0 22px 48px rgba(6, 61, 54, 0.08);
  overflow: hidden;
}
.a38-guide-panel.is-active {
  display: block;
  animation: a38GuidePanelIn 0.5s cubic-bezier(0.22, 1, 0.36, 1);
}
@keyframes a38GuidePanelIn {
  from { opacity: 0; transform: translateY(18px) skewY(0.4deg); filter: blur(3px); }
  to { opacity: 1; transform: none; filter: none; }
}

.a38-guide-panel::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 5px;
  background: var(--hp-lamp-green);
}
.a38-guide-panel.lamp-rose::before { background: linear-gradient(180deg, var(--hp-lamp-rose), #ff8fa8); }
.a38-guide-panel.lamp-green::before { background: linear-gradient(180deg, var(--hp-lamp-green), var(--lab-chart)); }
.a38-guide-panel.lamp-amber::before { background: linear-gradient(180deg, var(--hp-lamp-amber), #ffb089); }
.a38-guide-panel.lamp-blue::before { background: linear-gradient(180deg, var(--hp-lamp-blue), var(--lab-mint)); }

.a38-guide-panel-head {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 1.1rem;
  align-items: start;
  margin-bottom: 1.35rem;
  padding-bottom: 1.15rem;
  border-bottom: 1px dashed var(--lab-line);
}
.a38-guide-panel-mark {
  width: 3.4rem;
  height: 3.4rem;
  display: grid;
  place-items: center;
  font-family: var(--font-display);
  font-size: 1.1rem;
  font-weight: 800;
  color: var(--lab-deep);
  background: var(--lab-chart);
  border-radius: 8px;
  box-shadow: 3px 3px 0 rgba(6, 61, 54, 0.2);
  animation: a38GuideMark 3s ease-in-out infinite;
}
@keyframes a38GuideMark {
  0%, 100% { transform: rotate(-2deg); }
  50% { transform: rotate(2deg); }
}
.a38-guide-panel-kicker {
  margin: 0 0 0.35rem;
  font-size: 0.66rem;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--lab-teal);
}
.a38-guide-panel-head h2 {
  margin: 0 0 0.4rem;
  font-family: var(--font-display);
  font-size: clamp(1.4rem, 2.6vw, 1.85rem);
  font-weight: 800;
  letter-spacing: -0.03em;
  color: var(--lab-ink);
  line-height: 1.1;
}
.a38-guide-panel-head p {
  margin: 0;
  font-size: 0.9rem;
  line-height: 1.55;
  color: var(--a38-muted);
  max-width: 52ch;
}

.a38-guide-faqs {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 0.65rem;
}

.a38-guide-faq {
  background: var(--lab-paper);
  border: 1px solid var(--lab-line);
  border-radius: 8px;
  overflow: hidden;
  transition: border-color 0.22s, box-shadow 0.22s, transform 0.22s, background 0.22s;
}
.a38-guide-faq:hover {
  transform: translateX(4px);
  border-color: rgba(15, 107, 92, 0.28);
  box-shadow: 0 10px 24px rgba(6, 61, 54, 0.08);
}
.a38-guide-faq[open] {
  background: #fff;
  border-color: rgba(15, 107, 92, 0.3);
  box-shadow: 0 14px 32px rgba(6, 61, 54, 0.1);
}

.a38-guide-faq summary {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto;
  gap: 0.75rem;
  align-items: center;
  padding: 1rem 1.05rem;
  cursor: pointer;
  list-style: none;
}
.a38-guide-faq summary::-webkit-details-marker { display: none; }

.a38-guide-faq-idx {
  font-family: var(--font-display);
  font-size: 0.72rem;
  font-weight: 800;
  color: var(--lab-teal);
  letter-spacing: 0.04em;
  min-width: 2.6rem;
}
.a38-guide-faq-q {
  font-size: 0.95rem;
  font-weight: 700;
  line-height: 1.4;
  color: var(--lab-ink);
}
.a38-guide-faq-toggle {
  width: 1.7rem;
  height: 1.7rem;
  border-radius: 4px;
  background: var(--lab-deep);
  position: relative;
  transition: background 0.22s, transform 0.25s;
}
.a38-guide-faq-toggle::before,
.a38-guide-faq-toggle::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  background: var(--lab-chart);
  transition: transform 0.25s;
}
.a38-guide-faq-toggle::before {
  width: 10px;
  height: 2px;
  transform: translate(-50%, -50%);
}
.a38-guide-faq-toggle::after {
  width: 2px;
  height: 10px;
  transform: translate(-50%, -50%);
}
.a38-guide-faq[open] .a38-guide-faq-toggle {
  background: var(--lab-chart);
  transform: rotate(90deg);
}
.a38-guide-faq[open] .a38-guide-faq-toggle::before,
.a38-guide-faq[open] .a38-guide-faq-toggle::after {
  background: var(--lab-deep);
}
.a38-guide-faq[open] .a38-guide-faq-toggle::after {
  transform: translate(-50%, -50%) scaleY(0);
}

.a38-guide-faq-a {
  margin: 0 1.05rem 1.05rem;
  padding: 0.9rem 0 0;
  border-top: 1px dashed var(--lab-line);
  font-size: 0.9rem;
  line-height: 1.7;
  color: var(--a38-muted);
  animation: a38GuideUnroll 0.35s ease;
}
@keyframes a38GuideUnroll {
  from { opacity: 0; transform: translateY(-8px); }
  to { opacity: 1; transform: none; }
}
.a38-guide-faq-a a {
  color: var(--lab-teal);
  font-weight: 800;
  text-decoration: underline;
  text-underline-offset: 2px;
}
.a38-guide-faq-a a:hover { color: var(--lab-coral); }

/* ── Bento footer ── */
.a38-guide-bento {
  padding: 2.75rem 0 3.75rem;
  background:
    url("data:image/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 60 60' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M30 4c2 8 8 14 16 16-8 2-14 8-16 16-2-8-8-14-16-16 8-2 14-8 16-16z' fill='%230F6B5C' fill-opacity='0.05'/%3E%3C/svg%3E"),
    linear-gradient(180deg, transparent 0%, var(--lab-mist) 30%, #d7e8df 100%);
}

.a38-guide-bento-grid {
  display: grid;
  grid-template-columns: 1.1fr 1fr 0.95fr;
  gap: 1rem;
  align-items: stretch;
}

.a38-guide-tile {
  position: relative;
  padding: 1.45rem 1.4rem 1.5rem;
  background: #fff;
  border: 1px solid var(--lab-line);
  border-radius: 12px;
  overflow: hidden;
  transition: transform 0.3s, box-shadow 0.3s;
}
.a38-guide-tile:hover {
  transform: translateY(-6px);
  box-shadow: 0 20px 40px rgba(6, 61, 54, 0.12);
}
.a38-guide-tile--pay {
  background: linear-gradient(145deg, #fff 0%, #e8f8f0 100%);
}
.a38-guide-tile--policy {
  background: linear-gradient(145deg, #fff 0%, #f3ffd6 100%);
}
.a38-guide-tile--live {
  background: linear-gradient(155deg, var(--lab-deep) 0%, #0a5248 100%);
  color: #fff;
  border-color: transparent;
  box-shadow: 5px 5px 0 var(--lab-chart);
}
.a38-guide-tile--live:hover {
  box-shadow: 7px 7px 0 var(--lab-chart);
}

.a38-guide-tile-tag {
  display: inline-block;
  margin-bottom: 0.55rem;
  padding: 0.22rem 0.55rem;
  font-size: 0.62rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--lab-deep);
  background: var(--lab-chart);
  border-radius: 3px;
}
.a38-guide-tile--live .a38-guide-tile-tag {
  background: rgba(214, 255, 75, 0.2);
  color: var(--lab-chart);
}

.a38-guide-tile h3 {
  margin: 0 0 0.7rem;
  font-family: var(--font-display);
  font-size: 1.2rem;
  font-weight: 800;
  letter-spacing: -0.02em;
  color: var(--lab-ink);
}
.a38-guide-tile--live h3 { color: #fff; }

.a38-guide-tile ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 0.45rem;
}
.a38-guide-tile li {
  font-size: 0.86rem;
  line-height: 1.55;
  color: var(--a38-muted);
  padding-left: 0.9rem;
  position: relative;
}
.a38-guide-tile li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.55em;
  width: 0.4rem;
  height: 0.4rem;
  background: var(--lab-teal);
  clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%);
}
.a38-guide-tile--live p {
  margin: 0 0 1rem;
  font-size: 0.88rem;
  line-height: 1.55;
  color: rgba(255, 255, 255, 0.82);
}

.a38-guide-links {
  display: flex;
  flex-wrap: wrap;
  gap: 0.4rem;
}
.a38-guide-links a {
  font-size: 0.76rem;
  font-weight: 800;
  padding: 0.4rem 0.7rem;
  border-radius: 4px;
  color: var(--lab-deep) !important;
  background: rgba(15, 107, 92, 0.08);
  border: 1px solid rgba(15, 107, 92, 0.15);
  text-decoration: none !important;
  transition: background 0.2s, color 0.2s, transform 0.2s;
}
.a38-guide-links a:hover {
  background: var(--lab-deep);
  color: var(--lab-chart) !important;
  transform: translateY(-2px);
}

.a38-guide-cta {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  padding: 0.7rem 1.15rem;
  font-size: 0.82rem;
  font-weight: 800;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: var(--lab-deep) !important;
  background: var(--lab-chart);
  border-radius: 4px;
  text-decoration: none !important;
  box-shadow: 3px 3px 0 rgba(0, 0, 0, 0.2);
  transition: transform 0.2s, box-shadow 0.2s;
}
.a38-guide-cta:hover {
  transform: translate(-2px, -2px);
  box-shadow: 5px 5px 0 rgba(0, 0, 0, 0.2);
  text-decoration: none !important;
}
.a38-guide-cta::after { content: "→"; }

/* Reveal */
.a38-help-reveal {
  opacity: 0;
  transform: translateY(28px);
  filter: blur(4px);
  transition:
    opacity 0.65s cubic-bezier(0.22, 1, 0.36, 1),
    transform 0.65s cubic-bezier(0.22, 1, 0.36, 1),
    filter 0.65s cubic-bezier(0.22, 1, 0.36, 1);
}
.a38-help-reveal.is-visible {
  opacity: 1;
  transform: none;
  filter: none;
}

/* ── Responsive ── */
@media (max-width: 980px) {
  .a38-guide-hero-layout { grid-template-columns: 1fr; gap: 1.5rem; }
  .a38-guide-hero-copy h1 { max-width: none; }
  .a38-guide-console { transform: none; }
  .a38-guide-chapters { grid-template-columns: repeat(2, 1fr); }
  .a38-guide-bento-grid { grid-template-columns: 1fr; }
  .a38-guide-hero { clip-path: polygon(0 0, 100% 0, 100% 96%, 0 100%); }
}

@media (max-width: 640px) {
  .a38-guide-chapters {
    display: flex;
    overflow-x: auto;
    gap: 0.65rem;
    padding-bottom: 0.35rem;
    scroll-snap-type: x mandatory;
    -webkit-overflow-scrolling: touch;
  }
  .a38-guide-chapter {
    flex: 0 0 78%;
    scroll-snap-align: start;
  }
  .a38-guide-panel { padding: 1.2rem 1.15rem 1.35rem; border-radius: 8px; }
  .a38-guide-panel-head { grid-template-columns: 1fr; }
  .a38-guide-faq summary { grid-template-columns: auto minmax(0, 1fr); }
  .a38-guide-faq-toggle { grid-column: 2; justify-self: end; }
  .a38-guide-hero { padding: 2.1rem 0 2.75rem; }
}

@media (prefers-reduced-motion: reduce) {
  .a38-guide-orb,
  .a38-guide-live,
  .a38-guide-console-pulse,
  .a38-guide-panel-mark,
  .a38-guide-console,
  .a38-guide-hero-copy h1 span::after,
  .a38-guide-panel,
  .a38-guide-faq-a,
  .a38-help-reveal {
    animation: none;
    transition: none;
    opacity: 1;
    transform: none;
    filter: none;
  }
}
