.price-card{position:relative;display:flex;flex-direction:column;border:1px solid rgba(48,48,48,.08);background:#fff;border-radius:1.25rem;overflow:hidden;box-shadow:0 10px 24px #3030300f;transition:transform .25s ease,box-shadow .25s ease,border-color .25s ease}.price-card:hover{transform:translateY(-3px);border-color:#47a4e766;box-shadow:0 18px 32px #47a4e724}.price-card--featured{border-color:#47a4e78c;box-shadow:0 18px 32px #47a4e738}.price-card__header{position:relative;padding:1rem 1.4rem 1.1rem;min-height:90px;background-size:cover;background-position:center;color:#fff;isolation:isolate;display:flex;flex-direction:column;justify-content:flex-end}.price-card__header:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(135deg,#2a9d8fdb,#2a9d8fbd 32%,#f9bc45cc 62%,#f9bc45e0);z-index:-1}.price-card--monthly .price-card__header:after{background:linear-gradient(135deg,#303030db,#303030c7 36%,#47a4e7d1 76%,#47a4e7e6)}.price-card--featured .price-card__header:after{background:linear-gradient(135deg,#47a4e7eb,#47a4e7c7 38%,#f9bc45c7 78%,#f9bc45e0)}.price-card__type{text-transform:uppercase;letter-spacing:.18em;font-size:.65rem;font-weight:800;color:#ffffffeb;margin-bottom:.25rem}.price-card__name{font-size:1.5rem;font-weight:800;color:#fff;line-height:1.1;text-shadow:0 2px 10px rgba(22,38,58,.34)}.price-card__badge{position:absolute;top:.7rem;right:.7rem;background:#fff;color:#47a4e7;font-size:.68rem;font-weight:800;letter-spacing:.04em;padding:.28rem .65rem;border-radius:999px;box-shadow:0 6px 14px #14366038}.price-card__body{padding:1.4rem 1.4rem 1.5rem;display:flex;flex-direction:column;flex:1}.price-card__price-row{display:flex;align-items:baseline;gap:.5rem;flex-wrap:wrap;margin-bottom:.7rem}.price-card__price{font-size:2rem;font-weight:900;color:#303030;line-height:1}.price-card__period{font-size:.85rem;font-weight:600;color:#303030a6}.price-card__description{color:#303030d1;line-height:1.55;margin-bottom:1rem}.price-card__items{display:flex;flex-direction:column;gap:.55rem;margin-top:auto}.price-card__items li{display:flex;align-items:flex-start;gap:.6rem;color:#303030d9;font-size:.95rem;line-height:1.5}.price-card__dot{width:.45rem;height:.45rem;border-radius:999px;background:#47a4e7;margin-top:.55rem;flex-shrink:0}@media (prefers-reduced-motion: reduce){.price-card{transition:none}.price-card:hover{transform:none}}
