
/* 77 Call Pete Referral Rewards — standalone styles */
.cp-referral-wrap{
  max-width:1100px;margin:36px auto 50px;padding:0 18px;
  font-family:Arial,Helvetica,sans-serif;color:#10233f
}
.cp-referral-wrap *{box-sizing:border-box}
.cp-card{
  background:#fff;border:1px solid #dce3ec;border-radius:20px;
  padding:32px;margin:20px 0;box-shadow:0 12px 35px rgba(11,31,58,.09)
}
.cp-hero{
  position:relative;overflow:hidden;
  background:linear-gradient(135deg,#081c36 0%,#123d6d 68%,#1c4e82 100%);
  border:0;padding:40px 42px;color:#fff
}
.cp-hero:after{
  content:"$20";position:absolute;right:34px;top:10px;
  font-size:110px;font-weight:900;line-height:1;color:rgba(255,255,255,.055);
  pointer-events:none
}
.cp-kicker{
  display:inline-block;font-weight:900;letter-spacing:2.2px;color:#ff4653;
  font-size:13px;margin-bottom:14px
}
.cp-hero h2{
  color:#fff!important;font-size:42px!important;font-weight:900!important;
  line-height:1.08!important;margin:0 0 14px!important;letter-spacing:-.7px
}
.cp-hero p{
  color:#f4f7fb!important;font-size:17px;line-height:1.55;margin:0;
  max-width:760px
}
.cp-card h3{
  color:#10233f!important;font-size:30px!important;font-weight:900!important;
  line-height:1.15!important;margin:0 0 12px!important
}
.cp-card>p{font-size:16px;line-height:1.6;color:#41536d;margin:0 0 24px}
.cp-form{display:grid;gap:19px;margin-top:24px}
.cp-form label{
  color:#10233f!important;font-weight:800;font-size:14px;display:grid;gap:8px
}
.cp-form label span{color:#d8242f}
.cp-form input,.cp-form textarea,.cp-copy-row input{
  display:block!important;width:100%!important;min-height:50px!important;
  box-sizing:border-box!important;background:#fff!important;color:#14243b!important;
  border:2px solid #c8d2df!important;border-radius:10px!important;
  padding:12px 14px!important;font-size:16px!important;line-height:1.35!important;
  box-shadow:0 1px 2px rgba(16,35,63,.04)!important;outline:none!important;
  opacity:1!important;visibility:visible!important
}
.cp-form textarea{min-height:100px!important;resize:vertical}
.cp-form input:hover,.cp-form textarea:hover{border-color:#9baabd!important}
.cp-form input:focus,.cp-form textarea:focus,.cp-copy-row input:focus{
  border-color:#174c82!important;box-shadow:0 0 0 3px rgba(23,76,130,.12)!important
}
.cp-btn{
  display:inline-block;border:0!important;border-radius:10px!important;
  background:#d8242f!important;color:#fff!important;padding:14px 20px!important;
  min-height:48px;font-size:15px;font-weight:900!important;text-decoration:none!important;
  cursor:pointer;text-align:center;box-shadow:0 5px 14px rgba(216,36,47,.18)
}
.cp-form>.cp-btn{margin-top:3px;width:100%}
.cp-btn:hover{filter:brightness(.95)}
.cp-btn.secondary{background:#102f55!important;box-shadow:none}
.cp-grid{display:grid;grid-template-columns:1fr 1fr;gap:22px}
.cp-copy-row{display:flex;gap:9px;align-items:center}
.cp-share-row{display:flex;flex-wrap:wrap;gap:10px;margin:15px 0}
.cp-qr{text-align:center;margin-top:22px;padding-top:18px;border-top:1px solid #e6ebf1}
.cp-qr img{max-width:180px;border-radius:10px;border:1px solid #dfe5ed;padding:8px;background:#fff}
.cp-qr small{display:block;margin-top:7px;color:#667085}
.cp-alert{border-radius:12px;padding:14px 17px;margin:16px 0;font-weight:800}
.cp-alert.success{background:#ecfdf3;color:#166534;border:1px solid #bbf0cf}
.cp-alert.error{background:#fef2f2;color:#991b1b;border:1px solid #fecaca}
.cp-terms{
  font-size:12px!important;line-height:1.5;color:#667085!important;
  margin:20px 4px!important;text-align:center
}
.cp-friend-card{border-top:5px solid #d8242f}
@media(max-width:760px){
 .cp-referral-wrap{margin-top:18px;padding:0 12px}
 .cp-card{padding:24px 20px;border-radius:16px}
 .cp-hero{padding:30px 24px}
 .cp-hero h2{font-size:32px!important}
 .cp-hero:after{font-size:72px;right:10px}
 .cp-grid{grid-template-columns:1fr}
 .cp-copy-row{display:block}
 .cp-copy-row .cp-btn{margin-top:8px;width:100%}
}
