/* ==========================================================
   FOLD FOOTER CONTROLS
   Always loaded after page bundles so WPML and Fluent Forms
   render consistently on every language and every page type.
========================================================== */

.fold-footer{
  --ff-white:#fff;
  --ff-black:#111;
  --ff-text:#4b4f56;
  --ff-muted:#767b82;
  --ff-border:#e3e3dd;
  --ff-input-border:#d4d4ce;
  --ff-yellow:#faca30;
  --ff-radius:16px;
}

html body .fold-footer #fluentform_4 input[type="email"]{
  appearance:none !important;
  -webkit-appearance:none !important;
  display:block !important;
  width:100% !important;
  min-width:0 !important;
  min-height:52px !important;
  margin:0 !important;
  padding:12px 16px !important;
  background:#fff !important;
  border:1px solid #d4d4ce !important;
  border-radius:16px !important;
  color:#111 !important;
  font:500 14px/1.4 "Inter",Arial,sans-serif !important;
  box-shadow:none !important;
}

html body .fold-footer #fluentform_4 input[type="email"]:focus{
  border-color:#111 !important;
  outline:0 !important;
  box-shadow:0 0 0 3px rgba(250,202,48,.28) !important;
}

html body .fold-footer #fluentform_4 input[type="email"]::placeholder{
  color:#767b82 !important;
  opacity:1 !important;
}

html body .fold-footer #fluentform_4 .ff-el-input--label{
  display:none !important;
}

html body .fold-footer #fluentform_4 .ff_gdpr_field{
  margin-top:14px !important;
}

html body .fold-footer #fluentform_4 .ff-el-form-check-label{
  display:flex !important;
  align-items:flex-start !important;
  gap:10px !important;
  margin:0 !important;
  color:#4b4f56 !important;
  font:500 12px/1.5 "Inter",Arial,sans-serif !important;
}

html body .fold-footer #fluentform_4 input[type="checkbox"]{
  appearance:none !important;
  -webkit-appearance:none !important;
  position:relative !important;
  flex:0 0 18px !important;
  width:18px !important;
  height:18px !important;
  min-height:18px !important;
  margin:1px 0 0 !important;
  padding:0 !important;
  background:#fff !important;
  border:1.5px solid #b9bbb5 !important;
  border-radius:5px !important;
}

html body .fold-footer #fluentform_4 input[type="checkbox"]:checked{
  background:#111 !important;
  border-color:#111 !important;
}

html body .fold-footer #fluentform_4 input[type="checkbox"]:checked::after{
  content:"";
  position:absolute;
  top:1px;
  left:5px;
  width:5px;
  height:10px;
  border:solid #fff;
  border-width:0 2px 2px 0;
  transform:rotate(45deg);
}

html body .fold-footer #fluentform_4 .ff_submit_btn_wrapper{
  margin:16px 0 0 !important;
}

html body .fold-footer #fluentform_4 button[type="submit"],
html body .fold-footer #fluentform_4 input[type="submit"],
html body .fold-footer #fluentform_4 .ff-btn-submit,
html body .fold-footer #fluentform_4 .ff_submit_btn{
  display:inline-flex !important;
  position:relative !important;
  align-items:center !important;
  justify-content:center !important;
  width:auto !important;
  min-width:180px !important;
  min-height:52px !important;
  margin:0 !important;
  padding:12px 58px 12px 20px !important;
  background:#faca30 !important;
  border:1px solid #faca30 !important;
  border-radius:16px !important;
  color:#111 !important;
  font:800 14px/1.2 "Inter",Arial,sans-serif !important;
  text-decoration:none !important;
  opacity:1 !important;
  box-shadow:none !important;
  cursor:pointer !important;
  transition:background-color .2s ease,border-color .2s ease,transform .2s ease,box-shadow .2s ease !important;
}

html body .fold-footer #fluentform_4 button.ff-btn-submit::after{
  content:"→" !important;
  position:absolute !important;
  top:50% !important;
  right:7px !important;
  display:flex !important;
  align-items:center !important;
  justify-content:center !important;
  width:38px !important;
  height:38px !important;
  background:#111 !important;
  border-radius:50% !important;
  color:#fff !important;
  font-size:17px !important;
  line-height:1 !important;
  transform:translateY(-50%) !important;
}

html body .fold-footer #fluentform_4 button[type="submit"]:hover,
html body .fold-footer #fluentform_4 input[type="submit"]:hover,
html body .fold-footer #fluentform_4 .ff-btn-submit:hover,
html body .fold-footer #fluentform_4 .ff_submit_btn:hover{
  background:#f4c200 !important;
  border-color:#f4c200 !important;
  color:#111 !important;
  transform:translateY(-2px) !important;
  box-shadow:0 8px 18px rgba(17,17,17,.1) !important;
}

.fold-footer .fold-footer__language-select,
.fold-footer .fold-footer__language select{
  appearance:none !important;
  -webkit-appearance:none !important;
  display:block !important;
  width:100% !important;
  min-height:46px !important;
  margin:0 !important;
  padding:0 42px 0 15px !important;
  background-color:#fff !important;
  background-image:linear-gradient(45deg,transparent 50%,#111 50%),linear-gradient(135deg,#111 50%,transparent 50%) !important;
  background-position:calc(100% - 18px) 50%,calc(100% - 13px) 50% !important;
  background-size:5px 5px,5px 5px !important;
  background-repeat:no-repeat !important;
  border:1px solid #d4d4ce !important;
  border-radius:16px !important;
  color:#111 !important;
  font:600 13px/1.2 "Inter",Arial,sans-serif !important;
  box-shadow:none !important;
  cursor:pointer !important;
}

.fold-footer .fold-footer__language-select:focus,
.fold-footer .fold-footer__language select:focus{
  border-color:#faca30 !important;
  outline:0 !important;
  box-shadow:0 0 0 3px rgba(250,202,48,.28) !important;
}

@media (max-width:767px){
  html body .fold-footer #fluentform_4 button[type="submit"],
  html body .fold-footer #fluentform_4 input[type="submit"],
  html body .fold-footer #fluentform_4 .ff-btn-submit,
  html body .fold-footer #fluentform_4 .ff_submit_btn{
    width:100% !important;
  }
}
