.pricecards{align-items:stretch;gap:18px}
.pricecard{min-height:370px;display:flex;flex-direction:column;padding:26px 26px 20px;border:1px solid #6e3c20;border-radius:24px;background:radial-gradient(circle at 75% 22%,#b3501733,transparent 51%),linear-gradient(145deg,#29201b,#111111 65%);box-shadow:inset 0 1px #ffffff13,0 24px 60px #0004;transition:transform .2s,border-color .2s}
.pricecard:hover{transform:translateY(-6px);border-color:#ff9447}
.pricecard .tier-top{display:flex;justify-content:space-between;align-items:center;gap:8px}.pricecard .tier-name{color:#ff9a48;font-size:12px;font-weight:900;letter-spacing:.22em}.pricecard .tier-index{color:#c4a88e;font-size:11px;font-weight:700}.pricecard .tier-symbol{display:flex;gap:7px;margin:24px 0 9px;font-size:26px;line-height:1;color:#ff862e}.tier-symbol span:nth-child(2){opacity:.7}.tier-symbol span:nth-child(3){opacity:.4}.pricecard .tier-caption{color:#d2bba8;font-size:13px;min-height:20px;margin:0 0 24px}.pricecard strong{font-size:clamp(34px,3vw,46px);line-height:1;color:#ff8830}.pricecard b{margin-top:8px;color:#fff7ef;font-size:26px}.pricecard .tier-cost{margin:12px 0 26px;color:#bdaea3}.tier-bottom{display:flex;gap:8px;justify-content:space-between;flex-wrap:wrap;margin-top:auto;padding-top:15px;border-top:1px solid #ffffff25;color:#b09b88;font-size:9px;font-weight:800;letter-spacing:.07em}
.pricecard.tier-plus{border-color:#745134;background:radial-gradient(circle at 80% 16%,#d2732444,transparent 54%),linear-gradient(145deg,#302319,#111111 70%)}.tier-plus .tier-symbol span:nth-child(2){opacity:1}
.pricecard.tier-pro{border-color:#ad6432;background:radial-gradient(circle at 72% 10%,#f77b263f,transparent 55%),linear-gradient(145deg,#37241b,#111111 75%)}.tier-pro .tier-symbol span:nth-child(2),.tier-pro .tier-symbol span:nth-child(3){opacity:1}
.pricecard.tier-max{border-color:#ff8d35;background:radial-gradient(circle at 75% 14%,#ff952c6b,transparent 55%),linear-gradient(145deg,#50301b,#17110d 73%);box-shadow:0 0 35px #f9731620,inset 0 1px #ffce9355}.tier-max .tier-name,.tier-max strong{color:#ffc073}.tier-max .tier-symbol span{opacity:1;color:#ffb156}
@media(max-width:800px){.pricecards{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(max-width:580px){.pricecards{grid-template-columns:1fr}.pricecard{min-height:330px}}
