.pricing-section{flex-direction:column;align-items:center;max-width:1440px;margin:0 auto;padding:1rem;display:flex}.pricing-heading{text-align:center;color:#111;width:100%;margin:0 auto;font-size:2rem}.pricing-grid{flex-wrap:wrap;justify-content:center;align-items:center;gap:2rem;display:flex}.pricing-card{cursor:default;background:linear-gradient(130deg,#130428 7.29%,#251043 34.38%,#38126d 56.77%,#261045 84.9%,#190634 100%);border-radius:20px;flex-direction:column;justify-content:space-between;width:270px;height:350px;padding:1rem;transition:box-shadow .7s;display:flex}.pricing-card:hover{box-shadow:0 12px 36px #0000001a}.pricing-btn{margin-top:2rem}.pricing-card h3{margin-bottom:.5rem;font-size:1.25rem}.price{color:red;margin:.5rem 0;font-size:x-large;font-weight:600}.desc{font-size:.95rem;line-height:1.5}.currency-toggle{flex-direction:column;justify-content:center;align-items:center;width:fit-content;margin-bottom:2rem;display:flex}.currency-note{text-align:center;margin-top:1rem;font-size:.85rem}.currency-btn{color:#333;cursor:pointer;background-color:#fff;border:1px solid #ddd;border-radius:999px;width:fit-content;padding:.6rem 1.4rem;font-size:.95rem;font-weight:600;transition:all .3s;box-shadow:0 2px 8px #0000000f}.currency-btn:hover{background-color:#f7f7f7;border-color:#ccc;box-shadow:0 4px 12px #00000014}.currency-btn:focus{outline:none;box-shadow:0 0 0 3px #6496fa4d}.pay-btn{color:#fff;cursor:pointer;background-color:#007bff;border:none;border-radius:8px;width:fit-content;padding:10px 20px;font-weight:600;transition:background-color .3s}.pay-btn:hover{background-color:#0056b3}@media only screen and (max-width:600px){.pricing-card{width:100%;height:fit-content}.pricing-grid{gap:1rem}.pricing-btn{margin-top:1rem}.currency-toggle{margin-bottom:0}}
