.description h1{font-weight:700;text-align:center;margin-bottom:.5rem}.description h2{font-weight:600;margin:2rem 0 1rem}.description p{font-size:1.2rem;margin-bottom:1.2rem;text-align:left}.vpn-card{border-radius:24px;background:linear-gradient(145deg,#ffffff,#f0f0f0);box-shadow:0 15px 35px rgb(0 0 0 / .12);overflow:hidden;transition:transform 0.3s ease,box-shadow 0.3s ease;border:1px solid #e0e0e0;height:100%;display:flex;flex-direction:column}.vpn-card:hover{transform:translateY(-8px);box-shadow:0 25px 50px rgb(0 0 0 / .15)}.vpn-card .card-img-top{width:100%;height:200px;object-fit:contain;background:#f8f8f8;border-bottom:1px solid #e0e0e0}.vpn-card .card-body{padding:25px;flex:1;display:flex;flex-direction:column;justify-content:space-between}.vpn-card .card-title{font-size:1.25rem;font-weight:700;color:#222;margin-bottom:12px}.vpn-card .card-text{font-size:.95rem;color:#555;margin-bottom:15px;line-height:1.5}.vpn-card ul{padding-left:18px;margin-bottom:20px}.vpn-card ul li{font-size:.92rem;color:#444;margin-bottom:8px;position:relative}.vpn-card ul li::before{color:#10b981;font-weight:700;margin-right:8px}.vpn-card .cta-btn{background:linear-gradient(90deg,#2563eb,#1d4ed8);animation:pulseGlow 3s infinite;color:#fff;border:none;padding:12px;border-radius:9999px;font-weight:600;text-align:center;text-transform:uppercase;transition:transform 0.3s ease,box-shadow 0.3s ease}.vpn-card .cta-btn:hover{background:linear-gradient(90deg,#1e40af,#1e3a8a);text-decoration:none;color:#fff}@media (max-width:768px){.vpn-card .card-img-top{height:150px}.vpn-card .card-title{font-size:1.15rem}.vpn-card .card-text,.vpn-card ul li{font-size:.9rem}}.vpn-table th,.vpn-table td{vertical-align:middle;text-align:center}.vpn-table tbody tr:hover{background:#f8f9fa}@media (max-width:992px){.vpn-table th:nth-child(n+4),.vpn-table td:nth-child(n+4){display:none}}@keyframes pulseGlow{0%{box-shadow:0 0 0 rgb(37 99 235 / .5);transform:scale(1)}50%{box-shadow:0 0 25px rgb(29 78 216 / .8);transform:scale(1.025)}100%{box-shadow:0 0 0 rgb(37 99 235 / .5);transform:scale(1)}}.vpn-discount-badge{border-bottom-right-radius:10px}