/* ADATASK_HOMEPAGE_INTEGRATED_PAYMENT_V113 */
.adatask-landing .ada-v113-section{
  max-width:1300px;
  margin:0 auto;
  padding:66px 30px 20px;
  color:#173454;
}
.adatask-landing .ada-v113-heading{
  display:flex;
  align-items:flex-end;
  justify-content:space-between;
  gap:24px;
  flex-wrap:wrap;
  margin-bottom:22px;
}
.adatask-landing .ada-v113-kicker{
  font-size:12.5px;
  font-weight:800;
  color:#9759e7;
  letter-spacing:.35px;
}
.adatask-landing .ada-v113-title{
  margin:12px 0 0;
  font-size:clamp(27px,3vw,40px);
  line-height:1.35;
  letter-spacing:-1px;
  font-weight:800;
  color:#173454;
}
.adatask-landing .ada-v113-desc{
  margin:12px 0 0;
  max-width:760px;
  color:#5A7288;
  font-size:14.5px;
  line-height:2;
  font-weight:500;
}
.adatask-landing .ada-v113-payment-grid{
  display:grid;
  grid-template-columns:minmax(0,.92fr) minmax(0,1.08fr);
  gap:18px;
  align-items:stretch;
}
.adatask-landing .ada-v113-card{
  background:#fff;
  border:1px solid rgba(23,52,84,.09);
  border-radius:24px;
  box-shadow:0 16px 38px rgba(23,52,84,.065);
}
.adatask-landing .ada-v113-info{
  padding:28px;
  background:
    radial-gradient(circle at 95% 8%,rgba(151,89,231,.10),transparent 18rem),
    linear-gradient(180deg,#fff,#f9fcfd);
}
.adatask-landing .ada-v113-pay-badge{
  display:inline-flex;
  align-items:center;
  gap:7px;
  padding:8px 12px;
  border-radius:999px;
  background:#EAF6F6;
  border:1px solid rgba(79,168,168,.32);
  color:#173454;
  font-size:12px;
  font-weight:800;
}
.adatask-landing .ada-v113-info h3{
  margin:20px 0 10px;
  font-size:27px;
  line-height:1.5;
  font-weight:800;
}
.adatask-landing .ada-v113-info p{
  margin:0;
  color:#698096;
  font-size:13.5px;
  line-height:2;
}
.adatask-landing .ada-v113-checks{
  list-style:none;
  margin:20px 0 0;
  padding:0;
}
.adatask-landing .ada-v113-checks li{
  display:flex;
  align-items:center;
  gap:10px;
  padding:10px 0;
  border-bottom:1px solid rgba(23,52,84,.065);
  color:#41586F;
  font-size:12.5px;
  font-weight:700;
}
.adatask-landing .ada-v113-checks li::before{
  content:"✓";
  width:20px;
  height:20px;
  border-radius:50%;
  display:grid;
  place-items:center;
  color:#fff;
  background:linear-gradient(135deg,#4FA8A8,#1FB785);
  font-size:11px;
}
.adatask-landing .ada-v113-form{
  padding:24px;
}
.adatask-landing .ada-v113-fields{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:13px;
}
.adatask-landing .ada-v113-field{
  display:grid;
  gap:7px;
}
.adatask-landing .ada-v113-field.full{
  grid-column:1/-1;
}
.adatask-landing .ada-v113-field label{
  font-size:12px;
  font-weight:800;
  color:#173454;
}
.adatask-landing .ada-v113-field input,
.adatask-landing .ada-v113-field select{
  width:100%;
  height:46px;
  padding:0 13px;
  border-radius:13px;
  border:1px solid rgba(23,52,84,.13);
  background:#fff;
  color:#173454;
  outline:none;
  font-family:inherit;
}
.adatask-landing .ada-v113-field input:focus,
.adatask-landing .ada-v113-field select:focus{
  border-color:#63B9B5;
  box-shadow:0 0 0 4px rgba(99,185,181,.12);
}
.adatask-landing .ada-v113-terms{
  margin-top:15px;
  padding:14px;
  border-radius:17px;
  background:#F5FBFC;
  border:1px solid rgba(79,168,168,.22);
}
.adatask-landing .ada-v113-terms b{
  display:block;
  margin-bottom:10px;
  font-size:12.5px;
  color:#173454;
}
.adatask-landing .ada-v113-terms label{
  display:flex;
  align-items:flex-start;
  gap:9px;
  padding:12px;
  border-radius:13px;
  background:#fff;
  border:1px solid rgba(23,52,84,.085);
  color:#41586F;
  font-size:12px;
  line-height:1.9;
  font-weight:650;
}
.adatask-landing .ada-v113-terms input{
  margin-top:4px;
  accent-color:#4FA8A8;
}
.adatask-landing .ada-v113-terms a{
  color:#2C7F84;
  font-weight:800;
}
.adatask-landing .ada-v113-price{
  margin-top:15px;
  padding:15px;
  border-radius:18px;
  background:linear-gradient(180deg,#F3FCFC,#F8FBFC);
  border:1px solid rgba(79,168,168,.22);
}
.adatask-landing .ada-v113-price-row{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:18px;
  padding:7px 0;
  color:#41586F;
  font-size:12.5px;
  font-weight:700;
}
.adatask-landing .ada-v113-price-row.discount{
  margin:0 -7px;
  padding:8px 7px;
  border-radius:10px;
  background:#EAFBF4;
  color:#087B5F;
}
.adatask-landing .ada-v113-price-row.total{
  margin-top:5px;
  padding-top:14px;
  border-top:1px solid rgba(23,52,84,.10);
  color:#173454;
  font-size:15px;
  font-weight:900;
}
.adatask-landing .ada-v113-selection{
  margin-top:8px;
  color:#7D93AB;
  font-size:11.5px;
  line-height:1.9;
}
.adatask-landing .ada-v113-submit{
  width:100%;
  min-height:50px;
  margin-top:14px;
  border:0;
  border-radius:15px;
  cursor:pointer;
  color:#fff;
  background:linear-gradient(135deg,#173454,#9759e7);
  box-shadow:0 14px 28px rgba(151,89,231,.19);
  font-family:inherit;
  font-weight:850;
}
.adatask-landing .ada-v113-submit:disabled{
  cursor:not-allowed;
  opacity:.48;
  box-shadow:none;
}
.adatask-landing .ada-v113-message{
  min-height:23px;
  margin-top:9px;
  text-align:center;
  font-size:12px;
  font-weight:750;
}
.adatask-landing .ada-v113-message.error{color:#B42318}
.adatask-landing .ada-v113-message.ok{color:#087B5F}

.adatask-landing .ada-v113-rule-cards{
  display:grid;
  grid-template-columns:repeat(4,minmax(0,1fr));
  gap:14px;
  margin-top:20px;
}
.adatask-landing .ada-v113-rule-card{
  padding:22px;
  background:#fff;
  border:1px solid rgba(23,52,84,.09);
  border-radius:22px;
  box-shadow:0 14px 30px rgba(23,52,84,.05);
}
.adatask-landing .ada-v113-rule-icon{
  width:39px;
  height:39px;
  border-radius:12px;
  display:grid;
  place-items:center;
  color:#fff;
  background:linear-gradient(135deg,#173454,#96cdcd);
}
.adatask-landing .ada-v113-rule-card h3{
  margin:15px 0 8px;
  font-size:14.5px;
  font-weight:800;
}
.adatask-landing .ada-v113-rule-card p{
  margin:0;
  color:#6F8498;
  font-size:12px;
  line-height:2;
}
.adatask-landing .ada-v113-rules-box{
  margin-top:15px;
  padding:25px;
  border-radius:22px;
  background:#fff;
  border:1px solid rgba(23,52,84,.09);
  box-shadow:0 14px 30px rgba(23,52,84,.045);
}
.adatask-landing .ada-v113-rules-box h3{
  margin:0 0 13px;
  font-size:17px;
}
.adatask-landing .ada-v113-rules-box ul{
  margin:0;
  padding:0 18px 0 0;
}
.adatask-landing .ada-v113-rules-box li{
  margin-bottom:3px;
  color:#667D92;
  font-size:12.5px;
  line-height:2.15;
}
@media(max-width:980px){
  .adatask-landing .ada-v113-payment-grid{grid-template-columns:1fr}
  .adatask-landing .ada-v113-rule-cards{grid-template-columns:repeat(2,minmax(0,1fr))}
}
@media(max-width:680px){
  .adatask-landing .ada-v113-section{padding:46px 16px 10px}
  .adatask-landing .ada-v113-fields{grid-template-columns:1fr}
  .adatask-landing .ada-v113-field.full{grid-column:auto}
  .adatask-landing .ada-v113-rule-cards{grid-template-columns:1fr}
  .adatask-landing .ada-v113-info,
  .adatask-landing .ada-v113-form,
  .adatask-landing .ada-v113-rules-box{padding:19px}
}
