/* Compact restoration block: text + checks only */
.drop-restore-v2{
  position:relative;
  overflow:hidden;
  padding:58px 0 62px;
  background:linear-gradient(180deg,#f8fbff 0%,#f3f7fd 100%);
}
.drop-restore-v2::before{
  content:"";
  position:absolute;
  left:-220px;
  bottom:-260px;
  width:560px;
  height:560px;
  border-radius:50%;
  background:radial-gradient(circle,rgba(95,151,248,.15),rgba(95,151,248,0) 70%);
  pointer-events:none;
}
.drop-restore-v2 .container{position:relative;z-index:1;}
.drop-restore-v2__grid{
  display:grid;
  grid-template-columns:minmax(0,.92fr) minmax(440px,1.08fr);
  gap:44px;
  align-items:center;
}
.drop-restore-v2__left{max-width:620px;}
.drop-restore-v2__kicker{
  display:inline-flex;
  align-items:center;
  min-height:46px;
  padding:10px 20px;
  border-radius:999px;
  background:#e8f1ff;
  color:#2b6cdd;
  font-size:15px;
  font-weight:800;
  line-height:1;
  text-transform:uppercase;
}
.drop-restore-v2 h2{
  margin:20px 0 16px;
  color:#0f347c;
  font-size:clamp(40px,4vw,62px);
  line-height:1;
  letter-spacing:-.04em;
}
.drop-restore-v2__left>p{
  margin:0;
  color:#5f6f8f;
  font-size:19px;
  line-height:1.55;
}
.drop-restore-v2__button{
  margin-top:24px;
  min-height:56px;
  padding:15px 28px;
  border-radius:16px;
  font-size:18px;
}
.drop-restore-v2__list{
  display:flex;
  flex-direction:column;
  gap:12px;
}
.drop-restore-v2__card{
  display:grid;
  grid-template-columns:40px minmax(0,1fr);
  align-items:center;
  gap:16px;
  min-height:68px;
  padding:13px 20px;
  border:1px solid rgba(161,190,234,.30);
  border-radius:20px;
  background:rgba(255,255,255,.94);
  box-shadow:0 9px 22px rgba(72,105,170,.07);
}
.drop-restore-v2__check{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  width:34px;
  height:34px;
  border-radius:50%;
  background:linear-gradient(180deg,#72abff,#487ff2);
  color:#fff;
  font-size:22px;
  font-weight:900;
  box-shadow:0 8px 15px rgba(72,127,242,.22);
}
.drop-restore-v2__card p{
  margin:0;
  color:#1a2e67;
  font-size:17px;
  line-height:1.4;
  font-weight:500;
}
@media (max-width:1050px){
  .drop-restore-v2__grid{grid-template-columns:1fr;gap:30px;}
  .drop-restore-v2__left{max-width:none;}
}
@media (max-width:720px){
  .drop-restore-v2{padding:48px 0 52px;}
  .drop-restore-v2 h2{font-size:clamp(36px,10vw,50px);}
  .drop-restore-v2__left>p{font-size:17px;}
  .drop-restore-v2__button{width:100%;}
  .drop-restore-v2__card{grid-template-columns:34px minmax(0,1fr);gap:12px;padding:12px 14px;min-height:62px;border-radius:17px;}
  .drop-restore-v2__check{width:30px;height:30px;font-size:19px;}
  .drop-restore-v2__card p{font-size:15px;}
}
