/* Atomika Taxidia Contact Form */
.atcf-wrap,
.atcf-wrap *{
  box-sizing:border-box;
}

.atcf-wrap{
  --atcf-navy:#101b4f;
  --atcf-blue:#243ca8;
  --atcf-gold:#805100;
  --atcf-yellow:#f4bd18;
  --atcf-green:#176747;
  --atcf-red:#9d2944;
  --atcf-text:#18213b;
  --atcf-muted:#505d75;

  width:100%;
  max-width:1180px;
  margin:0 auto;
  padding:26px;
  overflow:hidden;
  border:1px solid rgba(36,60,168,.09);
  border-radius:22px;
  background:
    radial-gradient(circle at 100% 0,rgba(244,189,24,.13),transparent 27%),
    linear-gradient(145deg,#fff,#f7f9ff);
  color:var(--atcf-text);
  box-shadow:
    0 8px 0 rgba(36,60,168,.05),
    0 18px 32px rgba(36,60,168,.09);
  font-family:system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Arial,sans-serif;
}

.atcf-intro{
  max-width:820px;
  margin:0 auto 28px;
  text-align:center;
}

.atcf-kicker{
  display:inline-flex;
  align-items:center;
  min-height:32px;
  margin-bottom:12px;
  padding:6px 10px;
  border:1px solid rgba(36,60,168,.13);
  border-radius:9px;
  background:#fff;
  color:var(--atcf-blue);
  box-shadow:0 4px 0 rgba(36,60,168,.05);
  font-size:10px;
  font-weight:900;
  letter-spacing:.45px;
  text-transform:uppercase;
}

.atcf-intro h2{
  margin:0 0 10px;
  color:var(--atcf-navy);
  font-size:36px;
  line-height:1.15;
  font-weight:850;
  letter-spacing:-.7px;
}

.atcf-intro p{
  margin:0;
  color:var(--atcf-muted);
  font-size:15px;
  line-height:1.7;
}

.atcf-form{
  width:100%;
  margin:0;
}

.atcf-grid{
  display:grid;
  gap:14px;
}

.atcf-grid-2{
  grid-template-columns:repeat(2,minmax(0,1fr));
}

.atcf-field{
  min-width:0;
}

.atcf-field label{
  display:block;
  margin:0 0 7px;
  color:#17234e;
  font-size:13px;
  line-height:1.4;
  font-weight:800;
}

.atcf-field label span{
  color:var(--atcf-red);
}

.atcf-field input,
.atcf-field select,
.atcf-field textarea{
  width:100% !important;
  max-width:100% !important;
  min-height:52px;
  margin:0 !important;
  padding:11px 13px !important;
  border:1px solid #d8deed !important;
  border-radius:11px !important;
  background:#fff !important;
  color:var(--atcf-text) !important;
  box-shadow:inset 0 1px 2px rgba(16,27,79,.03) !important;
  font:inherit !important;
  font-size:14px !important;
  outline:none;
  transition:border-color .18s ease,box-shadow .18s ease,transform .18s ease;
}

.atcf-field textarea{
  min-height:150px;
  resize:vertical;
  line-height:1.6;
}

.atcf-field input:focus,
.atcf-field select:focus,
.atcf-field textarea:focus{
  border-color:#5268c9 !important;
  box-shadow:0 0 0 4px rgba(36,60,168,.10) !important;
}

.atcf-field input.atcf-invalid,
.atcf-field select.atcf-invalid,
.atcf-field textarea.atcf-invalid,
.atcf-consent input.atcf-invalid{
  border-color:#b92d4d !important;
  box-shadow:0 0 0 4px rgba(157,41,68,.10) !important;
}

.atcf-field-message{
  margin-top:14px;
}

.atcf-consent{
  display:flex;
  align-items:flex-start;
  gap:10px;
  margin:16px 0 0;
  padding:14px;
  border:1px solid rgba(23,103,71,.12);
  border-radius:12px;
  background:#f3fbf6;
  color:#46536d;
  font-size:12.5px;
  line-height:1.58;
  cursor:pointer;
}

.atcf-consent input{
  flex:0 0 18px;
  width:18px;
  height:18px;
  margin:1px 0 0;
}

.atcf-consent a{
  color:var(--atcf-blue) !important;
  font-weight:800;
  text-decoration:underline !important;
  text-underline-offset:3px;
}

.atcf-actions{
  display:flex;
  align-items:center;
  gap:16px;
  margin-top:18px;
}

.atcf-submit{
  min-width:220px;
  min-height:58px;
  border:1px solid #a66e00 !important;
  border-radius:14px !important;
  padding:10px 22px !important;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  gap:9px;
  background:linear-gradient(180deg,#ffe36b,#f2bb17) !important;
  color:#172568 !important;
  box-shadow:
    0 7px 0 #805500,
    0 15px 25px rgba(128,85,0,.24),
    inset 0 2px 1px rgba(255,255,255,.75) !important;
  font:inherit !important;
  font-size:14px !important;
  font-weight:900 !important;
  cursor:pointer;
  transition:transform .18s ease,box-shadow .18s ease,opacity .18s ease;
}

.atcf-submit:hover:not(:disabled){
  transform:translateY(-3px);
}

.atcf-submit:disabled{
  opacity:.72;
  cursor:wait;
}

.atcf-spinner{
  display:none;
  width:17px;
  height:17px;
  border:2px solid rgba(23,37,104,.22);
  border-top-color:#172568;
  border-radius:50%;
  animation:atcfSpin .7s linear infinite;
}

.atcf-submit.is-loading .atcf-spinner{
  display:block;
}

.atcf-security-note{
  max-width:610px;
  margin:0;
  color:#69758d;
  font-size:11px;
  line-height:1.55;
}

.atcf-status{
  display:none;
  width:100%;
  margin-top:18px;
  padding:14px 16px;
  border-radius:12px;
  font-size:13.5px;
  line-height:1.6;
  font-weight:750;
}

.atcf-status.is-success{
  display:block;
  border:1px solid rgba(23,103,71,.20);
  background:#eefaf3;
  color:#12543b;
}

.atcf-status.is-error{
  display:block;
  border:1px solid rgba(157,41,68,.20);
  background:#fff1f4;
  color:#7a1d34;
}

.atcf-hp{
  position:absolute !important;
  width:1px !important;
  height:1px !important;
  margin:-1px !important;
  padding:0 !important;
  overflow:hidden !important;
  clip:rect(0 0 0 0) !important;
  clip-path:inset(50%) !important;
  white-space:nowrap !important;
  border:0 !important;
}

@keyframes atcfSpin{
  to{transform:rotate(360deg);}
}

@media(max-width:700px){
  .atcf-wrap{
    width:100% !important;
    max-width:100% !important;
    margin:0 !important;
    padding:17px 10px;
    border-radius:17px;
    overflow:hidden !important;
  }

  .atcf-intro h2{
    font-size:29px;
  }

  .atcf-grid-2{
    grid-template-columns:minmax(0,1fr) !important;
  }

  .atcf-field,
  .atcf-field input,
  .atcf-field select,
  .atcf-field textarea{
    width:100% !important;
    max-width:100% !important;
    min-width:0 !important;
  }

  .atcf-actions{
    width:100%;
    display:grid;
    grid-template-columns:minmax(0,1fr);
  }

  .atcf-submit{
    width:100%;
    min-width:0;
  }

  .atcf-security-note{
    width:100%;
    text-align:center;
  }
}

@media(prefers-reduced-motion:reduce){
  .atcf-wrap *,
  .atcf-wrap *::before,
  .atcf-wrap *::after{
    animation:none !important;
    transition:none !important;
  }
}
