.test-now-notices{
  width:min(1400px,100%);
  margin:20px auto 0;
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:clamp(12px,1.6vw,18px);
}
.test-now-scope-card,
.test-now-chat-scope-card{
  width:min(1400px,100%);
  margin:0;
  padding:clamp(16px,2vw,22px);
  display:grid;
  grid-template-columns:48px minmax(0,1fr);
  align-items:center;
  gap:clamp(12px,1.6vw,18px);
  border:1px solid #4f86c6;
  border-radius:20px;
  color:#102a43;
  background-color:#e5f1ff;
  background-image:linear-gradient(120deg,#d9ebff 0%,#eaf4ff 52%,#eef1ff 100%);
  box-shadow:0 16px 38px rgba(24,73,128,.12);
}
.test-now-scope-icon{
  width:48px;
  height:48px;
  display:grid;
  place-items:center;
  border-radius:15px;
  color:#fff;
  background:#0d4f9b;
  font-size:1.2rem;
  font-weight:900;
  line-height:1;
}
.test-now-chat-scope-card{
  border:1px solid #7058a6;
  border-radius:20px;
  color:#24173d;
  background-color:#eee7fb;
  background-image:linear-gradient(120deg,#e7dcfa 0%,#f2edfc 52%,#e5efff 100%);
  box-shadow:0 16px 38px rgba(67,43,111,.13);
}
.test-now-chat-scope-icon{
  width:48px;
  height:48px;
  display:grid;
  place-items:center;
  border-radius:15px;
  color:#fff;
  background:#51327f;
  font-size:.78rem;
  font-weight:900;
  letter-spacing:.04em;
  line-height:1;
}
.test-now-scope-card h3,
.test-now-chat-scope-card h3{
  margin:0;
  color:#102a43;
  font-size:clamp(1rem,1.2vw,1.2rem);
  font-weight:850;
  letter-spacing:-.018em;
  line-height:1.25;
}
.test-now-chat-scope-card h3{color:#24173d}
.test-now-scope-card p,
.test-now-chat-scope-card p{
  max-width:92ch;
  margin:5px 0 0;
  color:#28435f;
  font-size:clamp(.78rem,.75vw,.9rem);
  line-height:1.55;
}
.test-now-chat-scope-card p{color:#493b61}
@media(max-width:767px){
  .test-now-notices{margin-top:14px;grid-template-columns:1fr;gap:11px}
  .test-now-scope-card,.test-now-chat-scope-card{grid-template-columns:42px minmax(0,1fr);gap:11px;border-radius:17px;padding:14px}
  .test-now-scope-icon,.test-now-chat-scope-icon{width:42px;height:42px;border-radius:13px}
}
@media(max-width:359px){
  .test-now-scope-card,.test-now-chat-scope-card{grid-template-columns:1fr;align-items:start}
  .test-now-scope-icon,.test-now-chat-scope-icon{width:38px;height:38px;border-radius:12px}
}
@media(forced-colors:active){
  .test-now-scope-card,.test-now-scope-icon,.test-now-chat-scope-card,.test-now-chat-scope-icon{border:2px solid CanvasText}
}
