
.prive-offers__grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:18px}
.prive-offer-card{position:relative;min-height:420px;border-radius:var(--radius-lg,30px);overflow:hidden;background:linear-gradient(180deg, rgba(255,255,255,.42), rgba(255,255,255,.12));background-size:cover;background-position:center;box-shadow:var(--shadow,0 24px 70px rgba(78,61,82,.08))}
.prive-offer-card__shade{position:absolute;inset:0;background:linear-gradient(180deg, rgba(18,18,24,.10), rgba(18,18,24,.18) 32%, rgba(18,18,24,.68) 100%)}
.prive-offer-card__inner{position:relative;z-index:2;display:flex;flex-direction:column;justify-content:flex-end;min-height:100%;padding:28px;color:#fff}
.prive-offer-card__badge{position:absolute;top:22px;left:22px;padding:10px 14px;border-radius:999px;background:rgba(255,255,255,.22);font-size:11px;letter-spacing:.2em;text-transform:uppercase}
.prive-offer-card__title{margin:0;font-family:"Cormorant Garamond", Georgia, serif;font-size:48px;line-height:1}
.prive-offer-card__text{margin-top:12px;font-size:15px;line-height:1.8;color:rgba(255,255,255,.88);max-width:36ch}
.prive-offer-card__price{margin-top:18px;display:flex;flex-direction:column;gap:4px}
.prive-offer-card__price strong{font-size:32px;line-height:1}
.prive-offer-card__price span{font-size:14px;color:rgba(255,255,255,.8)}
.prive-offer-card .btn{margin-top:22px;align-self:flex-start}
.prive-pay-status{margin-top:16px;padding:16px 18px;border-radius:18px;background:rgba(255,255,255,.72);box-shadow:0 10px 22px rgba(89,72,91,.05);font-size:14px;line-height:1.7;color:var(--muted,#6f6770)}
.prive-pay-status.is-error{color:#8d4a5a}
.prive-pay-status.is-success{color:#2a6f55}
.prive-fp-modal{position:fixed;inset:0;z-index:2000}
.prive-fp-modal[hidden]{display:none}
.prive-fp-modal__backdrop{position:absolute;inset:0;background:rgba(17,14,18,.48);backdrop-filter:blur(8px)}
.prive-fp-modal__dialog{position:relative;z-index:2;width:min(94vw,960px);height:min(90vh,760px);margin:5vh auto 0;background:#fff;border-radius:24px;overflow:hidden;box-shadow:0 30px 80px rgba(16,13,18,.3)}
.prive-fp-modal__close{position:absolute;top:12px;right:12px;z-index:3;width:42px;height:42px;border:0;border-radius:999px;background:rgba(255,255,255,.9);box-shadow:0 10px 20px rgba(0,0,0,.1);font-size:28px;line-height:1;cursor:pointer}
.prive-fp-modal__frame{width:100%;height:100%;border:0;background:#fff}
@media (max-width:1180px){.prive-offers__grid{grid-template-columns:repeat(2,minmax(0,1fr))}}
@media (max-width:920px){.prive-offers__grid{grid-template-columns:1fr}.prive-offer-card{min-height:360px}.prive-offer-card__title{font-size:40px}.prive-fp-modal__dialog{width:100vw;height:100vh;margin:0;border-radius:0}}
