.return-page{
  background:#f5f7f9;
  color:#263746;
}
.return-hero{
  padding:54px 0 48px;
  background:
    linear-gradient(90deg,rgba(0,58,112,.05) 1px,transparent 1px),
    linear-gradient(#fff,#f6f8fa);
  background-size:44px 44px,auto;
  border-bottom:1px solid #dfe6eb;
}
.return-hero .eyebrow{
  margin-bottom:11px;
  color:#f7941d;
  font-size:13px;
  font-weight:800;
  letter-spacing:.06em;
  text-transform:uppercase;
}
.return-hero h1{
  margin:0;
  color:#003a70;
  font-size:46px;
  line-height:1.08;
  letter-spacing:-.035em;
}
.return-hero p{
  margin:16px 0 0;
  color:#637582;
  font-size:17px;
  line-height:1.6;
}
.return-content{
  padding:56px 0 68px;
}
.return-card{
  max-width:980px;
  margin:0 auto;
  background:#fff;
  border:1px solid #dce3e9;
}
.return-item{
  display:grid;
  grid-template-columns:76px 1fr;
  gap:24px;
  padding:30px 34px;
  border-bottom:1px solid #e3e9ed;
}
.return-item:last-child{
  border-bottom:0;
}
.return-number{
  color:#f7941d;
  font-size:13px;
  font-weight:900;
  letter-spacing:.08em;
}
.return-item h2{
  margin:0 0 9px;
  color:#003a70;
  font-size:23px;
  line-height:1.25;
}
.return-item p{
  margin:0;
  color:#566977;
  font-size:16px;
  line-height:1.7;
}
.return-help{
  background:#003a70;
  color:#fff;
}
.return-help-inner{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:28px;
  min-height:128px;
  padding-top:24px;
  padding-bottom:24px;
}
.return-help-inner>div:first-child{
  display:grid;
  gap:4px;
}
.return-help-inner span{
  color:#bed3e4;
  font-size:12px;
  font-weight:800;
  letter-spacing:.06em;
  text-transform:uppercase;
}
.return-help-inner strong{
  font-size:21px;
}
.return-help-actions{
  display:flex;
  align-items:center;
  gap:14px;
}
.return-help-actions a,
.return-help-actions button{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-height:50px;
  padding:0 22px;
  border:0;
  border-radius:0;
  font:inherit;
  font-size:16px;
  font-weight:800;
  text-decoration:none;
  cursor:pointer;
}
.return-help-actions a{
  background:#fff;
  color:#003a70;
}
.return-help-actions a:hover{
  color:#f7941d;
}
.return-help-actions button{
  background:#f7941d;
  color:#fff;
}
.return-help-actions button:hover{
  background:#e98714;
}
@media(max-width:700px){
  .return-hero{
    padding:40px 0 36px;
  }
  .return-hero h1{
    font-size:34px;
  }
  .return-content{
    padding:38px 0 46px;
  }
  .return-item{
    grid-template-columns:1fr;
    gap:10px;
    padding:24px 22px;
  }
  .return-help-inner{
    align-items:stretch;
    flex-direction:column;
    justify-content:center;
  }
  .return-help-actions{
    align-items:stretch;
    flex-direction:column;
  }
  .return-help-actions a,
  .return-help-actions button{
    width:100%;
  }
}
