/* Hundepakt Leads, Opt-in + Status. Passt zum Theme "Warm Editorial Trust". */
.hpl-card{
  background:#F3EADA;
  border:1px solid #EADFCE;
  border-radius:18px;
  padding:clamp(22px,4vw,38px);
  max-width:640px;
  margin:2.4rem auto;
  text-align:center;
}
.hpl-kicker{
  font-size:.78rem;
  font-weight:700;
  letter-spacing:.14em;
  text-transform:uppercase;
  color:#E0712C;
  margin-bottom:.5rem;
}
.hpl-title{
  font-family:'Fraunces',Georgia,serif;
  color:#5C6E4F;
  font-size:clamp(1.4rem,3vw,2rem);
  line-height:1.18;
  margin:0 0 .5rem;
}
.hpl-intro{
  color:#6B6157;
  margin:0 auto 1.4rem;
  max-width:46ch;
}
.hpl-form{ text-align:left; }
.hpl-row{
  display:flex;
  gap:.6rem;
  flex-wrap:wrap;
}
.hpl-row input[type=email]{
  flex:1 1 240px;
  min-width:0;
  padding:.85rem 1rem;
  border:1.5px solid #D9CDB8;
  border-radius:11px;
  font-size:1rem;
  background:#fff;
  color:#2A2420;
}
.hpl-row input[type=email]:focus{
  outline:none;
  border-color:#5C6E4F;
  box-shadow:0 0 0 3px rgba(92,110,79,.18);
}
.hpl-btn{
  display:inline-block;
  background:#E0712C;
  color:#fff;
  border:none;
  border-radius:11px;
  padding:.85rem 1.5rem;
  font-size:1rem;
  font-weight:700;
  cursor:pointer;
  text-decoration:none;
  transition:background .15s ease, transform .15s ease;
}
.hpl-btn:hover{ background:#c85f1f; transform:translateY(-1px); }
.hpl-btn-lg{ padding:1rem 1.8rem; font-size:1.05rem; }
.hpl-consent{
  display:flex;
  gap:.6rem;
  align-items:flex-start;
  margin-top:1rem;
  font-size:.86rem;
  color:#6B6157;
  line-height:1.45;
}
.hpl-consent input{ margin-top:.25rem; flex:0 0 auto; }
.hpl-consent a{ color:#5C6E4F; }
.hp-turnstile{ margin-top:1rem; }
.hpl-hp{ position:absolute; left:-9999px; width:1px; height:1px; overflow:hidden; }
.hpl-sronly{ position:absolute; width:1px; height:1px; overflow:hidden; clip:rect(0 0 0 0); }

/* Status-Seite */
.hpl-status{
  max-width:640px;
  margin:3rem auto;
  text-align:center;
}
.hpl-status h1{
  font-family:'Fraunces',Georgia,serif;
  color:#5C6E4F;
}
.hpl-soft{ color:#6B6157; margin-top:1.4rem; }
.hpl-soft a{ color:#E0712C; }
