@import"https://fonts.googleapis.com/css2?family=Mukta:wght@400;600;700&display=swap";body{font-family:Mukta,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}main{padding:2rem 0;min-height:calc(100vh - 200px)}.container{max-width:1200px;margin:0 auto;padding:0 1.5rem}.filters-section{background:var(--white);padding:2rem;border-radius:12px;margin-bottom:2rem;box-shadow:var(--shadow-md)}.filters-section h2{font-size:1.75rem;color:var(--gray-900);margin-bottom:1.5rem;text-align:center}.intro-text{text-align:center;color:var(--gray-600);max-width:800px;margin:-.5rem auto 2rem;font-size:1.125rem;line-height:1.6}.intro-text strong{color:var(--blue-primary);font-weight:600}.filters{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:1.5rem;margin-bottom:1.5rem}.filter-group{display:flex;flex-direction:column;gap:.75rem}.filter-group label{font-weight:600;color:var(--gray-700)}.filter-group label span{color:var(--blue-primary);font-weight:700}.range-slider{position:relative;height:6px}.range-slider input[type=range]{position:absolute;width:100%;height:6px;border-radius:5px;background:transparent;outline:none;-webkit-appearance:none;pointer-events:none}.range-slider input[type=range]::-webkit-slider-thumb{-webkit-appearance:none;appearance:none;width:20px;height:20px;border-radius:50%;background:var(--blue-primary);cursor:pointer;pointer-events:all;position:relative;z-index:2}.range-slider input[type=range]::-moz-range-thumb{width:20px;height:20px;border-radius:50%;background:var(--blue-primary);cursor:pointer;border:none;pointer-events:all;position:relative;z-index:2}.range-slider:before{content:"";position:absolute;top:0;left:0;right:0;height:6px;background:var(--gray-200);border-radius:5px}.filter-checkboxes{display:flex;flex-direction:column;gap:.75rem;justify-content:center}.checkbox-label{display:flex;align-items:center;gap:.5rem;cursor:pointer;font-weight:500;color:var(--gray-700)}.checkbox-label input[type=checkbox]{width:18px;height:18px;cursor:pointer;accent-color:var(--blue-primary)}.sort-controls{display:flex;flex-direction:column;gap:.5rem}.sort-controls label{font-weight:600;color:var(--gray-700)}.sort-controls select{padding:.625rem;border:2px solid var(--gray-200);border-radius:8px;font-size:1rem;background:var(--white);cursor:pointer;transition:border-color .2s}.sort-controls select:focus{outline:none;border-color:var(--blue-primary)}.results-count{text-align:center;padding:1rem;background:var(--gray-50);border-radius:8px;font-size:1rem;color:var(--gray-700)}.results-count strong{color:var(--blue-primary);font-size:1.25rem}.plans-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:1.5rem;margin-bottom:3rem}.no-results{grid-column:1 / -1;text-align:center;padding:3rem;background:var(--white);border-radius:12px;color:var(--gray-600)}.plan-card{background:var(--white);border-radius:12px;padding:1.5rem;box-shadow:var(--shadow-md);transition:all .3s ease;display:flex;flex-direction:column;gap:1rem;border:2px solid var(--gray-200)}.plan-card:hover{transform:translateY(-4px);box-shadow:var(--shadow-lg);border-color:var(--blue-primary)}.operator-logo{height:50px;display:flex;align-items:center;justify-content:center}.plan-details{display:flex;flex-direction:column;gap:1rem;flex:1}.plan-info-row{display:flex;justify-content:space-between;align-items:center;font-size:.875rem;color:var(--gray-600);gap:.5rem}.info-commitment{text-align:left;flex:1}.info-mins{text-align:right;flex:1}.badge-row{display:flex;justify-content:flex-start}.badge{display:inline-block;background:var(--blue-primary);color:var(--white);padding:.25rem .75rem;border-radius:20px;font-size:.75rem;font-weight:600}.plan-data{font-size:2rem;font-weight:700;color:var(--gray-900);text-align:center}.plan-price{font-size:1.75rem;font-weight:700;color:var(--blue-primary);text-align:center}.plan-price span{font-size:.875rem;font-weight:400;color:var(--gray-600)}.plan-cta{display:block;background:var(--blue-primary);color:var(--white);padding:.875rem 1.5rem;border-radius:8px;text-align:center;font-weight:600;transition:all .2s;text-decoration:none;margin-top:auto}.plan-cta:hover{background:var(--blue-dark);color:var(--white)}footer{background:var(--gray-900);color:var(--white);padding:2rem 0;margin-top:4rem;text-align:center}footer p{opacity:.8;margin:.5rem 0}.footer-keywords{font-size:.75rem;opacity:.5}.footer-contact{font-size:.875rem;margin-top:1rem}.footer-contact a{color:var(--white);text-decoration:underline;opacity:.9}.footer-contact a:hover{opacity:1}@media(max-width:768px){.filters,.plans-grid{grid-template-columns:1fr}.plan-info-row{flex-direction:column;align-items:flex-start;gap:.25rem}.info-commitment,.info-mins{text-align:left}}
