/* Pulse instruction pages */

.guide-page{
  background:
    radial-gradient(circle at 18% 8%,rgba(124,92,255,.10),transparent 28%),
    var(--bg);
}

.guide-hero{
  position:relative;
  overflow:hidden;
  padding:72px 0 66px;
  border-bottom:1px solid var(--line);
}

.guide-hero-grid{
  display:grid;
  grid-template-columns:minmax(0,1.15fr) minmax(300px,.65fr);
  gap:64px;
  align-items:center;
}

.breadcrumbs{
  display:flex;
  flex-wrap:wrap;
  align-items:center;
  gap:8px;
  margin-bottom:24px;
  color:#7f8ba2;
  font-size:13px;
}

.breadcrumbs a{
  color:#a99fff;
}

.breadcrumbs a:hover{
  color:#fff;
}

.breadcrumbs-separator{
  color:#4f596c;
}

.guide-hero h1{
  font-size:clamp(42px,5.6vw,68px);
  line-height:1.01;
  letter-spacing:-.052em;
  margin:16px 0 22px;
  max-width:900px;
}

.guide-meta{
  display:flex;
  flex-wrap:wrap;
  gap:10px 18px;
  margin-top:24px;
  color:#7f8ba2;
  font-size:13px;
}

.guide-summary-card{
  padding:26px;
  border:1px solid rgba(124,92,255,.24);
  border-radius:26px;
  background:
    linear-gradient(180deg,rgba(124,92,255,.08),transparent 50%),
    rgba(13,20,37,.88);
  box-shadow:var(--shadow);
}

.guide-summary-card h2{
  margin:0 0 18px;
  font-size:22px;
  letter-spacing:-.025em;
}

.guide-summary-row{
  display:grid;
  grid-template-columns:38px 1fr;
  gap:13px;
  align-items:start;
  padding:14px 0;
}

.guide-summary-row + .guide-summary-row{
  border-top:1px solid var(--line);
}

.guide-summary-number{
  width:34px;
  height:34px;
  display:grid;
  place-items:center;
  border-radius:11px;
  background:rgba(124,92,255,.13);
  color:#bdb5ff;
  font:800 11px ui-monospace,SFMono-Regular,Menlo,monospace;
}

.guide-summary-row b{
  display:block;
  margin-bottom:2px;
  font-size:14px;
}

.guide-summary-row span:last-child{
  color:#8793aa;
  font-size:13px;
}

.guide-layout{
  display:grid;
  grid-template-columns:minmax(0,1fr) 270px;
  gap:64px;
  align-items:start;
}

.guide-content{
  min-width:0;
}

.guide-content h2{
  margin:0 0 18px;
  font-size:clamp(29px,3.5vw,42px);
  line-height:1.08;
  letter-spacing:-.035em;
}

.guide-content h3{
  margin:0 0 10px;
  font-size:21px;
  letter-spacing:-.02em;
}

.guide-content > p,
.guide-step p,
.guide-note p{
  color:#9da8bd;
}

.guide-intro{
  margin-bottom:44px;
}

.guide-intro p{
  font-size:17px;
  max-width:790px;
}

.guide-steps{
  list-style:none;
  padding:0;
  margin:0;
  display:grid;
  gap:18px;
  counter-reset:guide-step;
}

.guide-step{
  position:relative;
  padding:30px 30px 30px 88px;
  border:1px solid var(--line);
  border-radius:24px;
  background:rgba(255,255,255,.025);
  counter-increment:guide-step;
}

.guide-step::before{
  content:counter(guide-step);
  position:absolute;
  left:28px;
  top:29px;
  width:40px;
  height:40px;
  display:grid;
  place-items:center;
  border-radius:13px;
  background:linear-gradient(135deg,var(--accent),#5a45e6);
  box-shadow:0 10px 28px rgba(124,92,255,.22);
  color:#fff;
  font-weight:850;
}

.guide-step p{
  margin:0;
}

.guide-step p + p{
  margin-top:10px;
}

.guide-note{
  margin:26px 0 0;
  padding:22px 24px;
  border:1px solid rgba(45,212,191,.20);
  border-radius:20px;
  background:rgba(45,212,191,.055);
}

.guide-note b{
  display:block;
  margin-bottom:5px;
  color:#d9fff8;
}

.guide-note p{
  margin:0;
}

.guide-sidebar{
  position:sticky;
  top:98px;
  padding:22px;
  border:1px solid var(--line);
  border-radius:22px;
  background:#0c1222;
}

.guide-sidebar b{
  display:block;
  margin-bottom:14px;
}

.guide-sidebar a{
  display:block;
  padding:9px 0;
  color:#8f9bb1;
  font-size:13px;
}

.guide-sidebar a:hover{
  color:#fff;
}

.guide-sidebar .btn{
  margin-top:18px;
  width:100%;
}

.guide-app-card{
  display:grid;
  grid-template-columns:58px 1fr;
  gap:17px;
  align-items:center;
  padding:22px;
  margin:24px 0;
  border:1px solid var(--line);
  border-radius:21px;
  background:#0e1527;
}

.guide-app-mark{
  width:58px;
  height:58px;
  display:grid;
  place-items:center;
  border-radius:18px;
  background:linear-gradient(135deg,#222c49,#10172b);
  border:1px solid rgba(255,255,255,.10);
  font-size:20px;
  font-weight:900;
}

.guide-app-card b,
.guide-app-card span{
  display:block;
}

.guide-app-card span{
  margin-top:4px;
  color:#8793aa;
  font-size:13px;
}

.guide-app-link{
  display:inline-flex;
  margin-top:8px;
  color:#b9b0ff;
  font-size:13px;
  font-weight:700;
}

.guide-section{
  padding:92px 0;
}

.guide-section.alt{
  padding:92px 0;
}

.guide-faq{
  max-width:850px;
}

.guide-faq details p{
  max-width:800px;
}

.guide-related{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:14px;
  margin-top:28px;
}

.guide-related-card{
  padding:23px;
  border:1px solid var(--line);
  border-radius:20px;
  background:rgba(255,255,255,.025);
}

.guide-related-card span{
  display:block;
  color:#8376ff;
  font-size:11px;
  font-weight:800;
  text-transform:uppercase;
  letter-spacing:.07em;
}

.guide-related-card b{
  display:block;
  margin-top:9px;
  font-size:17px;
}

.guide-related-card p{
  margin:8px 0 0;
  color:#8290a7;
  font-size:13px;
}

.guide-related-card.is-disabled{
  opacity:.55;
}

.guide-disclaimer{
  margin-top:34px;
  color:#657086;
  font-size:12px;
}

@media (max-width:900px){
  .guide-hero-grid,
  .guide-layout{
    grid-template-columns:1fr;
  }

  .guide-hero-grid,
  .guide-layout{
    gap:40px;
  }

  .guide-sidebar{
    position:static;
  }

  .guide-related{
    grid-template-columns:1fr;
  }
}

@media (max-width:600px){
  .guide-hero{
    padding:54px 0 50px;
  }

  .guide-hero h1{
    font-size:42px;
  }

  .guide-section,
  .guide-section.alt{
    padding:72px 0;
  }

  .guide-step{
    padding:78px 22px 24px;
  }

  .guide-step::before{
    left:22px;
    top:22px;
  }

  .guide-app-card{
    grid-template-columns:1fr;
  }
}
