/* Purified v21.1 Cloudflare — lead capture, form status and thank-you page */
.p210-honeypot{
  position:absolute!important;
  left:-10000px!important;
  top:auto!important;
  width:1px!important;
  height:1px!important;
  overflow:hidden!important;
}

.p210-submit-actions{
  display:grid!important;
  grid-template-columns:1fr!important;
  margin-top:18px!important;
}

.p210-submit-actions .p210-primary-submit{
  width:100%!important;
  min-height:54px!important;
  font-weight:800!important;
  letter-spacing:.01em!important;
}

.p210-primary-submit[disabled]{
  cursor:wait!important;
  opacity:.72!important;
}

.p210-form-status{
  display:none;
  margin:14px 0 4px;
  padding:12px 14px;
  border-radius:12px;
  font-weight:700;
  line-height:1.45;
}

.p210-form-status.is-visible{display:block}
.p210-form-status.is-sending{
  color:#16466a;
  background:#eaf6ff;
  border:1px solid #a9d7f5;
}
.p210-form-status.is-error{
  color:#7b1e1e;
  background:#fff0f0;
  border:1px solid #efb3b3;
}

.p210-fallback-title{
  margin:18px 0 10px;
  color:var(--p22-ink,#18324a);
  font-size:.94rem;
  font-weight:800;
  text-align:center;
}

.p210-fallback-actions{
  display:grid!important;
  grid-template-columns:repeat(3,minmax(0,1fr))!important;
  gap:10px!important;
}

.p210-fallback-actions .p22-btn{
  min-height:46px!important;
  padding:10px 12px!important;
  font-size:.92rem!important;
}

.p210-consent{
  margin:12px 0 0;
  color:#536879;
  font-size:.78rem;
  line-height:1.45;
  text-align:center;
}

.p210-form-required-note{
  margin:-4px 0 14px;
  color:#647786;
  font-size:.8rem;
  line-height:1.4;
}

@media(max-width:620px){
  .p210-fallback-actions{
    grid-template-columns:1fr!important;
  }
}

/* Standalone confirmation page */
.p210-thanks-page{
  min-height:100vh;
  margin:0;
  background:linear-gradient(180deg,#f6fbff 0%,#eef8f2 100%);
  color:#17324a;
  font-family:Inter,Arial,sans-serif;
}

.p210-thanks-shell{
  width:min(760px,calc(100% - 32px));
  margin:0 auto;
  padding:48px 0;
}

.p210-thanks-card{
  padding:clamp(28px,5vw,52px);
  border:1px solid rgba(22,75,105,.14);
  border-radius:24px;
  background:#fff;
  box-shadow:0 22px 65px rgba(22,58,80,.12);
  text-align:center;
}

.p210-thanks-check{
  display:grid;
  place-items:center;
  width:72px;
  height:72px;
  margin:0 auto 20px;
  border-radius:50%;
  background:#e8f8ee;
  color:#14813b;
  font-size:38px;
  font-weight:900;
}

.p210-thanks-card h1{
  margin:0 0 12px;
  font-family:Poppins,Inter,Arial,sans-serif;
  font-size:clamp(2rem,6vw,3.2rem);
  line-height:1.08;
}

.p210-thanks-lead{
  max-width:590px;
  margin:0 auto 20px;
  color:#4e6475;
  font-size:1.06rem;
  line-height:1.65;
}

.p210-request-id{
  display:none;
  margin:14px auto 22px;
  padding:9px 12px;
  border-radius:10px;
  background:#f3f7fa;
  color:#536879;
  font-size:.82rem;
  overflow-wrap:anywhere;
}
.p210-request-id.is-visible{display:block}

.p210-next-steps{
  margin:24px 0;
  padding:20px;
  border-radius:16px;
  background:#f8fbfd;
  text-align:left;
}
.p210-next-steps h2{margin:0 0 10px;font-size:1.15rem}
.p210-next-steps p{margin:7px 0;color:#536879;line-height:1.55}

.p210-thanks-actions{
  display:flex;
  flex-wrap:wrap;
  justify-content:center;
  gap:12px;
  margin-top:24px;
}

.p210-thanks-actions .p22-btn{min-width:170px}

.p210-thanks-note{
  margin:20px 0 0;
  color:#657988;
  font-size:.82rem;
  line-height:1.5;
}


/* Cloudflare Turnstile: hidden until a public site key is configured. */
.p210-turnstile{
  min-height:0;
  margin:14px 0 4px;
  display:flex;
  justify-content:center;
}
.p210-turnstile[hidden]{display:none!important}
.p210-turnstile iframe{max-width:100%}

@media(max-width:360px){
  .p210-turnstile{justify-content:flex-start;overflow-x:auto}
}
