.plans-container{max-width:1400px;margin:80px auto;padding:0 20px}.title-compare-plans{font-size:clamp(1.5rem,4vw,3rem);font-weight:700;text-align:center;margin-bottom:60px;color:hsla(0,0%,100%,.8901960784);text-transform:uppercase;letter-spacing:2px;position:relative}.title-compare-plans:after{content:"";position:absolute;bottom:-20px;left:50%;transform:translateX(-50%);width:100px;height:4px;background:linear-gradient(90deg,#396bb3,#6a50a5);border-radius:2px}.plans-table-wrapper{perspective:1000px;padding-top:50px;position:relative}.plans-table-wrapper .popular-badge-outside{position:absolute;top:9px;padding:10px 28px;background:linear-gradient(135deg,#396bb3,#6a50a5);border-radius:10px 10px 0 0;font-size:13px;font-weight:700;color:#fff;text-transform:uppercase;letter-spacing:1px;box-shadow:0 4px 16px rgba(57,107,179,.5),0 0 20px rgba(106,80,165,.3);white-space:nowrap;z-index:100;border:1px solid hsla(0,0%,100%,.1);border-bottom:none}.plans-table-container{width:100%;overflow-x:auto;border-radius:24px;background:hsla(0,0%,100%,.03);backdrop-filter:blur(20px);border:1px solid hsla(0,0%,100%,.1);box-shadow:0 20px 60px rgba(57,107,179,.2),0 0 80px rgba(106,80,165,.1)}.plans-table-container::-webkit-scrollbar{height:8px}.plans-table-container::-webkit-scrollbar-track{background:hsla(0,0%,100%,.05);border-radius:4px}.plans-table-container::-webkit-scrollbar-thumb{background:linear-gradient(90deg,#396bb3,#6a50a5);border-radius:4px}.plans-table-container::-webkit-scrollbar-thumb:hover{background:linear-gradient(90deg,#6a50a5,#396bb3)}.plans-table{width:100%;border-collapse:collapse}.plans-table thead tr{background:linear-gradient(135deg,rgba(57,107,179,.2),rgba(106,80,165,.2));border-bottom:2px solid rgba(57,107,179,.3)}.plans-table thead th{padding:24px 20px;text-align:center;border-right:1px solid hsla(0,0%,100%,.05);position:relative}.plans-table thead th:last-child{border-right:none}.plans-table thead th.feature-column{text-align:left;width:35%;min-width:250px;background:hsla(0,0%,100%,.02)}.plans-table thead th.plan-column{width:21.66%;min-width:180px;transition:all .3s ease}.plans-table thead th.plan-column:hover{background:rgba(57,107,179,.1);transform:translateY(-2px)}.plans-table thead th.plan-pro{background:linear-gradient(180deg,rgba(57,107,179,.25),rgba(106,80,165,.2));border-left:2px solid rgba(57,107,179,.4);border-right:2px solid rgba(57,107,179,.4);box-shadow:inset 0 0 30px rgba(57,107,179,.15)}.plans-table thead th.plan-pro:hover{background:linear-gradient(180deg,rgba(57,107,179,.35),rgba(106,80,165,.3));transform:translateY(-2px)}.plans-table thead th .th-content{display:flex;flex-direction:column;align-items:center;gap:8px}.plans-table thead th .th-content .th-title{font-size:18px;font-weight:700;color:#fff;text-transform:uppercase;letter-spacing:1px}.plans-table thead th .th-content .th-subtitle{font-size:13px;font-weight:400;color:hsla(0,0%,100%,.6)}.plans-table tbody tr{border-bottom:1px solid hsla(0,0%,100%,.05);transition:all .3s ease}.plans-table tbody tr:hover{background:rgba(57,107,179,.08)!important;transform:scale(1.01)}.plans-table tbody tr:hover .value-cell-pro{background:rgba(57,107,179,.18)!important}.plans-table tbody tr:nth-child(odd){background:hsla(0,0%,100%,.02)}.plans-table tbody tr:nth-child(2n){background:hsla(0,0%,100%,.01)}.plans-table tbody tr:last-child{border-bottom:none}.plans-table tbody td{padding:20px;color:hsla(0,0%,100%,.85);border-right:1px solid hsla(0,0%,100%,.05)}.plans-table tbody td:last-child{border-right:none}.plans-table tbody td.feature-cell{font-weight:600;font-size:15px;text-align:left;display:flex;align-items:center;gap:12px}.plans-table tbody td.feature-cell .feature-icon{font-size:20px;opacity:.7}.plans-table tbody td.value-cell-pro{background:linear-gradient(180deg,rgba(57,108,179,.079),rgba(106,80,165,.08));box-shadow:inset 0 0 20px rgba(57,107,179,.1);transition:all .3s ease;position:relative;overflow:hidden}.plans-table tbody td.value-cell-pro:before{content:"";position:absolute;top:-50%;left:-50%;width:200%;height:200%;background:radial-gradient(circle,rgba(57,107,179,.1) 0,transparent 70%);opacity:0;transition:opacity .3s ease}.plans-table tbody td.value-cell-pro:hover:before{opacity:1}.plans-table tbody td.value-cell{text-align:center;font-size:14px}.plans-table tbody td.value-cell .check{color:#10b981;font-weight:600;display:inline-flex;align-items:center;gap:6px;padding:6px 12px;background:rgba(16,185,129,.1);border-radius:8px;border:1px solid rgba(16,185,129,.2)}.plans-table tbody td.value-cell .cross{color:#ef4444;font-size:18px;opacity:.7}.plans-table tbody td.value-cell .text-value{color:hsla(0,0%,100%,.8);font-size:13px;display:inline-block;padding:4px 8px;background:hsla(0,0%,100%,.05);border-radius:6px}@keyframes pulse-badge{0%,to{box-shadow:0 4px 16px rgba(57,107,179,.5),0 0 20px rgba(106,80,165,.3)}50%{box-shadow:0 6px 24px rgba(57,107,179,.7),0 0 30px rgba(106,80,165,.5)}}@keyframes shimmer{0%{left:-100%}to{left:200%}}@media(max-width:1024px){.plans-table thead th{padding:20px 16px}.plans-table thead th .th-content .th-title{font-size:16px}.plans-table thead th .th-content .th-subtitle{font-size:12px}.plans-table tbody td{padding:16px;font-size:14px}.plans-table tbody td.feature-cell{font-size:14px}}@media(max-width:768px){.plans-table-wrapper{padding-top:45px}.plans-table-wrapper .popular-badge-outside{font-size:12px;padding:8px 20px;top:5px}.title-compare-plans{font-size:2rem;margin-bottom:40px}.plans-table-container{border-radius:16px}.plans-table thead th{padding:16px 12px;min-width:150px}.plans-table thead th.feature-column{min-width:200px}.plans-table thead th .th-content .th-title{font-size:14px}.plans-table thead th .th-content .th-subtitle{font-size:11px}.plans-table tbody td{padding:14px 12px;font-size:13px}.plans-table tbody td.feature-cell{font-size:13px}.plans-table tbody td.feature-cell .feature-icon{font-size:16px}.plans-table tbody td.value-cell .check{font-size:12px;padding:4px 8px}.plans-table tbody td.value-cell .text-value{font-size:12px}}@media(max-width:480px){.plans-table-wrapper{padding-top:40px}.plans-table-wrapper .popular-badge-outside{font-size:11px;padding:7px 16px;top:3px}.plans-container{padding:0 10px}.title-compare-plans{font-size:1.5rem;margin-bottom:30px}.plans-table thead th{padding:12px 8px}.plans-table thead th .th-content .th-title{font-size:12px}.plans-table thead th .th-content .th-subtitle{font-size:10px}.plans-table tbody td{padding:12px 8px;font-size:12px}}