.han-ccta-wrap,
.han-ccta-wrap *{
  box-sizing:border-box;
}
.han-ccta-wrap{
  --han-ccta-bg:#efefec;
  width:100%;
  background:var(--han-ccta-bg);
  padding:26px;
  overflow:hidden;
  font-family:"Inter","Segoe UI",Arial,sans-serif;
}
.han-ccta-grid{
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:34px;
}
.han-ccta-box{
  min-height:360px;
  border-radius:16px;
  padding:48px 56px;
  display:flex;
  flex-direction:column;
  justify-content:center;
}
.han-ccta-title{
  margin:0 0 18px;
  color:#111111;
  font-size:30px;
  line-height:1.18;
  font-weight:800;
  letter-spacing:-.03em;
}
.han-ccta-text{
  color:#3e3e3e;
  font-size:18px;
  line-height:1.8;
  max-width:520px;
}
.han-ccta-btn{
  margin-top:38px;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  gap:12px;
  min-height:58px;
  width:max-content;
  padding:14px 32px;
  border-radius:999px;
  background:#0d6efd;
  color:#ffffff;
  text-decoration:none;
  font-size:18px;
  font-weight:700;
  line-height:1;
  white-space:nowrap;
}
.han-ccta-btn svg{
  width:22px;
  height:22px;
  flex:0 0 auto;
}
@media (max-width: 767px){
  .han-ccta-wrap{
    padding:12px;
  }
  .han-ccta-grid{
    display:flex;
    grid-template-columns:none;
    gap:12px;
    overflow-x:auto;
    overflow-y:hidden;
    scroll-snap-type:x mandatory;
    -webkit-overflow-scrolling:touch;
    padding-bottom:8px;
  }
  .han-ccta-grid::-webkit-scrollbar{
    height:5px;
  }
  .han-ccta-grid::-webkit-scrollbar-thumb{
    background:rgba(0,0,0,.18);
    border-radius:999px;
  }
  .han-ccta-box{
    min-width:calc(100vw - 34px);
    width:calc(100vw - 34px);
    flex:0 0 auto;
    scroll-snap-align:start;
    min-height:210px;
    padding:18px 14px;
    border-radius:12px;
  }
  .han-ccta-title{
    margin:0 0 10px;
    font-size:17px;
    line-height:1.16;
  }
  .han-ccta-text{
    font-size:13px;
    line-height:1.55;
  }
  .han-ccta-btn{
    margin-top:18px;
    min-height:42px;
    width:100%;
    padding:10px 14px;
    gap:8px;
    font-size:13px;
  }
  .han-ccta-btn svg{
    width:16px;
    height:16px;
  }
}
