<!doctype html>
<html lang="en-US">
<head>
<!-- Google tag (gtag.js) -->
<script async src="https://www.googletagmanager.com/gtag/js?id=G-08G7C9D6F9"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'G-08G7C9D6F9');
</script>
<meta charset="UTF-8">
<meta name="viewport" c"width=device-width, initial-scale=1">
<link rel="profile" href="https://gmpg.org/xfn/11">
<!-- Technical SEO Meta Configurations -->
<title>IPTV BuyIPTV3 | Premium IPTV Subscription Service 2026</title>
<meta name="description" c"Stream 20,000+ Live Premium Channels & over 50K VOD Movies & Series in 4K/UHD quality. Get instant setup with Anti-Freeze 9.8 technology on Firestick, Smart TV, and Android.">
<meta name="keywords" c"iptv subscription, buy iptv online, best iptv service, firestick iptv, buyiptv3, premium iptv channels, multiple device iptv, high quality 4k iptv">
<link rel="canonical" href="https://buyiptv3.com/">
<!-- Open Graph / Facebook SEO -->
<meta property="og:type" c"website">
<meta property="og:url" c"https://buyiptv3.com/">
<meta property="og:title" c"IPTV BuyIPTV3 | Premium IPTV Subscription Service">
<meta property="og:description" c"Get instant access to over 20,000 Live Channels and 50,000 VOD movies in 4K quality. Fast deployment, no freeze technology.">
<meta property="og:image" c"https://tivorotv.com/wp-content/uploads/2025/06/IPTV-Channels-world-map.webp">
<!-- Google Material Icons for Premium Visual Theme Icons -->
<link rel="stylesheet" href="https://fonts.googleapis.com/icon?family=Material+Icons">
<style>
/* Custom Scrollbar Style */
::-webkit-scrollbar {
width: 11px;
}
::-webkit-scrollbar-track {
background: #0a0a0a;
}
::-webkit-scrollbar-thumb {
background-color: #00F2FE;
border: 2px solid #0a0a0a;
}
::-webkit-scrollbar-thumb:hover {
background-color: #4FACFE;
}
* {
margin: 0;
padding: 0;
box-sizing: border-box;
}
body {
font-family: 'DM Sans', sans-serif;
background: #06070d;
color: #fff;
overflow-x: hidden;
}
html {
scroll-behavior: smooth;
}
a {
text-decoration: none;
color: inherit;
}
/* Animations */
@keyframes fadeInLeft {
from { opacity: 0; transform: translateX(-60px); }
to { opacity: 1; transform: translateX(0); }
}
@keyframes fadeInRight {
from { opacity: 0; transform: translateX(60px); }
to { opacity: 1; transform: translateX(0); }
}
@keyframes zoomIn {
from { opacity: 0; transform: scale(0.85); }
to { opacity: 1; transform: scale(1); }
}
@keyframes fadeInUp {
from { opacity: 0; transform: translateY(40px); }
to { opacity: 1; transform: translateY(0); }
}
@keyframes pulseGlow {
0% { box-shadow: 0 0 0 0 rgba(0, 242, 254, 0.4); }
70% { box-shadow: 0 0 0 15px rgba(0, 242, 254, 0); }
100% { box-shadow: 0 0 0 0 rgba(0, 242, 254, 0); }
}
@keyframes infiniteScroll {
0% { transform: translateX(0); }
100% { transform: translateX(-50%); }
}
.animate-fadeInLeft { animation: fadeInLeft 0.8s ease forwards; }
.animate-zoomIn { animation: zoomIn 0.9s ease forwards; }
/* Header & Mobile Navigation Toggle */
.header {
background: linear-gradient(135deg, #06070d 0%, #0a1128 100%);
padding: 18px 40px;
display: flex;
align-items: center;
justify-content: space-between;
border-bottom: 1px solid rgba(0, 242, 254, 0.2);
position: sticky;
top: 0;
z-index: 100;
}
.header .logo {
font-size: 24px;
font-weight: 800;
letter-spacing: -0.5px;
color: #fff;
}
.header .logo span {
color: #00F2FE;
}
.nav-links {
display: flex;
gap: 30px;
align-items: center;
}
.nav-links a {
color: #a0aec0;
font-size: 14px;
font-weight: 500;
transition: color 0.3s;
position: relative;
}
.nav-links a::after {
content: '';
position: absolute;
bottom: -4px;
left: 0;
width: 0;
height: 2px;
background: #00F2FE;
transition: width 0.3s;
}
.nav-links a:hover::after { width: 100%; }
.nav-links a:hover { color: #00F2FE; }
/* Hamburger Menu Icon */
.menu-toggle {
display: none;
flex-direction: column;
gap: 5px;
cursor: pointer;
background: transparent;
border: none;
z-index: 101;
}
.menu-toggle span {
display: block;
width: 25px;
height: 3px;
background-color: #fff;
transition: all 0.3s ease;
}
/* Hero Section */
.hero {
background: linear-gradient(135deg, #06070d 0%, #0c153a 50%, #06070d 100%);
padding: 80px 40px 110px 40px;
display: flex;
align-items: center;
justify-content: space-between;
gap: 40px;
min-height: 75vh;
position: relative;
overflow: hidden;
}
.hero::before {
content: '';
position: absolute;
top: -30%;
right: -10%;
width: 600px;
height: 600px;
background: radial-gradient(circle, rgba(0, 242, 254, 0.12) 0%, transparent 70%);
border-radius: 50%;
pointer-events: none;
}
.hero-content {
flex: 1;
position: relative;
z-index: 1;
}
.hero-content h1 {
font-size: 52px;
font-weight: 800;
line-height: 1.15;
margin-bottom: 24px;
letter-spacing: -1px;
}
.hero-content h1 span {
background: linear-gradient(135deg, #00F2FE, #4FACFE);
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
background-clip: text;
position: relative;
}
.hero-content p {
color: #cbd5e1;
font-size: 19px;
margin-bottom: 35px;
max-width: 550px;
line-height: 1.6;
}
.hero-buttons {
display: flex;
gap: 15px;
flex-wrap: wrap;
}
.btn-primary {
background: linear-gradient(135deg, #00F2FE, #4FACFE);
color: #06070d;
padding: 16px 38px;
border-radius: 8px;
font-weight: 700;
font-size: 16px;
display: inline-block;
transition: transform 0.3s, box-shadow 0.3s, filter 0.3s;
border: none;
cursor: pointer;
position: relative;
overflow: hidden;
animation: pulseGlow 2s infinite;
}
.btn-primary:hover {
transform: translateY(-3px);
box-shadow: 0 10px 30px rgba(0, 242, 254, 0.4);
filter: brightness(1.1);
}
.btn-secondary {
background: rgba(255, 255, 255, 0.03);
color: #fff;
padding: 16px 38px;
border-radius: 8px;
font-weight: 600;
font-size: 16px;
display: inline-block;
transition: background 0.3s, border-color 0.3s, color 0.3s;
border: 1px solid rgba(255, 255, 255, 0.15);
}
.btn-secondary:hover {
background: rgba(0, 242, 254, 0.05);
border-color: #00F2FE;
color: #00F2FE;
}
.btn-whatsapp {
background: #25D366;
color: #fff;
padding: 15px 35px;
border-radius: 8px;
font-weight: 700;
font-size: 16px;
display: inline-flex;
align-items: center;
gap: 10px;
transition: transform 0.3s, box-shadow 0.3s;
border: none;
cursor: pointer;
}
.btn-whatsapp:hover {
transform: translateY(-3px);
box-shadow: 0 8px 25px rgba(37, 211, 102, 0.4);
}
.hero-image {
flex: 1;
display: flex;
justify-content: center;
position: relative;
z-index: 1;
}
.hero-image img {
max-width: 100%;
height: auto;
animation: zoomIn 1s ease-out;
filter: drop-shadow(0 15px 50px rgba(0, 242, 254, 0.15));
}
/* Features Bar Box Layout Row */
.features-bar-overlay {
max-width: 1100px;
margin: -60px auto 40px auto;
padding: 0 20px;
position: relative;
z-index: 10;
}
.features-bar-container {
background: linear-gradient(135deg, rgba(10, 17, 40, 0.95) 0%, rgba(6, 7, 13, 0.95) 100%);
border: 1px solid rgba(0, 242, 254, 0.25);
border-radius: 16px;
padding: 30px;
display: grid;
grid-template-columns: repeat(3, 1fr);
gap: 30px;
box-shadow: 0 25px 50px rgba(0, 0, 0, 0.6);
}
.bar-item {
display: flex;
align-items: center;
gap: 20px;
}
.bar-img-wrapper {
flex-shrink: 0;
display: flex;
align-items: center;
justify-content: center;
}
.bar-img-wrapper img {
object-fit: contain;
}
.bar-content h3 {
font-size: 18px;
font-weight: 700;
color: #fff;
margin-bottom: 4px;
}
.bar-content p {
font-size: 14px;
color: #94a3b8;
line-height: 1.4;
}
/* Continuous Scrolling Ticker Ticker Row */
.brand-ticker-container {
overflow: hidden;
background: #040509;
padding: 25px 0;
border-top: 1px solid rgba(255, 255, 255, 0.05);
border-bottom: 1px solid rgba(255, 255, 255, 0.05);
width: 100%;
}
.brand-ticker-wrapper {
display: flex;
width: max-content;
animation: infiniteScroll 25s linear infinite;
}
.brand-ticker-wrapper:hover {
animation-play-state: paused;
}
.ticker-slide {
padding: 0 25px;
display: flex;
align-items: center;
justify-content: center;
}
.ticker-slide img {
height: 42px;
width: auto;
object-fit: contain;
filter: grayscale(80%) brightness(80%);
transition: filter 0.3s ease;
}
.ticker-slide img:hover {
filter: grayscale(0%) brightness(100%);
}
/* --- Integrated Elementor Component Support Styles --- */
.elementor-element-794820a6 {
padding: 90px 40px;
max-width: 1280px;
margin: 0 auto;
}
.elementor-element-794820a6 .e-con-inner {
display: flex;
align-items: center;
gap: 50px;
flex-wrap: wrap;
}
.elementor-element-7f087828 {
flex: 1.2;
min-width: 320px;
}
.single-image-container {
width: 100%;
border-radius: 12px;
overflow: hidden;
box-shadow: 0 15px 35px rgba(0,0,0,0.6);
border: 1px solid rgba(255, 255, 255, 0.05);
}
.standalone-img {
width: 100%;
height: auto;
display: block;
object-fit: cover;
}
.elementor-element-4b0aaac1 {
flex: 1;
min-width: 320px;
text-align: left;
}
.elementor-element-1765cc15 p {
color: #00F2FE;
font-weight: 700;
font-size: 15px;
letter-spacing: 1.5px;
text-transform: uppercase;
margin-bottom: 12px;
}
.elementor-element-6c3d2d17 h2 {
font-size: 40px;
line-height: 1.2;
margin-bottom: 20px;
font-weight: 800;
color: #fff;
letter-spacing: -0.5px;
}
.elementor-element-2b10cfda p {
color: #94a3b8;
font-size: 16px;
line-height: 1.6;
margin-bottom: 25px;
}
.elementor-icon-list-items {
list-style: none;
padding: 0;
margin-bottom: 35px;
}
.elementor-icon-list-item {
margin-bottom: 14px;
}
.elementor-icon-list-item a {
display: flex;
align-items: center;
gap: 12px;
color: #e2e8f0;
font-size: 15px;
transition: color 0.3s;
}
.elementor-icon-list-item a:hover {
color: #fff;
}
.elementor-icon-list-icon svg {
width: 18px;
height: 18px;
fill: #00F2FE;
flex-shrink: 0;
}
.elementor-element-43410f07 {
display: flex;
gap: 25px;
align-items: center;
flex-wrap: wrap;
}
.elementor-element-5e5f7045 .jkit-icon-box-wrapper {
display: inline-flex;
align-items: center;
gap: 10px;
cursor: pointer;
}
.elementor-element-5e5f7045 .jkit-icon-box-wrapper .icon {
background: rgba(255, 255, 255, 0.05);
width: 44px;
height: 44px;
border-radius: 50%;
display: flex;
align-items: center;
justify-content: center;
border: 1px solid rgba(255, 255, 255, 0.15);
transition: background 0.3s, border-color 0.3s;
}
.elementor-element-5e5f7045 .jkit-icon-box-wrapper:hover .icon {
background: #25D366;
border-color: #25D366;
}
.elementor-element-5e5f7045 .title {
font-size: 16px;
color: #fff;
font-weight: 600;
}
.elementor-element-5bffd2b7 .elementor-button {
background: transparent;
color: #fff;
padding: 13px 32px;
border-radius: 30px;
font-weight: 600;
display: inline-block;
border: 1.5px solid rgba(255, 255, 255, 0.2);
transition: background 0.3s, border-color 0.3s;
}
.elementor-element-5bffd2b7 .elementor-button:hover {
background: rgba(0, 242, 254, 0.1);
border-color: #00F2FE;
}
/* Section Titles */
.section-title {
text-align: center;
padding: 80px 20px 35px;
}
.section-title h2 {
font-size: 38px;
font-weight: 800;
letter-spacing: -0.5px;
}
.section-title h2 span {
background: linear-gradient(135deg, #00F2FE, #4FACFE);
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
background-clip: text;
}
.section-title p {
color: #94a3b8;
margin-top: 12px;
font-size: 16px;
}
/* Compatibility Showcase */
.compatibility-section {
background: #090b11;
padding: 20px 20px 70px 20px;
text-align: center;
}
.compatibility-grid {
display: flex;
justify-content: center;
gap: 25px;
flex-wrap: wrap;
max-width: 1100px;
margin: 35px auto 0;
}
.comp-item {
background: #111420;
padding: 30px 25px;
border-radius: 12px;
min-width: 160px;
flex: 1;
border: 1px solid #1a2035;
transition: all 0.3s ease;
display: flex;
flex-direction: column;
align-items: center;
opacity: 1;
}
.comp-item:hover {
border-color: #00F2FE;
transform: translateY(-5px);
box-shadow: 0 10px 25px rgba(0, 242, 254, 0.15);
}
.comp-icon {
font-size: 42px;
margin-bottom: 14px;
color: #00F2FE;
}
.comp-title {
font-size: 15px;
font-weight: 600;
color: #f1f5f9;
}
/* Pricing Section Setup */
.plans-container {
display: flex;
justify-content: center;
gap: 30px;
padding: 20px 40px 70px;
flex-wrap: wrap;
max-width: 1200px;
margin: 0 auto;
}
.plan-card {
background: linear-gradient(145deg, #0d111f, #12182c);
border-radius: 16px;
padding: 35px 30px;
width: 340px;
border: 1px solid #1e2640;
transition: transform 0.4s, border-color 0.4s, box-shadow 0.4s;
text-align: center;
opacity: 1;
}
.plan-card:hover {
transform: translateY(-10px);
border-color: rgba(0, 242, 254, 0.5);
box-shadow: 0 20px 40px rgba(0, 242, 254, 0.1);
}
.plan-card.featured {
border-color: #00F2FE;
background: linear-gradient(145deg, #0a172e, #111a35);
position: relative;
box-shadow: 0 15px 40px rgba(0, 242, 254, 0.15);
}
.plan-card.featured::before {
content: "⭐ MOST POPULAR CHOICE";
position: absolute;
top: -12px;
left: 50%;
transform: translateX(-50%);
background: linear-gradient(135deg, #00F2FE, #4FACFE);
padding: 5px 22px;
border-radius: 20px;
font-size: 11px;
font-weight: 800;
letter-spacing: 0.5px;
color: #06070d;
}
.plan-card h3 {
font-size: 24px;
font-weight: 700;
margin-bottom: 10px;
}
.plan-card .price {
font-size: 46px;
font-weight: 800;
color: #00F2FE;
margin: 15px 0;
letter-spacing: -1px;
}
.plan-card .price span {
font-size: 18px;
font-weight: 400;
color: #94a3b8;
}
.plan-card .devices {
color: #cbd5e1;
font-size: 14px;
font-weight: 500;
background: rgba(255, 255, 255, 0.05);
padding: 6px 12px;
border-radius: 20px;
display: inline-block;
margin-bottom: 20px;
}
.plan-card ul {
list-style: none;
text-align: left;
margin: 25px 0;
padding: 0;
}
.plan-card ul li {
padding: 10px 0;
border-bottom: 1px solid rgba(255, 255, 255, 0.04);
color: #cbd5e1;
font-size: 14.5px;
display: flex;
align-items: center;
gap: 10px;
}
.plan-card ul li::before {
content: "✓";
color: #00F2FE;
font-weight: 900;
}
.plan-card .btn-select {
width: 100%;
padding: 16px;
background: linear-gradient(135deg, #00F2FE, #4FACFE);
color: #06070d;
border: none;
border-radius: 8px;
font-size: 15.5px;
font-weight: 700;
cursor: pointer;
display: inline-flex;
align-items: center;
justify-content: center;
gap: 8px;
transition: filter 0.3s, transform 0.3s;
}
.plan-card .btn-select:hover {
filter: brightness(1.1);
transform: translateY(-2px);
}
.plan-card .badge {
display: inline-block;
background: rgba(0, 242, 254, 0.15);
color: #00F2FE;
padding: 3px 14px;
border-radius: 12px;
font-size: 11px;
font-weight: 700;
margin-top: 8px;
}
/* Why Choose Us Features */
.features {
background: #090b11;
padding: 40px 20px 80px;
position: relative;
}
.features::before {
content: '';
position: absolute;
top: 0;
left: 0;
right: 0;
height: 1px;
background: linear-gradient(90deg, transparent, #00F2FE, transparent);
}
.features-grid {
display: grid;
grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
gap: 30px;
max-width: 1200px;
margin: 0 auto;
}
.grid-feature-item {
background: #111420;
padding: 40px 30px;
border-radius: 12px;
text-align: center;
border: 1px solid #1a2035;
transition: transform 0.4s, border-color 0.4s;
opacity: 1;
}
.grid-feature-item:hover {
transform: translateY(-8px);
border-color: #00F2FE;
box-shadow: 0 15px 35px rgba(0, 242, 254, 0.08);
}
.grid-feature-item .f-icon {
font-size: 48px;
margin-bottom: 18px;
color: #00F2FE;
}
.grid-feature-item h4 {
font-size: 20px;
font-weight: 700;
margin-bottom: 12px;
}
.grid-feature-item p {
color: #94a3b8;
font-size: 14.5px;
line-height: 1.6;
}
/* Stats Counter Row */
.stats {
background: #06070d;
padding: 70px 40px;
display: flex;
justify-content: center;
gap: 80px;
flex-wrap: wrap;
border-top: 1px solid #1a2035;
border-bottom: 1px solid #1a2035;
}
.stat-item {
text-align: center;
opacity: 1;
}
.stat-item .number {
font-size: 54px;
font-weight: 800;
background: linear-gradient(135deg, #00F2FE, #4FACFE);
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
background-clip: text;
letter-spacing: -1px;
}
.stat-item .label {
color: #94a3b8;
font-size: 16px;
margin-top: 6px;
font-weight: 500;
}
/* FAQ Accordion */
.faq-section {
padding: 50px 40px 80px;
max-width: 900px;
margin: 0 auto;
}
.faq-item {
background: #111420;
margin-bottom: 14px;
border-radius: 10px;
overflow: hidden;
border: 1px solid #1a2035;
transition: border-color 0.3s;
}
.faq-item:hover { border-color: rgba(0, 242, 254, 0.4); }
.faq-item .question {
padding: 20px 25px;
font-weight: 600;
font-size: 16px;
cursor: pointer;
display: flex;
justify-content: space-between;
align-items: center;
gap: 15px;
}
.faq-item .question .arrow {
transition: transform 0.4s;
color: #00F2FE;
font-size: 12px;
}
.faq-item.active .question .arrow { transform: rotate(180deg); }
.faq-item .answer {
padding: 0 25px;
max-height: 0;
overflow: hidden;
transition: max-height 0.4s ease, padding 0.4s ease;
color: #94a3b8;
line-height: 1.7;
font-size: 15px;
}
.faq-item.active .answer {
padding: 0 25px 22px;
max-height: 300px;
}
/* CTA Strip */
.cta-section {
background: linear-gradient(135deg, #06070d, #0a122c);
padding: 80px 20px;
text-align: center;
border-top: 1px solid #1a2035;
}
.cta-section h2 {
font-size: 36px;
font-weight: 800;
margin-bottom: 16px;
letter-spacing: -0.5px;
}
.cta-section h2 span {
background: linear-gradient(135deg, #00F2FE, #4FACFE);
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
background-clip: text;
}
.cta-section p {
color: #cbd5e1;
margin-bottom: 30px;
max-width: 550px;
margin-left: auto;
margin-right: auto;
font-size: 17px;
}
.cta-section .cta-buttons {
display: flex;
gap: 15px;
justify-content: center;
flex-wrap: wrap;
}
/* Footer UI */
.footer {
background: #040509;
padding: 40px;
border-top: 1px solid #141929;
}
.footer-content {
display: flex;
justify-content: space-between;
align-items: center;
flex-wrap: wrap;
gap: 20px;
max-width: 1200px;
margin: 0 auto;
}
.footer-links { display: flex; gap: 30px; }
.footer-links a {
color: #64748b;
font-size: 14px;
transition: color 0.3s;
}
.footer-links a:hover { color: #00F2FE; }
.footer p { color: #475569; font-size: 14px; }
/* Responsive Media Controls */
@media (max-width: 1024px) {
.hero-content h1 { font-size: 42px; }
.features-bar-container { grid-template-columns: repeat(3, 1fr); gap: 15px; }
.elementor-element-6c3d2d17 h2 { font-size: 34px; }
}
@media (max-width: 768px) {
.menu-toggle { display: flex; }
/* Slide down responsive mobile navigation layout overlay */
.nav-links {
display: none;
flex-direction: column;
width: 100%;
position: absolute;
top: 100%;
left: 0;
background: #0b0f19;
padding: 25px;
gap: 20px;
border-bottom: 2px solid #00F2FE;
box-shadow: 0 15px 30px rgba(0,0,0,0.8);
}
.nav-links.mobile-open { display: flex; }
.header { padding: 15px 20px; position: relative; }
.hero { flex-direction: column; padding: 50px 20px 70px 20px; text-align: center; }
.hero-content h1 { font-size: 36px; }
.hero-content p { margin: 0 auto 30px; }
.hero-buttons { justify-content: center; }
.hero-image img { max-width: 95%; }
.features-bar-overlay { margin: -30px auto 20px auto; }
.features-bar-container { grid-template-columns: 1fr; gap: 20px; padding: 25px; }
.elementor-element-794820a6 { padding: 50px 20px; }
.elementor-element-794820a6 .e-con-inner { flex-direction: column; text-align: center; gap: 40px; }
.elementor-element-7f087828 { width: 100%; min-width: unset; }
.elementor-element-4b0aaac1 { text-align: center; min-width: unset; }
.elementor-icon-list-item a { justify-content: center; text-align: center; }
.elementor-element-43410f07 { justify-content: center; }
.plans-container { padding: 20px; gap: 25px; }
.plan-card { width: 100%; max-width: 100%; }
.stats { gap: 40px; padding: 50px 20px; }
.section-title h2 { font-size: 30px; }
.footer-content { flex-direction: column; text-align: center; gap: 15px; }
.footer-links { flex-wrap: wrap; justify-content: center; gap: 15px; }
}
/* Global No-JS animation support fallback safely processing */
@media (prefers-reduced-motion: reduce) {
.plan-card, .grid-feature-item, .stat-item, .comp-item { opacity: 1 !important; animation: none !important; }
}
</style>
</head>
<body>
<!-- Header -->
<header class="header">
<div class="logo">
BuyIPTV3 <span>Premium</span>
</div>
<button class="menu-toggle" aria-label="Toggle Navigation" "toggleMenu()">
<span></span>
<span></span>
<span></span>
</button>
<nav class="nav-links" id="navLinks">
<a href="#" "toggleMenu()">Home</a>
<a href="#plans" "toggleMenu()">Streaming Plans</a>
<a href="#compatibility" "toggleMenu()">Instant Compatibility</a>
<a href="#features" "toggleMenu()">Why Choose Us</a>
<a href="#faq" "toggleMenu()">FAQ Support</a>
<a href="https://wa.me/+447400708496" target="_blank">Contact Help</a>
</nav>
</header>
<!-- Hero Section -->
<section class="hero">
<div class="hero-content animate-fadeInLeft">
<h1>Enjoy Unlimited <span>Instant IPTV</span> Streaming Anywhere!</h1>
<p>Get reliable, buffered-free access to your favorite Live Sports, Global Premium Channels, and over 50,000 Movies & TV Series on any device.</p>
<div class="hero-buttons">
<a href="#plans" class="btn-primary">Get Instant Access (4K UHD)</a>
<a href="https://wa.me/+447400708496" target="_blank" class="btn-secondary">Ask Question First</a>
</div>
</div>
<div class="hero-image">
<img src="https://tivorotv.com/wp-content/uploads/2025/06/IPTV-Channels-world-map.webp" alt="IPTV Channels Global Distribution Map Preview">
</div>
</section>
<!-- Features Bar Box Layout Row -->
<div class="features-bar-overlay animate-zoomIn">
<div class="features-bar-container">
<div class="bar-item">
<div class="bar-img-wrapper">
<img decoding="async" width="62" height="62" src="https://tivorotv.com/wp-content/uploads/2025/06/Frame-20.png" alt="Multiple Device Support Graphic Icon">
</div>
<div class="bar-content">
<h3>Multi-Device Support</h3>
<p>Works perfectly on all setups</p>
</div>
</div>
<div class="bar-item">
<div class="bar-img-wrapper">
<img decoding="async" width="45" height="62" src="https://tivorotv.com/wp-content/uploads/2025/06/Frame-29.png" alt="Global Content Reach Map Icon">
</div>
<div class="bar-content">
<h3>20,000+ Global Channels</h3>
<p>Worldwide premium networks</p>
</div>
</div>
<div class="bar-item">
<div class="bar-img-wrapper">
<img loading="lazy" decoding="async" width="62" height="62" src="https://tivorotv.com/wp-content/uploads/2025/06/Group-40.png" alt="High Quality Stream Delivery Icon">
</div>
<div class="bar-content">
<h3>Ultra HD & 4K Streams</h3>
<p>Crystal-clear lag-free video</p>
</div>
</div>
</div>
</div>
<!-- Continuous Scrolling Ticker Ticker Row -->
<div class="brand-ticker-container">
<div class="brand-ticker-wrapper">
<div class="ticker-slide"><img src="https://tivorotv.com/wp-content/uploads/2025/06/AMAZONFIRETV-1-1.webp" alt="AMAZON FIRE TV Stick Application Logo"></div>
<div class="ticker-slide"><img src="https://tivorotv.com/wp-content/uploads/2025/06/ANDORIED-1-1.webp" alt="ANDROID Native App Logo"></div>
<div class="ticker-slide"><img src="https://tivorotv.com/wp-content/uploads/2025/06/ANDORIEDTV-1-1.webp" alt="ANDROID OS SMART TV Logo"></div>
<div class="ticker-slide"><img src="https://tivorotv.com/wp-content/uploads/2025/06/ENGINEBOX-1-1.webp" alt="ENIGMA BOX Linux System Support Logo"></div>
<div class="ticker-slide"><img src="https://tivorotv.com/wp-content/uploads/2025/06/EOKU-1-1.webp" alt="ROKU Media Player System Integration Logo"></div>
<div class="ticker-slide"><img src="https://tivorotv.com/wp-content/uploads/2025/06/MAGBOX-1-1.webp" alt="MAG BOX System Framework Logo"></div>
<div class="ticker-slide"><img src="https://tivorotv.com/wp-content/uploads/2025/06/PLAYSTATION-1-1.webp" alt="PLAYSTATION Console Media App Logo"></div>
<div class="ticker-slide"><img src="https://tivorotv.com/wp-content/uploads/2025/06/VLC-1-1.webp" alt="VLC Player Stream Engine Link Logo"></div>
<div class="ticker-slide"><img src="https://tivorotv.com/wp-content/uploads/2025/06/WINDOWZ-1-1.webp" alt="WINDOWS Desktop Application Engine Logo"></div>
<div class="ticker-slide"><img src="https://tivorotv.com/wp-content/uploads/2025/06/XBMC-1-1.webp" alt="XBMC KODI Setup Framework Addon Logo"></div>
<div class="ticker-slide"><img src="https://tivorotv.com/wp-content/uploads/2025/06/XBOX-1-1.webp" alt="XBOX ONE App Portal Integration Logo"></div>
<!-- Duplicate Ticker Buffer Segment -->
<div class="ticker-slide"><img src="https://tivorotv.com/wp-content/uploads/2025/06/AMAZONFIRETV-1-1.webp" alt="AMAZON FIRE TV Stick Application Logo"></div>
<div class="ticker-slide"><img src="https://tivorotv.com/wp-content/uploads/2025/06/ANDORIED-1-1.webp" alt="ANDROID Native App Logo"></div>
<div class="ticker-slide"><img src="https://tivorotv.com/wp-content/uploads/2025/06/ANDORIEDTV-1-1.webp" alt="ANDROID OS SMART TV Logo"></div>
<div class="ticker-slide"><img src="https://tivorotv.com/wp-content/uploads/2025/06/ENGINEBOX-1-1.webp" alt="ENIGMA BOX Linux System Support Logo"></div>
<div class="ticker-slide"><img src="https://tivorotv.com/wp-content/uploads/2025/06/EOKU-1-1.webp" alt="ROKU Media Player System Integration Logo"></div>
<div class="ticker-slide"><img src="https://tivorotv.com/wp-content/uploads/2025/06/MAGBOX-1-1.webp" alt="MAG BOX System Framework Logo"></div>
<div class="ticker-slide"><img src="https://tivorotv.com/wp-content/uploads/2025/06/PLAYSTATION-1-1.webp" alt="PLAYSTATION Console Media App Logo"></div>
<div class="ticker-slide"><img src="https://tivorotv.com/wp-content/uploads/2025/06/VLC-1-1.webp" alt="VLC Player Stream Engine Link Logo"></div>
<div class="ticker-slide"><img src="https://tivorotv.com/wp-content/uploads/2025/06/WINDOWZ-1-1.webp" alt="WINDOWS Desktop Application Engine Logo"></div>
<div class="ticker-slide"><img src="https://tivorotv.com/wp-content/uploads/2025/06/XBMC-1-1.webp" alt="XBMC KODI Setup Framework Addon Logo"></div>
<div class="ticker-slide"><img src="https://tivorotv.com/wp-content/uploads/2025/06/XBOX-1-1.webp" alt="XBOX ONE App Portal Integration Logo"></div>
</div>
</div>
<!-- Integrated Elementor Component Block Section -->
<div class="elementor-element elementor-element-794820a6 e-flex e-con-boxed e-con e-parent e-lazyloaded" data-id="794820a6" data-element_type="container" data-e-type="container">
<div class="e-con-inner">
<!-- Left Media Framework Grid Layout mapped perfectly -->
<div class="elementor-element elementor-element-7f087828 e-con-full e-flex e-con e-child" data-id="7f087828" data-element_type="container" data-e-type="container">
<div class="single-image-container">
<img src="https://tivorotv.com/wp-content/uploads/2025/06/231101-coverflow-intro-dazn-1450-desktop@2x-1-copy-1.webp" alt="Featured Media Grid" class="standalone-img">
</div>
</div>
<!-- Right Side Checklist Typography Panel -->
<div class="elementor-element elementor-element-4b0aaac1 e-con-full e-flex e-con e-child" data-id="4b0aaac1" data-element_type="container" data-e-type="container">
<div class="elementor-element elementor-element-1765cc15 elementor-widget__width-initial elementor-widget elementor-widget-text-editor" data-id="1765cc15" data-element_type="widget" data-e-type="widget" data-widget_type="text-editor.default">
<p>Premium Content Hub</p>
</div>
<div class="elementor-element elementor-element-6c3d2d17 elementor-widget elementor-widget-heading" data-id="6c3d2d17" data-element_type="widget" data-e-type="widget" data-widget_type="heading.default">
<h2 class="elementor-heading-title elementor-size-default">Seamless Premium Experience with 99.9% Uptime Protection.</h2>
</div>
<div class="elementor-element elementor-element-2b10cfda elementor-widget elementor-widget-text-editor" data-id="2b10cfda" data-element_type="widget" data-e-type="widget" data-widget_type="text-editor.default">
<p>Never miss a live game, championship match, or trending movie release again. Our multi-route premium servers dynamically guard against freezing or frame drops automatically.</p>
</div>
<div class="elementor-element elementor-element-a46e3fa elementor-mobile-align-start elementor-icon-list--layout-traditional elementor-list-item-link-full_width elementor-widget elementor-widget-icon-list" data-id="a46e3fa" data-element_type="widget" data-e-type="widget" data-widget_type="icon-list.default">
<ul class="elementor-icon-list-items">
<li class="elementor-icon-list-item">
<a href="#plans">
<span class="elementor-icon-list-icon">
<svg aria-hidden="true" class="e-font-icon-svg e-far-check-circle" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg"><path d="M256 8C119.033 8 8 119.033 8 256s111.033 248 248 248 248-111.033 248-248S392.967 8 256 8zm0 48c110.532 0 200 89.451 200 200 0 110.532-89.451 200-200 200-110.532 0-200-89.451-200-200 0-110.532 89.451-200 200-200m140.204 130.267l-22.536-22.718c-4.667-4.705-12.265-4.736-16.97-.068L215.346 303.697l-59.792-60.277c-4.667-4.705-12.265-4.736-16.97-.069l-22.719 22.536c-4.705 4.667-4.736 12.265-.068 16.971l90.781 91.516c4.667 4.705 12.265 4.736 16.97.068l172.589-171.204c4.704-4.668 4.734-12.266.067-16.971z"></path></svg>
</span>
<span class="elementor-icon-list-text">High-Definition video pipelines scaled up safely to pristine 4K UHD.</span>
</a>
</li>
<li class="elementor-icon-list-item">
<a href="#plans">
<span class="elementor-icon-list-icon">
<svg aria-hidden="true" class="e-font-icon-svg e-far-check-circle" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg"><path d="M256 8C119.033 8 8 119.033 8 256s111.033 248 248 248 248-111.033 248-248S392.967 8 256 8zm0 48c110.532 0 200 89.451 200 200 0 110.532-89.451 200-200 200-110.532 0-200-89.451-200-200 0-110.532 89.451-200 200-200m140.204 130.267l-22.536-22.718c-4.667-4.705-12.265-4.736-16.97-.068L215.346 303.697l-59.792-60.277c-4.667-4.705-12.265-4.736-16.97-.069l-22.719 22.536c-4.705 4.667-4.736 12.265-.068 16.971l90.781 91.516c4.667 4.705 12.265 4.736 16.97.068l172.589-171.204c4.704-4.668 4.734-12.266.067-16.971z"></path></svg>
</span>
<span class="elementor-icon-list-text">Anti-Freeze 9.8 framework ensures a 99.95% server uptime.</span>
</a>
</li>
<li class="elementor-icon-list-item">
<a href="#plans">
<span class="elementor-icon-list-icon">
<svg aria-hidden="true" class="e-font-icon-svg e-far-check-circle" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg"><path d="M256 8C119.033 8 8 119.033 8 256s111.033 248 248 248 248-111.033 248-248S392.967 8 256 8zm0 48c110.532 0 200 89.451 200 200 0 110.532-89.451 200-200 200-110.532 0-200-89.451-200-200 0-110.532 89.451-200 200-200m140.204 130.267l-22.536-22.718c-4.667-4.705-12.265-4.736-16.97-.068L215.346 303.697l-59.792-60.277c-4.667-4.705-12.265-4.736-16.97-.069l-22.719 22.536c-4.705 4.667-4.736 12.265-.068 16.971l90.781 91.516c4.667 4.705 12.265 4.736 16.97.068l172.589-171.204c4.704-4.668 4.734-12.266.067-16.971z"></path></svg>
</span>
<span class="elementor-icon-list-text">Instant updates for global live sports events, news channels, and PPV.</span>
</a>
</li>
<li class="elementor-icon-list-item">
<a href="#plans">
<span class="elementor-icon-list-icon">
<svg aria-hidden="true" class="e-font-icon-svg e-far-check-circle" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg"><path d="M256 8C119.033 8 8 119.033 8 256s111.033 248 248 248 248-111.033 248-248S392.967 8 256 8zm0 48c110.532 0 200 89.451 200 200 0 110.532-89.451 200-200 200-110.532 0-200-89.451-200-200 0-110.532 89.451-200 200-200m140.204 130.267l-22.536-22.718c-4.667-4.705-12.265-4.736-16.97-.068L215.346 303.697l-59.792-60.277c-4.667-4.705-12.265-4.736-16.97-.069l-22.719 22.536c-4.705 4.667-4.736 12.265-.068 16.971l90.781 91.516c4.667 4.705 12.265 4.736 16.97.068l172.589-171.204c4.704-4.668 4.734-12.266.067-16.971z"></path></svg>
</span>
<span class="elementor-icon-list-text">Compatible with Smart TVs, Firesticks, Android Devices, iOS, and PCs.</span>
</a>
</li>
<li class="elementor-icon-list-item">
<a href="#plans">
<span class="elementor-icon-list-icon">
<svg aria-hidden="true" class="e-font-icon-svg e-far-check-circle" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg"><path d="M256 8C119.033 8 8 119.033 8 256s111.033 248 248 248 248-111.033 248-248S392.967 8 256 8zm0 48c110.532 0 200 89.451 200 200 0 110.532-89.451 200-200 200-110.532 0-200-89.451-200-200 0-110.532 89.451-200 200-200m140.204 130.267l-22.536-22.718c-4.667-4.705-12.265-4.736-16.97-.068L215.346 303.697l-59.792-60.277c-4.667-4.705-12.265-4.736-16.97-.069l-22.719 22.536c-4.705 4.667-4.736 12.265-.068 16.971l90.781 91.516c4.667 4.705 12.265 4.736 16.97.068l172.589-171.204c4.704-4.668 4.734-12.266.067-16.971z"></path></svg>
</span>
<span class="elementor-icon-list-text">Risk-Free 7-Day Money-Back Guarantee included.</span>
</a>
</li>
</ul>
</div>
<div class="elementor-element elementor-element-43410f07 e-con-full e-flex e-con e-child">
<div class="elementor-element elementor-element-5a23258c e-con-full e-flex e-con e-child">
<div "window.open('https://wa.me/+447400708496', '_blank')" class="elementor-element elementor-element-5e5f7045 elementor-widget-mobile__width-initial elementor-widget">
<div class="jeg-elementor-kit jkit-icon-box icon-position-left">
<div class="jkit-icon-box-wrapper hover-from-left">
<div class="icon-box icon-box-header">
<div class="icon style-color">
<svg style="width:20px; height:20px; fill:#25D366; margin-top:5px;" viewBox="0 0 24 24"><path d="M.057 24l1.687-6.163c-1.041-1.804-1.588-3.849-1.587-5.946C.06 5.348 5.397.01 12.008.01c3.202.001 6.212 1.246 8.477 3.514 2.266 2.268 3.507 5.28 3.505 8.484-.004 6.657-5.34 11.997-11.953 11.997-2.005-.001-3.973-.502-5.713-1.455L0 24zm6.59-4.846c1.6.95 3.188 1.449 4.825 1.451 5.436 0 9.86-4.37 9.864-9.799.002-2.63-1.023-5.101-2.885-6.963C16.528 2.017 14.074 1 11.434 1 6.008 1 1.585 5.37 1.581 10.8c-.001 1.718.465 3.393 1.35 4.888l-.995 3.633 3.712-.967z"/></svg>
</div>
</div>
<div class="icon-box icon-box-body">
<h2 class="title">Chat Live Now</h2>
</div>
</div>
</div>
</div>
</div>
<div class="elementor-element elementor-element-313346e6 e-con-full e-flex e-con e-child">
<div class="elementor-element elementor-element-5bffd2b7 elementor-mobile-align-center elementor-widget elementor-widget-button">
<a class="elementor-button elementor-button-link elementor-size-sm" href="#plans">
<span class="elementor-button-content-wrapper">
<span class="elementor-button-text">Choose a Plan</span>
</span>
</a>
</div>
</div>
</div>
</div>
</div>
</div>
<!-- Compatibility Layout Panel -->
<section id="compatibility" class="compatibility-section">
<div class="section-title">
<h2>Instant <span>Device Compatibility</span></h2>
<p>Setup processes take less than 5 minutes on your hardware of choice</p>
</div>
<div class="compatibility-grid">
<div class="comp-item">
<i class="material-icons comp-icon">local_fire_department</i>
<div class="comp-title">Firestick / Fire TV</div>
</div>
<div class="comp-item">
<i class="material-icons comp-icon">adb</i>
<div class="comp-title">Android Box / TV</div>
</div>
<div class="comp-item">
<i class="material-icons comp-icon">phone_iphone</i>
<div class="comp-title">Apple iOS / Mac</div>
</div>
<div class="comp-item">
<i class="material-icons comp-icon">tv</i>
<div class="comp-title">Smart TV Systems</div>
</div>
<div class="comp-item">
<i class="material-icons comp-icon">computer</i>
<div class="comp-title">Windows PC</div>
</div>
<div class="comp-item">
<i class="material-icons comp-icon">router</i>
<div class="comp-title">MAG / Enigma Boxes</div>
</div>
</div>
</section>
<!-- Pricing Model Matrix -->
<section id="plans">
<div class="section-title">
<h2>Choose Your <span>Streaming Plan</span></h2>
<p>Get instant automated setup delivered directly to your device via WhatsApp</p>
</div>
<div class="plans-container">
<!-- 3 Months -->
<div class="plan-card">
<h3>3 Months Plan</h3>
<div class="price">$38.99 <span>/ 3 mo</span></div>
<div class="devices">📱 1 Device Connection Supported</div>
<ul>
<li>Full Anti-Freeze™ 9.8 System</li>
<li>20,000+ Premium Live Channels</li>
<li>50,000+ Movies & Dynamic VOD</li>
<li>Pristine 4K, Ultra HD & HD Quality</li>
<li>Smart EPG Electronic TV Guide</li>
<li>Free Lifetime Library Updates</li>
<li>24/7 Premium Support Access</li>
</ul>
<a href="https://wa.me/+447400708496?text=Hello,%20I%20want%20the%203%20Months%20Plan" target="_blank" class="btn-select">
Activate Via WhatsApp
</a>
</div>
<!-- 1 Year -->
<div class="plan-card featured">
<h3>12 Months Premium</h3>
<div class="price">$69.99 <span>/ year</span></div>
<div class="devices">📱 1 Device Connection Supported</div>
<span class="badge">🔥 BEST VALUE VALUE TIER</span>
<ul>
<li>Full Anti-Freeze™ 9.8 System</li>
<li>20,000+ Premium Live Channels</li>
<li>50,000+ Movies & Dynamic VOD</li>
<li>Pristine 4K, Ultra HD & HD Quality</li>
<li>Smart EPG Electronic TV Guide</li>
<li>Free Lifetime Library Updates</li>
<li>Priority 24/7 Dedicated Support</li>
<li>Ultra-Fast VIP Routing Shield</li>
</ul>
<a href="https://wa.me/+447400708496?text=Hello,%20I%20want%20the%2012%20Months%20Plan" target="_blank" class="btn-select">
Activate Via WhatsApp
</a>
</div>
<!-- 1 Month -->
<div class="plan-card">
<h3>1 Month Plan</h3>
<div class="price">$16.99 <span>/ month</span></div>
<div class="devices">📱 1 Device Connection Supported</div>
<ul>
<li>Full Anti-Freeze™ 9.8 System</li>
<li>20,000+ Premium Live Channels</li>
<li>50,000+ Movies & Dynamic VOD</li>
<li>Pristine 4K, Ultra HD & HD Quality</li>
<li>Smart EPG Electronic TV Guide</li>
<li>Free Lifetime Library Updates</li>
<li>24/7 Premium Support Access</li>
</ul>
<a href="https://wa.me/+447400708496?text=Hello,%20I%20want%20the%201%20Month%20Plan" target="_blank" class="btn-select">
Activate Via WhatsApp
</a>
</div>
</div>
</section>
<!-- Features Segment Container -->
<section id="features" class="features">
<div class="section-title">
<h2>Why We Stand <span>Above The Rest</span></h2>
</div>
<div class="features-grid">
<div class="grid-feature-item">
<i class="material-icons f-icon">monetization_on</i>
<h4>7-Day Refund Guarantee</h4>
<p>Your satisfaction is our primary goal. Cancel effortlessly within your first 7 days if things aren't perfect.</p>
</div>
<div class="grid-feature-item">
<i class="material-icons f-icon">flash_on</i>
<h4>Instant Automated Setup</h4>
<p>No waiting hours. Our secure cloud onboarding logic serves your account credentials within minutes.</p>
</div>
<div class="grid-feature-item">
<i class="material-icons f-icon">movie</i>
<h4>Daily Media Library Additions</h4>
<p>We routinely add local, regional, and worldwide movie titles alongside missing live streaming fields.</p>
</div>
</div>
</section>
<!-- Statistics Matrix Module -->
<section class="stats">
<div class="stat-item">
<div class="number">8+</div>
<div class="label">Years Operational</div>
</div>
<div class="stat-item">
<div class="number">7K+</div>
<div class="label">Happy Active Subscribers</div>
</div>
<div class="stat-item">
<div class="number">150K+</div>
<div class="label">Movies & Series VOD Content</div>
</div>
<div class="stat-item">
<div class="number">20K+</div>
<div class="label">Live HD Channels</div>
</div>
</section>
<!-- FAQ Accordion Matrix -->
<section id="faq" class="faq-section">
<div class="section-title">
<h2>Frequently Asked <span>Questions</span></h2>
</div>
<div class="faq-item active">
<div class="question" "toggleFaq(this)">
Can I securely buy a subscription using my standard Credit/Debit card?
<span class="arrow">▼</span>
</div>
<div class="answer">Yes! We fully protect payments across all standard domestic and international credit/debit card structures through encrypted global checkouts.</div>
</div>
<div class="faq-item">
<div class="question" "toggleFaq(this)">
How long does activation take after I message you?
<span class="arrow">▼</span>
</div>
<div class="answer">Onboarding finishes in under 7 minutes. Once payment is confirmed, our staff instantly delivers configuration lines step-by-step for your application layer.</div>
</div>
<div class="faq-item">
<div class="question" "toggleFaq(this)">
Can I run my streaming subscription across multiple devices at once?
<span class="arrow">▼</span>
</div>
<div class="answer">Standard accounts accommodate one concurrent media feed connection slot to safely protect performance. If you require multi-room plans, simply message our support hub.</div>
</div>
</section>
<!-- Global Action Terminal Row -->
<section class="cta-section">
<h2>Start Your <span>Risk-Free Premium Trial</span> Today!</h2>
<p>Our dedicated support engineers are online right now to configure your device framework.</p>
<div class="cta-buttons">
<a href="https://wa.me/+447400708496" target="_blank" class="btn-whatsapp">
💬 Connect to Support Hub via WhatsApp
</a>
</div>
</section>
<!-- Footer Frame -->
<footer class="footer">
<div class="footer-content">
<div>
<div class="logo" style="font-size: 20px;">BuyIPTV3 <span>Premium</span></div>
<p style="margin-top: 8px;">© 2026 BuyIPTV3. All rights reserved.</p>
</div>
<div class="footer-links">
<a href="#">Privacy Policy</a>
<a href="#">Terms of Deployment</a>
<a href="#">Refund Policy Structure</a>
</div>
</div>
</footer>
<script>
function toggleMenu() {
const nav = document.getElementById('navLinks');
if(window.innerWidth <= 768) {
nav.classList.toggle('mobile-open');
}
}
function toggleFaq(element) {
const item = element.closest('.faq-item');
const isActive = item.classList.contains('active');
document.querySelectorAll('.faq-item').forEach(el => el.classList.remove('active'));
if (!isActive) item.classList.add('active');
}
const observer = new IntersectionObserver((entries) => {
entries.forEach(entry => {
if (entry.isIntersecting) {
entry.target.style.opacity = '1';
entry.target.style.animation = 'fadeInUp 0.6s ease forwards';
}
});
}, { threshold: 0.05 });
document.querySelectorAll('.plan-card, .grid-feature-item, .stat-item, .comp-item').forEach(el => observer.observe(el));
</script>
<script defer src="https://static.cloudflareinsights.com/beacon.min.js/v4513226cdae34746b4dedf0b4dfa099e1781791509496" integrity="sha512-ZE9pZaUXND66v380QUtch/5sE9tPFh2zg45pR2PB0CVkCtOREv2AJKkSidISWkysEuQ0EH8faUU5du78bx87UQ==" data-cf-beacon='{"version":"2024.11.0","token":"c5c80b9dc9ed4c84856f6637497f0187","r":1,"server_timing":{"name":{"cfCacheStatus":true,"cfEdge":true,"cfExtPri":true,"cfL4":true,"cfOrigin":true,"cfSpeedBrain":true},"location_startswith":null}}' crossorigin="anonymous"></script>
</body>
</html>