.rah-list-page{
  background:#f6f7fb;
  color:#111827;
  padding:18px 0 46px;
}
.rah-container{
  width:min(100% - 24px,1180px);
  margin:0 auto;
}
.rah-hero{
  background:linear-gradient(180deg,#ffffff 0%,#eef4ff 100%);
  border:1px solid #e6ebf5;
  border-radius:24px;
  padding:24px 18px;
  box-shadow:0 12px 30px rgba(15,23,42,.05);
}
.rah-kicker{
  display:inline-block;
  margin-bottom:10px;
  font-size:12px;
  font-weight:800;
  text-transform:uppercase;
  letter-spacing:.08em;
  color:#3157ff;
}
.rah-hero h1{
  margin:0 0 12px;
  font-size:30px;
  line-height:1.18;
  color:#0f172a;
}
.rah-hero p{
  margin:0;
  font-size:15px;
  line-height:1.8;
  color:#475569;
}
.rah-badges{
  display:flex;
  flex-wrap:wrap;
  gap:8px;
  margin-top:16px;
}
.rah-badges span{
  display:inline-flex;
  align-items:center;
  min-height:34px;
  padding:0 12px;
  border-radius:999px;
  background:#fff;
  border:1px solid #dbe3f5;
  font-size:13px;
  font-weight:700;
  color:#334155;
}
.rah-hero__actions{
  display:flex;
  flex-wrap:wrap;
  gap:10px;
  margin-top:18px;
}
.rah-btn{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-height:44px;
  padding:0 16px;
  border-radius:12px;
  text-decoration:none !important;
  font-size:14px;
  font-weight:800;
  transition:.2s ease;
  box-sizing:border-box;
}
.rah-btn--primary{
  background:#ef1408;
  color:#fff !important;
  border:1px solid #ef1408;
}
.rah-btn--primary:hover{
  background:#d90f05;
  border-color:#d90f05;
  color:#fff !important;
}
.rah-btn--ghost{
  background:#fff;
  color:#1e293b !important;
  border:1px solid #d5ddec;
}
.rah-btn--ghost:hover{
  background:#f8fbff;
  color:#1e293b !important;
}
.rah-intro-box,
.rah-note,
.rah-copy-card,
.rah-faq details{
  background:#fff;
  border:1px solid #e5ebf7;
  border-radius:20px;
  box-shadow:0 10px 24px rgba(15,23,42,.04);
}
.rah-intro-box,
.rah-note{
  margin-top:20px;
  padding:20px 16px;
}
.rah-section-head{
  margin:22px 0 14px;
}
.rah-section-head h2,
.rah-intro-box h2,
.rah-note h2,
.rah-copy-card h2,
.rah-faq h2{
  margin:0 0 10px;
  font-size:22px;
  line-height:1.3;
  color:#0f172a;
}
.rah-section-head p,
.rah-intro-box p,
.rah-note p,
.rah-copy-card p{
  margin:0;
  font-size:15px;
  line-height:1.8;
  color:#475569;
}
.rah-app-grid{
  display:grid;
  grid-template-columns:1fr;
  gap:16px;
}
.rah-card{
  display:flex;
  flex-direction:column;
  background:#fff;
  border:1px solid #e5ebf7;
  border-radius:22px;
  overflow:hidden;
  box-shadow:0 12px 28px rgba(15,23,42,.05);
}
.rah-card__top{
  position:relative;
  padding:18px;
  background:linear-gradient(180deg,#f9fbff 0%,#edf3ff 100%);
  border-bottom:1px solid #e5ebf7;
}
.rah-card__rank{
  position:absolute;
  top:12px;
  right:12px;
  width:38px;
  height:38px;
  border-radius:999px;
  background:#0f172a;
  color:#fff;
  font-size:13px;
  font-weight:800;
  display:flex;
  align-items:center;
  justify-content:center;
}
.rah-card__top img{
  width:88px;
  height:88px;
  border-radius:20px;
  object-fit:cover;
  display:block;
  background:#fff;
  border:1px solid #dce5f8;
}
.rah-card__body{
  padding:18px 16px 18px;
}
.rah-card__body h3{
  margin:0 0 10px;
  font-size:22px;
  line-height:1.3;
  color:#0f172a;
}
.rah-pill-row{
  display:flex;
  flex-wrap:wrap;
  gap:8px;
  margin-bottom:12px;
}
.rah-pill-row span{
  display:inline-flex;
  align-items:center;
  min-height:32px;
  padding:0 10px;
  border-radius:999px;
  background:#f5f7ff;
  border:1px solid #dce4fb;
  font-size:12px;
  font-weight:800;
  color:#334155;
}
.rah-card__body p{
  margin:0 0 12px;
  font-size:14px;
  line-height:1.8;
  color:#475569;
}
.rah-card__list{
  margin:0;
  padding-left:18px;
  color:#334155;
}
.rah-card__list li{
  margin:0 0 8px;
  font-size:14px;
  line-height:1.6;
}
.rah-card__actions{
  display:flex;
  flex-wrap:wrap;
  gap:10px;
  margin-top:14px;
}
.rah-card__actions .rah-btn{
  flex:1 1 calc(50% - 5px);
}
.rah-copy-grid{
  display:grid;
  grid-template-columns:1fr;
  gap:16px;
  margin-top:22px;
}
.rah-copy-card{
  padding:20px 16px;
}
.rah-faq{
  margin-top:22px;
}
.rah-faq details{
  padding:0 16px;
  margin-bottom:12px;
}
.rah-faq summary{
  cursor:pointer;
  list-style:none;
  font-size:15px;
  font-weight:800;
  color:#0f172a;
  padding:16px 0;
}
.rah-faq details p{
  margin:0 0 16px;
  font-size:14px;
  line-height:1.8;
  color:#475569;
}
.rah-bottom-note{
  margin-top:22px;
  background:#0f172a;
  border-radius:22px;
  padding:22px 18px;
  color:#e5e7eb;
}
.rah-bottom-note p{
  margin:0 0 10px;
  font-size:14px;
  line-height:1.8;
  color:#cbd5e1;
}
.rah-bottom-note p:last-child{
  margin-bottom:0;
}
@media (min-width:768px){
  .rah-hero{
    padding:32px 26px;
  }
  .rah-hero h1{
    font-size:38px;
  }
  .rah-app-grid{
    grid-template-columns:repeat(2,minmax(0,1fr));
  }
  .rah-copy-grid{
    grid-template-columns:repeat(2,minmax(0,1fr));
  }
}
@media (min-width:1080px){
  .rah-app-grid{
    grid-template-columns:repeat(3,minmax(0,1fr));
  }
}