
      
    


      
     


      {} *{} /*endBaseStyles*/
     


      #IE-warning {
        display: none;
        position: fixed;
        width: 100%;
        height: 100%;
        z-index: 9999;
        background: white;
      }
      .IE-warning-message {
        position: absolute;
        left: 50%;
        top: 50%;
        transform: translate(-50%, -50%);
        text-align: center;
      }
    



 * { margin: 0; padding: 0; box-sizing: border-box; } body { font-family: \'Segoe UI\', Tahoma, Geneva, Verdana, sans-serif; line-height: 1.6; color: #ffffff; background: linear-gradient(135deg, #1a1a2e 0%, #16213e 50%, #0f3460 100%); min-height: 100vh; } .container { max-width: 1200px; margin: 0 auto; padding: 0 20px; } header { background: rgba(0, 0, 0, 0.3); backdrop-filter: blur(10px); padding: 1rem 0; position: sticky; top: 0; z-index: 100; } nav { display: flex; justify-content: space-between; align-items: center; flex-wrap: wrap; } .logo { font-size: 1.5rem; font-weight: bold; color: #ff6b35; text-decoration: none; } .nav-links { display: flex; list-style: none; gap: 2rem; flex-wrap: wrap; } .nav-links a { color: #ffffff; text-decoration: none; padding: 0.5rem 1rem; border-radius: 5px; transition: background-color 0.3s; } .nav-links a:hover { background-color: rgba(255, 107, 53, 0.2); } .hero { text-align: center; padding: 4rem 0; } .hero h1 { font-size: clamp(2rem, 5vw, 3.5rem); margin-bottom: 1rem; background: linear-gradient(45deg, #ff6b35, #f7931e); -webkit-background-clip: text; -webkit-text-fill-color: transparent; background-clip: text; } .hero p { font-size: clamp(1rem, 3vw, 1.2rem); margin-bottom: 2rem; color: #cccccc; max-width: 800px; margin-left: auto; margin-right: auto; } .cta-buttons { display: flex; gap: 1rem; justify-content: center; flex-wrap: wrap; margin-bottom: 3rem; } .btn { padding: 1rem 2rem; border: none; border-radius: 50px; font-size: 1rem; font-weight: bold; text-decoration: none; display: inline-block; transition: all 0.3s; cursor: pointer; text-align: center; min-width: 200px; } .btn-primary { background: linear-gradient(45deg, #4285f4, #34a853); color: white; } .btn-secondary { background: linear-gradient(45deg, #00d4aa, #00b894); color: white; } .btn:hover { transform: translateY(-2px); box-shadow: 0 10px 20px rgba(0, 0, 0, 0.3); } .comparison-section { padding: 4rem 0; } .section-title { text-align: center; font-size: clamp(2rem, 4vw, 2.5rem); margin-bottom: 3rem; color: #ff6b35; } .comparison-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); gap: 2rem; margin-bottom: 3rem; } .vpn-card { background: rgba(255, 255, 255, 0.1); backdrop-filter: blur(10px); border-radius: 15px; padding: 2rem; border: 1px solid rgba(255, 255, 255, 0.2); } .vpn-card h3 { font-size: 1.8rem; margin-bottom: 1.5rem; text-align: center; } .nordvpn h3 { color: #4285f4; } .surfshark h3 { color: #00d4aa; } .pros-cons { margin-bottom: 2rem; } .pros-cons h4 { margin-bottom: 1rem; font-size: 1.2rem; } .pros-cons ul { list-style: none; padding: 0; } .pros-cons li { margin-bottom: 0.5rem; padding-left: 1.5rem; position: relative; } .pros li::before { content: "✅"; position: absolute; left: 0; } .cons li::before { content: "❌"; position: absolute; left: 0; } .reviews-section { padding: 4rem 0; background: rgba(0, 0, 0, 0.2); } .review-filters { display: flex; justify-content: center; gap: 1rem; margin-bottom: 3rem; flex-wrap: wrap; } .filter-btn { padding: 0.5rem 1rem; background: rgba(255, 255, 255, 0.1); border: 1px solid rgba(255, 255, 255, 0.3); border-radius: 25px; color: white; cursor: pointer; transition: all 0.3s; } .filter-btn.active, .filter-btn:hover { background: #ff6b35; border-color: #ff6b35; } .reviews-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); gap: 2rem; } .review-card { background: rgba(255, 255, 255, 0.1); backdrop-filter: blur(10px); border-radius: 15px; padding: 1.5rem; border-left: 4px solid #ff6b35; } .review-text { font-style: italic; margin-bottom: 1rem; line-height: 1.6; } .review-author { color: #ff6b35; font-weight: bold; font-size: 0.9rem; } .features-section { padding: 4rem 0; } .features-table { width: 100%; border-collapse: collapse; background: rgba(255, 255, 255, 0.1); backdrop-filter: blur(10px); border-radius: 15px; overflow: hidden; margin-bottom: 3rem; } .features-table th, .features-table td { padding: 1rem; text-align: center; border-bottom: 1px solid rgba(255, 255, 255, 0.2); } .features-table th { background: rgba(255, 107, 53, 0.3); font-weight: bold; } .features-table tr:hover { background: rgba(255, 255, 255, 0.05); } .final-cta { text-align: center; padding: 4rem 0; background: rgba(0, 0, 0, 0.3); } .final-cta h2 { font-size: clamp(1.8rem, 4vw, 2.5rem); margin-bottom: 1rem; color: #ff6b35; } .final-cta p { margin-bottom: 2rem; color: #cccccc; } .faq-section { padding: 4rem 0; } .faq-item { background: rgba(255, 255, 255, 0.1); backdrop-filter: blur(10px); border-radius: 15px; margin-bottom: 1rem; overflow: hidden; } .faq-question { padding: 1.5rem; background: rgba(255, 107, 53, 0.2); cursor: pointer; font-weight: bold; border: none; width: 100%; text-align: left; color: white; font-size: 1.1rem; } .faq-answer { padding: 1.5rem; line-height: 1.6; color: #cccccc; } .trust-quote { text-align: center; font-size: 1.5rem; font-style: italic; color: #ff6b35; margin-bottom: 3rem; padding: 2rem; background: rgba(255, 107, 53, 0.1); border-radius: 15px; } footer { background: rgba(0, 0, 0, 0.5); padding: 2rem 0; text-align: center; color: #cccccc; } @media (max-width: 768px) { .nav-links { gap: 1rem; } .cta-buttons { flex-direction: column; align-items: center; } .comparison-grid { grid-template-columns: 1fr; } .review-filters { flex-direction: column; align-items: center; } .features-table { font-size: 0.9rem; } .features-table th, .features-table td { padding: 0.5rem; } } 

