
.tyg-bc{
  --navy:#071a33;
  --deep:#03101f;
  --gold:#d5a928;
  --cream:#fffaf0;
  max-width:1050px;
  margin:28px auto;
  font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Arial,sans-serif;
  color:#152033;
}
.tyg-bc *{box-sizing:border-box}
.tyg-bc-hero{
  padding:34px;
  border-radius:26px;
  color:#fff;
  text-align:center;
  background:radial-gradient(circle at top right,rgba(213,169,40,.22),transparent 34%),linear-gradient(135deg,var(--deep),var(--navy));
  box-shadow:0 20px 50px rgba(3,16,31,.22);
}
.tyg-bc-eyebrow{
  margin:0 0 14px;
  font-size:12px;
  font-weight:800;
  letter-spacing:.16em;
  color:#f4d77c;
}
.tyg-bc blockquote{
  max-width:760px;
  margin:0 auto 24px;
  padding:0;
  border:0;
  font-family:Georgia,serif;
  font-size:clamp(24px,4vw,42px);
  line-height:1.25;
}
.tyg-bc cite{
  display:block;
  margin-top:12px;
  font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Arial,sans-serif;
  font-size:15px;
  font-style:normal;
  color:#f4d77c;
}
.tyg-bc-actions{
  display:flex;
  align-items:center;
  justify-content:center;
  flex-wrap:wrap;
  gap:14px;
}
.tyg-bc-amen,.tyg-bc-form button,.tyg-bc-join,.tyg-bc-secondary{
  border:0;
  border-radius:999px;
  padding:13px 20px;
  font-weight:800;
  text-decoration:none;
  cursor:pointer;
}
.tyg-bc-amen,.tyg-bc-form button,.tyg-bc-join{
  color:#071a33;
  background:#f1c84d;
}
.tyg-bc-amen.is-checked{background:#d9ead9;cursor:default}
.tyg-bc-count{font-size:14px;color:#d8e2ee}
.tyg-bc-count strong{font-size:20px;color:#fff}
.tyg-bc-streak{
  display:inline-flex;
  align-items:baseline;
  gap:7px;
  margin-top:18px;
  padding:8px 14px;
  border:1px solid rgba(255,255,255,.17);
  border-radius:999px;
  background:rgba(255,255,255,.08);
}
.tyg-bc-streak strong{font-size:23px;color:#f4d77c}
.tyg-bc-join{display:inline-block;margin-top:17px}
.tyg-bc-small{margin:9px 0 0;color:#c9d4e0;font-size:13px}
.tyg-bc-grid{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:18px;
  margin-top:18px;
}
.tyg-bc-panel{
  padding:24px;
  border:1px solid #e4e7ec;
  border-radius:22px;
  background:#fff;
  box-shadow:0 10px 30px rgba(7,26,51,.08);
}
.tyg-bc-panel h3{margin:0 0 15px;color:#071a33;font-size:22px}
.tyg-bc-form textarea{
  width:100%;
  min-height:120px;
  padding:14px;
  resize:vertical;
  border:1px solid #cad1da;
  border-radius:14px;
  font:inherit;
}
.tyg-bc-form-row{
  display:flex;
  justify-content:space-between;
  align-items:center;
  gap:12px;
  margin-top:12px;
}
.tyg-bc-form-row label{font-size:13px}
.tyg-bc-feedback{min-height:20px;margin:10px 0 0;font-size:13px;font-weight:700}
.tyg-bc-wall{display:grid;gap:11px}
.tyg-bc-wall article{
  padding:14px 15px;
  border-left:4px solid #d5a928;
  border-radius:10px;
  background:#fffaf0;
}
.tyg-bc-wall article p{margin:0 0 7px}
.tyg-bc-wall article span{font-size:12px;font-weight:700;color:#5b6675}
.tyg-bc-secondary{
  display:inline-block;
  color:#fff;
  background:#071a33;
}
@media(max-width:720px){
  .tyg-bc{margin:15px auto}
  .tyg-bc-hero{padding:26px 18px;border-radius:20px}
  .tyg-bc-grid{grid-template-columns:1fr}
  .tyg-bc-panel{padding:18px}
  .tyg-bc-form-row{align-items:flex-start;flex-direction:column}
  .tyg-bc-form button{width:100%}
}
