.ab-hero{
  padding:51px 0 0;
}

.ab-copy h1{
  max-width:614px;
}

.ab-copy p{
  margin:14px 0 0;
}

.ab-copy p:first-of-type{
  margin-top:28px;
}

.ab-media{
  width:604px;
  height:507px;
}

.ab-why{
  padding-top:68px;
  padding-bottom:58px;
}

.ab-resources{
  padding-top:0;
}

.ab-section h2{
  margin-bottom:44px;
}

.ab-stats{
  display:grid;
  grid-template-columns:repeat(3, 1fr);
  gap:80px;
  margin-bottom:62px;
}

.ab-stats div{
  display:grid;
  gap:12px;
}

.ab-stats strong{
  color:#000;
  font-size:62px;
  line-height:1;
  font-weight:500;
}

.ab-stats span{
  color:#000;
  font-size:15px;
  line-height:1.08;
  font-weight:400;
}

.ab-resource-grid{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:20px;
}

.ab-resource-card{
  min-height:240px;
  border-radius:14px;
  display:grid;
  grid-template-columns:247px 1fr;
  gap:32px;
  align-items:center;
  padding:27px 34px 27px 24px;
  background:var(--orange);
  color:#fff;
}

.ab-resource-card img{
  width:247px;
  height:247px;
  object-fit:cover;
  border-radius:13px;
}

.ab-resource-card h3{
  margin:0 0 28px;
  color:#fff;
  font-size:24px;
  line-height:1.02;
  font-weight:500;
}

.ab-resource-card p{
  margin:0;
  color:#fff;
  font-size:16px;
  line-height:1.06;
  font-weight:400;
}

.ab-cases{
  padding-top:58px;
  display:grid;
}

.ab-case-list{
  display:grid;
  gap:18px;
}

.ab-case-card{
  min-height:180px;
  border:2px solid var(--line);
  border-radius:16px;
  display:grid;
  grid-template-columns:404px 1fr 135px;
  overflow:hidden;
  background:#fff;
  color:#000;
  transition:background-color .18s ease, border-color .18s ease, box-shadow .18s ease, transform .18s ease;
}

.ab-case-card:hover{
  background:#f5f5f5;
  border-color:#111;
  box-shadow:0 14px 32px rgba(0,0,0,.12);
  transform:translateY(-2px);
}

.ab-case-card:hover .arrow
{    
  background-image: var(--arrow-black);
}
.ab-case-card>img{
  width:404px;
  height:100%;
  object-fit:cover;
}

.ab-case-body{
  padding:38px 30px 26px 24px;
  display:block;
  font-weight:400;
}

.ab-case-body strong{
  display:block;
  margin-bottom:24px;
  color:#000;
  font-size:24px;
  line-height:1;
  font-weight:500;
}

.ab-case-body em{
  display:block;
  max-width:450px;
  color:#000;
  font-style:normal;
  font-size:16px;
  font-weight:400;
  line-height:1.02;
}

.ab-case-card .arrow{
  align-self:center;
  justify-self:center;
}

.ab-more{
  justify-self:center;
  margin-top:30px;
  width:298px;
  height:60px;
  border:0;
  border-radius:19px;
  background:var(--orange);
  color:#fff;
  font-size:16px;
  font-weight:400;
  cursor:pointer;
  transition:transform .18s ease, box-shadow .18s ease, background-color .18s ease, filter .18s ease;
}

.ab-more:hover{
  background:#f05a20;
  transform:translateY(-2px);
  box-shadow:0 14px 32px rgba(231,70,0,.24);
}

.ab-more:active{
  transform:translateY(0);
  filter:brightness(.94);
}

.ab-cost{
  margin:73px auto 0;
}

@media (max-width:900px){
  .ab-hero{
    padding:22px 0 0;
  }

  .ab-copy{
    width:100%;
    max-width:100%;
    padding:0 19px;
  }

  .ab-copy h1,
  .ab-copy p{
    width:100%;
    max-width:100%;
  }

  .ab-copy h1{
    font-size:24px;
    line-height:1.05;
  }

  .ab-copy p{
    margin-top:12px;
    font-size:18px;
    line-height:1.15;
  }

  .ab-copy p:first-of-type{
    margin-top:18px;
  }

  .ab-media{
    width:100%;
    height:auto;
    margin-top:18px;
    border-radius:0;
  }

  .ab-why{
    width:calc(100% - 44px);
    padding:24px 0 40px;
  }

  .ab-resources{
    width:calc(100% - 44px);
  }

  .ab-section h2{
    margin-bottom:24px;
  }

  .ab-stats{
    grid-template-columns:1fr;
    gap:28px;
    margin-bottom:34px;
  }

  .ab-stats strong{
    font-size:58px;
  }

  .ab-stats span{
    font-size:13px;
  }

  .ab-resource-grid{
    grid-template-columns:1fr;
    gap:18px;
  }

  .ab-resource-card{
    min-height:0;
    border-radius:14px;
    grid-template-columns:1fr;
    gap:20px;
    padding:18px 18px 24px;
    min-width:0;
  }

  .ab-resource-card img{
    width:100%;
    height:auto;
    border-radius:13px;
  }

  .ab-resource-card h3{
    margin-bottom:18px;
    font-size:20px;
    overflow-wrap:break-word;
  }

  .ab-resource-card p{
    font-size:14px;
    line-height:1.08;
    overflow-wrap:break-word;
  }

  .ab-cases{
    width:calc(100% - 44px);
    padding-top:34px;
  }

  .ab-case-list{
    gap:18px;
  }

  .ab-case-card{
    min-height:0;
    grid-template-columns:1fr 60px;
    border-width:1px;
    border-radius:8px;
  }

  .ab-case-card>img{
    grid-column:1/-1;
    width:100%;
    height:auto;
  }

  .ab-case-body{
    padding:18px 0 20px 15px;
  }

  .ab-case-body strong{
    margin-bottom:18px;
    font-size:15px;
  }

  .ab-case-body em{
    max-width:226px;
    font-size:10px;
    line-height:1.05;
  }

  .ab-case-card .arrow{
    width:38px;
    height:51px;
    margin-top:8px;
  }

  .ab-more{
    width:260px;
    height:42px;
    margin-top:18px;
    border-radius:14px;
    font-size:13px;
  }

  .ab-cost{
    margin-top:34px;
  }
}
