*{margin:0;padding:0;box-sizing:border-box}body{font-family:Inter,-apple-system,BlinkMacSystemFont,'Segoe UI',Roboto,sans-serif;line-height:1.6;color:#333;background-color:#f8fafc}.container{max-width:1200px;margin:0 auto;padding:0 20px}.header{background:linear-gradient(135deg,#667eea 0,#764ba2 100%);box-shadow:0 2px 20px rgba(0,0,0,.1);position:sticky;top:0;z-index:1000}.nav-container{max-width:1200px;margin:0 auto;padding:0 20px;display:flex;justify-content:space-between;align-items:center;height:70px}.nav-logo{display:flex;align-items:center;gap:10px;color:#fff;font-size:1.5rem;font-weight:700}.nav-logo i{font-size:1.8rem}.nav-menu{display:flex;gap:30px}.nav-link{color:#fff;text-decoration:none;font-weight:500;transition:opacity .3s ease}.nav-link:hover{opacity:.8}.nav-toggle{display:none;flex-direction:column;cursor:pointer}.nav-toggle span{width:25px;height:3px;background:#fff;margin:3px 0;transition:.3s}.hero{background:linear-gradient(135deg,#667eea 0,#764ba2 100%);color:#fff;padding:80px 0;text-align:center}.hero-container{max-width:1200px;margin:0 auto;padding:0 20px}.hero-title{font-size:3.5rem;font-weight:700;margin-bottom:20px;line-height:1.2}.hero-subtitle{font-size:1.3rem;margin-bottom:40px;opacity:.9;max-width:600px;margin-left:auto;margin-right:auto}.hero-search{margin-bottom:60px}.search-box{display:flex;max-width:500px;margin:0 auto;background:#fff;border-radius:50px;overflow:hidden;box-shadow:0 10px 30px rgba(0,0,0,.2)}.search-box i{padding:10px 10px;color:#fff;font-size:1.2rem}#location-search{flex:1;border:none;padding:15px 20px;font-size:1rem;outline:0}.search-btn{background:linear-gradient(135deg,#667eea 0,#764ba2 100%);color:#fff;border:none;padding:15px 15px;font-size:1rem;font-weight:600;cursor:pointer;transition:all .3s ease;display:flex;align-items:center;gap:8px;white-space:nowrap;min-width:fit-content;border-radius:0 25px 25px 0}.search-btn:hover:not(:disabled){transform:translateY(-2px);box-shadow:0 5px 15px rgba(102,126,234,.4)}.search-btn:active{transform:translateY(0)}.search-help{margin-top:10px;text-align:center}.search-help small{color:rgba(255,255,255,.8);font-size:.9rem}.hero-stats{display:flex;justify-content:center;gap:60px;margin-top:40px}.stat-item{text-align:center;color:#fff}.stat-number{font-size:2.5rem;font-weight:700;margin-bottom:5px;color:#fff}.stat-label{font-size:1rem;opacity:.8}.hero-stat-label{color:#fff}.section-header{text-align:center;margin-bottom:50px}.section-header h2{font-size:2.5rem;font-weight:700;margin-bottom:15px;color:#2d3748}.section-header p{font-size:1.2rem;color:#718096;max-width:600px;margin:0 auto}.providers-section{padding:80px 0;background:#fff}.filters{display:flex;justify-content:center;gap:20px;margin-bottom:50px;flex-wrap:wrap}.filter-group{display:flex;flex-direction:column;gap:8px}.filter-group label{font-weight:600;color:#4a5568;font-size:.9rem}.filter-group select{padding:10px 15px;border:2px solid #e2e8f0;border-radius:8px;font-size:1rem;background:#fff;cursor:pointer;transition:border-color .3s ease}.filter-group select:focus{outline:0;border-color:#667eea}.providers-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(350px,1fr));gap:30px;margin-top:40px}.type-tag{display:inline-block;background:#e6fffa;color:#234e52;padding:5px 12px;border-radius:20px;font-size:.8rem;font-weight:500;margin:0 5px 5px 0;border:1px solid #81e6d9}.provider-stats{display:grid;grid-template-columns:1fr 1fr 1fr;gap:15px;margin-bottom:20px}.stat{text-align:center;padding:15px;background:#f7fafc;border-radius:8px;border:1px solid #e2e8f0;transition:all .3s ease}.stat:hover{background:#edf2f7;transform:translateY(-2px);box-shadow:0 4px 12px rgba(0,0,0,.1)}.stat-value{font-size:1.2rem;font-weight:700;color:#000;margin-bottom:5px}.stat-label{font-size:.8rem;font-weight:500;opacity:.9}.plan-type-indicator{display:inline-block;padding:2px 8px;border-radius:12px;font-size:.7rem;font-weight:600;text-transform:uppercase;letter-spacing:.5px;margin-left:8px}.plan-type-fiber{background:#e6fffa;color:#234e52}.plan-type-cable{background:#ebf8ff;color:#2c5282}.plan-type-dsl{background:#faf5ff;color:#553c9a}.plan-type-satellite{background:#fffaf0;color:#c05621}.provider-card{position:relative;background:#fff;border-radius:15px;padding:30px;box-shadow:0 5px 20px rgba(0,0,0,.08);transition:transform .3s ease,box-shadow .3s ease;border:1px solid #e2e8f0;overflow:hidden}.provider-card::before{content:'';position:absolute;top:0;left:0;right:0;height:4px;background:linear-gradient(135deg,#667eea 0,#764ba2 100%);opacity:0;transition:opacity .3s ease}.provider-card:hover::before{opacity:1}.provider-card:hover{transform:translateY(-5px);box-shadow:0 15px 40px rgba(0,0,0,.15)}.provider-card.featured{border:2px solid #667eea;box-shadow:0 8px 25px rgba(102,126,234,.15);transform:translateY(-2px)}.provider-card.featured:hover{transform:translateY(-7px);box-shadow:0 20px 50px rgba(102,126,234,.25)}.featured-badge{position:absolute;top:-10px;right:20px;background:linear-gradient(135deg,#667eea 0,#764ba2 100%);color:#fff;padding:6px 12px;border-radius:20px;font-size:.8rem;font-weight:600;display:flex;align-items:center;gap:4px;box-shadow:0 4px 12px rgba(102,126,234,.3)}.featured-badge i{color:gold;font-size:.7rem}.provider-header{display:flex;align-items:center;gap:15px;margin-bottom:20px}.provider-logo{width:60px;height:60px;border-radius:12px;display:flex;align-items:center;justify-content:center;overflow:hidden;position:relative}.provider-logo-large{width:120px;height:80px}.provider-logo img{width:100%;height:100%;object-fit:contain;border-radius:12px}.provider-logo-fallback{width:100%;height:100%;background:linear-gradient(135deg,#667eea 0,#764ba2 100%);border-radius:12px;display:none;align-items:center;justify-content:center;color:#fff;font-size:1.5rem;font-weight:700}.provider-info h3{font-size:1.3rem;font-weight:600;margin-bottom:5px;color:#2d3748}.provider-info .location{color:#718096;font-size:.9rem}.provider-features{margin-bottom:20px}.feature-tag{display:inline-block;background:#e6fffa;color:#234e52;padding:5px 12px;border-radius:20px;font-size:.8rem;font-weight:500;margin:0 5px 5px 0}.provider-actions{display:flex;gap:10px}.btn{padding:12px 20px;border:none;border-radius:8px;font-weight:600;cursor:pointer;transition:all .3s ease;text-decoration:none;display:inline-flex;align-items:center;gap:8px;font-size:.9rem}.btn-primary{background:linear-gradient(135deg,#667eea 0,#764ba2 100%);color:#fff;flex:1}.btn-primary:hover{transform:translateY(-2px);box-shadow:0 5px 15px rgba(102,126,234,.4)}.btn-secondary{background:#f7fafc;color:#4a5568;border:2px solid #e2e8f0}.btn-secondary:hover{background:#edf2f7;border-color:#cbd5e0}.compare-section{padding:80px 0;background:#f8fafc}.comparison-empty{text-align:center;padding:60px 20px;background:#fff;border-radius:15px;box-shadow:0 5px 20px rgba(0,0,0,.08)}.comparison-empty i{font-size:3rem;color:#cbd5e0;margin-bottom:20px}.comparison-empty h3{font-size:1.5rem;color:#4a5568;margin-bottom:10px}.comparison-empty p{color:#718096;font-size:1rem}.comparison-controls{display:flex;justify-content:space-between;align-items:center;margin-bottom:30px;background:#fff;padding:20px 30px;border-radius:15px 15px 0 0;box-shadow:0 5px 20px rgba(0,0,0,.08)}.comparison-controls-buttons{display:flex;gap:10px;align-items:center}.comparison-controls h3{margin:0;color:#2d3748;font-size:1.3rem}.comparison-table-wrapper{background:#fff;border-radius:0 0 15px 15px;box-shadow:0 5px 20px rgba(0,0,0,.08);overflow-x:auto}.comparison-table{width:100%;border-collapse:collapse;min-width:600px}.comparison-table td,.comparison-table th{padding:15px;text-align:left;border-bottom:1px solid #e2e8f0}.comparison-table th{background:#f7fafc;font-weight:600;color:#2d3748;position:sticky;top:0;z-index:10}.comparison-table th:first-child{min-width:150px}.comparison-table td:first-child{font-weight:600;color:#2d3748;background:#f7fafc}.provider-header-compare{display:flex;align-items:center;gap:10px;position:relative}.provider-logo-compare{width:40px;height:40px;border-radius:8px;display:flex;align-items:center;justify-content:center;overflow:hidden;position:relative}.provider-logo-compare img{width:100%;height:100%;object-fit:contain;border-radius:8px}.provider-logo-compare .provider-logo-fallback{width:100%;height:100%;background:linear-gradient(135deg,#667eea 0,#764ba2 100%);border-radius:8px;display:none;align-items:center;justify-content:center;color:#fff;font-size:.9rem;font-weight:700}.provider-info-compare{flex:1}.provider-info-compare h4{margin:0 0 5px 0;font-size:1rem;color:#2d3748}.remove-provider{position:absolute;top:-5px;right:-5px;background:#e53e3e;color:#fff;border:none;border-radius:50%;width:20px;height:20px;display:flex;align-items:center;justify-content:center;cursor:pointer;font-size:.7rem;transition:all .3s ease}.remove-provider:hover{background:#c53030;transform:scale(1.1)}.btn-sm{padding:8px 16px;font-size:.85rem}.about-section{padding:80px 0;background:#fff}.about-content{max-width:800px;margin:0 auto;text-align:center}.about-text h2{font-size:2.5rem;font-weight:700;margin-bottom:30px;color:#2d3748}.about-text p{font-size:1.1rem;color:#4a5568;margin-bottom:30px;line-height:1.8}.features{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:20px;margin-top:40px}.feature{display:flex;align-items:center;gap:10px;padding:15px;background:#f7fafc;border-radius:10px}.feature i{color:#48bb78;font-size:1.2rem}.footer{background:#2d3748;color:#fff;padding:60px 0 20px}.footer-content{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:40px;margin-bottom:40px}.footer-section h3,.footer-section h4{margin-bottom:20px;font-weight:600}.footer-section p{color:#a0aec0;line-height:1.6}.footer-section ul{list-style:none}.footer-section ul li{margin-bottom:10px}.footer-section ul li a{color:#a0aec0;text-decoration:none;transition:color .3s ease}.footer-section ul li a:hover{color:#fff}.social-links{display:flex;gap:15px;margin-top:15px}.social-links a{color:#a0aec0;font-size:1.5rem;transition:color .3s ease}.social-links a:hover{color:#fff}.footer-bottom{border-top:1px solid #4a5568;padding-top:20px;text-align:center;color:#a0aec0}@media (max-width:768px){.nav-menu{display:none}.nav-toggle{display:flex}.hero-title{font-size:2.5rem}.hero-subtitle{font-size:1.1rem}.search-box{flex-direction:column;border-radius:15px}.search-btn{border-radius:0 0 15px 15px;padding:15px 20px;font-size:.95rem}.hero-stats{flex-direction:column;gap:30px}.filters{flex-direction:column;align-items:center}.providers-grid{grid-template-columns:1fr}.comparison-controls{flex-direction:column;gap:15px;text-align:center}.comparison-controls-buttons{flex-direction:column;gap:10px}.comparison-table-wrapper{overflow-x:auto}.comparison-table{min-width:800px}.features{grid-template-columns:1fr}.footer-content{grid-template-columns:1fr;text-align:center}}@media (max-width:480px){.container{padding:0 15px}.hero{padding:60px 0}.hero-title{font-size:2rem}.section-header h2{font-size:2rem}.provider-card{padding:20px}.promo-banner{font-size:.9rem;padding:10px,10px,10px,10px}.provider-stats{grid-template-columns:1fr}.search-btn{padding:12px 15px;font-size:.9rem}}.loading{display:flex;justify-content:center;align-items:center;padding:40px}.spinner{width:40px;height:40px;border:4px solid #f3f3f3;border-top:4px solid #667eea;border-radius:50%;animation:spin 1s linear infinite}@keyframes spin{0%{transform:rotate(0)}100%{transform:rotate(360deg)}}html{scroll-behavior:smooth}.notification{position:fixed;top:90px;left:50%;transform:translateX(-50%);z-index:1001;max-width:400px;width:90%;animation:slideDown .3s ease-out}.notification-content{display:flex;align-items:center;gap:12px;padding:15px 20px;border-radius:10px;box-shadow:0 5px 20px rgba(0,0,0,.15);font-weight:500}.notification-success{background:linear-gradient(135deg,#48bb78 0,#38a169 100%);color:#fff}.notification-error{background:linear-gradient(135deg,#f56565 0,#e53e3e 100%);color:#fff}.notification-info{background:linear-gradient(135deg,#4299e1 0,#3182ce 100%);color:#fff}.notification-close{background:0 0;border:none;color:inherit;cursor:pointer;padding:5px;margin-left:auto;opacity:.7;transition:opacity .3s ease}.notification-close:hover{opacity:1}@keyframes slideDown{from{transform:translateX(-50%) translateY(-100%);opacity:0}to{transform:translateX(-50%) translateY(0);opacity:1}}.search-btn:disabled{opacity:.7;cursor:not-allowed;transform:none!important;box-shadow:none!important}.fa-spin{animation:fa-spin 1s infinite linear}@keyframes fa-spin{0%{transform:rotate(0)}100%{transform:rotate(360deg)}}@media (max-width:768px){.provider-stats{grid-template-columns:1fr;gap:10px}.stat{padding:12px}}@media (max-width:480px){.provider-card{padding:20px}}