.lc-newsletter{
  position:relative;
  padding:56px 0;
  background:linear-gradient(180deg,#fff 0%,#fff6fb 100%);
}
.lc-newsletter--compact{
  padding:34px 0;
}
.lc-newsletter__shell{
  width:min(100% - 34px,1140px);
  margin:0 auto;
  display:grid;
  grid-template-columns:minmax(0,1.02fr) minmax(320px,.98fr);
  gap:28px;
  align-items:center;
  padding:30px;
  border:1px solid rgba(242,38,117,.16);
  border-radius:34px;
  background:
    radial-gradient(circle at 12% 10%,rgba(255,255,255,.25),transparent 28%),
    linear-gradient(135deg,#f22675 0%,#e7338d 46%,#8d3cf7 100%);
  color:#fff;
  box-shadow:0 28px 78px rgba(125,21,84,.22);
  overflow:hidden;
}
.lc-newsletter__content,
.lc-newsletter__form{
  position:relative;
  z-index:1;
}
.lc-newsletter__badge{
  display:inline-flex;
  align-items:center;
  gap:8px;
  margin:0 0 12px;
  padding:9px 12px;
  border:1px solid rgba(255,255,255,.24);
  border-radius:999px;
  background:rgba(255,255,255,.14);
  color:#fff;
  font-size:13px;
  font-weight:950;
}
.lc-newsletter__badge:before{
  content:"";
  width:8px;
  height:8px;
  border-radius:999px;
  background:#fff;
  box-shadow:0 0 0 6px rgba(255,255,255,.13);
}
.lc-newsletter h2{
  margin:0 0 10px;
  color:#fff;
  font-size:clamp(30px,4vw,48px);
  line-height:1.02;
  font-weight:1000;
  letter-spacing:-.04em;
}
.lc-newsletter__content p:not(.lc-newsletter__badge){
  margin:0;
  max-width:620px;
  color:rgba(255,255,255,.9);
  font-size:17px;
  line-height:1.58;
  font-weight:760;
}
.lc-newsletter__trust{
  margin-top:14px!important;
  color:rgba(255,255,255,.75)!important;
  font-size:14px!important;
}
.lc-newsletter__form{
  display:grid;
  gap:13px;
  padding:20px;
  border:1px solid rgba(255,255,255,.22);
  border-radius:26px;
  background:rgba(255,255,255,.94);
  box-shadow:0 22px 54px rgba(54,0,41,.16);
}
.lc-newsletter__field{
  display:grid;
  gap:7px;
  color:#351028;
  font-weight:950;
}
.lc-newsletter__field span{
  font-size:13px;
}
.lc-newsletter__field input{
  width:100%;
  min-height:52px;
  border:1px solid #ffd2e4;
  border-radius:16px;
  background:#fff7fb;
  color:#351028;
  font-size:16px;
  padding:0 15px;
  outline:0;
  box-sizing:border-box;
}
.lc-newsletter__field input:focus{
  border-color:#f22675;
  box-shadow:0 0 0 4px rgba(242,38,117,.14);
}
.lc-newsletter__consent{
  display:grid;
  grid-template-columns:auto 1fr;
  gap:10px;
  align-items:start;
  color:#6b5162;
  font-size:13px;
  line-height:1.45;
  font-weight:740;
}
.lc-newsletter__consent input{
  width:18px;
  height:18px;
  margin:1px 0 0;
  accent-color:#f22675;
}
.lc-newsletter__consent a{
  color:#e81962;
  font-weight:950;
}
.lc-newsletter__button{
  min-height:54px;
  border:0;
  border-radius:17px;
  background:linear-gradient(135deg,#f22675,#8d3cf7);
  color:#fff;
  font-size:16px;
  font-weight:1000;
  cursor:pointer;
  box-shadow:0 16px 36px rgba(156,53,236,.22);
}
.lc-newsletter__button:hover,
.lc-newsletter__button:focus-visible{
  transform:translateY(-1px);
  outline:3px solid rgba(242,38,117,.2);
  outline-offset:3px;
}
.lc-newsletter__button[disabled]{
  cursor:progress;
  opacity:.72;
}
.lc-newsletter__status{
  min-height:20px;
  margin:0;
  color:#6b5162;
  font-size:14px;
  line-height:1.45;
  font-weight:850;
}
.lc-newsletter__status.is-success{
  color:#147a43;
}
.lc-newsletter__status.is-error{
  color:#b2154c;
}
.lc-newsletter__hp{
  position:absolute;
  left:-9999px;
  width:1px;
  height:1px;
  overflow:hidden;
}
@media(max-width:900px){
  .lc-newsletter__shell{
    grid-template-columns:1fr;
    gap:22px;
  }
}
@media(max-width:560px){
  .lc-newsletter{
    padding:38px 0;
  }
  .lc-newsletter--compact{
    padding:28px 0;
  }
  .lc-newsletter__shell{
    width:min(100% - 24px,1140px);
    padding:22px 16px;
    border-radius:28px;
  }
  .lc-newsletter h2{
    font-size:clamp(27px,8vw,34px);
    letter-spacing:-.03em;
  }
  .lc-newsletter__content p:not(.lc-newsletter__badge){
    font-size:15px;
  }
  .lc-newsletter__form{
    padding:16px;
    border-radius:22px;
  }
  .lc-newsletter__field input,
  .lc-newsletter__button{
    min-height:50px;
  }
}
