/* STLBEAST V905 — visual maker-success pathway and symptom gateway */
.v704 .v905-maker-path{
  margin-top:16px;
  border:1px solid #174d6c;
  border-radius:9px;
  background:
    radial-gradient(circle at 12% 12%,rgba(0,147,255,.11),transparent 32%),
    linear-gradient(155deg,#071827 0%,#020a12 72%);
  box-shadow:inset 0 1px #1d5a7b,0 14px 32px rgba(0,0,0,.22);
  overflow:hidden;
}
.v704 .v905-path-head{
  display:grid;
  grid-template-columns:auto minmax(0,1fr);
  gap:4px 18px;
  align-items:end;
  padding:16px 18px 14px;
  border-bottom:1px solid #133f59;
}
.v704 .v905-path-head span{
  grid-row:1/3;
  align-self:center;
  color:#58cfff;
  font-size:7.5px;
  font-weight:900;
  letter-spacing:.16em;
  writing-mode:vertical-rl;
  transform:rotate(180deg);
}
.v704 .v905-path-head h3{
  margin:0;
  color:#f4f9fc;
  font-size:20px;
  line-height:1.06;
  letter-spacing:.02em;
}
.v704 .v905-path-head p{
  margin:0;
  color:#9eb2c0;
  font-size:9.5px;
  line-height:1.45;
}
.v704 .v905-path-grid{
  display:grid;
  grid-template-columns:repeat(4,minmax(0,1fr));
  gap:1px;
  background:#12394f;
}
.v704 .v905-path-card{
  position:relative;
  display:grid;
  grid-template-columns:42px minmax(0,1fr);
  grid-template-areas:
    "num icon"
    "title title"
    "copy copy"
    "cta cta";
  gap:8px 10px;
  min-height:190px;
  padding:15px;
  background:linear-gradient(160deg,#061521,#020911 76%);
  color:inherit;
  text-decoration:none;
  transition:background .22s ease,transform .22s ease,box-shadow .22s ease;
}
.v704 .v905-path-card:hover{
  z-index:2;
  transform:translateY(-3px);
  background:linear-gradient(160deg,#082038,#03101b 76%);
  box-shadow:0 15px 28px rgba(0,112,187,.16);
}
.v704 .v905-path-card i{
  grid-area:num;
  display:grid;
  place-items:center;
  width:38px;
  height:38px;
  border:1px solid #1d8ec9;
  border-radius:50%;
  background:#06263d;
  color:#71d5ff;
  font-size:10px;
  font-style:normal;
  font-weight:900;
  box-shadow:inset 0 0 15px rgba(0,152,255,.13);
}
.v704 .v905-path-card svg{
  grid-area:icon;
  justify-self:end;
  width:42px;
  height:42px;
  fill:none;
  stroke:#4ac9ff;
  stroke-width:2.3;
  stroke-linecap:round;
  stroke-linejoin:round;
  filter:drop-shadow(0 0 8px rgba(0,153,255,.25));
}
.v704 .v905-path-card b{
  grid-area:title;
  color:#f3f8fb;
  font-size:12px;
  line-height:1.22;
}
.v704 .v905-path-card small{
  grid-area:copy;
  color:#a4b7c4;
  font-size:9px;
  line-height:1.5;
}
.v704 .v905-path-card em{
  grid-area:cta;
  align-self:end;
  color:#55cbff;
  font-size:7.5px;
  font-style:normal;
  font-weight:900;
  letter-spacing:.07em;
}
.v704 .v905-symptom-gateway{
  display:grid;
  grid-template-columns:minmax(160px,.8fr) minmax(360px,2fr) auto;
  align-items:center;
  gap:14px;
  padding:14px 16px;
  border-top:1px solid #174d6c;
  background:linear-gradient(90deg,#04121e,#061c2d 50%,#04111d);
}
.v704 .v905-symptom-gateway>div{display:grid;gap:3px}
.v704 .v905-symptom-gateway span{
  color:#53c9ff;
  font-size:7px;
  font-weight:900;
  letter-spacing:.14em;
}
.v704 .v905-symptom-gateway strong{
  color:#f3f8fb;
  font-size:11px;
  line-height:1.2;
}
.v704 .v905-symptom-gateway nav{
  display:flex;
  flex-wrap:wrap;
  gap:7px;
}
.v704 .v905-symptom-gateway nav a{
  display:inline-flex;
  align-items:center;
  min-height:28px;
  padding:0 10px;
  border:1px solid #185b7d;
  border-radius:999px;
  background:#051725;
  color:#b9d9ea;
  font-size:8px;
  font-weight:800;
  text-decoration:none;
}
.v704 .v905-symptom-gateway nav a:hover{
  border-color:#2dbaff;
  color:#fff;
  background:#07304a;
}
.v704 .v905-all-fixes{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-height:34px;
  padding:0 13px;
  border:1px solid #168fc8;
  border-radius:4px;
  background:linear-gradient(180deg,#087abb,#03507e);
  color:#fff;
  font-size:7.5px;
  font-weight:900;
  letter-spacing:.06em;
  white-space:nowrap;
  text-decoration:none;
}
@media(max-width:980px){
  .v704 .v905-path-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
  .v704 .v905-symptom-gateway{grid-template-columns:1fr auto}
  .v704 .v905-symptom-gateway nav{grid-column:1/-1;grid-row:2}
}
@media(max-width:760px){
  .v704 .v905-path-head{grid-template-columns:1fr;padding:15px}
  .v704 .v905-path-head span{grid-row:auto;writing-mode:horizontal-tb;transform:none}
  .v704 .v905-path-head h3{font-size:22px}
  .v704 .v905-path-grid{grid-template-columns:1fr}
  .v704 .v905-path-card{min-height:0;grid-template-columns:42px 1fr;padding:15px}
  .v704 .v905-symptom-gateway{grid-template-columns:1fr;padding:15px}
  .v704 .v905-symptom-gateway nav{grid-column:auto;grid-row:auto}
  .v704 .v905-all-fixes{justify-self:start}
}
@media(prefers-reduced-motion:reduce){
  .v704 .v905-path-card{transition:none}
  .v704 .v905-path-card:hover{transform:none}
}
