.soloGuide{
  width:100%;
  background:#fff;
  padding:110px 0 130px;
}
.soloInner{
  width:min(1120px, calc(100% - 48px));
  margin:0 auto;
}
.soloTag{
  display:inline-flex;
  align-items:center;
  height:30px;
  padding:0 14px;
  border-radius:999px;
  background:#eef4ff;
  color:#2563eb;
  font-size:13px;
  font-weight:800;
  letter-spacing:.08em;
  text-transform:uppercase;
  margin-bottom:18px;
}
.soloTitle{
  margin:0 0 18px;
  color:#1c1c1e;
  font-size:clamp(38px, 5vw, 66px);
  line-height:1;
  letter-spacing:-1px;
  font-weight:950;
}
.soloLead{
  margin:0 0 42px;
  max-width:820px;
  color:#3a3a3c;
  font-size:18px;
  line-height:1.65;
}
.soloGrid{
  display:grid;
  grid-template-columns:repeat(2, minmax(0,1fr));
  gap:18px;
}
.soloCard{
  border:1px solid rgba(0,0,0,.10);
  border-radius:22px;
  background:#fff;
  padding:26px;
  box-shadow:0 1px 2px rgba(0,0,0,.04);
}
.soloCard h3{
  margin:0 0 10px;
  color:#1c1c1e;
  font-size:22px;
  line-height:1.18;
  font-weight:850;
}
.soloCard p{
  margin:0;
  color:#3a3a3c;
  font-size:16px;
  line-height:1.58;
}
.soloNote{
  margin-top:22px;
  border:1px solid rgba(37,99,235,.25);
  border-radius:24px;
  background:#eef4ff;
  padding:28px;
}
.soloNote h3{
  margin:0 0 10px;
  color:#2563eb;
  font-size:24px;
  font-weight:900;
}
.soloNote p{
  margin:0;
  color:#1c1c1e;
  font-size:17px;
  line-height:1.6;
}
.soloActions{
  display:flex;
  flex-wrap:wrap;
  gap:12px;
  margin-top:28px;
}
.soloBtn{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-height:46px;
  padding:0 20px;
  border-radius:14px;
  text-decoration:none;
  font-size:15px;
  font-weight:800;
}
.soloBtn.primary{
  background:#2563eb;
  color:#fff;
  border:1px solid #2563eb;
}
.soloBtn.primary:hover{ background:#174ea6; border-color:#174ea6; }
.soloBtn.ghost{
  background:#fff;
  color:#2563eb;
  border:1px solid rgba(37,99,235,.35);
}
.soloBtn.ghost:hover{ border-color:#2563eb; }
@media (max-width:760px){
  .soloGuide{ padding:70px 0 90px; }
  .soloInner{ width:min(100% - 32px, 1120px); }
  .soloGrid{ grid-template-columns:1fr; }
  .soloCard{ padding:22px; }
}


/* Opstan dark navy color match from provided reference */
:root{
  --opstan-dark:#090d1a;
  --opstan-dark-2:#0a0f1e;
  --opstan-panel:#0c1327;
  --opstan-panel-hover:#111a33;
}
