.compare-bar{position:fixed;bottom:0;left:0;right:0;z-index:300;background:#0f172a;border-top:2px solid #F97316;padding:.75rem 1rem;display:flex;justify-content:center;box-shadow:0 -4px 20px #0000004d}.compare-bar-inner{display:flex;align-items:center;gap:1rem;max-width:600px;width:100%;justify-content:space-between}.compare-bar-text{color:#fff;font-weight:600;font-size:.9rem}.compare-bar-actions{display:flex;gap:.5rem}.compare-bar-btn{background:#f97316;color:#fff;border:none;padding:.5rem 1.25rem;border-radius:8px;font-weight:700;font-size:.85rem;cursor:pointer;transition:background .2s}.compare-bar-btn:hover{background:#ea580c}.compare-bar-clear{background:transparent;color:#94a3b8;border:1px solid #475569;padding:.5rem 1rem;border-radius:8px;font-size:.8rem;cursor:pointer;transition:color .2s}.compare-bar-clear:hover{color:#fff}.compare-btn{display:inline-flex;align-items:center;justify-content:center;width:32px;height:32px;background:#f8fafc;border:1px solid #E2E8F0;border-radius:6px;cursor:pointer;color:#94a3b8;transition:all .2s;flex-shrink:0}.compare-btn:hover{border-color:#f97316;color:#f97316}.compare-btn.active{background:#f97316;border-color:#f97316;color:#fff}.card-actions{display:flex;align-items:center;gap:.5rem}.card-badges{display:flex;gap:.35rem;align-items:center;flex-shrink:0}.compare-modal-overlay{position:fixed;inset:0;z-index:400;background:#0f172abf;backdrop-filter:blur(4px);display:flex;align-items:center;justify-content:center;padding:1rem;animation:cmFadeIn .25s ease-out}@keyframes cmFadeIn{0%{opacity:0}to{opacity:1}}@keyframes cmScaleIn{0%{opacity:0;transform:scale(.95) translateY(10px)}to{opacity:1;transform:scale(1) translateY(0)}}@keyframes cmSlideUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.compare-modal{background:#f8fafc;border-radius:16px;max-width:960px;width:100%;max-height:90vh;overflow-y:auto;box-shadow:0 25px 80px #00000059;animation:cmScaleIn .3s ease-out}.compare-modal-header{display:flex;justify-content:space-between;align-items:center;padding:1.1rem 1.75rem;background:#0f172a;border-radius:16px 16px 0 0}.compare-modal-header h2{margin:0;font-size:1.15rem;color:#fff;font-weight:700}.compare-modal-close{background:none;border:none;font-size:1.6rem;color:#ffffffb3;cursor:pointer;padding:0;line-height:1;transition:color .2s}.compare-modal-close:hover{color:#fff}.compare-modal-body{padding:1.5rem}.cm-cards{display:grid;gap:1rem;margin-bottom:1.5rem}.cm-cols-2{grid-template-columns:repeat(2,1fr)}.cm-cols-3{grid-template-columns:repeat(3,1fr)}.cm-cols-4{grid-template-columns:repeat(4,1fr)}.cm-card{background:#fff;border-radius:12px;padding:1.25rem 1rem;text-align:center;box-shadow:0 2px 12px #0000000f;border:1px solid #E2E8F0;position:relative;animation:cmSlideUp .4s ease-out both;transition:border-color .2s,box-shadow .2s}.cm-card:hover{border-color:#f97316;box-shadow:0 4px 20px #f973161f}.cm-badges{display:flex;gap:.35rem;justify-content:center;margin-bottom:.75rem;flex-wrap:wrap}.cm-badge{font-size:.65rem;font-weight:700;padding:.2rem .6rem;border-radius:99px;text-transform:uppercase;letter-spacing:.04em}.cm-badge-price{background:#dcfce7;color:#166534}.cm-badge-specs{background:#dbeafe;color:#1e40af}.cm-badge-value{background:#fff7ed;color:#c2410c}.cm-logo{width:48px;height:48px;object-fit:contain;margin:0 auto .6rem;display:block;border-radius:8px}.cm-provider-name{font-weight:700;font-size:.95rem;color:#0f172a;margin-bottom:.15rem}.cm-plan-name{font-size:.78rem;color:#64748b;margin-bottom:.75rem;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.cm-price-block{display:flex;align-items:baseline;justify-content:center;gap:.3rem;flex-wrap:wrap;margin-bottom:.5rem}.cm-orig-price{text-decoration:line-through;color:#94a3b8;font-size:.8rem}.cm-current-price{font-size:1.5rem;font-weight:800;color:#0f172a}.cm-price-period{font-size:.78rem;color:#64748b}.cm-stars{display:flex;align-items:center;justify-content:center;gap:1px;margin-top:.25rem}.cm-rating-num{font-size:.78rem;color:#64748b;margin-left:.35rem;font-weight:500}.cm-specs{background:#fff;border-radius:12px;padding:1.25rem;box-shadow:0 2px 12px #0000000f;border:1px solid #E2E8F0;margin-bottom:1.25rem}.cm-spec-row{display:flex;align-items:flex-start;gap:1rem;padding:.75rem 0;border-bottom:1px solid #F1F5F9}.cm-spec-row:last-child{border-bottom:none}.cm-spec-label{display:flex;align-items:center;gap:.5rem;min-width:100px;flex-shrink:0;font-size:.82rem;font-weight:600;color:#475569;padding-top:.1rem}.cm-spec-bars{display:grid;gap:.75rem;flex:1;min-width:0}.cm-bar-cell{display:flex;flex-direction:column;gap:.3rem}.cm-bar-value{font-size:.8rem;font-weight:600;color:#0f172a}.cm-gpu-val{color:#7c3aed}.cm-na{color:#cbd5e1;font-weight:400}.cm-bar-track{height:8px;background:#f1f5f9;border-radius:4px;overflow:hidden}.cm-bar-fill{height:100%;width:0;border-radius:4px;background:var(--bar-color, #10B981);transition:none}.cm-bar-fill.cm-bar-animate{width:var(--bar-width, 0%);transition:width .6s cubic-bezier(.25,.46,.45,.94)}.cm-cta-row{display:grid;gap:.75rem}.cm-cta-btn{display:flex;align-items:center;justify-content:center;gap:.3rem;background:#f97316;color:#fff!important;padding:.75rem 1rem;border-radius:10px;font-size:.88rem;font-weight:700;text-decoration:none;white-space:nowrap;transition:background .2s,transform .15s;box-shadow:0 2px 8px #f9731640}.cm-cta-btn:hover{background:#ea580c;transform:translateY(-1px);box-shadow:0 4px 12px #f9731659}@media(max-width:700px){.cm-cards,.cm-spec-bars,.cm-cta-row,.cm-cols-2,.cm-cols-3,.cm-cols-4{grid-template-columns:1fr!important}.cm-spec-row{flex-direction:column;gap:.5rem}.cm-spec-label{min-width:auto}.compare-modal{max-width:100%;border-radius:12px}.compare-modal-header{border-radius:12px 12px 0 0;padding:1rem 1.25rem}.compare-modal-body{padding:1rem}.compare-bar-inner{flex-direction:column;gap:.5rem;text-align:center}}.pricing-hero[data-astro-cid-poj7nsxy]{background:linear-gradient(135deg,#0f172a,#1e293b);padding:3rem 0 2.5rem;margin-bottom:0}.pricing-hero[data-astro-cid-poj7nsxy] h1[data-astro-cid-poj7nsxy]{color:#fff!important;font-size:clamp(1.75rem,4vw,2.5rem);margin-bottom:.75rem}.pricing-hero[data-astro-cid-poj7nsxy] p[data-astro-cid-poj7nsxy]{color:#94a3b8!important;max-width:600px;margin:0 auto;font-size:1.05rem}.pricing-badge[data-astro-cid-poj7nsxy]{display:inline-block;background:#f9731626;color:#f97316;padding:.35rem 1rem;border-radius:99px;font-size:.8rem;font-weight:600;margin-bottom:1rem}.pricing-sub[data-astro-cid-poj7nsxy]{color:#94a3b8!important}.pricing-stats[data-astro-cid-poj7nsxy]{display:flex;align-items:center;justify-content:center;gap:1.25rem;margin-top:1.5rem;flex-wrap:wrap}.stat-item[data-astro-cid-poj7nsxy]{display:flex;align-items:center;gap:.5rem;color:#ffffffd9;font-size:.9rem;font-weight:600}.stat-divider[data-astro-cid-poj7nsxy]{width:1px;height:20px;background:#fff3}@media(max-width:480px){.stat-divider[data-astro-cid-poj7nsxy]{display:none}.pricing-stats[data-astro-cid-poj7nsxy]{gap:.75rem}}.pricing-layout[data-astro-cid-poj7nsxy]{display:grid;grid-template-columns:280px 1fr;gap:2rem;padding-top:2rem;padding-bottom:3rem;align-items:start}.filter-sidebar[data-astro-cid-poj7nsxy]{background:#fff;border:1px solid #E2E8F0;border-radius:12px;padding:1.25rem;position:sticky;top:calc(var(--header-height) + 1rem)}.filter-header[data-astro-cid-poj7nsxy]{display:flex;justify-content:space-between;align-items:center;margin-bottom:1.25rem;padding-bottom:.75rem;border-bottom:1px solid #E2E8F0}.filter-header[data-astro-cid-poj7nsxy] h3[data-astro-cid-poj7nsxy]{font-size:1.05rem;margin:0}.reset-btn[data-astro-cid-poj7nsxy]{background:none;border:none;color:#f97316;font-size:.8rem;font-weight:600;cursor:pointer;padding:0}.reset-btn[data-astro-cid-poj7nsxy]:hover{color:#ea580c}.filter-group[data-astro-cid-poj7nsxy]{margin-bottom:1.25rem}.filter-label[data-astro-cid-poj7nsxy]{display:block;font-size:.8rem;font-weight:600;color:#475569;margin-bottom:.5rem;text-transform:uppercase;letter-spacing:.03em}.filter-select[data-astro-cid-poj7nsxy]{width:100%;padding:.5rem .75rem;border:1px solid #E2E8F0;border-radius:8px;font-size:.9rem;color:#0f172a;background:#f8fafc;cursor:pointer}.filter-select[data-astro-cid-poj7nsxy]:focus{outline:none;border-color:#f97316}.price-slider[data-astro-cid-poj7nsxy]{width:100%;-webkit-appearance:none;height:6px;border-radius:3px;background:#e2e8f0;outline:none}.price-slider[data-astro-cid-poj7nsxy]::-webkit-slider-thumb{-webkit-appearance:none;width:20px;height:20px;border-radius:50%;background:#f97316;cursor:pointer;border:2px solid #FFFFFF;box-shadow:0 2px 4px #00000026}.price-slider[data-astro-cid-poj7nsxy]::-moz-range-thumb{width:20px;height:20px;border-radius:50%;background:#f97316;cursor:pointer;border:2px solid #FFFFFF;box-shadow:0 2px 4px #00000026}.provider-checkboxes[data-astro-cid-poj7nsxy]{display:flex;flex-direction:column;gap:.4rem;max-height:200px;overflow-y:auto}.checkbox-label[data-astro-cid-poj7nsxy]{display:flex;align-items:center;gap:.5rem;font-size:.875rem;color:#475569;cursor:pointer}.checkbox-label[data-astro-cid-poj7nsxy] input[data-astro-cid-poj7nsxy][type=checkbox]{width:16px;height:16px;accent-color:#F97316;cursor:pointer}.pricing-results[data-astro-cid-poj7nsxy]{min-width:0}.results-header[data-astro-cid-poj7nsxy]{display:flex;justify-content:space-between;align-items:center;margin-bottom:1.25rem}.results-count[data-astro-cid-poj7nsxy]{font-size:.9rem;color:#475569;margin:0}.results-count[data-astro-cid-poj7nsxy] span[data-astro-cid-poj7nsxy]{font-weight:700;color:#0f172a}.mobile-filter-toggle[data-astro-cid-poj7nsxy]{display:none;align-items:center;gap:.4rem;padding:.5rem 1rem;background:#f8fafc;border:1px solid #E2E8F0;border-radius:8px;font-size:.85rem;font-weight:600;color:#475569;cursor:pointer}.plans-grid[data-astro-cid-poj7nsxy]{display:grid;grid-template-columns:repeat(auto-fill,minmax(300px,1fr));gap:1rem}.plan-card[data-astro-cid-poj7nsxy]{background:#fff;border:1px solid #E2E8F0;border-radius:12px;padding:1.25rem;transition:border-color .2s,box-shadow .2s}.plan-card[data-astro-cid-poj7nsxy]:hover{border-color:#f97316;box-shadow:0 4px 16px #f973161a}.plan-card-header[data-astro-cid-poj7nsxy]{display:flex;align-items:flex-start;justify-content:space-between;margin-bottom:1rem;gap:.5rem}.provider-info[data-astro-cid-poj7nsxy]{display:flex;align-items:center;gap:.65rem;min-width:0}.provider-icon-wrap[data-astro-cid-poj7nsxy]{width:36px;height:36px;display:flex;align-items:center;justify-content:center;flex-shrink:0}.gpu-spec[data-astro-cid-poj7nsxy]{color:#16a34a!important;font-weight:600}.provider-name[data-astro-cid-poj7nsxy]{display:block;font-weight:600;font-size:.85rem;color:#0f172a;line-height:1.2}.plan-name[data-astro-cid-poj7nsxy]{display:block;font-size:.78rem;color:#64748b;line-height:1.3;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:180px}.gpu-badge[data-astro-cid-poj7nsxy]{background:#8b5cf6;color:#fff!important;font-size:.7rem;font-weight:700;padding:.2rem .5rem;border-radius:4px;flex-shrink:0}.recommended-badge[data-astro-cid-poj7nsxy]{background:#10b981;color:#fff!important;font-size:.65rem;font-weight:700;padding:.2rem .5rem;border-radius:4px;flex-shrink:0;text-transform:uppercase;letter-spacing:.03em}.plan-specs[data-astro-cid-poj7nsxy]{display:grid;grid-template-columns:1fr 1fr;gap:.5rem;margin-bottom:.85rem;padding-bottom:.85rem;border-bottom:1px solid #F1F5F9}.spec[data-astro-cid-poj7nsxy]{display:flex;align-items:center;gap:.4rem;font-size:.82rem;color:#475569}.plan-rating[data-astro-cid-poj7nsxy]{display:flex;align-items:center;gap:.5rem;margin-bottom:.85rem}.stars[data-astro-cid-poj7nsxy]{display:flex;gap:1px}.rating-value[data-astro-cid-poj7nsxy]{font-size:.8rem;color:#64748b;font-weight:500}.plan-price-row[data-astro-cid-poj7nsxy]{display:flex;align-items:center;justify-content:space-between;gap:.75rem}.plan-price[data-astro-cid-poj7nsxy]{display:flex;align-items:baseline;gap:.3rem;flex-wrap:wrap}.original-price[data-astro-cid-poj7nsxy]{text-decoration:line-through;color:#94a3b8;font-size:.8rem}.current-price[data-astro-cid-poj7nsxy]{font-size:1.35rem;font-weight:800;color:#0f172a}.price-period[data-astro-cid-poj7nsxy]{font-size:.8rem;color:#64748b;font-weight:500}.deal-btn[data-astro-cid-poj7nsxy]{display:inline-flex;align-items:center;gap:.25rem;background:#f97316;color:#fff!important;padding:.55rem 1.1rem;border-radius:8px;font-size:.82rem;font-weight:700;text-decoration:none;white-space:nowrap;transition:background .2s;flex-shrink:0}.deal-btn[data-astro-cid-poj7nsxy]:hover{background:#ea580c}.no-results[data-astro-cid-poj7nsxy]{flex-direction:column;align-items:center;justify-content:center;gap:1rem;padding:4rem 2rem;text-align:center;color:#94a3b8}.no-results[data-astro-cid-poj7nsxy] p[data-astro-cid-poj7nsxy]{margin:0;font-size:1rem}@media(max-width:768px){.pricing-layout[data-astro-cid-poj7nsxy]{grid-template-columns:1fr}.filter-sidebar[data-astro-cid-poj7nsxy]{display:none;position:fixed;inset:0;z-index:200;border-radius:0;overflow-y:auto;padding:1.5rem}.filter-sidebar[data-astro-cid-poj7nsxy].open{display:block}.mobile-filter-toggle[data-astro-cid-poj7nsxy]{display:flex}.plans-grid[data-astro-cid-poj7nsxy]{grid-template-columns:1fr}}@media(min-width:769px)and (max-width:1100px){.plans-grid[data-astro-cid-poj7nsxy]{grid-template-columns:1fr 1fr}}.breadcrumbs[data-astro-cid-poj7nsxy]{padding:.75rem 0;font-size:.85rem;background:#f8fafc;border-bottom:1px solid #E2E8F0}.breadcrumbs[data-astro-cid-poj7nsxy] a[data-astro-cid-poj7nsxy]{color:#64748b;text-decoration:none}.breadcrumbs[data-astro-cid-poj7nsxy] a[data-astro-cid-poj7nsxy]:hover{color:#f97316}.breadcrumbs[data-astro-cid-poj7nsxy] .sep[data-astro-cid-poj7nsxy]{margin:0 .5rem;color:#cbd5e1}.breadcrumbs[data-astro-cid-poj7nsxy] span[data-astro-cid-poj7nsxy]:last-child{color:#0f172a;font-weight:500}
