/* Homepage: service cards + project path share one grid.
   Scoped to .rsb-offer so company-page course cards stay unchanged. */

.rsb-offer{
  --offer-ink:#151419;
  --offer-card:#232228;
  --offer-line:#3a3942;
  --offer-muted:#c8c7d0;
  display:grid;
  grid-template-columns:minmax(0,1fr) minmax(280px,340px);
  column-gap:28px;
  row-gap:4px;
  align-items:stretch;
  margin:8px 0 10px;
}

.rsb-offer__head,
.rsb-offer__aside-head{min-width:0}
.rsb-offer__cards{min-width:0}
.rsb-offer__rail{
  min-width:0;
  display:flex;
}

.rsb-offer .rsb-services-heading{
  margin:0 0 16px;
}
.rsb-offer .rsb-services-heading h2{
  margin:8px 0 8px!important;
  font-size:1.85rem!important;
  line-height:1.35!important;
  letter-spacing:0;
}
.rsb-offer .rsb-services-heading p{
  margin:0!important;
  max-width:38rem;
  font-size:.95rem;
  line-height:1.75;
}
.rsb-offer .rsb-services-kicker{
  display:inline-flex;
  align-items:center;
  gap:6px;
  margin:0;
  font-size:.78rem;
  font-weight:700;
}
.rsb-offer__aside-heading h2{font-size:1.55rem!important}
.rsb-offer__aside-heading p{max-width:none}

.rsb-offer .rsb-course-grid{
  width:100%;
  margin:0;
  grid-template-columns:repeat(2,minmax(0,1fr));
  justify-content:stretch;
  gap:22px 20px;
}
.rsb-offer .rsb-course-grid .card{
  width:100%;
  min-height:268px;
}

.rsb-process{
  position:relative;
  isolation:isolate;
  display:flex;
  flex:1;
  flex-direction:column;
  justify-content:space-between;
  gap:0;
  width:100%;
  margin:0;
  padding:26px 22px 18px;
  list-style:none;
  overflow:hidden;
  border-radius:32px;
  color:#fff;
  background:
    radial-gradient(ellipse at 100% 0%,rgba(1,195,168,.42) 0%,rgba(1,195,168,.12) 34%,transparent 64%),
    linear-gradient(160deg,#1d1c22 0%,var(--offer-ink) 58%);
  box-shadow:0 22px 24px -12px rgba(0,0,0,.55),0 7px 12px -7px rgba(0,0,0,.35),inset 0 1px 0 rgba(255,255,255,.04);
}
.rsb-process::before{
  content:"";
  position:absolute;
  inset:0;
  z-index:0;
  padding:1px;
  border-radius:inherit;
  pointer-events:none;
  background:
    linear-gradient(200deg,rgba(1,195,168,.85),rgba(255,183,65,.35) 28%,rgba(24,144,255,.15) 62%,rgba(255,255,255,.08));
  -webkit-mask:linear-gradient(#fff 0 0) content-box,linear-gradient(#fff 0 0);
  -webkit-mask-composite:xor;
  mask:linear-gradient(#fff 0 0) content-box,linear-gradient(#fff 0 0);
  mask-composite:exclude;
}
.rsb-process__step{
  position:relative;
  z-index:1;
  display:flex;
  flex:1 1 0;
  align-items:flex-start;
  gap:14px;
  min-height:0;
  padding:8px 0 18px;
}
.rsb-process__step:not(:last-child)::after{
  content:"";
  position:absolute;
  top:46px;
  bottom:0;
  inset-inline-start:17px;
  width:2px;
  border-radius:99px;
  background:linear-gradient(180deg,#01c3a8,#ffb741 55%,#1890ff);
  opacity:.7;
}
.rsb-process__mark{
  position:relative;
  z-index:1;
  display:grid;
  flex:none;
  width:36px;
  height:36px;
  place-items:center;
  border-radius:50%;
  color:#fff;
  background:#29282e;
  box-shadow:0 0 0 4px var(--offer-ink),0 0 0 5px rgba(255,255,255,.08);
  font-size:.95rem;
}
.rsb-process__step:nth-child(1) .rsb-process__mark{color:#01c3a8}
.rsb-process__step:nth-child(2) .rsb-process__mark{color:#ffb741}
.rsb-process__step:nth-child(3) .rsb-process__mark{color:#69b7ff}
.rsb-process__body{min-width:0;padding-top:2px}
.rsb-process__num{
  display:block;
  margin-bottom:2px;
  color:#8d8c96;
  font-size:.72rem;
  font-weight:700;
  letter-spacing:.08em;
}
.rsb-process h3{
  margin:0 0 6px;
  color:#fff!important;
  font-size:1rem!important;
  font-weight:700;
  line-height:1.55;
}
.rsb-process p{
  margin:0;
  color:var(--offer-muted)!important;
  font-size:.82rem;
  line-height:1.8;
}

[data-theme="dark"] .rsb-process{
  box-shadow:0 22px 28px -12px rgba(0,0,0,.85),inset 0 1px 0 rgba(255,255,255,.04);
}
[data-theme="dark"] .rsb-offer .rsb-services-heading h2{color:var(--rsb-text,#f5f5f7)!important}
[data-theme="dark"] .rsb-offer .rsb-services-heading h2 strong{color:var(--rsb-blue,#7ec8ff)!important}
[data-theme="dark"] .rsb-offer .rsb-services-heading p{color:var(--rsb-text-muted,#c5c5ce)!important}

@media (max-width:991.98px){
  .rsb-offer{grid-template-columns:minmax(0,1fr)}
  .rsb-offer__head{order:1}
  .rsb-offer__cards{order:2}
  .rsb-offer__aside-head{order:3;margin-top:28px}
  .rsb-offer__rail{order:4}
  .rsb-process{min-height:0}
  .rsb-process__step{flex:none}
}
@media (max-width:575px){
  .rsb-offer .rsb-course-grid{grid-template-columns:minmax(0,1fr)}
  .rsb-offer .rsb-services-heading h2,
  .rsb-offer__aside-heading h2{font-size:1.45rem!important}
  .rsb-process{padding:20px 16px 12px;border-radius:24px}
}
@media (prefers-reduced-motion:reduce){
  .rsb-process{transition:none}
}
