.page-coupons{background:radial-gradient(circle at 50% 10%,#fff5b9,#eeb1d1 45%,#9abde1)}.coupon-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:14px;max-width:590px;margin:auto}.coupon{min-height:135px;padding:18px;border:0;border-radius:20px 8px 20px 8px;background:#fffdf5;color:#746184;text-align:left;box-shadow:0 9px 20px #8853772e;cursor:pointer;transition:.28s}.coupon:nth-child(2n){transform:rotate(2deg)}.coupon:nth-child(2n+1){transform:rotate(-2deg)}.coupon:hover{transform:translateY(-7px) rotate(0);background:#fff2ba}.coupon.claimed{background:#ffc3ce;color:#fff}.coupon b{display:block;color:#ec7791;font:25px Georgia}.coupon.claimed b{color:#fff6c6}.coupon span{display:block;margin:8px 0;font-size:16px;font-weight:700;line-height:1.45}.coupon small{font:11px Arial;letter-spacing:.08em}.coupon-result{min-height:35px;margin:27px auto;color:#dc6684;font-weight:700}@media(max-width:600px){.coupon-grid{gap:10px}.coupon{min-height:120px;padding:14px}.coupon span{font-size:14px}}
