.cart-container{position:relative;z-index:1000}.cart-button{position:relative;background:none;border:none;padding:8px;cursor:pointer;border-radius:50%;transition:background-color .2s ease;display:flex;align-items:center;justify-content:center}.cart-button:hover{background-color:#0000000d}.cart-icon{width:24px;height:24px;color:#2563eb}.cart-count{position:absolute;top:0;right:0;background:#7c3aed;color:#fff;font-size:12px;font-weight:600;min-width:18px;height:18px;border-radius:9px;display:flex;align-items:center;justify-content:center;padding:0 5px}.cart-dropdown{position:absolute;top:calc(100% + 8px);right:0;width:320px;background:#fff;border-radius:12px;box-shadow:0 4px 6px -1px #0000001a,0 2px 4px -1px #0000000f;padding:1rem;animation:slideDown .2s ease}@keyframes slideDown{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}.cart-empty{text-align:center;color:#64748b;padding:2rem 0}.cart-items{max-height:300px;overflow-y:auto;margin-bottom:1rem}.cart-item{display:flex;align-items:center;justify-content:space-between;padding:.75rem 0;border-bottom:1px solid #e2e8f0}.cart-item:last-child{border-bottom:none}.cart-item-info{display:flex;justify-content:space-between;width:100%;align-items:center}.item-quantity{font-size:.9rem;color:#666;font-weight:500;margin-left:5px}.remove-item{background:none;border:none;padding:4px;cursor:pointer;border-radius:50%;transition:background-color .2s ease}.remove-item:hover{background-color:#fee2e2}.remove-item svg{width:16px;height:16px;color:#ef4444}.cart-summary{border-top:1px solid #e2e8f0;padding-top:1rem;margin-bottom:1rem}.cart-subtotal,.cart-vat,.cart-total{display:flex;justify-content:space-between;margin-bottom:.5rem;color:#1e293b}.cart-total{font-weight:600;font-size:1.125rem;margin-top:.5rem}.checkout-button{width:100%;padding:12px;background-color:#007bff;color:#fff;border:none;border-radius:4px;font-weight:600;cursor:pointer;transition:background-color .2s}.checkout-button:hover{background-color:#0069d9}.checkout-button:active{transform:translateY(-1px);box-shadow:0 4px 6px -1px #0000001a,0 2px 4px -1px #0000000f}.checkout-buttons-container{display:flex;flex-direction:column;gap:10px;width:100%}.checkout-button.hardware-checkout{background-color:#28a745}.checkout-button.hardware-checkout:hover{background-color:#218838}.checkout-button.service-checkout{background-color:#007bff}.checkout-button.service-checkout:hover{background-color:#0069d9}.cart-items::-webkit-scrollbar{width:6px}.cart-items::-webkit-scrollbar-track{background:#f1f5f9;border-radius:3px}.cart-items::-webkit-scrollbar-thumb{background:#cbd5e1;border-radius:3px}.cart-items::-webkit-scrollbar-thumb:hover{background:#94a3b8}.top-up-item{border:1px solid #e2e8f0;padding:.75rem;border-radius:.5rem;background-color:#f0f9ff;margin-top:.5rem}.top-up-amount{font-weight:600;color:#06c}.cart-section{margin-top:.75rem;margin-bottom:.75rem;border-top:1px solid #e2e8f0;padding-top:.75rem}.cart-section-title{font-weight:600;color:#1e293b;margin-bottom:.5rem;font-size:.9rem}.phone-number-item{background-color:#f0f9ff;border-radius:4px;margin-bottom:.5rem}.free-price{color:#10b981;font-weight:600}.header{background-color:#0f172a;position:sticky;top:0;z-index:1000;box-shadow:0 2px 10px #0000001a;display:flex;flex-direction:column;margin-bottom:-130px}.header a:focus,.header button:focus{outline:none;box-shadow:none}.top-bar-wrapper{background-color:#3b82f6;color:#fff;padding:0;display:flex;justify-content:flex-end}.top-bar{display:flex;justify-content:space-between;align-items:center;max-width:1280px;margin:0 auto;padding:.25rem 2rem;font-size:.875rem;width:100%}.top-bar-items{display:flex;align-items:center;gap:1.5rem}.top-bar span,.top-bar a,.top-bar button{color:#fff;text-decoration:none;font-weight:500;font-size:.875rem;padding:.25rem .5rem;background:none;border:none;cursor:pointer;display:flex;align-items:center;gap:.25rem;transition:opacity .2s ease}.top-bar a:hover,.top-bar button:hover{text-decoration:underline;opacity:.9}.top-bar-dropdown{position:relative}.top-bar-link{background:none!important;border:none!important;color:#fff!important;cursor:pointer;display:flex;align-items:center;gap:.25rem;font-size:.875rem;font-weight:500;padding:.25rem .5rem}.top-bar-dropdown-menu{position:absolute;top:100%;left:0;background:#fff;border-radius:4px;box-shadow:0 4px 6px -1px #0000001a,0 2px 4px -1px #0000000f;min-width:180px;opacity:0;visibility:hidden;transform:translateY(5px);transition:all .2s ease-out;z-index:1000;display:flex;flex-direction:column;padding:.5rem 0;border:1px solid #e2e8f0}.top-bar-dropdown-menu.active{opacity:1;visibility:visible;transform:translateY(0)}.top-bar-dropdown-menu a{color:#334155!important;display:block;padding:8px 16px;white-space:nowrap;text-align:left;transition:background-color .2s;font-size:.875rem;text-decoration:none}.top-bar-dropdown-menu a:hover{background-color:#f1f5f9;text-decoration:none!important;color:#1e40af!important}.header-content{display:flex;justify-content:space-between;align-items:center;width:100%;max-width:1280px;margin:0 auto;padding:1rem 2rem}.logo{height:60px;display:flex;align-items:center;text-decoration:none}.logo img{height:90px;width:auto;object-fit:contain}.nav-links{display:flex;gap:1rem;align-items:center}.nav-links a:focus,.dropdown-menu a:focus,.dropdown-trigger:focus{outline:none}.nav-links>a{color:#f8fafc;text-decoration:none;font-size:1rem;transition:color .3s ease;white-space:nowrap}.nav-links>a:hover{color:#60a5fa}.dropdown-container{position:relative}.dropdown-trigger{background:none;border:none;font-size:1rem;color:#f8fafc;cursor:pointer;display:flex;align-items:center;gap:.5rem;transition:color .3s ease;padding:0;white-space:nowrap}.dropdown-trigger:hover{color:#60a5fa}.dropdown-arrow{font-size:.75rem;transition:transform .3s ease;margin-left:.25rem}.dropdown-arrow.active{transform:rotate(180deg)}.dropdown-menu{position:absolute;top:100%;left:0;background-color:#fff;min-width:240px;border-radius:8px;box-shadow:0 4px 16px #0000001f;opacity:0;visibility:hidden;transform:translateY(8px);transition:all .2s ease-out;padding:8px 0;margin-top:4px;z-index:1010;border:1px solid #e2e8f0}.nested-dropdown-container{position:relative;width:100%}.nested-dropdown-container>a{position:relative;width:100%;display:flex;justify-content:space-between;align-items:center;padding:.6rem 1.25rem;transition:all .2s ease}.nested-dropdown-container>a:hover{background-color:#f8fafc;color:#2563eb!important}.nested-dropdown-container .dropdown-arrow{transition:transform .2s ease}.nested-dropdown-container:hover .dropdown-arrow{transform:translate(3px)}.nested-dropdown-menu{position:absolute;top:-8px;left:calc(100% - 8px);background-color:#fff;min-width:200px;box-shadow:0 4px 12px #00000026;border-radius:6px;padding:8px 0;z-index:1010;opacity:0;visibility:hidden;transform:translate(5px);transition:all .2s ease-out;border:1px solid #e2e8f0;pointer-events:none}.nested-dropdown-container:hover>.nested-dropdown-menu{opacity:1;visibility:visible;transform:translate(0);pointer-events:auto}.nested-dropdown-menu:hover{opacity:1!important;visibility:visible!important;transform:translate(0)!important}.nested-dropdown-menu.active{opacity:1;visibility:visible;transform:translate(0)}@media (max-width: 768px){.nested-dropdown-menu{position:static;box-shadow:none;padding-left:20px;transform:none;min-width:auto}.nested-dropdown-container>a{padding-right:15px}}.dropdown-menu.active{opacity:1;visibility:visible;transform:translateY(0)}.dropdown-menu a{color:#1e293b!important;display:block;padding:.6rem 1.25rem;transition:all .2s ease;text-decoration:none;outline:none;font-size:.95rem;position:relative;white-space:nowrap}.dropdown-menu a{position:relative;overflow:hidden}.dropdown-menu a:after{content:"";position:absolute;bottom:0;left:0;width:100%;height:2px;background-color:#2563eb;transform:scaleX(0);transform-origin:left;transition:transform .2s ease}.dropdown-menu a:hover:after{transform:scaleX(1)}.dropdown-menu a:hover{background-color:#f8fafc}.header-actions{display:flex;align-items:center;gap:1.5rem}.trial-button{background:#20aa76;color:#fff;border:none;border-radius:.5rem;padding:.75rem 1.5rem;font-size:.875rem;font-weight:500;text-decoration:none;cursor:pointer;transition:background-color .3s ease,transform .3s ease;white-space:nowrap;display:inline-block}.trial-button:hover{background:#1e9d6d;transform:translateY(-2px)}.menu-toggle{display:none;flex-direction:column;justify-content:space-between;width:24px;height:18px;background:transparent;border:none;cursor:pointer;padding:0}.menu-toggle span{width:100%;height:2px;background-color:#f8fafc;transition:transform .3s ease}.cart-icon-custom{font-size:20px!important;vertical-align:middle;color:#3b82f6!important;transition:color .3s ease-in-out}.cart-icon-custom:hover{color:#2563eb!important}.dropdown-menu .nested-dropdown-trigger{display:flex;justify-content:space-between;align-items:center;padding-right:1.5rem!important;width:100%;background:none;border:none;cursor:pointer;font-family:inherit;text-align:left;font-size:.95rem;color:#1e293b;text-decoration:none;transition:all .2s ease;white-space:nowrap;border-bottom:1px solid #f1f5f9}.nested-dropdown{position:relative}.nested-dropdown-menu{position:absolute;left:100%;top:0;background-color:#fff;border-radius:.5rem;box-shadow:0 10px 15px -3px #0000001a,0 4px 6px -2px #0000000d;min-width:200px;opacity:0;visibility:hidden;transform:translateY(-10px);transition:all .2s ease;z-index:1002;border:1px solid #e2e8f0}.nested-dropdown:hover .nested-dropdown-menu,.nested-dropdown-trigger:focus+.nested-dropdown-menu,.nested-dropdown-menu.active{opacity:1;visibility:visible;transform:translateY(0)}.nested-dropdown .dropdown-arrow{transform:rotate(-90deg);margin-left:.5rem;transition:transform .2s ease}.nested-dropdown .dropdown-arrow.active{transform:rotate(0)}.dropdown-menu a:hover,.nested-dropdown-trigger:hover{background-color:#f8fafc;color:#3b82f6}@media (max-width: 1024px){.top-bar{padding:.5rem 1rem}.top-bar-items{gap:1rem}.header-content{padding:1rem;position:relative}.nav-links{position:fixed;top:0;left:0;right:0;bottom:0;background-color:#0f172a;flex-direction:column;padding:120px 2rem 2rem;gap:2rem;transform:translate(-100%);transition:transform .3s ease;z-index:999;box-shadow:0 4px 6px -1px #0000001a;overflow-y:auto;align-items:flex-start}.nav-links.active{transform:translate(0)}.nav-links>a{font-size:1.2rem;padding:.5rem 0;border-bottom:1px solid rgba(255,255,255,.1);width:100%}.dropdown-container{width:100%}.dropdown-trigger{font-size:1.2rem;padding:.5rem 0;border-bottom:1px solid rgba(255,255,255,.1);width:100%;justify-content:space-between}.dropdown-menu{position:static;background:#ffffff0d;box-shadow:none;border-radius:.5rem;margin-top:.5rem;margin-left:1rem;padding:0;max-height:0;overflow:hidden;opacity:1;visibility:visible;transform:none;transition:max-height .3s ease,padding .3s ease}.dropdown-menu.active{max-height:300px;padding:.5rem 0}.dropdown-menu a{color:#f8fafc!important;padding:.75rem 1rem;font-size:1rem;border-bottom:1px solid rgba(255,255,255,.05)}.dropdown-menu a:hover{background-color:#ffffff1a}.header-actions{gap:1rem;z-index:1001}.trial-button{padding:.75rem 1rem;font-size:.875rem}.menu-toggle{display:flex;z-index:1001}.menu-toggle.active span:nth-child(1){transform:translateY(8px) rotate(45deg)}.menu-toggle.active span:nth-child(2){opacity:0}.menu-toggle.active span:nth-child(3){transform:translateY(-8px) rotate(-45deg)}.top-bar-dropdown-menu{right:0;left:auto}body.menu-open{overflow:hidden}}@media (max-width: 768px){.top-bar{justify-content:center;padding:.5rem 1rem}.top-bar-items{gap:.75rem}.top-bar-items a,.top-bar-items button{font-size:.75rem;padding:.125rem .25rem}.header-content{padding:.75rem 1rem}.logo,.logo img{height:45px}.header-actions{gap:.75rem}.trial-button{padding:.5rem .75rem;font-size:.8rem}.nav-links{padding:100px 1.5rem 2rem;gap:1.5rem}.nav-links>a{font-size:1.1rem}.dropdown-trigger{font-size:1.1rem}}@media (max-width: 480px){.top-bar-items{gap:.5rem}.top-bar-items a,.top-bar-items button{font-size:.75rem;padding:.125rem}.header-content{padding:.5rem .75rem}.header-actions{gap:.5rem}.trial-button{padding:.25rem .5rem;font-size:.75rem}}.footer{background-color:#0f172a;color:#e2e8f0;padding-top:4rem}.footer-container{max-width:1200px;margin:0 auto;padding:0 2rem}.footer-columns{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:3rem;margin-bottom:4rem}.footer-column h3{color:#f8fafc;font-size:1.125rem;font-weight:600;margin-bottom:1.5rem;position:relative}.footer-column h3:after{content:"";position:absolute;bottom:-.5rem;left:0;width:2.5rem;height:2px;background-color:#3b82f6}.mt-4{margin-top:2.5rem}.footer-column ul{list-style:none;padding:0;margin:0}.footer-column li{margin-bottom:.75rem}.footer-column a{color:#94a3b8;text-decoration:none;transition:color .2s ease;font-size:.9375rem;line-height:1.5}.footer-column a:hover{color:#3b82f6}.footer-column p{color:#94a3b8;font-size:.9375rem;line-height:1.6;margin-bottom:1.25rem}.newsletter-forms{display:flex;width:100%;margin-bottom:1.5rem}.newsletter-forms input{flex:1;padding:.75rem 1rem;border:none;border-radius:.375rem 0 0 .375rem;background-color:#1e293b;color:#e2e8f0;font-size:.875rem}.newsletter-forms input::placeholder{color:#64748b}.newsletter-forms input:focus{outline:none;box-shadow:0 0 0 2px #3b82f680}.newsletter-forms button{background-color:#3b82f6;color:#fff;border:none;padding:0 1rem;border-radius:0 .375rem .375rem 0;cursor:pointer;transition:background-color .2s ease;display:flex;align-items:center;justify-content:center}.newsletter-forms button:hover{background-color:#2563eb}.arrow-icon{font-size:1.25rem;line-height:1}.social-icons{display:flex;gap:1rem}.social-icon{display:inline-block;width:2rem;height:2rem;background-color:#1e293b;border-radius:50%;display:flex;align-items:center;justify-content:center;transition:all .2s ease;position:relative}.social-icon:before{display:inline-block;width:1rem;height:1rem;background-size:contain;background-repeat:no-repeat;background-position:center;content:""}.social-icon.facebook:before{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='%233b82f6'%3E%3Cpath d='M22 12c0-5.52-4.48-10-10-10S2 6.48 2 12c0 4.84 3.44 8.87 8 9.8V15H8v-3h2V9.5C10 7.57 11.57 6 13.5 6H16v3h-2c-.55 0-1 .45-1 1v2h3v3h-3v6.95c5.05-.5 9-4.76 9-9.95z'/%3E%3C/svg%3E")}.social-icon.instagram:before{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='%233b82f6'%3E%3Cpath d='M12 2c2.717 0 3.056.01 4.122.06 1.065.05 1.79.217 2.428.465.66.254 1.216.598 1.772 1.153.509.5.902 1.105 1.153 1.772.247.637.415 1.363.465 2.428.047 1.066.06 1.405.06 4.122 0 2.717-.01 3.056-.06 4.122-.05 1.065-.218 1.79-.465 2.428a4.883 4.883 0 01-1.153 1.772c-.5.508-1.105.902-1.772 1.153-.637.247-1.363.415-2.428.465-1.066.047-1.405.06-4.122.06-2.717 0-3.056-.01-4.122-.06-1.065-.05-1.79-.218-2.428-.465a4.89 4.89 0 01-1.772-1.153 4.904 4.904 0 01-1.153-1.772c-.248-.637-.415-1.363-.465-2.428C2.013 15.056 2 14.717 2 12c0-2.717.01-3.056.06-4.122.05-1.066.217-1.79.465-2.428a4.88 4.88 0 011.153-1.772A4.897 4.897 0 015.45 2.525c.638-.248 1.362-.415 2.428-.465C8.944 2.013 9.283 2 12 2zm0 5a5 5 0 100 10 5 5 0 000-10zm6.5-.25a1.25 1.25 0 10-2.5 0 1.25 1.25 0 002.5 0zM12 9a3 3 0 110 6 3 3 0 010-6z'/%3E%3C/svg%3E")}.social-icon.twitter:before{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='%233b82f6'%3E%3Cpath d='M22.46 6c-.77.35-1.6.58-2.46.69.88-.53 1.56-1.37 1.88-2.38-.83.5-1.75.85-2.72 1.05C18.37 4.5 17.26 4 16 4c-2.35 0-4.27 1.92-4.27 4.29 0 .34.04.67.11.98C8.28 9.09 5.11 7.38 3 4.79c-.37.63-.58 1.37-.58 2.15 0 1.49.75 2.81 1.91 3.56-.71 0-1.37-.2-1.95-.5v.03c0 2.08 1.48 3.82 3.44 4.21a4.22 4.22 0 0 1-1.93.07 4.28 4.28 0 0 0 4 2.98 8.521 8.521 0 0 1-5.33 1.84c-.34 0-.68-.02-1.02-.06C3.44 20.29 5.7 21 8.12 21 16 21 20.33 14.46 20.33 8.79c0-.19 0-.37-.01-.56.84-.6 1.56-1.36 2.14-2.23z'/%3E%3C/svg%3E")}.social-icon.pinterest:before{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='%233b82f6'%3E%3Cpath d='M12 2C6.477 2 2 6.477 2 12c0 4.236 2.636 7.855 6.356 9.312-.088-.791-.167-2.005.035-2.868.182-.78 1.172-4.97 1.172-4.97s-.299-.6-.299-1.486c0-1.39.806-2.428 1.81-2.428.852 0 1.264.64 1.264 1.408 0 .858-.545 2.14-.828 3.33-.236.995.5 1.807 1.48 1.807 1.778 0 3.144-1.874 3.144-4.58 0-2.393-1.72-4.068-4.177-4.068-2.845 0-4.515 2.135-4.515 4.34 0 .859.331 1.781.745 2.281a.3.3 0 0 1 .069.288l-.278 1.133c-.044.183-.145.223-.335.134-1.249-.581-2.03-2.407-2.03-3.874 0-3.154 2.292-6.052 6.608-6.052 3.469 0 6.165 2.473 6.165 5.776 0 3.447-2.173 6.22-5.19 6.22-1.013 0-1.965-.525-2.291-1.148l-.623 2.378c-.226.869-.835 1.958-1.244 2.621.937.29 1.931.446 2.962.446 5.523 0 10-4.477 10-10S17.523 2 12 2z'/%3E%3C/svg%3E")}.social-icons a{display:flex;color:#3b82f6;transition:transform .3s ease}.social-icons a:hover{transform:translateY(-3px)}.footer-bottom{display:flex;align-items:center;justify-content:space-between;padding:2rem 0;border-top:1px solid rgba(255,255,255,.1);flex-wrap:wrap;gap:2rem}.footer-logo{flex-shrink:0}.footer-logo img{height:100px;width:auto}.footer-legal{flex-grow:1;text-align:right}.legal-links{display:flex;justify-content:flex-end;gap:1.5rem;margin-bottom:.75rem}.legal-links a{color:#94a3b8;text-decoration:none;font-size:.875rem;transition:color .2s ease}.legal-links a:hover{color:#3b82f6}.copyright{color:#64748b;font-size:.8125rem;margin:0}@media (max-width: 1024px){.footer-columns{gap:2rem}}@media (max-width: 768px){.footer{padding-top:3rem}.footer-columns{grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:2rem;margin-bottom:3rem}.footer-bottom{flex-direction:column;gap:1.5rem;text-align:center}.footer-legal{text-align:center}.legal-links{justify-content:center;flex-wrap:wrap}}@media (max-width: 640px){.footer-container{padding:0 1.5rem}.footer-columns{grid-template-columns:1fr;gap:2.5rem}}.faq-section{padding:5rem 2rem;background-color:#f8fafc}.section-headers{text-align:center;margin-bottom:3rem}.section-headers h2{font-size:2.8rem;font-weight:800;color:#000;position:relative;display:inline-block;margin-bottom:1.5rem;text-shadow:2px 2px 8px rgba(0,0,0,.5),0 0 30px rgba(0,0,0,.2);background:linear-gradient(to bottom,#ffffffe6,#ffffffb3);padding:15px 30px;border-radius:10px;box-shadow:0 4px 10px #0000001a}.section-headers h2:after{content:"";position:absolute;bottom:-.5rem;left:50%;transform:translate(-50%);height:3px;width:4rem;background:linear-gradient(90deg,#3b82f6,#2563eb);border-radius:2px}.faq-container{max-width:800px;margin:0 auto}.faq-item{background:#fff;border-radius:.75rem;box-shadow:0 4px 6px #0000000d;margin-bottom:1.5rem;overflow:hidden;transition:all .3s ease;border:1px solid rgba(226,232,240,.8)}.faq-item:hover{box-shadow:0 8px 12px #00000014;transform:translateY(-2px)}.faq-question{display:flex;justify-content:space-between;align-items:center;padding:1.5rem 2rem;cursor:pointer;transition:all .3s ease}.faq-question h3{font-size:1.125rem;font-weight:500;color:#1e293b;margin:0;transition:color .3s ease}.faq-icon{width:24px;height:24px;position:relative;flex-shrink:0}.icon-plus,.icon-minus{position:absolute;top:0;left:0;width:100%;height:100%;display:flex;align-items:center;justify-content:center;font-size:1.5rem;color:#3b82f6;transition:all .3s ease}.icon-minus{opacity:0;transform:rotate(-90deg)}.faq-answer{max-height:0;overflow:hidden;transition:max-height .5s ease,padding .3s ease}.faq-answer p{padding:0 2rem;margin:0;color:#64748b;line-height:1.6;font-size:1rem}.faq-item.active{box-shadow:0 8px 15px #00000014}.faq-item.active .faq-question{border-bottom:1px solid rgba(226,232,240,.8)}.faq-item.active .faq-question h3{color:#3b82f6}.faq-item.active .icon-plus{opacity:0;transform:rotate(90deg)}.faq-item.active .icon-minus{opacity:1;transform:rotate(0)}.faq-item.active .faq-answer{max-height:1000px;padding:1.5rem 0}@media (max-width: 768px){.section-header h2{font-size:2rem}.faq-question{padding:1.25rem 1.5rem}.faq-question h3{font-size:1rem}.faq-answer p{padding:0 1.5rem;font-size:.9rem}}.hp-home-page-container{display:flex;flex-direction:column;width:100%}.hp-home-page-container>section{margin-bottom:0;padding-top:2rem;padding-bottom:2rem}.hp-home-page-container .hp-hero-sections{margin-top:0}@media (max-width: 768px){.hp-home-page-container>section{padding-top:1.5rem;padding-bottom:1.5rem}}.hp-hero-sections{background:linear-gradient(135deg,#f0f9ff,#e0f2fe,#f0fdf4);position:relative;overflow:hidden;min-height:100vh;display:flex;align-items:center}.hp-hero-sections:before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background:url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 1000 100" fill="rgba(5,150,105,0.03)"><polygon points="0,0 1000,0 1000,60 0,100"/></svg>') no-repeat;background-size:cover}.hp-hero-overlays{position:absolute;top:0;left:0;right:0;bottom:0;z-index:1}.hp-hero-contents{max-width:1200px;margin:0 auto;padding:0 20px 100px;position:relative;z-index:2;display:grid;grid-template-columns:1.2fr 1fr;gap:60px;align-items:center;min-height:300px}.hp-hero-texts{animation:hp-fadeInLeft .8s ease-out}.hp-hero-headlines h1,.hp-hero-main-heading{font-size:2.4rem;font-weight:700;color:#0f172a;display:block!important;visibility:visible!important;opacity:1!important;line-height:1.2;margin-bottom:20px;letter-spacing:-.01em}.hp-hero-descriptions{margin-bottom:35px}.hp-hero-descriptions p{color:#1e293b;font-size:1rem;line-height:1.6;margin-bottom:15px;padding:0;border:none;box-shadow:none;-webkit-backdrop-filter:none;backdrop-filter:none;background:none;font-weight:500}.hp-hero-descriptions p:last-child{margin-bottom:0}.hp-highlights{background:linear-gradient(135deg,#059669,#10b981);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;position:relative;font-weight:700;font-size:1.1em}.hp-cta-buttons{display:flex;gap:20px;margin-bottom:35px;flex-wrap:wrap}.hp-primary-button{display:inline-flex;align-items:center;gap:8px;padding:14px 24px;border-radius:10px;font-weight:600;font-size:.95rem;text-decoration:none;transition:all .3s cubic-bezier(.4,0,.2,1);position:relative;overflow:hidden;border:none;cursor:pointer;background:linear-gradient(135deg,#059669,#047857);color:#fff;box-shadow:0 4px 15px #05966940}.hp-primary-button:hover{transform:translateY(-2px);box-shadow:0 6px 20px #05966959;color:#fff;text-decoration:none}.hp-primary-button:before{content:"";position:absolute;top:0;left:-100%;width:100%;height:100%;background:linear-gradient(90deg,transparent,rgba(255,255,255,.2),transparent);transition:left .5s}.hp-primary-button:hover:before{left:100%}.hp-secondary-button{display:inline-flex;align-items:center;gap:8px;padding:14px 24px;border-radius:10px;font-weight:600;font-size:.95rem;text-decoration:none;transition:all .3s cubic-bezier(.4,0,.2,1);position:relative;overflow:hidden;cursor:pointer;background:#fff;color:#059669;border:2px solid #059669;box-shadow:0 2px 10px #05966914}.hp-secondary-button:hover{background:#f0fdf4;color:#047857;transform:translateY(-2px);text-decoration:none;border-color:#047857}.hp-hero-videos{position:relative;animation:hp-fadeInRight .8s ease-out;height:400px;border-radius:20px;overflow:hidden;box-shadow:0 25px 50px #0000004d;transform:perspective(1000px) rotateY(-8deg) rotateX(5deg);transition:transform .6s ease}.hp-background-videos{width:100%;height:150%;border-radius:20px;object-fit:cover;position:relative;overflow:hidden}.hp-hero-videos:hover .hp-background-videos{transform:scale(1.02)}.hp-hero-videos:hover{transform:perspective(1000px) rotateY(0) rotateX(0) scale(1.02)}.hp-video-overlays{position:absolute;bottom:0;left:0;right:0;background:linear-gradient(to top,rgba(0,0,0,.8),rgba(0,0,0,.4) 60%,transparent);display:flex;align-items:center;justify-content:center;padding:2rem;z-index:2}.hp-video-texts{text-align:center}.hp-video-texts p{font-size:1.1rem;margin-bottom:1.5rem;color:#fff;text-shadow:0 2px 8px rgba(0,0,0,.8);font-weight:600}.hp-video-featuress{display:flex;gap:15px;justify-content:center;flex-wrap:wrap}.hp-hero-feature-items{display:flex;align-items:center;gap:.5rem;color:#fff;text-shadow:0 2px 8px rgba(0,0,0,.8);font-weight:600;background:#ffffff1a;padding:.5rem 1rem;border-radius:25px;border:1px solid rgba(255,255,255,.2);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);transition:all .3s ease;font-size:.9rem}.hp-hero-feature-items:hover{background:#fff3;transform:translateY(-2px)}.hp-hero-feature-icons{color:gold;font-weight:700;font-size:1.2rem}.hp-hero-videos:after{content:"";position:absolute;top:0;left:0;right:0;bottom:0;pointer-events:none}.hp-hero-videos:after{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background:linear-gradient(45deg,#10b9810d,#0596690d);pointer-events:none;z-index:1}@keyframes hp-fadeInLeft{0%{opacity:0;transform:translate(-30px)}to{opacity:1;transform:translate(0)}}@keyframes hp-fadeInRight{0%{opacity:0;transform:translate(30px)}to{opacity:1;transform:translate(0)}}@keyframes hp-float{0%,to{transform:translateY(0)}50%{transform:translateY(-10px)}}@media (max-width: 992px){.hp-hero-contents{grid-template-columns:1fr;gap:50px;text-align:center}.hp-hero-headlines h1{font-size:1.8rem}.hp-hero-videos{height:320px;transform:none}.hp-hero-videos:hover{transform:scale(1.02)}}@media (max-width: 768px){.hp-hero-sections{padding:60px 0 80px}.hp-hero-headlines h1{font-size:2rem}.hp-hero-descriptions p{font-size:1rem;padding:15px 20px}.hp-cta-buttons{flex-direction:column;align-items:center}.hp-primary-button,.hp-secondary-button{width:100%;max-width:300px;justify-content:center}.hp-hero-videos{height:280px;transform:none}.hp-hero-videos:hover{transform:scale(1.02)}.hp-video-featuress{flex-direction:column;gap:1rem}}.hp-home-pricing-section{padding:6rem 2rem;background:linear-gradient(135deg,#0f172a,#1e293b);color:#f8fafc;position:relative;overflow:hidden;text-align:center;box-shadow:0 10px 30px #0000001a;border-radius:0 0 10px 10px}.hp-home-pricing-section:before{content:"";position:absolute;top:-50px;left:0;right:0;height:100px;background:inherit;transform:skewY(-2deg)}.hp-home-pricing-section h2{font-size:2.5rem;font-weight:600;margin-bottom:3rem;text-align:center}.hp-billing-toggle{display:flex;align-items:center;justify-content:center;gap:1.5rem;margin-bottom:4rem;padding:.5rem;background:#ffffff0d;border-radius:2rem;width:fit-content;margin-left:auto;margin-right:auto}.hp-billing-toggle span{color:#94a3b8;font-size:1rem;font-weight:500;padding:.5rem 1rem;transition:all .3s ease}.hp-billing-toggle span.hp-active{color:#f8fafc}.hp-save-badge{display:inline-block;background-color:#10b981;color:#fff!important;font-size:.75rem;padding:3px 8px;border-radius:50px;margin-left:6px;font-weight:600}.hp-switch{position:relative;display:inline-block;width:50px;height:28px}.hp-switch input{opacity:0;width:0;height:0}.hp-slider{position:absolute;cursor:pointer;top:0;left:0;right:0;bottom:0;background-color:#ffffff1a;transition:.4s;border-radius:34px}.hp-slider:before{position:absolute;content:"";height:20px;width:20px;left:4px;bottom:4px;background-color:#f8fafc;transition:.4s;border-radius:50%}input:checked+.hp-slider:before{transform:translate(22px)}.hp-save-badge{background:linear-gradient(90deg,#3b82f6,#8b5cf6);color:#fff;font-size:.7rem;padding:2px 6px;border-radius:4px;margin-left:6px;font-weight:700}.hp-pricing-cards{display:grid;grid-template-columns:repeat(3,1fr);gap:2.5rem;perspective:1000px;max-width:1200px;margin:0 auto 4rem;padding:0 1.5rem;position:relative;z-index:10}.hp-pricing-card{background:#1e293b99;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-radius:1rem;padding:2rem 1.5rem;transition:all .3s ease;display:flex;flex-direction:column;border:1px solid rgba(255,255,255,.1);position:relative;overflow:hidden;color:#f8fafc;box-shadow:0 10px 30px -15px #0000004d}.hp-pricing-card:hover{transform:translateY(-10px);box-shadow:0 20px 40px -15px #0006;border-color:#3b82f64d}.hp-pricing-card.hp-featured{background:linear-gradient(135deg,#3b82f633,#8b5cf633);border:1px solid rgba(139,92,246,.3);transform:scale(1.05);z-index:2;color:#f8fafc}.hp-pricing-card.hp-featured:hover{transform:scale(1.05) translateY(-10px)}.hp-pricing-card.hp-featured:before{content:"Most Popular";position:absolute;top:1rem;right:-2rem;background:linear-gradient(90deg,#3b82f6,#8b5cf6);color:#fff;padding:.3rem 2rem;font-size:.75rem;font-weight:600;letter-spacing:.05em;transform:rotate(45deg);box-shadow:0 2px 10px #0003}.hp-pricing-card.hp-featured h3{color:#3b82f6}.hp-pricing-card.hp-featured h3:after{background:#3b82f6;width:60px}.hp-pricing-card.hp-featured .hp-price .hp-currency,.hp-pricing-card.hp-featured .hp-price .hp-amount{color:#e8e9ec;font-weight:800}.hp-pricing-card.hp-featured .hp-price .hp-period{color:#e9ebee}.hp-pricing-card.hp-featured .hp-description{color:#e2e5e8}.hp-pricing-card.hp-featured .hp-features li{color:#fafcfe}.hp-pricing-card.hp-featured .hp-checkmark{fill:#3b82f6}.hp-pricing-card h3{color:#60a5fa;font-size:1.5rem;font-weight:700;margin-bottom:.5rem;text-align:center}.hp-pricing-card .hp-price{margin-bottom:1.5rem;display:flex;align-items:flex-start;justify-content:center}.hp-pricing-card .hp-price .hp-currency{font-size:1.5rem;font-weight:500;color:#f8fafc;margin-top:.5rem}.hp-pricing-card .hp-price .hp-amount{font-size:3.5rem;font-weight:800;color:#f8fafc;line-height:1;margin:0 .1rem}.hp-pricing-card .hp-price .hp-period{color:#94a3b8;font-size:.875rem;margin-left:.25rem;margin-top:.75rem;display:flex;flex-direction:column;line-height:1.2}.hp-pricing-card .hp-description{color:#94a3b8;font-size:.95rem;line-height:1.6;margin-bottom:1.5rem;flex-grow:1;text-align:center}.hp-quantity-selector{display:flex;align-items:center;justify-content:center;gap:1rem;margin:1.5rem 0;background:#0f172a80;padding:.75rem;border-radius:.75rem;border:1px solid rgba(255,255,255,.1);position:relative}.hp-quantity-selector button{width:32px;height:32px;border-radius:50%;border:none;background:#3b82f633;color:#60a5fa;font-size:1.25rem;font-weight:700;cursor:pointer;transition:all .2s ease;display:flex;align-items:center;justify-content:center;box-shadow:0 2px 4px #0000001a}.hp-quantity-selector button:hover:not(:disabled){background:#3b82f666;transform:translateY(-2px);box-shadow:0 4px 6px #00000026}.hp-quantity-selector button:disabled{opacity:.5;cursor:not-allowed}.hp-quantity-selector span{font-size:1rem;font-weight:500;color:#f8fafc;min-width:20px;text-align:center}.hp-quantity-selector span.hp-quantity-zero{color:#94a3b8}.hp-buy-now{width:100%;padding:1rem;border:none;border-radius:.5rem;background:linear-gradient(90deg,#3b82f6,#8b5cf6);color:#fff;font-weight:600;font-size:1rem;cursor:pointer;transition:all .3s ease;margin:1.5rem 0 .5rem;box-shadow:0 4px 10px #2563eb4d;position:relative;overflow:hidden}.hp-buy-now:before{content:"";position:absolute;top:0;left:-100%;width:100%;height:100%;background:linear-gradient(90deg,transparent,rgba(255,255,255,.2),transparent);transition:.5s}.hp-buy-now:disabled{opacity:.5;cursor:not-allowed;background:#94a3b8;transform:none;box-shadow:none}.hp-features{list-style:none;padding:.5rem;margin:1.5rem 0;text-align:left;background-color:#0f172a66;border-radius:8px;border:1px solid rgba(255,255,255,.1)}.hp-features li{display:flex;align-items:center;gap:.75rem;margin-bottom:.75rem;color:#94a3b8;font-size:.875rem}.hp-checkmark{width:16px;height:16px;fill:#60a5fa;flex-shrink:0}.hp-more-features,.hp-includes-features{color:#94a3b8;font-size:.75rem;margin-top:1.5rem;text-align:center}.hp-more-features span,.hp-includes-features span{color:#60a5fa;font-weight:700}.hp-bottom-card{background:linear-gradient(135deg,#3b82f633,#8b5cf633);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:1px solid rgba(139,92,246,.3);border-radius:1.5rem;padding:2.5rem;max-width:500px;margin:0 auto;text-align:center;box-shadow:0 15px 30px #0003}.hp-bottom-card .hp-price{margin-bottom:1.5rem}.hp-bottom-card .hp-price .hp-currency{font-size:1.5rem;font-weight:500;color:#f8fafc;vertical-align:top}.hp-bottom-card .hp-price .hp-amount{font-size:3.5rem;font-weight:700;color:#f8fafc;line-height:1}.hp-bottom-card .hp-price .hp-period{color:#94a3b8;font-size:.875rem;margin-left:.25rem}.hp-currency-note{color:#94a3b8;font-size:.75rem;margin:1rem 0}.hp-pick-number{background:linear-gradient(135deg,#3b82f6,#2563eb);color:#fff;border:none;border-radius:.75rem;padding:1rem 2rem;font-size:1rem;font-weight:700;cursor:pointer;margin:1.5rem 0;width:100%;box-shadow:0 4px 10px #2563eb4d;transition:all .3s ease;text-transform:uppercase;letter-spacing:.5px}.hp-pick-number:hover{background:linear-gradient(135deg,#2563eb,#1e40af);transform:translateY(-3px);box-shadow:0 6px 15px #2563eb66}.hp-buy-now:hover:not(:disabled){background:linear-gradient(90deg,#2563eb,#7c3aed);transform:translateY(-2px);box-shadow:0 5px 15px #3b82f666}.hp-compare-prices{display:inline-block;background:transparent;border:2px solid rgba(255,255,255,.3);color:#f8fafc;border-radius:.5rem;padding:.75rem 1.5rem;font-size:.875rem;font-weight:600;text-decoration:none;transition:all .3s ease;box-shadow:0 2px 4px #0000001a}.hp-compare-prices:hover{background:#ffffff1a;color:#fff;border-color:#ffffff80;transform:translateY(-2px);box-shadow:0 4px 8px #0003}@media (max-width: 1024px){.hp-pricing-cards{grid-template-columns:repeat(2,1fr)}}@media (max-width: 768px){.hp-pricing-cards{grid-template-columns:1fr}.hp-home-pricing-section{padding:4rem 1rem}.hp-home-pricing-section h2{font-size:2rem}}.hp-voip-features-section{padding:3rem 1rem;background-color:#f0f7ff;border-top:1px solid #e0e0e0}.hp-voip-features-container{max-width:1200px;margin:0 auto;display:flex;flex-direction:column;gap:3rem}.hp-voip-features-header{text-align:center;margin-bottom:1rem}.hp-voip-features-header h2{font-size:2.2rem;color:#333;margin-bottom:.8rem;font-weight:700}.hp-voip-features-subtitle{font-size:1.2rem;color:#555;max-width:700px;margin:0 auto 2rem}.hp-features-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(350px,1fr));gap:2rem;margin-bottom:3rem}.hp-features-card{background-color:#fff;border-radius:10px;box-shadow:0 4px 12px #00000014;overflow:hidden;transition:transform .3s,box-shadow .3s;height:100%;display:flex;flex-direction:column}.hp-features-card:hover{transform:translateY(-5px);box-shadow:0 8px 16px #0000001f}.hp-card-header{background:linear-gradient(135deg,#3b82f6,#2563eb);padding:1.2rem 1.5rem;border-bottom:1px solid #e0e0e0}.hp-card-header h3{font-size:1.4rem;color:#060606;margin:10px;font-weight:600}.hp-features-list{list-style-type:none;padding:1.5rem;margin:0;display:flex;flex-direction:column;gap:.75rem;flex-grow:1}.hp-features-list li{display:flex;align-items:center;gap:.75rem;padding:.5rem 0;transition:transform .2s}.hp-features-list li:hover{transform:translate(5px)}.hp-feature-check{color:#3b82f6;font-size:.9rem;flex-shrink:0}.hp-features-list li span{font-size:.95rem;line-height:1.4;color:#444}.hp-card-footer{padding:1rem 1.5rem;border-top:1px solid #eaeaea;margin-top:auto}.hp-see-more-link{display:flex;align-items:center;gap:.5rem;color:#3b82f6;font-weight:600;text-decoration:none;font-size:.95rem;transition:color .2s}.hp-see-more-link:hover{color:#2563eb}.hp-arrow-icon{font-size:.8rem;transition:transform .2s}.hp-see-more-link:hover .hp-arrow-icon{transform:translate(3px)}.hp-business-voip-features,.hp-home-voip-features,.hp-voip-numbers,.hp-business-phone-apps,.hp-hosted-pbx{border-bottom:1px solid #e0e0e0;padding-bottom:2rem}.hp-number-porting-section{background-color:#fff;border-radius:10px;box-shadow:0 4px 12px #00000014;overflow:hidden}.hp-number-porting-header{background:linear-gradient(135deg,#3b82f6,#2563eb);padding:1.5rem}.hp-number-porting-header h2{font-size:1.6rem;color:#fff;margin:0;font-weight:600}.hp-number-porting-content{padding:1.5rem}.hp-number-porting-text p{font-size:1rem;line-height:1.6;color:#444;margin-bottom:1rem}.hp-number-porting-features{margin:1.5rem 0}.hp-porting-list{display:grid;grid-template-columns:repeat(auto-fill,minmax(300px,1fr));gap:.75rem;padding:0}.hp-number-porting-footer{margin-top:1.5rem;border-top:1px solid #eaeaea;padding-top:1.5rem}.hp-number-porting-footer p{font-size:1rem;margin-top:0;opacity:.9}.hp-time-limited{display:flex;align-items:center;gap:.75rem;font-weight:600;color:#d32f2f;margin:1.5rem 0;padding:.75rem 1rem;background-color:#d32f2f1a;border-radius:6px}.hp-clock-icon{font-size:1.1rem}.hp-prepare-link{display:inline-flex;margin-top:.5rem}@media (max-width: 768px){.hp-voip-features-section{padding:3rem 1rem}.hp-voip-features-container h2{font-size:2rem}.hp-features-group h3{font-size:1.5rem}.hp-features-grid,.hp-porting-list{grid-template-columns:1fr}.hp-voip-features-header h2{font-size:1.8rem}.hp-number-porting-header h3{font-size:1.4rem}}.hp-secondary-btns{display:inline-block;padding:14px 28px;background-color:transparent;color:#0d0c0c;border:2px solid #3B82F6;text-decoration:none;border-radius:30px;font-weight:600;transition:all .3s ease;font-size:16px;letter-spacing:.5px}.hp-small-business-section{background-color:#f9f9f9;padding:3rem 1rem;border-top:1px solid #e2e8f0}.hp-small-business-container{max-width:1200px;margin:0 auto;display:flex;flex-direction:column;gap:2rem}.hp-small-business-header{text-align:center;margin-bottom:1rem}.hp-small-business-header h2{font-size:2.2rem;font-weight:700;color:#1e293b;margin-bottom:.8rem}.hp-small-business-subtitle{font-size:1.3rem;color:#475569;font-weight:500;max-width:700px;margin:0 auto}.hp-small-business-content{display:grid;grid-template-columns:1fr 1fr;gap:2rem;align-items:start}.hp-small-business-intro{margin-bottom:1.5rem}.hp-small-business-intro p{font-size:1.1rem;color:#475569;margin-bottom:1.2rem;line-height:1.6}.hp-small-business-intro h3{font-size:1.4rem;font-weight:600;color:#1e293b;margin-bottom:1rem;border-bottom:2px solid #3B82F6;padding-bottom:.5rem;display:inline-block}.hp-small-business-features{margin-bottom:1.5rem}.hp-small-business-features-list{list-style-type:none;padding:0;display:flex;flex-direction:column;gap:.75rem;margin-bottom:1.5rem}.hp-small-business-features-list li{display:flex;align-items:center;gap:.75rem;padding:.5rem 0;transition:transform .2s}.hp-small-business-features-list li:hover{transform:translate(5px)}.hp-feature-icon{color:#3b82f6;font-size:1rem;flex-shrink:0}.hp-small-business-summarys{margin-bottom:1.5rem;padding-top:1rem;border-top:1px solid #e0e0e0}.hp-small-business-summarys p{font-size:1rem;margin-top:0;opacity:.9}.hp-small-business-price{font-size:1.25rem;font-weight:600;color:#1e293b;margin-top:1rem;background:linear-gradient(135deg,#3b82f6,#2563eb);-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent;display:inline-block}.hp-small-business-cta{display:flex;justify-content:center;gap:1.5rem;margin-top:1rem;flex-wrap:wrap}.hp-business-button{display:flex;align-items:center;gap:.75rem;padding:.75rem 1.5rem;border-radius:.5rem;font-weight:600;font-size:1rem;text-decoration:none;transition:all .3s;box-shadow:0 4px 6px #0000001a}.hp-business-button:hover .hp-arrow-icon{transform:translate(3px)}.hp-business-button.hp-secondary-btns{color:#131212;font-weight:600;font-size:16px;letter-spacing:.5px;background-color:transparent;border:2px solid #3B82F6}@media (max-width: 768px){.hp-small-business-header h2{font-size:1.75rem}.hp-small-business-subtitle{font-size:1.1rem}.hp-small-business-content{grid-template-columns:1fr}.hp-small-business-intro p{font-size:1rem}.hp-small-business-cta{flex-direction:column;align-items:flex-start}.hp-small-business-features-list{grid-template-columns:1fr}}.hp-keep-number-section{background:linear-gradient(135deg,#fdfdfd,#f8fffe,#f6fffc);padding:4rem 1rem;border-top:1px solid #e2e8f0;position:relative}.hp-keep-number-section:before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background:linear-gradient(45deg,#f0fdfa4d,#ecfdf533);pointer-events:none}.hp-keep-number-container{max-width:1200px;margin:0 auto;display:flex;flex-direction:column;gap:2rem;position:relative;z-index:1}.hp-keep-number-headers{text-align:center;margin-bottom:1rem}.hp-keep-number-headers h2{font-size:2.2rem;margin-bottom:1rem;color:#1f2937;font-weight:700}.hp-keep-number-subtitle{font-size:1.2rem;color:#475569;max-width:700px;margin:0 auto;font-weight:500}.hp-keep-number-content{display:flex;flex-direction:column;gap:2rem}.hp-keep-number-intro{font-size:1.125rem;color:#475569;max-width:800px;margin:0 auto;text-align:center;line-height:1.6}.hp-keep-number-features{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:1.25rem;max-width:1000px;margin:0 auto}.hp-feature-item{display:flex;align-items:center;gap:.75rem;background-color:#fff;padding:1rem 1.5rem;border-radius:.5rem;box-shadow:0 4px 6px #0000000d;transition:all .3s ease}.hp-feature-item:hover{transform:translateY(-3px);box-shadow:0 8px 16px #0000001a}.hp-feature-icon{color:#10b981;font-size:1.25rem;flex-shrink:0}.hp-keep-number-cta{display:flex;flex-direction:column;align-items:center;gap:2rem;margin-top:2rem}.hp-keep-number-testimonial{font-size:1.1rem;font-weight:600;color:#475569;text-align:center}.hp-cta-buttonss{display:flex;gap:2rem;margin-top:.5rem;justify-content:center;flex-wrap:nowrap;align-items:center}.hp-primary-button{display:flex;align-items:center;gap:1rem;padding:1.5rem 3rem;background:linear-gradient(135deg,#3b82f6,#2563eb);color:#fff;border-radius:1rem;font-weight:900;font-size:1.25rem;text-decoration:none;transition:all .3s;box-shadow:0 8px 16px #3b82f666;border:none;text-transform:uppercase;letter-spacing:.5px;min-width:280px;justify-content:center}.hp-primary-button:hover{transform:translateY(-4px);box-shadow:0 12px 24px #3b82f680;background:linear-gradient(135deg,#2563eb,#1d4ed8)}.hp-secondary-button{display:flex;align-items:center;gap:1rem;padding:1.5rem 3rem;background:linear-gradient(135deg,#10b981,#059669);color:#fff;border-radius:1rem;font-weight:900;font-size:1.25rem;text-decoration:none;transition:all .3s;box-shadow:0 8px 16px #10b98166;border:none;text-transform:uppercase;letter-spacing:.5px;min-width:280px;justify-content:center}.hp-secondary-button:hover{transform:translateY(-4px);box-shadow:0 12px 24px #10b98180;background:linear-gradient(135deg,#059669,#047857)}.hp-primary-button:hover .hp-arrow-icon,.hp-secondary-button:hover .hp-arrow-icon{transform:translate(3px)}@media (max-width: 768px){.hp-keep-number-headers h2{font-size:1.8rem}.hp-keep-number-subtitle,.hp-keep-number-intro{font-size:1rem}.hp-keep-number-features{grid-template-columns:1fr}.hp-cta-buttonss{gap:1rem}.hp-primary-button,.secondary-button{padding:1.25rem 2rem;font-size:1.125rem;min-width:200px}}@media (max-width: 480px){.hp-cta-buttonss{flex-direction:column;gap:1.5rem;width:100%;align-items:center}.hp-primary-button,.secondary-button{min-width:100%;max-width:350px}}.hp-residential-voip-home{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,sans-serif;padding:60px 0;background:linear-gradient(135deg,#f0f9ff,#e0f2fe,#f0fdf4);border-radius:20px;margin-bottom:60px;position:relative;overflow:hidden;box-shadow:0 10px 30px #00000014}.hp-residential-voip-home:before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background:url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100" fill="rgba(5,150,105,0.03)"><circle cx="20" cy="20" r="2"/><circle cx="80" cy="40" r="1.5"/><circle cx="40" cy="80" r="1"/></svg>') repeat;background-size:80px 80px;pointer-events:none}.hp-rv-home-container{max-width:1000px;margin:0 auto;padding:0 30px;position:relative;z-index:2}.hp-rv-home-title{font-size:2.8rem;font-weight:800;color:#0f172a;margin-bottom:20px;line-height:1.2;text-align:center;letter-spacing:-.02em}.hp-rv-home-subtitle{font-size:1.3rem;color:#059669;margin-bottom:40px;text-align:center;font-weight:600}.hp-rv-home-content{background:#fffffff2;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-radius:20px;padding:40px;box-shadow:0 15px 35px #0000001a;border:1px solid rgba(255,255,255,.3);position:relative}.hp-rv-home-content:before{content:"";position:absolute;top:0;left:0;right:0;height:4px;background:linear-gradient(135deg,#059669,#047857);border-radius:20px 20px 0 0}.hp-rv-home-content p{color:#374151;line-height:1.7;margin-bottom:20px;font-size:1.05rem}.hp-rv-home-content p:first-child{font-size:1.1rem;color:#1e293b;font-weight:500;background:#fef3c7;padding:20px;border-radius:12px;border-left:4px solid #f59e0b;margin-bottom:30px}.hp-rv-home-why{font-size:1.3rem;font-weight:700;color:#059669;margin:30px 0 25px;display:flex;align-items:center;gap:10px}.hp-rv-home-why:before{content:"✨";font-size:1.5rem}.hp-rv-home-features{list-style-type:none;padding:0;margin:0 0 30px;display:grid;gap:15px}.hp-rv-home-features li{padding:15px 20px;background:#f8fafc;border-radius:12px;border-left:4px solid #059669;transition:all .3s ease;position:relative;font-weight:500;color:#374151}.hp-rv-home-features li:hover{background:#f0fdf4;transform:translate(5px);box-shadow:0 4px 12px #0596691a}.hp-rv-home-features li:before{content:"✅";position:absolute;left:-12px;top:50%;transform:translateY(-50%);background:#fff;border-radius:50%;padding:2px;font-size:1rem}.hp-rv-home-systems{font-weight:700;font-size:1.3rem;color:#059669;margin:35px 0 20px;text-align:center;padding:20px;background:linear-gradient(135deg,#f0fdf4,#dcfce7);border-radius:12px;border:2px solid #bbf7d0;position:relative}.hp-rv-home-systems:before{content:"🏠";position:absolute;top:-15px;left:50%;transform:translate(-50%);background:#fff;border-radius:50%;padding:8px;font-size:1.5rem;border:2px solid #bbf7d0}.hp-rv-home-content p:nth-last-child(3){font-size:1.1rem;color:#1e293b;margin-bottom:25px}.hp-rv-home-content p:nth-last-child(2){font-size:1.4rem;font-weight:700;color:#059669;text-align:center;background:#fff;padding:20px;border-radius:12px;border:2px solid #bbf7d0;margin-bottom:30px;box-shadow:0 4px 15px #0596691a}.hp-rv-home-content p:nth-last-child(2):before{content:"💰 ";font-size:1.5rem}.hp-rv-home-cta{display:flex;gap:20px;margin-top:35px;flex-wrap:wrap;justify-content:center}.hp-rv-home-button{display:inline-flex;align-items:center;justify-content:center;padding:18px 30px;background:linear-gradient(135deg,#059669,#047857);color:#fff;text-decoration:none;border-radius:12px;font-weight:600;font-size:1.05rem;transition:all .3s cubic-bezier(.4,0,.2,1);box-shadow:0 6px 20px #0596694d;position:relative;overflow:hidden;min-width:250px}.hp-rv-home-button:before{content:"";position:absolute;top:0;left:-100%;width:100%;height:100%;background:linear-gradient(90deg,transparent,rgba(255,255,255,.2),transparent);transition:left .5s}.hp-rv-home-button:hover:before{left:100%}.hp-rv-home-button:hover{transform:translateY(-3px);box-shadow:0 8px 25px #05966966;color:#fff;text-decoration:none}.hp-rv-home-button-alt{background:#fff;color:#059669;border:2px solid #059669;box-shadow:0 4px 15px #0596691a}.hp-rv-home-button-alt:before{background:linear-gradient(90deg,transparent,rgba(5,150,105,.1),transparent)}.hp-rv-home-button-alt:hover{background:#f0fdf4;color:#047857;border-color:#047857;box-shadow:0 6px 20px #05966933}.hp-rv-home-button:first-child:after{content:"🚀";margin-left:10px;font-size:1.2rem}.hp-rv-home-button-alt:after{content:"📞";margin-left:10px;font-size:1.2rem}@media (max-width: 992px){.hp-rv-home-title{font-size:2.2rem}.hp-rv-home-subtitle{font-size:1.2rem}.hp-rv-home-content{padding:30px}}@media (max-width: 768px){.hp-residential-voip-home{padding:40px 0;margin-bottom:40px}.hp-rv-home-container{padding:0 20px}.hp-rv-home-title{font-size:1.8rem}.hp-rv-home-subtitle{font-size:1.1rem}.hp-rv-home-content{padding:25px}.hp-rv-home-features{gap:12px}.hp-rv-home-features li{padding:12px 16px}.hp-rv-home-cta{flex-direction:column;align-items:center}.hp-rv-home-button{width:100%;max-width:350px;text-align:center}}@media (max-width: 480px){.hp-rv-home-title{font-size:1.6rem}.hp-rv-home-content{padding:20px}.hp-rv-home-features li{padding:10px 14px;font-size:.95rem}.hp-rv-home-why{font-size:1.2rem}.hp-rv-home-systems{font-size:1.2rem;padding:15px}.hp-rv-home-button{padding:16px 25px;font-size:1rem}}@keyframes fadeInUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.hp-rv-home-content,.hp-rv-home-features li{animation:fadeInUp .6s ease-out}.hp-rv-home-features li:nth-child(1){animation-delay:.1s}.hp-rv-home-features li:nth-child(2){animation-delay:.2s}.hp-rv-home-features li:nth-child(3){animation-delay:.3s}.hp-rv-home-features li:nth-child(4){animation-delay:.4s}.hp-rv-home-features li:nth-child(5){animation-delay:.5s}.hp-rv-home-features li:nth-child(6){animation-delay:.6s}.hp-rv-home-features li:nth-child(7){animation-delay:.7s}@media (prefers-contrast: high){.hp-rv-home-title{color:#000}.hp-rv-home-button{background:#000;border:2px solid #000}.hp-rv-home-button-alt{background:#fff;color:#000;border:2px solid #000}}.hp-business-broadband-section{padding:3rem 1rem;background-color:#f5f9ff;border-top:1px solid #e0e0e0}.hp-business-broadband-container{max-width:1200px;margin:0 auto;display:flex;flex-direction:column;gap:2rem}.hp-business-broadband-header{text-align:center;margin-bottom:1rem}.hp-business-broadband-header h2{font-size:2.2rem;color:#333;margin-bottom:.8rem;font-weight:700}.hp-business-broadband-subtitle{font-size:1.3rem;color:#555;font-weight:500;max-width:700px;margin:0 auto}.hp-business-broadband-content{display:flex;flex-direction:column;gap:2rem}.hp-business-broadband-intro{display:grid;grid-template-columns:1fr 1fr;gap:2rem;align-items:start}.hp-intro-text{display:flex;flex-direction:column;gap:1rem}.hp-intro-text p{font-size:1.1rem;line-height:1.6;color:#444}.hp-business-broadband-features h3{font-size:1.6rem;color:#333;margin-bottom:1.5rem;font-weight:600;border-bottom:2px solid #3B82F6;padding-bottom:.5rem;display:inline-block}.hp-business-broadband-features-list{display:flex;flex-direction:column;gap:.75rem;list-style-type:none;padding:0;margin:0}.hp-business-broadband-features-list li{display:flex;align-items:center;gap:.75rem;padding:.5rem 0;transition:transform .2s}.hp-business-broadband-features-list li:hover{transform:translate(5px)}.hp-feature-icon{color:#3b82f6;font-size:1.2rem;flex-shrink:0}.hp-business-broadband-features-list li span{font-size:1.1rem;line-height:1.4;color:#444}.hp-business-broadband-cta{display:flex;flex-direction:column;align-items:center;gap:.75rem;margin-top:1rem;padding-top:1.5rem;border-top:1px solid #e0e0e0}.hp-broadband-button{display:flex;align-items:center;gap:.75rem;padding:.75rem 1.5rem;background:linear-gradient(135deg,#3b82f6,#2563eb);color:#fff;border:none;border-radius:.75rem;font-weight:700;cursor:pointer}.hp-broadband-button:hover .hp-arrow-icon{transform:translate(3px)}.hp-cta-subtext{font-size:.95rem;color:#666}@media (max-width: 768px){.hp-business-broadband-intro{grid-template-columns:1fr}}.hp-business-broadband-cta a{text-decoration:none;padding:.75rem 1.5rem;border-radius:4px;font-weight:600;font-size:1rem;transition:all .3s ease}.hp-business-broadband-cta .hp-secondary-button{background-color:transparent;border:2px solid #0066cc;color:#06c}.hp-business-broadband-cta .hp-secondary-button:hover{background-color:#06c;color:#fff}@media (max-width: 768px){.hp-business-broadband-section{padding:3rem 1rem}.hp-business-broadband-container h2{font-size:2rem}.hp-business-broadband-subtitle{font-size:1.2rem}.hp-business-broadband-features-list{grid-template-columns:1fr}}.hp-testimonials2-section{padding:4rem 1rem;background-color:#f0f7ff;border-top:1px solid #e2e8f0}.hp-testimonials2-container{max-width:1200px;margin:0 auto;display:flex;flex-direction:column;gap:2rem}.hp-testimonials2-header{text-align:center;margin-bottom:2rem}.hp-testimonials2-header h2{font-size:2.25rem;color:#1e293b;margin-bottom:.5rem;font-weight:700}.hp-testimonials2-stats{display:grid;grid-template-columns:repeat(auto-fill,minmax(300px,1fr));gap:1rem;margin-bottom:2rem;background-color:#fff;padding:1.5rem;border-radius:8px;box-shadow:0 4px 6px #0000000d}.hp-stat-item{font-size:1.1rem;line-height:1.6;display:flex;align-items:center;gap:.75rem;padding:.5rem;transition:transform .2s}.hp-stat-item:hover{transform:translate(5px)}.hp-stat-icon{color:#3b82f6;font-size:1rem;flex-shrink:0}.hp-rating-item{font-weight:600;color:#1e293b}.hp-rating-icon{color:#f59e0b;font-size:1rem}.hp-stat-highlight{color:#3b82f6;font-size:1rem;flex-shrink:0}.hp-testimonials2-quotes{margin-top:1rem}.hp-testimonials2-quotes h3{font-size:1.5rem;color:#1e293b;margin-bottom:1.5rem;font-weight:600;border-bottom:2px solid #3B82F6;padding-bottom:.5rem;display:inline-block}.hp-quote{margin-bottom:1.5rem;padding:1.5rem;border-left:3px solid #3B82F6;background-color:#fff;border-radius:0 8px 8px 0;box-shadow:0 4px 6px #0000000d;transition:transform .2s}.hp-quote:hover{transform:translateY(-3px);box-shadow:0 6px 8px #0000001a}.hp-quote-text{font-size:1.1rem;font-style:italic;color:#444;margin-bottom:.5rem}.hp-quote-author{font-size:1rem;color:#666;font-weight:500}.hp-testimonials2-cta{margin-top:2rem;text-align:center}.hp-testimonials2-button{display:inline-flex;align-items:center;gap:.75rem;padding:.75rem 1.5rem;background:linear-gradient(135deg,#3b82f6,#2563eb);color:#fff;border-radius:.5rem;font-weight:600;font-size:1rem;text-decoration:none;transition:all .3s;box-shadow:0 4px 6px #0000001a}.hp-testimonials2-button:hover{transform:translateY(-2px);box-shadow:0 6px 8px #3b82f640}.hp-testimonials2-button:hover .hp-arrow-icon{transform:translate(3px)}@media (max-width: 768px){.hp-testimonials2-section{padding:3rem 1rem}.hp-testimonials2-container h2{font-size:2rem}.hp-testimonials2-stats p{font-size:1rem}}.hp-faq2-section{padding:4rem 1rem;background-color:#f0f7ff;background-image:linear-gradient(to bottom,#f0f7ff,#fff);border-top:1px solid #e2e8f0}.hp-faq2-container{max-width:1000px;margin:0 auto;position:relative;display:flex;flex-direction:column;gap:2rem}.hp-faq2-header{text-align:center;margin-bottom:3rem;position:relative}.hp-faq-icon{font-size:2.5rem;color:#3b82f6;margin-bottom:1rem;opacity:.8}.hp-faq2-header h2{font-size:2.25rem;background:linear-gradient(135deg,#3b82f6,#2563eb);-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent;margin-bottom:.75rem;font-weight:700}.hp-faq2-subtitle{font-size:1.1rem;color:#64748b;max-width:600px;margin:0 auto}.hp-faq2-questions{display:flex;flex-direction:column;gap:1rem;margin-bottom:3rem;max-width:800px;margin-left:auto;margin-right:auto}.hp-faq2-accordion{background-color:#fff;border-radius:8px;margin-bottom:1rem;box-shadow:0 4px 6px #0000000d;overflow:hidden;transition:all .3s ease;cursor:pointer}.hp-faq2-accordion:hover{box-shadow:0 8px 15px #00000014;transform:translateY(-2px)}.hp-faq2-accordion.hp-active{box-shadow:0 10px 20px #3b82f626;border-left:4px solid #3B82F6}.hp-faq2-question{padding:1.25rem 1.5rem;display:flex;justify-content:space-between;align-items:center}.hp-faq2-question h3{font-size:1.1rem;color:#1e293b;font-weight:600;margin:0;transition:color .3s}.hp-faq2-accordion.hp-active .hp-faq2-question h3{color:#3b82f6}.hp-accordion-icon{color:#3b82f6;font-size:1rem;transition:transform .3s}.hp-faq2-answer{max-height:0;overflow:hidden;transition:max-height .4s ease;padding:0 1.5rem}.hp-faq2-answer.hp-show{max-height:300px;padding-bottom:1.5rem}.hp-faq2-answer p{color:#475569;line-height:1.5;margin:0;font-size:.95rem}.hp-faq2-cta{text-align:center;margin-top:3rem;background-color:#fff;padding:2rem;border-radius:8px;box-shadow:0 4px 15px #0000000d;max-width:800px;margin-left:auto;margin-right:auto}.hp-faq2-help-text{font-size:1.1rem;color:#1e293b;margin-bottom:1.5rem;font-weight:500}.hp-faq2-buttons{display:flex;justify-content:center;gap:1.5rem;flex-wrap:wrap}.hp-faq2-button{display:inline-flex;align-items:center;gap:.75rem;padding:.75rem 1.5rem;border-radius:.5rem;text-decoration:none;font-weight:600;transition:all .3s;box-shadow:0 4px 6px #0000001a}.hp-faq2-button.hp-primary-btn{background:linear-gradient(135deg,#3b82f6,#2563eb);color:#fff;border:none}.hp-faq2-button.hp-primary-btn:hover{transform:translateY(-2px);box-shadow:0 6px 8px #3b82f640}.hp-faq2-button.hp-secondary-btn{background:#fff;color:#3b82f6;border:1px solid #3B82F6}.hp-faq2-button.hp-secondary-btn:hover{background:#3b82f60d;transform:translateY(-2px);box-shadow:0 6px 8px #0000001a}.hp-faq2-button:hover .hp-arrow-icon{transform:translate(3px)}@media (max-width: 768px){.hp-faq2-section{padding:3rem 1rem}.hp-faq2-header h2{font-size:1.75rem}.hp-faq2-subtitle,.hp-faq2-question h3{font-size:1rem}.hp-faq2-buttons{flex-direction:column;gap:1rem}.hp-faq2-button{width:100%;justify-content:center}}.hp-services-section{padding:6rem 2rem;background:#1e1e2e;color:#fff;position:relative;overflow:hidden}.hp-services-section:before{content:"";position:absolute;top:-5%;left:0;right:0;height:10%;background:linear-gradient(to bottom right,#fff 49%,#1e1e2e 51%);z-index:1}.hp-services-section h2{text-align:center;font-size:2.5rem;font-weight:700;margin-bottom:3rem;color:#fff;position:relative;z-index:2}.hp-services-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:2rem;max-width:1200px;margin:0 auto;position:relative;z-index:2}.hp-service-card{background:#ffffff08;border-radius:16px;padding:2rem;transition:all .3s ease;border:1px solid rgba(255,255,255,.1);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.hp-service-card:hover{transform:translateY(-5px);background:#ffffff0d;box-shadow:0 20px 25px -5px #0003}.hp-service-icon{width:64px;height:64px;margin-bottom:1.5rem;display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,#3b82f61a,#6366f11a);border-radius:12px;padding:1rem}.hp-service-icon img{width:100%;height:100%;object-fit:contain;filter:brightness(0) invert(1)}.hp-service-card h3{font-size:1.25rem;font-weight:600;margin-bottom:1rem;color:#fff}.hp-service-card p{color:#94a3b8;line-height:1.6;font-size:.875rem}@media (max-width: 1024px){.hp-services-section{padding:4rem 1rem}.hp-services-section h2{font-size:2rem}.hp-services-grid{grid-template-columns:repeat(2,1fr)}}@media (max-width: 640px){.hp-services-grid{grid-template-columns:1fr}.hp-service-card{padding:1.5rem}}.hp-voip-comparison2-section{padding:3rem 1rem;background-color:#f0f7ff;border-top:1px solid #e0e0e0}.hp-voip-comparison2-container{max-width:1200px;margin:0 auto;display:flex;flex-direction:column;gap:2rem}.hp-voip-comparison2-header{text-align:center;margin-bottom:2rem}.hp-voip-comparison2-header h2{font-size:2.25rem;color:#1e293b;margin-bottom:.5rem;font-weight:700}.hp-voip-comparison2-subtitle{font-size:1.2rem;color:#475569;font-weight:500;margin-bottom:.5rem}.hp-comparison-table{display:flex;flex-direction:column;border:1px solid #ddd;border-radius:8px;overflow:hidden;margin-bottom:2rem;box-shadow:0 2px 5px #0000000d}.hp-comparison-header{display:flex;background:linear-gradient(135deg,#3b82f6,#2563eb);color:#fff;font-weight:600}.hp-comparison-row{display:flex;border-bottom:1px solid #ddd}.hp-comparison-row:last-child{border-bottom:none}.hp-comparison-column{padding:1rem;flex:1;display:flex;align-items:center}.hp-comparison-column.what-matters{font-weight:600;background-color:#f0f0f0}.hp-comparison-column.old-lines{color:#d32f2f}.hp-comparison-column.our-system{color:#2563eb;font-weight:600}.hp-comparison-column.what-matterss{font-weight:600;background-color:#0d0d0d}.hp-comparison-column.old-liness{color:#050505}.hp-comparison-column.our-systems{color:#080808;font-weight:600}.hp-why-voip-makes-sense{margin-top:1rem}.hp-why-voip-makes-sense h3{font-size:1.5rem;color:#1e293b;margin-bottom:1.5rem;font-weight:600;border-bottom:2px solid #3B82F6;padding-bottom:.5rem;display:inline-block}.hp-benefits-list{list-style-type:none;padding:0;margin:0 0 2rem}.hp-benefits-list li{display:flex;align-items:center;gap:.75rem;padding:.5rem 0;transition:transform .2s}.hp-benefits-list li:hover{transform:translate(5px)}.hp-benefit-icon{color:#3b82f6;font-size:1rem;flex-shrink:0}.hp-perfect-for{font-size:1.1rem;line-height:1.6;color:#444;margin-bottom:2rem}.hp-comparison-cta,.hp-switch-cta{display:flex;align-items:center;justify-content:center;gap:1.5rem;flex-wrap:wrap;margin:2rem 0}.hp-comparison-button{display:flex;align-items:center;gap:.75rem;padding:.75rem 1.5rem;border-radius:.5rem;font-weight:600;font-size:1rem;text-decoration:none;transition:all .3s;box-shadow:0 4px 6px #0000001a}.hp-primary-btn{background:linear-gradient(135deg,#3b82f6,#2563eb);color:#fff;border:none}.hp-primary-btn:hover{transform:translateY(-2px);box-shadow:0 6px 8px #3b82f640}.hp-secondary-btn{background:#fff;color:#3b82f6;border:1px solid #3B82F6}.hp-secondary-btn:hover{background:#3b82f60d;transform:translateY(-2px);box-shadow:0 6px 8px #0000001a}.hp-arrow-icon{font-size:.9rem;transition:transform .2s}.hp-comparison-button:hover .hp-arrow-icon{transform:translate(3px)}.hp-ready-to-switch{background-color:#fff;padding:2rem;border-radius:8px;margin-top:2.5rem;box-shadow:0 4px 6px #0000000d;border-top:3px solid #3B82F6}.hp-ready-to-switch h3{font-size:1.5rem;color:#1e293b;margin-bottom:1rem;font-weight:600;border-bottom:2px solid #3B82F6;padding-bottom:.5rem;display:inline-block}.hp-ready-to-switch p{font-size:1.1rem;line-height:1.6;color:#444;margin-bottom:1.5rem}.hp-comparison-button.hp-secondary-btns{display:inline-flex;padding:.75rem 1.5rem;background-color:#fff;color:#3b82f6;border:1px solid #3B82F6;text-decoration:none;border-radius:.5rem;font-weight:600;transition:all .3s;font-size:1rem}.hp-comparison-button.hp-secondary-btns:hover{background:#3b82f60d;transform:translateY(-2px);box-shadow:0 6px 8px #0000001a}@media (max-width: 768px){.hp-voip-comparison2-section{padding:3rem 1rem}.hp-voip-comparison2-container h2{font-size:2rem}.hp-voip-comparison2-subtitle{font-size:1.1rem}.hp-comparison-table{overflow-x:auto}.hp-comparison-row,.hp-comparison-header{min-width:600px}.hp-ready-to-switch{padding:1.5rem}}.hp-business-voip-section{padding:5rem 1rem;background:linear-gradient(135deg,#10b981,#34d399,#6ee7b7);position:relative;overflow:hidden}.hp-business-voip-section:before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background:radial-gradient(circle at 30% 20%,rgba(255,255,255,.1) 0%,transparent 50%),radial-gradient(circle at 70% 80%,rgba(255,255,255,.05) 0%,transparent 50%);pointer-events:none}.hp-business-voip-container{max-width:1200px;margin:0 auto;position:relative;z-index:1}.hp-business-voip-header{text-align:center;margin-bottom:3rem;color:#fff}.hp-header-icon{display:inline-flex;align-items:center;justify-content:center;width:80px;height:80px;background:#fff3;border-radius:50%;margin-bottom:1.5rem;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:2px solid rgba(255,255,255,.3)}.hp-header-icon svg{font-size:2rem;color:#fff}.hp-business-voip-header h2{font-size:3rem;margin-bottom:1rem;font-weight:800;text-shadow:0 2px 4px rgba(0,0,0,.1);line-height:1.2}.hp-business-voip-subtitle{font-size:1.5rem;opacity:.9;font-weight:400;margin-bottom:0}.hp-business-voip-content{background:#fff;border-radius:20px;padding:3rem;box-shadow:0 20px 40px #0000001a;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:1px solid rgba(255,255,255,.2)}.hp-business-voip-intro{margin-bottom:2.5rem;text-align:center}.hp-business-voip-intro p{font-size:1.25rem;color:#4a5568;line-height:1.7;margin-bottom:2rem}.hp-business-voip-intro h3{font-size:1.75rem;color:#2d3748;margin:0 0 2rem;font-weight:700;position:relative;display:inline-block}.hp-business-voip-intro h3:after{content:"";position:absolute;bottom:-8px;left:0;width:100%;height:4px;background:linear-gradient(90deg,#10b981,#34d399);border-radius:2px}.hp-business-voip-features{display:grid;grid-template-columns:repeat(auto-fit,minmax(350px,1fr));gap:1.5rem;margin-bottom:3rem}.hp-feature-item{display:flex;align-items:center;gap:1rem;padding:1.25rem;background:linear-gradient(135deg,#f8fafc,#f1f5f9);border-radius:12px;border:1px solid #e2e8f0;transition:all .3s ease;cursor:pointer}.hp-feature-item:hover{transform:translateY(-2px);box-shadow:0 8px 25px #10b98126;border-color:#10b981}.hp-feature-icon{color:#10b981;font-size:1.2rem;flex-shrink:0;background:#fff;padding:8px;border-radius:50%;border:2px solid #10b981}.hp-feature-item span{color:#2d3748;font-weight:500;line-height:1.5}.hp-business-voip-summarys{margin:3rem 0;padding-top:2rem;border-top:2px solid #e2e8f0}.hp-business-voip-summarys p{font-size:1.1rem;color:#4a5568;line-height:1.7;margin-bottom:2rem}.hp-business-voip-price{font-size:1.2rem;font-weight:600;color:#fff;margin:1.5rem 0;padding:2rem;background:linear-gradient(135deg,#059669,#10b981,#34d399);border-radius:16px;text-align:center;box-shadow:0 10px 30px #10b9814d}.hp-business-voip-cta{display:flex;justify-content:center;gap:2rem;flex-wrap:wrap;margin-top:3rem;padding:3rem 2rem;background:linear-gradient(135deg,#f0fdf4,#dcfce7,#bbf7d0);border-radius:24px;border:2px solid #d1fae5;box-shadow:0 10px 30px #10b9811a}.hp-business-button{display:flex;align-items:center;justify-content:center;gap:1rem;padding:1.5rem 3rem;border-radius:60px;font-weight:700;font-size:1.2rem;text-decoration:none;transition:all .4s ease;border:none;cursor:pointer;min-width:280px;position:relative;overflow:hidden;text-transform:uppercase;letter-spacing:.5px;box-shadow:0 8px 25px #0000001a}.hp-business-button:before{content:"";position:absolute;top:0;left:-100%;width:100%;height:100%;background:linear-gradient(90deg,transparent,rgba(255,255,255,.3),transparent);transition:left .8s ease}.hp-business-button:hover:before{left:100%}.hp-primary-btn{background:linear-gradient(135deg,#059669,#10b981,#34d399);color:#fff;box-shadow:0 8px 30px #10b98166;border:3px solid transparent}.hp-primary-btn:hover{transform:translateY(-4px) scale(1.02);box-shadow:0 15px 40px #10b98199;background:linear-gradient(135deg,#047857,#059669,#10b981)}.hp-secondary-btns{background:#fff;color:#059669;border:3px solid #10b981;box-shadow:0 8px 25px #10b98133}.hp-secondary-btns:hover{background:linear-gradient(135deg,#10b981,#34d399);color:#fff;transform:translateY(-4px) scale(1.02);box-shadow:0 15px 40px #10b98180;border-color:#059669}.hp-secondary-btn{background:#fff;color:#667eea;border:2px solid #667eea;box-shadow:0 4px 15px #667eea1a}.hp-secondary-btn:hover{background:#667eea;color:#fff;transform:translateY(-2px);box-shadow:0 8px 25px #667eea4d}@media (max-width: 768px){.hp-business-voip-section{padding:3rem 1rem}.hp-business-voip-header h2{font-size:2rem}.hp-business-voip-subtitle{font-size:1.2rem}.hp-business-voip-content{padding:2rem}.hp-business-voip-features{grid-template-columns:1fr}.hp-business-voip-cta{flex-direction:column;align-items:center}.hp-business-button{width:100%;max-width:300px}.hp-price-content{flex-direction:column;text-align:center}}.hp-business-pricing-section{padding:4rem 1rem;background:#f9f9f9;min-height:100vh}.hp-business-pricing-container{max-width:1200px;margin:0 auto;display:flex;flex-direction:column;gap:3rem}.hp-business-pricing-header{text-align:center}.hp-business-pricing-header h2{font-size:2.75rem;color:#000;margin-bottom:1rem;font-weight:800}.hp-business-pricing-subtitle{font-size:1.25rem;color:#000;margin:0;font-weight:500}.hp-pricing-table-wrapper{background:#fff;border-radius:16px;box-shadow:0 20px 25px -5px #0000001a,0 10px 10px -5px #0000000a;overflow:hidden;border:1px solid #e2e8f0}.hp-pricing-table{width:100%;display:flex;flex-direction:column}.hp-table-header{display:flex;background:#4a5568;color:#fff;font-weight:700;font-size:1.1rem;position:relative}.hp-header-cell{padding:1.5rem;display:flex;align-items:center;justify-content:center;text-align:center;border-right:1px solid #ffffff}.hp-header-cell:last-child{border-right:none}.hp-plan-header{flex:1.2;justify-content:flex-start}.hp-price-header{flex:1}.hp-description-header{flex:1.8}.hp-table-row{display:flex;border-bottom:1px solid #cccccc;position:relative;transition:all .3s ease;background:#fff}.hp-table-row:hover{background:#f5f5f5;transform:translateY(-1px);box-shadow:0 4px 6px -1px #0000001a}.hp-table-row:last-child{border-bottom:none}.hp-popular-plan{background:#fff3cd;border:2px solid #ffc107;position:relative}.hp-popular-plan:hover{background:#ffeaa7}.hp-popular-badge{position:absolute;top:-12px;right:20px;background:#ffc107;color:#000;padding:.4rem 1rem;border-radius:20px;font-size:.8rem;font-weight:600;display:flex;align-items:center;gap:.3rem;box-shadow:0 4px 6px -1px #0000001a;z-index:10}.hp-star-icon{font-size:.7rem}.hp-table-cell{padding:1.5rem;display:flex;align-items:center;border-right:1px solid #cccccc}.hp-table-cell:last-child{border-right:none}.hp-plan-cell{flex:1.2}.hp-price-cell{flex:1;justify-content:center}.hp-description-cell{flex:1.8}.hp-plan-content{display:flex;align-items:center;gap:.75rem}.hp-plan-icons{font-size:1.2rem;color:#4a5568;background:#f0f0f0;padding:.5rem;border-radius:50%;width:2.5rem;height:2.5rem;display:flex;align-items:center;justify-content:center}.hp-plan-names{font-weight:600;color:#000;font-size:1.1rem}.hp-price-content{display:flex;flex-direction:column;align-items:center;text-align:center}.hp-prices{font-size:1.5rem;font-weight:700;color:#000;line-height:1.2}.hp-billings{font-size:.9rem;color:#000;margin-top:.2rem}.hp-descriptions{color:#000;font-size:1rem;line-height:1.5}.hp-pricing-includes{background:#fff;padding:2rem;border-radius:16px;box-shadow:0 10px 15px -3px #0000001a,0 4px 6px -2px #0000000d;border:1px solid #cccccc}.hp-pricing-includes h3{font-size:1.5rem;color:#000;margin-bottom:1.5rem;font-weight:700;text-align:center;position:relative;padding-bottom:1rem}.hp-pricing-includes h3:after{content:"";position:absolute;bottom:0;left:50%;transform:translate(-50%);width:60px;height:3px;background:#4a5568;border-radius:2px}.hp-features-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(350px,1fr));gap:1rem}.hp-feature-item{display:flex;align-items:center;gap:.75rem;padding:.75rem;background:#f8f8f8;border-radius:8px;border-left:4px solid #4a5568;transition:all .3s ease}.hp-feature-item:hover{background:#f0f0f0;transform:translate(5px)}.hp-feature-icon{color:#4a5568;font-size:1.2rem;flex-shrink:0}.hp-feature-item span{color:#000;font-size:.95rem;line-height:1.4}.hp-pricing-cta{text-align:center;margin-top:1rem}.hp-pricing-button{display:inline-flex;align-items:center;gap:.75rem;padding:1rem 2rem;background:#4a5568;color:#fff;border-radius:12px;font-weight:600;font-size:1.1rem;text-decoration:none;transition:all .3s ease;box-shadow:0 10px 15px -3px #0003;border:none;cursor:pointer}.hp-pricing-button:hover{transform:translateY(-2px);box-shadow:0 15px 20px -3px #0000004d;background:#2d3748}.hp-arrow-icon{font-size:.9rem;transition:transform .3s ease}.hp-pricing-button:hover .hp-arrow-icon{transform:translate(3px)}@media (max-width: 768px){.hp-business-pricing-section{padding:2rem 1rem}.hp-business-pricing-header h2{font-size:2rem}.hp-pricing-table-wrapper{overflow-x:auto;border-radius:12px}.hp-pricing-table{min-width:700px}.hp-table-header{font-size:1rem}.hp-header-cell,.hp-table-cell{padding:1rem}.plan-icon{width:2rem;height:2rem;font-size:1rem}.plan-name{font-size:1rem}.price{font-size:1.3rem}.hp-features-grid{grid-template-columns:1fr}.hp-pricing-includes{padding:1.5rem}.hp-popular-badge{right:10px;font-size:.7rem;padding:.3rem .8rem}}@media (max-width: 480px){.hp-business-pricing-header h2{font-size:1.8rem}.hp-business-pricing-subtitle{font-size:1.1rem}.hp-pricing-button{padding:.8rem 1.5rem;font-size:1rem}}body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Open Sans,Helvetica Neue,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background-color:#f8fafc;color:#1e293b}.App{min-height:100vh;display:flex;flex-direction:column}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}#root{width:100%;height:100vh;margin:0;padding:0}.hello-world-container{width:100%;height:100vh;display:flex;justify-content:center;align-items:center;background:linear-gradient(135deg,#3498db,#8e44ad);background-size:cover;color:#fff;position:relative}.content{z-index:2;background-color:#0006;padding:2rem 4rem;border-radius:1rem;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);box-shadow:0 8px 32px #0003}.feature-image{width:100%;max-width:400px;height:auto;margin-top:30px;border-radius:10px;box-shadow:0 12px 30px #0000004d;transition:transform .3s ease}.feature-image:hover{transform:scale(1.05)}h1{font-size:5rem;margin-bottom:1rem;text-shadow:2px 2px 8px rgba(0,0,0,.6)}p{font-size:2rem;margin-top:0;opacity:.9}.logo{height:6em;padding:1.5em;will-change:filter;transition:filter .3s}.logo:hover{filter:drop-shadow(0 0 2em #646cffaa)}.logo.react:hover{filter:drop-shadow(0 0 2em #61dafbaa)}@keyframes logo-spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@media (prefers-reduced-motion: no-preference){a:nth-of-type(2) .logo{animation:logo-spin infinite 20s linear}}.card{padding:2em}.read-the-docs{color:#888}.app{min-height:100vh}main{padding-top:25px}.loading-container{display:flex;justify-content:center;align-items:center;min-height:300px;width:100%;font-size:1.2rem;color:#2563eb;position:relative}.loading-container:after{content:"";width:40px;height:40px;border:4px solid #f3f3f3;border-top:4px solid #2563eb;border-radius:50%;animation:spin 1s linear infinite;position:absolute}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}img{content-visibility:auto}@media (prefers-reduced-motion: reduce){*{animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important;scroll-behavior:auto!important}}*{margin:0;padding:0;box-sizing:border-box}:root{--primary-color: #2563eb;--primary-hover: #1d4ed8;--text-color: #333;--light-text: #666;--border-color: #eee}body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Open Sans,Helvetica Neue,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;color:var(--text-color);line-height:1.5;background-color:#fff}main{width:100%;min-height:100vh;padding-top:70px}a{text-decoration:none;color:inherit}button{background:none;border:none;font:inherit;cursor:pointer}ul,ol{list-style:none}img{max-width:100%;height:auto}h1{font-size:3.2em;line-height:1.1}@media (prefers-color-scheme: light){:root{color:#213547;background-color:#fff}a:hover{color:#747bff}button{background-color:#f9f9f9}}
