.purchase-page{background:linear-gradient(to bottom right,#312e81,#6b21a8,#111827);color:white;min-height:100vh;display:flex;flex-direction:column;justify-content:space-between}.purchase-container{display:flex;flex-direction:column;align-items:center;padding:3rem 1.5rem;text-align:center;flex:1 1}.purchase-title{font-size:2.5rem;font-weight:800;margin-bottom:1rem}.purchase-subtitle{font-size:1.125rem;color:#a5b4fc;margin-bottom:2rem;max-width:700px}.purchase-container>section{margin-bottom:2rem}.separator{width:100%;max-width:800px;border:none;border-top:1px solid #4b5563;margin:2rem 0}.details-section{display:flex;flex-wrap:wrap;justify-content:center;gap:2rem;max-width:1200px;margin:2rem auto 3rem;padding:0 1rem}.details-column{background-color:#2a2a3c;padding:1.5rem;border-radius:8px;width:260px;box-shadow:0 0 10px rgba(0,0,0,.3);text-align:left}.details-column h2{color:#a5b4fc;font-size:1.25rem;margin-bottom:1rem}.details-column li,.details-column p{font-size:.95rem;color:#e5e7eb;line-height:1.4}.details-column a{color:#93c5fd;text-decoration:underline}.details-column a:hover{color:white}.details-column strong{word-break:break-word;overflow-wrap:anywhere}@media (max-width:600px){.purchase-container{padding:1.2rem .2rem;max-width:98vw}.details-section{gap:1rem;padding:0 .2rem}.details-column{width:98vw;max-width:98vw;padding:1rem .5rem;font-size:.98rem}}