.ak-footer{
  width:100%;
  margin:56px 0 0;
  padding:0;
  border-top:1px solid rgba(15,23,42,.12);
  background:#252525;
  color:#f8fafc;
}

.ak-footer__panel{
  width:min(980px, calc(100% - 32px));
  margin:0 auto;
  padding:56px 0 42px;
  border-radius:0;
  background:transparent;
  box-shadow:none;
}

.ak-footer__brand{
  margin:0 0 42px;
  text-align:center;
  font-size:20px;
  font-weight:900;
  letter-spacing:.08em;
  text-transform:uppercase;
}

.ak-footer__grid{
  display:grid;
  grid-template-columns:1fr;
  gap:46px;
  align-items:stretch;
}

.ak-footer__block{
  width:min(760px, 100%);
  margin:0 auto;
  min-width:0;
  text-align:center;
}

.ak-footer__eyebrow{
  margin:0 0 4px;
  color:#8aeaff;
  font-size:15px;
  font-weight:900;
  letter-spacing:.06em;
  text-transform:uppercase;
}

.ak-footer__title{
  margin:0;
  font-size:24px;
  line-height:1.2;
  font-weight:900;
}

.ak-footer__text{
  margin:8px auto 22px;
  color:rgba(248,250,252,.82);
  font-size:15px;
  line-height:1.55;
  max-width:620px;
}

.ak-footer__form{
  display:grid;
  gap:16px;
}

.ak-footer__fields{
  display:grid;
  grid-template-columns:1fr;
  gap:14px;
  width:min(620px, 100%);
  margin:0 auto;
}

.ak-footer__input{
  width:100%;
  min-width:0;
  min-height:54px;
  border:1px solid rgba(255,255,255,.22);
  border-radius:999px;
  padding:12px 22px;
  background:#fff;
  color:#0f172a;
  font:inherit;
  font-weight:700;
  text-align:center;
}

.ak-footer__input::placeholder{
  color:#94a3b8;
}

.ak-footer__input:focus{
  outline:3px solid rgba(138,234,255,.34);
  border-color:#8aeaff;
}

.ak-footer__check{
  display:grid;
  grid-template-columns:20px minmax(0,1fr);
  gap:10px;
  align-items:start;
  width:min(760px, 100%);
  margin:0 auto;
  color:rgba(248,250,252,.9);
  font-size:13px;
  line-height:1.45;
  font-weight:700;
  text-align:left;
}

.ak-footer__check input{
  width:18px;
  height:18px;
  margin:2px 0 0;
  accent-color:#8aeaff;
}

.ak-footer__submit,
.ak-footer__notify{
  min-height:54px;
  border:0;
  border-radius:999px;
  padding:12px 28px;
  cursor:pointer;
  font:inherit;
  font-size:15px;
  font-weight:900;
  letter-spacing:.04em;
  text-transform:uppercase;
  transition:transform .15s ease, box-shadow .15s ease, background .15s ease;
}

.ak-footer__submit{
  justify-self:center;
  min-width:220px;
  background:#8aeaff;
  color:#0f172a;
  box-shadow:0 10px 28px rgba(138,234,255,.18);
}

.ak-footer__notify{
  width:min(620px, 100%);
  margin:0 auto;
  background:#fff;
  color:#0f172a;
  border:1px solid rgba(138,234,255,.7);
}

.ak-footer__submit:hover,
.ak-footer__notify:hover,
.ak-footer__share:hover,
.ak-footer__legal-btn:hover{
  transform:translateY(-1px);
}

.ak-footer__divider{
  height:1px;
  width:min(620px, 100%);
  margin:40px auto;
  background:rgba(255,255,255,.16);
}

.ak-footer__actions{
  display:grid;
  gap:28px;
  justify-items:center;
}

.ak-footer__share-row{
  display:flex;
  flex-wrap:wrap;
  gap:28px;
  justify-content:center;
  width:100%;
}

.ak-footer__share{
  position:relative;
  width:82px;
  height:82px;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  padding:0;
  border-radius:18px;
  border:0;
  background:transparent;
  color:#8aeaff;
  text-decoration:none;
  cursor:pointer;
  transition:transform .15s ease, filter .15s ease;
}

.ak-footer__share--facebook{
  background:transparent;
  color:#8aeaff;
}

.ak-footer__share-icon{
  width:82px;
  height:82px;
  object-fit:contain;
  flex:0 0 auto;
  display:block;
}

.ak-footer__share span{
  position:absolute;
  width:1px;
  height:1px;
  padding:0;
  margin:-1px;
  overflow:hidden;
  clip:rect(0,0,0,0);
  white-space:nowrap;
  border:0;
}

.ak-footer__share.is-missing-icon::before{
  content:"";
  width:56px;
  height:56px;
  border-radius:16px;
  background:currentColor;
  opacity:.35;
}

.ak-footer__legal{
  display:grid;
  gap:10px;
  align-items:center;
  justify-content:center;
  text-align:center;
}

.ak-footer__legal-btn{
  appearance:none;
  border:0;
  background:transparent;
  color:#fff;
  padding:8px 0;
  cursor:pointer;
  font:inherit;
  font-size:15px;
  font-weight:900;
  letter-spacing:.04em;
  text-transform:uppercase;
}

.ak-footer__copy{
  color:rgba(248,250,252,.68);
  font-size:13px;
  font-weight:700;
}

.ak-footer__status{
  min-height:20px;
  margin-top:24px;
  color:#8aeaff;
  font-size:13px;
  font-weight:800;
  text-align:center;
}

.ak-footer__submit:focus-visible,
.ak-footer__notify:focus-visible,
.ak-footer__share:focus-visible,
.ak-footer__legal-btn:focus-visible{
  outline:3px solid rgba(138,234,255,.45);
  outline-offset:3px;
}

@media (max-width: 860px){
  .ak-footer__grid{
    grid-template-columns:1fr;
  }
}

@media (max-width: 600px){
  .ak-footer{
    margin-top:36px;
  }

  .ak-footer__panel{
    width:min(100% - 24px, 980px);
    padding:40px 0 32px;
    border-radius:0;
  }

  .ak-footer__fields,
  .ak-footer__share-row{
    grid-template-columns:1fr;
  }

  .ak-footer__fields{
    display:grid;
  }

  .ak-footer__submit,
  .ak-footer__notify,
  .ak-footer__share{
    width:100%;
  }

  .ak-footer__legal{
    justify-content:center;
    text-align:center;
  }
}
