.cb-wrap{
  position:relative;
  overflow:hidden;
  background:linear-gradient(180deg,#C24AB8 50%,#627AF7);
  padding:96px 14px 126px 14px;
}
.cb-inner{
  max-width:1200px;
  margin:0 auto;
  position:relative;
  z-index:1;
}
.cb-grid{
  display:grid;
  grid-template-columns:1.05fr .95fr;
  gap:64px;
  align-items:center;
}
.cb-media{
  border-radius:14px;
  overflow:hidden;
  border:1px solid rgba(255,255,255,.16);
}
.cb-media img{
  width:100%;
  display:block;
}
.cb-title{
  margin:0 0 40px;
  line-height:1.05;
  font-weight:700;
  color:#fff;
  font-size:clamp(28px,3.1vw,44px);
  letter-spacing:-0.02em;
}
.cb-title em{
  font-style:italic;
  font-weight:700;
}
.cb-card{
  border-radius:12px;
  padding:30px 22px 22px;
  background:linear-gradient(61deg,rgba(255,255,255,.20),rgba(255,253,253,.28) 97%);
  border:1px solid rgba(255,255,255,.20);
  backdrop-filter:blur(8px);
  color:#fff;
  max-width:520px;
}
.cb-rt ul{
  list-style:none;
  padding:0;
  margin:0;
  display:grid;
  gap:18px;
}
.cb-rt li{
  display:grid;
  grid-template-columns:24px 1fr;
  gap:14px;
  align-items:start;
}
.cb-rt li::before{
  content:"";
  width:24px;
  height:24px;
  background:currentColor;
  mask:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 256 256'%3E%3Cpath d='M54.46 201.54c-9.2-9.2-3.1-28.53-7.78-39.85C41.82 150 24 140.5 24 128s17.82-22 22.68-33.69C51.36 83 45.26 63.66 54.46 54.46S83 51.36 94.31 46.68C106.05 41.82 115.5 24 128 24s22 17.82 33.69 22.68c11.32 4.68 30.65-1.42 39.85 7.78s3.1 28.53 7.78 39.85C214.18 106.05 232 115.5 232 128s-17.82 22-22.68 33.69c-4.68 11.32 1.42 30.65-7.78 39.85s-28.53 3.1-39.85 7.78C150 214.18 140.5 232 128 232s-22-17.82-33.69-22.68C83 204.64 63.66 210.74 54.46 201.54Z' fill='none' stroke='white' stroke-width='16'/%3E%3Cpolyline points='88 136 112 160 168 104' fill='none' stroke='white' stroke-width='16'/%3E%3C/svg%3E") center/contain no-repeat;
}
.cb-card p{
  margin-bottom:30px;
  font-size:16px;
  line-height:1.5;
  font-family:'Montserrat';
  font-weight:500;
}
.cb-card strong,
.cb-card b{
  display:block;
  font-size:20px;
  font-weight:700;
  letter-spacing:-0.01em;
  line-height:1.4;
}
.cb-wave{
  position:absolute;
  left:0;
  right:0;
  bottom:0;
  height:76px;
  pointer-events:none;
  z-index:0;
}
.cb-wave svg{
  width:100%;
  height:100%;
  display:block;
  transform:scaleY(-1);
  transform-origin:center;
}
.cb-wave path{ fill:#fff; }

@media(max-width:900px){
  .cb-wrap{ padding:68px 14px 116px 14px; }
  .cb-grid{ grid-template-columns:1fr; gap:22px; }
  .cb-content{ display:flex; flex-direction:column; }
  .cb-media{ order:2; }
  .cb-card{ order:3; max-width:100%; }
  .cb-title{ margin-bottom:18px; text-align:center; }
}
@media(max-width:767px){
  .cb-card strong,
  .cb-card b{ font-size:18px; }
  .cb-card p{ font-size:13px; }
}