.offer-summary-card{backdrop-filter:blur(20px);-webkit-backdrop-filter:blur(20px);background:linear-gradient(135deg,rgba(80,20,40,.95),rgba(100,25,50,.9) 50%,rgba(120,30,55,.88));box-shadow:0 30px 60px rgba(80,20,40,.35),0 15px 30px rgba(0,0,0,.15),inset 0 1px 2px rgba(255,200,210,.15);overflow:hidden;position:relative}.offer-summary-card:before{animation:border-rotate 8s linear infinite;background:conic-gradient(from var(--border-angle),transparent 0,transparent 35%,rgba(255,131,149,.5) 45%,rgba(232,67,147,.7) 50%,rgba(255,131,149,.5) 55%,transparent 65%,transparent 100%);inset:-1px;-webkit-mask:linear-gradient(#fff 0 0) content-box,linear-gradient(#fff 0 0);-webkit-mask-composite:xor;mask-composite:exclude;padding:2px;z-index:0}.offer-summary-card:after,.offer-summary-card:before{border-radius:1.5rem;content:"";pointer-events:none;position:absolute}.offer-summary-card:after{animation:offer-shimmer 6s ease-in-out infinite;background:linear-gradient(105deg,transparent 40%,rgba(255,184,195,.08) 45%,hsla(0,0%,100%,.12) 50%,rgba(255,184,195,.08) 55%,transparent 60%);inset:0;z-index:1}@keyframes offer-shimmer{0%,to{transform:translateX(-100%)}50%{transform:translateX(200%)}}@media (max-width:1023px){.offer-summary-card{backdrop-filter:none;-webkit-backdrop-filter:none;background:linear-gradient(135deg,rgba(80,20,40,.99),rgba(100,25,50,.97) 50%,rgba(120,30,55,.96))}}@media (prefers-reduced-motion:reduce){.offer-summary-card:after,.offer-summary-card:before{animation:none!important;display:none}}