.br-authenticity-badge{max-width:80rem;margin:2.4rem auto 0;background:var(--br-black-2);border:0.1rem solid var(--br-gold-deep);border-radius:0.8rem;padding:2.8rem;text-align:center;}
.br-authenticity-title{display:block;font-family:'Constantine',serif;font-weight:400;font-size:2.6rem;letter-spacing:0.15rem;color:var(--br-gold);margin-bottom:1.2rem;}
.br-authenticity-badge p{color:var(--br-tan);font-size:1.3rem;line-height:1.6;margin:0;}
.br-authenticity-badge strong{color:var(--br-gold);}

.br-box-cost-table{max-width:90rem;margin:3.2rem auto 0;background:var(--br-card);border:0.1rem solid var(--br-line);border-radius:0.8rem;padding:2.8rem;}
.br-box-cost-table h4{font-family:'Constantine',serif;font-size:1.6rem;font-weight:400;color:var(--br-cream);text-align:center;margin-bottom:1.6rem;}
.br-box-cost-row{display:grid;grid-template-columns:1fr 1.4fr 1fr 1fr;border-bottom:0.1rem solid var(--br-line-soft);padding:1.1rem 0.6rem;}
.br-box-cost-row:last-of-type{border-bottom:none;}
.br-box-cost-row span{font-size:1.25rem;color:var(--br-tan);text-align:center;}
.br-box-cost-row span:first-child{color:var(--br-cream);font-weight:600;text-align:left;}
.br-box-cost-row span:last-child{color:var(--br-gold);font-weight:700;}
.br-box-cost-head{background:var(--br-black-2);border-radius:0.4rem;}
.br-box-cost-head span{font-family:'Constantine',serif;font-size:1.3rem;color:var(--br-cream) !important;font-weight:400 !important;text-align:center !important;}
@media (max-width:749px){
  .br-box-cost-row{grid-template-columns:1fr 1fr;row-gap:0.4rem;}
  .br-box-cost-row span:nth-child(2){display:none;}
}

.br-cost-clarify{max-width:70rem;margin:2.2rem auto 0;padding-top:2rem;border-top:0.1rem dashed var(--br-line);}
.br-cost-clarify p{color:var(--br-tan);font-size:1.3rem;line-height:1.7;margin-bottom:1rem;text-align:center;}
.br-cost-clarify p:last-child{margin-bottom:0;}
.br-cost-clarify strong{color:var(--br-gold);}
