/* v41 — cinematic tier artwork for /plans/ only */
body.plan-art-page .page-section .plan-grid > .plan{
  position:relative;
  overflow:hidden;
  isolation:isolate;
  min-height:500px;
  border-color:rgba(143,125,255,.32);
  background-color:#090711;
  background-repeat:no-repeat;
  background-size:cover;
  background-position:center;
  box-shadow:0 24px 70px rgba(0,0,0,.34);
}
body.plan-art-page .page-section .plan-grid > .plan::before{
  content:"";
  position:absolute;
  inset:0;
  z-index:-1;
  pointer-events:none;
  background:linear-gradient(180deg,rgba(6,3,16,.18) 0%,rgba(7,3,16,.52) 42%,rgba(5,2,12,.94) 100%);
}
body.plan-art-page .page-section .plan-grid > .plan::after{
  content:"";
  position:absolute;
  inset:0;
  z-index:-1;
  pointer-events:none;
  box-shadow:inset 0 0 90px rgba(0,0,0,.34);
}
body.plan-art-page .page-section .plan-grid > .plan:nth-child(1){
  background-image:linear-gradient(180deg,rgba(4,9,24,.12),rgba(3,5,13,.72)),url('/assets/tier-free-background.webp');
  border-color:rgba(59,136,255,.48);
}
body.plan-art-page .page-section .plan-grid > .plan:nth-child(2){
  background-image:linear-gradient(180deg,rgba(31,8,49,.08),rgba(10,3,18,.74)),url('/assets/tier-plus-background.webp');
  border-color:rgba(192,84,255,.54);
  box-shadow:0 26px 78px rgba(138,53,255,.16);
}
body.plan-art-page .page-section .plan-grid > .plan:nth-child(3){
  background-image:linear-gradient(180deg,rgba(60,3,37,.08),rgba(16,2,13,.76)),url('/assets/tier-pro-background.webp');
  border-color:rgba(255,75,170,.56);
}
body.plan-art-page .page-section .plan-grid > .plan:nth-child(4){
  background-image:linear-gradient(180deg,rgba(67,38,3,.10),rgba(15,8,2,.78)),url('/assets/tier-ultra-background.webp');
  border-color:rgba(255,182,55,.60);
  box-shadow:0 26px 78px rgba(255,157,31,.12);
}
body.plan-art-page .page-section .plan-grid > .plan .tier,
body.plan-art-page .page-section .plan-grid > .plan .price,
body.plan-art-page .page-section .plan-grid > .plan .period,
body.plan-art-page .page-section .plan-grid > .plan h3,
body.plan-art-page .page-section .plan-grid > .plan p,
body.plan-art-page .page-section .plan-grid > .plan li{
  text-shadow:0 2px 16px rgba(0,0,0,.92),0 1px 3px rgba(0,0,0,.95);
}
body.plan-art-page .page-section .plan-grid > .plan p{color:#e5dff1;}
body.plan-art-page .page-section .plan-grid > .plan ul{color:#f0ebf7;}
body.plan-art-page .page-section .plan-grid > .plan:nth-child(1) .tier,
body.plan-art-page .page-section .plan-grid > .plan:nth-child(1) li::before{color:#63a8ff;}
body.plan-art-page .page-section .plan-grid > .plan:nth-child(2) .tier,
body.plan-art-page .page-section .plan-grid > .plan:nth-child(2) li::before{color:#d66bff;}
body.plan-art-page .page-section .plan-grid > .plan:nth-child(3) .tier,
body.plan-art-page .page-section .plan-grid > .plan:nth-child(3) li::before{color:#ff70b4;}
body.plan-art-page .page-section .plan-grid > .plan:nth-child(4) .tier,
body.plan-art-page .page-section .plan-grid > .plan:nth-child(4) li::before{color:#ffc55d;}
@media (max-width:650px){
  body.plan-art-page .page-section .plan-grid > .plan{min-height:460px;background-position:center 30%;}
}
