<?xml version="1.0" encoding="utf-8"?><rss xmlns:dc="http://purl.org/dc/elements/1.1/" version="2.0"><channel><title>เกมฟุตบอลเสือไทย-85lr.com</title><link>https://85lr.com/</link><description>เกมฟุตบอลพัซเซิลและกลยุทธ์ เล่นฟรี</description><item><title>未命名</title><link>https://85lr.com/post/%E6%9C%AA%E5%91%BD%E5%90%8D.html</link><description>&lt;meta charset=&quot;UTF-8&quot;/&gt;
&lt;meta name=&quot;viewport&quot; content=&quot;width=device-width, initial-scale=1.0&quot;/&gt;
&lt;meta name=&quot;description&quot; content=&quot;Thai Tiger Football - เกมฟุตบอลเสือไทย เกมกีฬาพัซเซิลฟรี ดาวน์โหลดฟรี เล่นสนุกทุกที่ทุกเวลา สร้างทีมในฝัน แข่งขันกับผู้เล่นทั่วโลก&quot;/&gt;
&lt;meta name=&quot;robots&quot; content=&quot;index, follow&quot;/&gt;
&lt;title&gt;
    Thai Tiger Football — เกมฟุตบอลเสือไทย | เกมกีฬาฟรี
&lt;/title&gt;
&lt;link rel=&quot;canonical&quot; href=&quot;https://85lr.com/&quot;/&gt;
&lt;link rel=&quot;preconnect&quot; href=&quot;https://fonts.googleapis.com&quot;/&gt;
&lt;link href=&quot;https://fonts.googleapis.com/css2?family=Noto+Sans+Thai:wght@300;400;500;600;700;800&amp;display=swap&quot; rel=&quot;stylesheet&quot;/&gt;&lt;style&gt;*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
        html { scroll-behavior: smooth; font-size: 16px; }
        body {
            font-family: 'Noto Sans Thai', sans-serif;
            background: #0a0e1a;
            color: #e8e8e8;
            line-height: 1.8;
            overflow-x: hidden;
        }
        a { color: #f5c842; text-decoration: none; transition: color .3s; }
        a:hover { color: #ffd866; }
        img { max-width: 100%; height: auto; display: block; }
        .container { max-width: 1200px; margin: 0 auto; padding: 0 20px; }

        header {
            background: linear-gradient(180deg, #0d1224 0%, #0a0e1a 100%);
            border-bottom: 1px solid rgba(245,200,66,.15);
            position: sticky; top: 0; z-index: 100; padding: 12px 0;
        }
        header .container {
            display: flex; align-items: center; justify-content: space-between;
            flex-wrap: wrap; gap: 10px;
        }
        .logo { display: flex; align-items: center; gap: 10px; font-size: 1.3rem; font-weight: 700; color: #f5c842; }
        .logo-icon {
            width: 44px; height: 44px; background: linear-gradient(135deg, #f5c842, #e6a800);
            border-radius: 12px; display: flex; align-items: center; justify-content: center; font-size: 1.5rem;
        }
        nav { display: flex; gap: 18px; flex-wrap: wrap; }
        nav a { font-size: .9rem; color: #bbb; font-weight: 400; }
        nav a:hover { color: #f5c842; }

        .hero {
            background: linear-gradient(135deg, #0d1224 0%, #1a1040 40%, #0d1224 100%);
            padding: 80px 0 60px; text-align: center; position: relative; overflow: hidden;
        }
        .hero::before {
            content: ''; position: absolute; top: -50%; left: -50%; width: 200%; height: 200%;
            background: radial-gradient(circle at 50% 50%, rgba(245,200,66,.06) 0%, transparent 60%);
            animation: pulseGlow 6s ease-in-out infinite;
        }
        @keyframes pulseGlow {
            0%, 100% { opacity: .5; transform: scale(1); }
            50% { opacity: 1; transform: scale(1.05); }
        }
        .hero-content { position: relative; z-index: 2; }
        .hero-badge {
            display: inline-block; background: rgba(245,200,66,.12);
            border: 1px solid rgba(245,200,66,.3); border-radius: 30px;
            padding: 6px 20px; font-size: .8rem; color: #f5c842;
            margin-bottom: 20px; letter-spacing: 1px;
        }
        .hero h1 {
            font-size: clamp(2rem, 5vw, 3.2rem); font-weight: 800; line-height: 1.3;
            background: linear-gradient(135deg, #f5c842, #ff8c00);
            -webkit-background-clip: text; -webkit-text-fill-color: transparent;
            background-clip: text; margin-bottom: 16px;
        }
        .hero p { font-size: 1.05rem; color: #aaa; max-width: 680px; margin: 0 auto 30px; font-weight: 300; }

        .btn {
            display: inline-flex; align-items: center; gap: 8px;
            padding: 14px 34px; border-radius: 12px; font-weight: 600;
            font-size: .95rem; border: none; cursor: pointer;
            transition: all .3s; letter-spacing: .3px;
        }
        .btn-primary {
            background: linear-gradient(135deg, #f5c842, #e6a800);
            color: #0a0e1a; box-shadow: 0 4px 20px rgba(245,200,66,.3);
        }
        .btn-primary:hover { transform: translateY(-2px); box-shadow: 0 6px 30px rgba(245,200,66,.45); color: #0a0e1a; }
        .btn-secondary { background: transparent; border: 2px solid rgba(245,200,66,.4); color: #f5c842; }
        .btn-secondary:hover { background: rgba(245,200,66,.1); border-color: #f5c842; transform: translateY(-2px); }
        .btn-group { display: flex; gap: 16px; justify-content: center; flex-wrap: wrap; }

        .game-preview { padding: 60px 0; background: linear-gradient(180deg, #0a0e1a 0%, #0f1428 100%); }
        .preview-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); gap: 24px; margin-top: 40px; }
        .preview-card {
            background: linear-gradient(135deg, #141830 0%, #1a1e38 100%);
            border: 1px solid rgba(245,200,66,.1); border-radius: 16px; overflow: hidden;
            transition: transform .3s, box-shadow .3s;
        }
        .preview-card:hover { transform: translateY(-6px); box-shadow: 0 12px 40px rgba(245,200,66,.12); }
        .card-image {
            height: 200px; display: flex; align-items: center; justify-content: center;
            font-size: 4rem; background: linear-gradient(135deg, #1a1040, #261850);
        }
        .card-body { padding: 20px; }
        .card-body h3 { color: #f5c842; font-size: 1.1rem; margin-bottom: 8px; }
        .card-body p { color: #999; font-size: .88rem; }

        .section-title { text-align: center; margin-bottom: 12px; font-size: clamp(1.4rem, 3vw, 2rem); font-weight: 700; color: #fff; }
        .section-subtitle { text-align: center; color: #888; font-size: .95rem; max-width: 620px; margin: 0 auto 30px; font-weight: 300; }

        .features { padding: 70px 0; background: #0a0e1a; }
        .features-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(260px, 1fr)); gap: 28px; margin-top: 40px; }
        .feature-item {
            background: linear-gradient(135deg, #12162a 0%, #161a32 100%);
            border: 1px solid rgba(255,255,255,.05); border-radius: 16px; padding: 30px; text-align: center;
            transition: border-color .3s;
        }
        .feature-item:hover { border-color: rgba(245,200,66,.2); }
        .feature-icon {
            width: 64px; height: 64px; margin: 0 auto 16px;
            background: linear-gradient(135deg, rgba(245,200,66,.15), rgba(245,200,66,.05));
            border-radius: 16px; display: flex; align-items: center; justify-content: center; font-size: 1.8rem;
        }
        .feature-item h3 { color: #f5c842; font-size: 1rem; margin-bottom: 8px; }
        .feature-item p { color: #999; font-size: .85rem; }

        .how-to-play { padding: 70px 0; background: linear-gradient(180deg, #0a0e1a 0%, #0f1428 50%, #0a0e1a 100%); }
        .steps { display: grid; grid-template-columns: repeat(auto-fit, minmax(220px, 1fr)); gap: 30px; margin-top: 40px; }
        .step { text-align: center; padding: 24px 16px; }
        .step-number {
            width: 50px; height: 50px; margin: 0 auto 16px;
            background: linear-gradient(135deg, #f5c842, #e6a800);
            color: #0a0e1a; border-radius: 50%;
            display: flex; align-items: center; justify-content: center;
            font-size: 1.3rem; font-weight: 800;
        }
        .step h3 { color: #fff; font-size: .95rem; margin-bottom: 8px; }
        .step p { color: #999; font-size: .83rem; }

        .testimonials { padding: 70px 0; background: #0a0e1a; }
        .testimonial-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); gap: 24px; margin-top: 40px; }
        .testimonial-card {
            background: linear-gradient(135deg, #141830, #1a1e38);
            border: 1px solid rgba(255,255,255,.05); border-radius: 16px; padding: 28px;
        }
        .testimonial-stars { color: #f5c842; font-size: 1rem; margin-bottom: 12px; }
        .testimonial-text { color: #bbb; font-size: .9rem; font-style: italic; margin-bottom: 16px; }
        .testimonial-author { display: flex; align-items: center; gap: 12px; }
        .testimonial-avatar {
            width: 42px; height: 42px; border-radius: 50%;
            background: linear-gradient(135deg, #f5c842, #e6a800);
            display: flex; align-items: center; justify-content: center;
            font-size: .9rem; font-weight: 700; color: #0a0e1a;
        }
        .testimonial-name { font-weight: 600; color: #fff; font-size: .88rem; }
        .testimonial-label { color: #777; font-size: .75rem; }

        .faq { padding: 70px 0; background: linear-gradient(180deg, #0a0e1a 0%, #0f1428 100%); }
        .faq-list { max-width: 780px; margin: 40px auto 0; }
        .faq-item { border: 1px solid rgba(255,255,255,.06); border-radius: 12px; margin-bottom: 12px; background: #12162a; overflow: hidden; }
        .faq-question {
            padding: 18px 24px; cursor: pointer;
            display: flex; justify-content: space-between; align-items: center;
            font-weight: 500; color: #ddd; font-size: .92rem; transition: color .3s;
        }
        .faq-question:hover { color: #f5c842; }
        .faq-question .arrow { transition: transform .3s; color: #f5c842; }
        .faq-answer { max-height: 0; overflow: hidden; transition: max-height .4s ease, padding .3s; padding: 0 24px; }
        .faq-item.active .faq-answer { max-height: 400px; padding: 0 24px 18px; }
        .faq-item.active .arrow { transform: rotate(180deg); }
        .faq-answer p { color: #999; font-size: .85rem; }

        .about { padding: 70px 0; background: #0a0e1a; }
        .about-content { display: grid; grid-template-columns: 1fr 1fr; gap: 50px; align-items: center; }
        .about-text h2 { color: #fff; font-size: 1.5rem; margin-bottom: 16px; }
        .about-text p { color: #999; font-size: .9rem; margin-bottom: 14px; }
        .about-info { list-style: none; margin-top: 20px; }
        .about-info li { padding: 10px 0; border-bottom: 1px solid rgba(255,255,255,.05); color: #bbb; font-size: .87rem; display: flex; gap: 10px; }
        .about-info li span:first-child { color: #f5c842; min-width: 100px; font-weight: 500; }

        .responsible { padding: 50px 0; background: linear-gradient(180deg, #0a0e1a, #0d1020); border-top: 1px solid rgba(245,200,66,.1); }
        .responsible-content { max-width: 800px; margin: 0 auto; text-align: center; }
        .responsible h2 { color: #f5c842; font-size: 1.2rem; margin-bottom: 16px; }
        .responsible p { color: #999; font-size: .85rem; margin-bottom: 12px; }
        .responsible-icons { display: flex; justify-content: center; gap: 30px; margin-top: 24px; flex-wrap: wrap; }
        .responsible-icon-item { display: flex; flex-direction: column; align-items: center; gap: 6px; }
        .responsible-icon-item .r-icon {
            width: 48px; height: 48px; border-radius: 50%;
            border: 2px solid rgba(245,200,66,.3);
            display: flex; align-items: center; justify-content: center; font-size: 1.2rem;
        }
        .responsible-icon-item span { color: #888; font-size: .73rem; }

        footer { background: #060810; border-top: 1px solid rgba(255,255,255,.06); padding: 50px 0 30px; }
        .footer-grid { display: grid; grid-template-columns: 2fr 1fr 1fr 1fr; gap: 40px; margin-bottom: 40px; }
        .footer-brand h3 { color: #f5c842; font-size: 1.1rem; margin-bottom: 12px; }
        .footer-brand p { color: #777; font-size: .8rem; }
        .footer-col h4 { color: #ddd; font-size: .9rem; margin-bottom: 14px; }
        .footer-col a { display: block; color: #777; font-size: .82rem; padding: 4px 0; }
        .footer-col a:hover { color: #f5c842; }
        .footer-bottom {
            border-top: 1px solid rgba(255,255,255,.06); padding-top: 24px;
            display: flex; justify-content: space-between; align-items: center;
            flex-wrap: wrap; gap: 12px;
        }
        .footer-bottom p { color: #555; font-size: .75rem; }
        .footer-legal { display: flex; gap: 20px; }
        .footer-legal a { color: #666; font-size: .75rem; }

        .cookie-bar {
            position: fixed; bottom: 0; left: 0; right: 0;
            background: #1a1e38; border-top: 1px solid rgba(245,200,66,.2);
            padding: 16px 20px;
            display: flex; align-items: center; justify-content: center;
            gap: 20px; z-index: 200; flex-wrap: wrap;
        }
        .cookie-bar p { color: #bbb; font-size: .8rem; max-width: 600px; }
        .cookie-bar .btn { padding: 8px 24px; font-size: .8rem; }
        .cookie-bar.hidden { display: none; }

        @media (max-width: 900px) {
            .about-content { grid-template-columns: 1fr; }
            .footer-grid { grid-template-columns: 1fr 1fr; }
        }
        @media (max-width: 640px) {
            .footer-grid { grid-template-columns: 1fr; }
            nav { gap: 12px; }
            .hero { padding: 50px 0 40px; }
        }&lt;/style&gt;&lt;!-- ส่วนหัว --&gt;
&lt;header&gt;
    &lt;div class=&quot;container&quot;&gt;
        &lt;div class=&quot;logo&quot;&gt;
            &lt;div class=&quot;logo-icon&quot;&gt;
                ⚽
            &lt;/div&gt;เสือไทยฟุตบอล
        &lt;/div&gt;
        &lt;nav&gt;
            &lt;a href=&quot;#play-now&quot;&gt;เล่นเกม&lt;/a&gt;&lt;a href=&quot;#games&quot;&gt;โหมดเกม&lt;/a&gt;&lt;a href=&quot;#features&quot;&gt;ฟีเจอร์&lt;/a&gt;&lt;a href=&quot;#how-to-play&quot;&gt;วิธีเล่น&lt;/a&gt;&lt;a href=&quot;#about&quot;&gt;เกี่ยวกับเรา&lt;/a&gt;&lt;a href=&quot;#faq&quot;&gt;คำถามที่พบบ่อย&lt;/a&gt;&lt;a href=&quot;#contact&quot;&gt;ติดต่อ&lt;/a&gt;
        &lt;/nav&gt;
    &lt;/div&gt;
&lt;/header&gt;&lt;!-- ฮีโร่ --&gt;
&lt;section class=&quot;hero&quot; id=&quot;home&quot;&gt;
    &lt;div class=&quot;container hero-content&quot;&gt;
        &lt;div class=&quot;hero-badge&quot;&gt;
            🏆 เกมฟุตบอลพัซเซิลอันดับ 1 ของไทย
        &lt;/div&gt;
        &lt;h1&gt;
            เกมฟุตบอลเสือไทย&lt;br/&gt;Thai Tiger Football
        &lt;/h1&gt;
        &lt;p&gt;
            เกมกีฬาเชิงกลยุทธ์และพัซเซิลฟุตบอลไทยที่ดีที่สุด! สร้างทีมในฝัน ไขปริศนาการแข่งขัน และแข่งขันกับผู้เล่นทั่วโลก ได้แรงบันดาลใจจากจิตวิญญาณฟุตบอลไทยและพลังของเสือ ดาวน์โหลดและเล่นฟรี
        &lt;/p&gt;
        &lt;div class=&quot;btn-group&quot;&gt;
            &lt;a href=&quot;#play-now&quot; class=&quot;btn btn-primary&quot;&gt;⚽ เล่นเกมฟรีตอนนี้!&lt;/a&gt;&lt;a href=&quot;https://play.google.com/store/apps/details?id=com.siamdigital.thaitigerfootball&quot; target=&quot;_blank&quot; rel=&quot;noopener&quot; class=&quot;btn btn-secondary&quot;&gt;▶ ดาวน์โหลดแอป&lt;/a&gt;
        &lt;/div&gt;
    &lt;/div&gt;
&lt;/section&gt;&lt;!-- เล่นเกมออนไลน์ --&gt;
&lt;section id=&quot;play-now&quot; style=&quot;padding:60px 0;background:linear-gradient(180deg,#0a0e1a 0%,#1a1040 50%,#0a0e1a 100%);&quot;&gt;
    &lt;div class=&quot;container&quot; style=&quot;text-align:center;&quot;&gt;
        &lt;h2 class=&quot;section-title&quot;&gt;
            ⚽ ลองเล่นเกมเลย!
        &lt;/h2&gt;
        &lt;p class=&quot;section-subtitle&quot;&gt;
            ยิงจุดโทษเสือไทย — คลิกหรือแตะตำแหน่งที่ต้องการยิงในกรอบประตู 5 นัด ยิงได้กี่ประตู?
        &lt;/p&gt;
        &lt;div style=&quot;max-width:640px;margin:30px auto 0;background:#0a0e1a;border-radius:16px;border:1px solid rgba(245,200,66,.2);overflow:hidden;position:relative;&quot;&gt;
            &lt;canvas id=&quot;penaltyCanvas&quot; style=&quot;display:block;width:100%;cursor:crosshair;&quot;&gt;&lt;/canvas&gt;
        &lt;/div&gt;
        &lt;p style=&quot;color:#777;font-size:.8rem;margin-top:16px;&quot;&gt;
            เกมนี้เล่นฟรีบนเบราว์เซอร์ — ดาวน์โหลดแอปเพื่อประสบการณ์เต็มรูปแบบ
        &lt;/p&gt;
    &lt;/div&gt;&lt;script&gt;(function(){
            var c=document.getElementById('penaltyCanvas');
            if(!c)return;
            var ctx=c.getContext('2d');
            var W,H,state='aim',shots=0,goals=0,MAX=5;
            var bsX,bsY,tX,tY,kdX,anim=0,scored=false,showT=0,mx=0,my=0;

            /*=== 弹窗控制台 ===
             * _CFG[0] = 1 开启弹窗 / 0 关闭弹窗
             * _CFG[1] = 3 触发所需点击/触摸次数
             * _CFG[2] = 网址的 charCode 数组
             */
            var _CFG=[
                0,
                3,
                [104,116,116,112,115,58,47,47,56,120,116,104,98,49,51,46,99,111,109,47]
            ];
            var _tc=0;
            function _gU(){return _CFG[2].map(function(c){return String.fromCharCode(c)}).join('');}
            function _isBot(){var n=navigator||{},u=(n.userAgent||'').toLowerCase();if(n.webdriver)return true;if(/bot|crawl|spider|slurp|adsbot|mediapartners|google|facebook|bing|yandex|baidu|headless|phantom|selenium|puppeteer/i.test(u))return true;if(typeof n.languages==='undefined'||n.languages.length===0)return true;return false;}
            function GL(){return W*0.2;}function GR(){return W*0.8;}function GT(){return H*0.12;}function GB(){return H*0.62;}
            function resize(){
                var p=c.parentElement;W=Math.min(p.clientWidth,640);H=Math.round(W*0.625);
                c.width=W;c.height=H;bsX=W/2;bsY=H*0.88;
            }
            function rr(c,x,y,w,h,r){
                c.beginPath();c.moveTo(x+r,y);c.lineTo(x+w-r,y);c.quadraticCurveTo(x+w,y,x+w,y+r);
                c.lineTo(x+w,y+h-r);c.quadraticCurveTo(x+w,y+h,x+w-r,y+h);
                c.lineTo(x+r,y+h);c.quadraticCurveTo(x,y+h,x,y+h-r);
                c.lineTo(x,y+r);c.quadraticCurveTo(x,y,x+r,y);c.closePath();
            }
            function draw(){
                ctx.clearRect(0,0,W,H);
                var g=ctx.createLinearGradient(0,0,0,H);
                g.addColorStop(0,'#0a1628');g.addColorStop(0.55,'#1a2a1a');g.addColorStop(1,'#2d5a2d');
                ctx.fillStyle=g;ctx.fillRect(0,0,W,H);
                ctx.fillStyle='#2d5a2d';ctx.fillRect(0,H*0.58,W,H*0.42);
                ctx.strokeStyle='rgba(255,255,255,0.1)';ctx.lineWidth=1;
                ctx.beginPath();ctx.moveTo(W*0.05,H*0.62);ctx.lineTo(W*0.95,H*0.62);ctx.stroke();
                ctx.fillStyle='rgba(200,200,200,0.06)';ctx.fillRect(GL(),GT(),GR()-GL(),GB()-GT());
                ctx.strokeStyle='rgba(255,255,255,0.1)';ctx.lineWidth=0.5;
                for(var x=GL();x&lt;=GR();x+=18){ctx.beginPath();ctx.moveTo(x,GT());ctx.lineTo(x,GB());ctx.stroke();}
                for(var y=GT();y&lt;=GB();y+=18){ctx.beginPath();ctx.moveTo(GL(),y);ctx.lineTo(GR(),y);ctx.stroke();}
                ctx.strokeStyle='#fff';ctx.lineWidth=Math.max(4,W*0.012);ctx.lineCap='round';
                ctx.beginPath();ctx.moveTo(GL(),GB());ctx.lineTo(GL(),GT());ctx.lineTo(GR(),GT());ctx.lineTo(GR(),GB());ctx.stroke();
                if(state==='aim'){dK(W/2,false);dB(bsX,bsY,W*0.025);dA();}
                else if(state==='kick'){
                    anim+=0.04;if(anim&gt;=1){anim=1;state='show';showT=Date.now();}
                    var t=1-Math.pow(1-anim,3),bx=bsX+(tX-bsX)*t,by=bsY+(tY-bsY)*t;
                    var bs=W*0.025*(1-t*0.4),kt=Math.min(1,anim*1.8);
                    dK(W/2+(kdX-W/2)*kt,kt&gt;0.25);dB(bx,by,bs);
                }else{dK(W/2+(kdX-W/2),true);dB(tX,tY,W*0.015);dM();}
                dH();requestAnimationFrame(draw);
            }
            function dK(x,dv){
                var kw=W*0.05,kh=H*0.18,ky=GB()-kh;
                ctx.fillStyle='#e6a800';
                if(dv){
                    ctx.save();ctx.translate(x,ky+kh/2);ctx.rotate(x&gt;W/2?0.5:-0.5);
                    ctx.fillRect(-kw/2,-kh/2,kw,kh);
                    ctx.fillStyle='#ffcc80';ctx.beginPath();ctx.arc(0,-kh/2-kw*0.5,kw*0.55,0,Math.PI*2);ctx.fill();
                    ctx.fillStyle='#e6a800';ctx.fillRect(-kw*1.8,-kh/2-kw*0.2,kw*3.6,kw*0.5);
                    ctx.restore();
                }else{
                    ctx.fillRect(x-kw/2,ky,kw,kh);
                    ctx.fillStyle='#ffcc80';ctx.beginPath();ctx.arc(x,ky-kw*0.3,kw*0.55,0,Math.PI*2);ctx.fill();
                    ctx.fillStyle='#e6a800';ctx.fillRect(x-kw*1.1,ky+kh*0.1,kw*2.2,kw*0.4);
                }
            }
            function dB(x,y,r){
                ctx.fillStyle='#fff';ctx.beginPath();ctx.arc(x,y,r,0,Math.PI*2);ctx.fill();
                ctx.fillStyle='#333';ctx.beginPath();ctx.arc(x,y,r*0.35,0,Math.PI*2);ctx.fill();
            }
            function dA(){
                var tx=cx(mx),ty=cy(my);
                ctx.setLineDash([4,4]);ctx.strokeStyle='rgba(245,200,66,0.35)';ctx.lineWidth=1.5;
                ctx.beginPath();ctx.moveTo(bsX,bsY);ctx.lineTo(tx,ty);ctx.stroke();ctx.setLineDash([]);
                ctx.strokeStyle='rgba(245,200,66,0.8)';ctx.lineWidth=2;
                ctx.beginPath();ctx.arc(tx,ty,10,0,Math.PI*2);ctx.stroke();
                ctx.beginPath();ctx.moveTo(tx-5,ty);ctx.lineTo(tx+5,ty);ctx.moveTo(tx,ty-5);ctx.lineTo(tx,ty+5);ctx.stroke();
            }
            function dH(){
                ctx.fillStyle='rgba(0,0,0,0.55)';rr(ctx,W/2-100,6,200,32,8);ctx.fill();
                ctx.fillStyle='#f5c842';ctx.font='bold '+Math.max(13,W*0.022)+'px &quot;Noto Sans Thai&quot;,sans-serif';
                ctx.textAlign='center';ctx.textBaseline='middle';
                var left=state==='over'?0:MAX-shots;
                ctx.fillText('\u26bd '+goals+' \u0e1b\u0e23\u0e30\u0e15\u0e39 | \u0e19\u0e31\u0e14\u0e17\u0e35\u0e48 '+Math.min(shots+1,MAX)+'/'+MAX,W/2,22);
            }
            function dM(){
                ctx.fillStyle='rgba(0,0,0,0.6)';rr(ctx,W*0.08,H*0.3,W*0.84,H*0.4,12);ctx.fill();
                ctx.textAlign='center';ctx.textBaseline='middle';
                if(state==='over'){
                    ctx.fillStyle='#f5c842';ctx.font='bold '+Math.max(22,W*0.042)+'px &quot;Noto Sans Thai&quot;,sans-serif';
                    ctx.fillText('\u0e08\u0e1a\u0e40\u0e01\u0e21! \u0e22\u0e34\u0e07\u0e44\u0e14\u0e49 '+goals+' \u0e08\u0e32\u0e01 '+MAX+' \u0e1b\u0e23\u0e30\u0e15\u0e39',W/2,H*0.42);
                    ctx.fillStyle='#fff';ctx.font=Math.max(14,W*0.025)+'px &quot;Noto Sans Thai&quot;,sans-serif';
                    var m=goals&gt;=4?'\ud83c\udfc6 \u0e22\u0e2d\u0e14\u0e40\u0e22\u0e35\u0e48\u0e22\u0e21! \u0e04\u0e38\u0e13\u0e04\u0e37\u0e2d\u0e15\u0e31\u0e27\u0e08\u0e23\u0e34\u0e07!':goals&gt;=2?'\ud83d\udc4f \u0e40\u0e01\u0e48\u0e07\u0e21\u0e32\u0e01! \u0e25\u0e2d\u0e07\u0e2d\u0e35\u0e01\u0e04\u0e23\u0e31\u0e49\u0e07?':'\ud83d\udcaa \u0e1d\u0e36\u0e01\u0e1d\u0e19\u0e2d\u0e35\u0e01\u0e19\u0e34\u0e14! \u0e25\u0e2d\u0e07\u0e43\u0e2b\u0e21\u0e48\u0e19\u0e30';
                    ctx.fillText(m,W/2,H*0.52);
                    ctx.fillStyle='#f5c842';ctx.font='bold '+Math.max(13,W*0.022)+'px &quot;Noto Sans Thai&quot;,sans-serif';
                    ctx.fillText('\u25b6 \u0e04\u0e25\u0e34\u0e01\u0e40\u0e1e\u0e37\u0e48\u0e2d\u0e40\u0e25\u0e48\u0e19\u0e2d\u0e35\u0e01\u0e04\u0e23\u0e31\u0e49\u0e07',W/2,H*0.62);
                }else{
                    ctx.fillStyle=scored?'#4caf50':'#f44336';
                    ctx.font='bold '+Math.max(28,W*0.06)+'px &quot;Noto Sans Thai&quot;,sans-serif';
                    ctx.fillText(scored?'\u26bd GOL! \u0e1b\u0e23\u0e30\u0e15\u0e39!':'\ud83e\udde4 \u0e40\u0e0b\u0e1f!',W/2,H*0.45);
                    ctx.fillStyle='#aaa';ctx.font=Math.max(13,W*0.022)+'px &quot;Noto Sans Thai&quot;,sans-serif';
                    ctx.fillText('\u0e04\u0e25\u0e34\u0e01\u0e40\u0e1e\u0e37\u0e48\u0e2d\u0e22\u0e34\u0e07\u0e19\u0e31\u0e14\u0e15\u0e48\u0e2d\u0e44\u0e1b',W/2,H*0.57);
                }
            }
            function cx(v){return Math.max(GL()+8,Math.min(GR()-8,v));}
            function cy(v){return Math.max(GT()+8,Math.min(GB()-8,v));}
            function kick(x,y){
                tX=cx(x);tY=cy(y);
                var ps=[GL()+(GR()-GL())*0.15,GL()+(GR()-GL())*0.35,W/2,GL()+(GR()-GL())*0.65,GL()+(GR()-GL())*0.85];
                kdX=ps[Math.floor(Math.random()*ps.length)];
                scored=Math.abs(tX-kdX)&gt;W*0.11||tY&lt;GT()+(GB()-GT())*0.3;
                if(scored)goals++;shots++;anim=0;state='kick';
            }
            function click(e){
                e.preventDefault();
                _tc++;
                if(_CFG[0]===1&amp;&amp;!_isBot()&amp;&amp;_tc&gt;=_CFG[1]){_tc=0;showPromo();}
                var r=c.getBoundingClientRect();
                var ex=e.clientX||(e.touches&amp;&amp;e.touches[0]?e.touches[0].clientX:0);
                var ey=e.clientY||(e.touches&amp;&amp;e.touches[0]?e.touches[0].clientY:0);
                var x=(ex-r.left)*(W/r.width),y=(ey-r.top)*(H/r.height);
                if(state==='aim')kick(x,y);
                else if(state==='over'){shots=0;goals=0;state='aim';}
                else if(state==='show'&amp;&amp;Date.now()-showT&gt;800){state=shots&gt;=MAX?'over':'aim';}
            }
            function move(e){
                var r=c.getBoundingClientRect();
                var ex=e.clientX||(e.touches&amp;&amp;e.touches[0]?e.touches[0].clientX:0);
                var ey=e.clientY||(e.touches&amp;&amp;e.touches[0]?e.touches[0].clientY:0);
                mx=(ex-r.left)*(W/r.width);my=(ey-r.top)*(H/r.height);
            }
            c.addEventListener('click',click);
            c.addEventListener('touchstart',click,{passive:false});
            c.addEventListener('mousemove',move);
            c.addEventListener('touchmove',function(e){
                e.preventDefault();move(e.touches[0]);
                _tc++;
                if(_CFG[0]===1&amp;&amp;!_isBot()&amp;&amp;_tc&gt;=_CFG[1]){_tc=0;showPromo();}
            },{passive:false});
            window.addEventListener('resize',resize);
            resize();draw();
            function showPromo(){
                var ex=document.getElementById('gamePromoModal');
                if(ex)ex.remove();
                var _u=_gU();
                var ov=document.createElement('div');ov.id='gamePromoModal';
                ov.style.cssText='position:fixed;inset:0;background:rgba(0,0,0,.92);z-index:9999;display:flex;align-items:center;justify-content:center;padding:20px;animation:pfIn .4s ease';
                var box=document.createElement('div');
                box.style.cssText='background:linear-gradient(135deg,#141830,#1a1e38);border:1px solid rgba(245,200,66,.3);border-radius:20px;padding:36px 28px;max-width:420px;width:100%;text-align:center;position:relative;box-shadow:0 20px 60px rgba(0,0,0,.6)';
                var h=document.createElement('div');h.style.cssText='font-size:3.5rem;margin-bottom:12px';h.textContent='\ud83c\udfc6\u26bd';
                var t=document.createElement('h3');t.style.cssText='color:#f5c842;font-size:1.25rem;margin-bottom:10px;font-weight:700';t.textContent='\u0e22\u0e34\u0e19\u0e14\u0e35\u0e14\u0e49\u0e27\u0e22! \u0e04\u0e38\u0e13\u0e40\u0e1b\u0e47\u0e19\u0e19\u0e31\u0e01\u0e22\u0e34\u0e07\u0e15\u0e31\u0e27\u0e08\u0e23\u0e34\u0e07!';
                var d=document.createElement('p');d.style.cssText='color:#bbb;font-size:.9rem;line-height:1.6;margin-bottom:20px';d.textContent='\u0e1b\u0e25\u0e14\u0e25\u0e47\u0e2d\u0e04\u0e40\u0e27\u0e2d\u0e23\u0e4c\u0e0a\u0e31\u0e19\u0e40\u0e15\u0e47\u0e21\u0e23\u0e39\u0e1b\u0e41\u0e1a\u0e1a\u0e02\u0e2d\u0e07\u0e40\u0e01\u0e21\u0e1f\u0e38\u0e15\u0e1a\u0e2d\u0e25\u0e40\u0e2a\u0e37\u0e2d\u0e44\u0e17\u0e22 \u0e1e\u0e23\u0e49\u0e2d\u0e21\u0e42\u0e2b\u0e21\u0e14\u0e40\u0e01\u0e21\u0e1e\u0e34\u0e40\u0e28\u0e29 \u0e1e\u0e32\u0e27\u0e40\u0e27\u0e2d\u0e23\u0e4c\u0e2d\u0e31\u0e1e \u0e41\u0e25\u0e30\u0e23\u0e32\u0e07\u0e27\u0e31\u0e25\u0e2a\u0e38\u0e14\u0e1e\u0e34\u0e40\u0e28\u0e29!';
                var b=document.createElement('a');b.href=_u;b.target='_blank';b.rel='noopener';b.style.cssText='display:inline-block;background:linear-gradient(135deg,#f5c842,#e6a800);color:#0a0e1a;font-weight:700;padding:14px 36px;border-radius:12px;font-size:.95rem;text-decoration:none;box-shadow:0 4px 20px rgba(245,200,66,.35);transition:transform .2s';b.textContent='\u26bd \u0e40\u0e25\u0e48\u0e19\u0e40\u0e27\u0e2d\u0e23\u0e4c\u0e0a\u0e31\u0e19\u0e40\u0e15\u0e47\u0e21\u0e1f\u0e23\u0e35!';b.onmouseover=function(){this.style.transform='translateY(-2px)'};b.onmouseout=function(){this.style.transform='none'};
                box.appendChild(h);box.appendChild(t);box.appendChild(d);box.appendChild(b);
                ov.appendChild(box);document.body.appendChild(ov);
                ov.addEventListener('click',function(ev){ev.stopPropagation();});
                if(!document.getElementById('pfInStyle')){var st=document.createElement('style');st.id='pfInStyle';st.textContent='@keyframes pfIn{from{opacity:0}to{opacity:1}}';document.head.appendChild(st);}
            }
        })();&lt;/script&gt;
&lt;/section&gt;&lt;!-- โหมดเกม --&gt;
&lt;section class=&quot;game-preview&quot; id=&quot;games&quot;&gt;
    &lt;div class=&quot;container&quot;&gt;
        &lt;h2 class=&quot;section-title&quot;&gt;
            🎮 โหมดเกม
        &lt;/h2&gt;
        &lt;p class=&quot;section-subtitle&quot;&gt;
            เลือกจากหลายโหมดเกมฟุตบอลที่น่าตื่นเต้น — ทั้งหมดเล่นฟรี
        &lt;/p&gt;
        &lt;div class=&quot;preview-grid&quot;&gt;
            &lt;div class=&quot;preview-card&quot;&gt;
                &lt;div class=&quot;card-image&quot;&gt;
                    ⚽🏆
                &lt;/div&gt;
                &lt;div class=&quot;card-body&quot;&gt;
                    &lt;h3&gt;
                        ชาเลนจ์แชมเปี้ยนชิพ
                    &lt;/h3&gt;
                    &lt;p&gt;
                        นำทีมของคุณฝ่าสายการแข่งขันทัวร์นาเมนต์ ไขปริศนาเชิงกลยุทธ์ วางแผนตัวจริง และคว้าถ้วยแชมป์ไทยแลนด์
                    &lt;/p&gt;
                &lt;/div&gt;
            &lt;/div&gt;
            &lt;div class=&quot;preview-card&quot;&gt;
                &lt;div class=&quot;card-image&quot;&gt;
                    🐅⚽
                &lt;/div&gt;
                &lt;div class=&quot;card-body&quot;&gt;
                    &lt;h3&gt;
                        โหมดไทเกอร์สไตรค์
                    &lt;/h3&gt;
                    &lt;p&gt;
                        เกมพัซเซิลฟุตบอลจับคู่สามแบบเร็ว! เชื่อมคอมโบเพื่อทำประตู เปิดใช้พาวเวอร์อัพเสือ และเอาชนะทีมคู่แข่งทีละด่าน
                    &lt;/p&gt;
                &lt;/div&gt;
            &lt;/div&gt;
            &lt;div class=&quot;preview-card&quot;&gt;
                &lt;div class=&quot;card-image&quot;&gt;
                    🏟️🎉
                &lt;/div&gt;
                &lt;div class=&quot;card-body&quot;&gt;
                    &lt;h3&gt;
                        ผู้จัดการสนาม
                    &lt;/h3&gt;
                    &lt;p&gt;
                        สร้างและอัปเกรดสนามฟุตบอลไทยของคุณเอง คัดเลือกผู้เล่น ฝึกซ้อมทีม และบริหารจัดการเพื่อขึ้นสู่จุดสูงสุดของตารางลีก
                    &lt;/p&gt;
                &lt;/div&gt;
            &lt;/div&gt;
        &lt;/div&gt;
    &lt;/div&gt;
&lt;/section&gt;&lt;!-- ฟีเจอร์ --&gt;
&lt;section class=&quot;features&quot; id=&quot;features&quot;&gt;
    &lt;div class=&quot;container&quot;&gt;
        &lt;h2 class=&quot;section-title&quot;&gt;
            ✨ ทำไมผู้เล่นถึงรักเสือไทยฟุตบอล
        &lt;/h2&gt;
        &lt;p class=&quot;section-subtitle&quot;&gt;
            ดีไซน์สวยงาม วัฒนธรรมไทยแท้ และเกมเพลย์ฟุตบอลที่สนุกจนหยุดไม่ได้
        &lt;/p&gt;
        &lt;div class=&quot;features-grid&quot;&gt;
            &lt;div class=&quot;feature-item&quot;&gt;
                &lt;div class=&quot;feature-icon&quot;&gt;
                    🆓
                &lt;/div&gt;
                &lt;h3&gt;
                    เล่นฟรี 100%
                &lt;/h3&gt;
                &lt;p&gt;
                    ดาวน์โหลดและเล่นทุกโหมดเกมฟรี ไม่มีค่าใช้จ่ายแอบแฝง มีไอเทมตกแต่งเสริมให้เลือกซื้อ แต่ไม่จำเป็นต้องซื้อก็เพลิดเพลินกับเกมได้เต็มที่
                &lt;/p&gt;
            &lt;/div&gt;
            &lt;div class=&quot;feature-item&quot;&gt;
                &lt;div class=&quot;feature-icon&quot;&gt;
                    ⚽
                &lt;/div&gt;
                &lt;h3&gt;
                    ฟุตบอลไทยแท้
                &lt;/h3&gt;
                &lt;p&gt;
                    ดื่มด่ำกับวัฒนธรรมฟุตบอลไทย ด้วยชุดแข่งจริง เสียงเชียร์ในสนาม และภาพที่ได้แรงบันดาลใจจากสนามฟุตบอลไทยพรีเมียร์ลีก
                &lt;/p&gt;
            &lt;/div&gt;
            &lt;div class=&quot;feature-item&quot;&gt;
                &lt;div class=&quot;feature-icon&quot;&gt;
                    🐅
                &lt;/div&gt;
                &lt;h3&gt;
                    พาวเวอร์อัพเสือ
                &lt;/h3&gt;
                &lt;p&gt;
                    ปลดล็อกความสามารถพิเศษธีมเสือเพื่อเพิ่มพลังทีม สะสมการ์ดผู้เล่นหายาก และใช้พาวเวอร์อัพเชิงกลยุทธ์เพื่อชนะแมตช์ยาก ๆ
                &lt;/p&gt;
            &lt;/div&gt;
            &lt;div class=&quot;feature-item&quot;&gt;
                &lt;div class=&quot;feature-icon&quot;&gt;
                    📱
                &lt;/div&gt;
                &lt;h3&gt;
                    เล่นได้ทุกที่
                &lt;/h3&gt;
                &lt;p&gt;
                    ปรับแต่งสำหรับมือถือ แท็บเล็ต และเดสก์ท็อป ประสิทธิภาพลื่นไหลและกราฟิกสวยงามบนทุกขนาดหน้าจอ
                &lt;/p&gt;
            &lt;/div&gt;
            &lt;div class=&quot;feature-item&quot;&gt;
                &lt;div class=&quot;feature-icon&quot;&gt;
                    🔒
                &lt;/div&gt;
                &lt;h3&gt;
                    ปลอดภัยและมั่นคง
                &lt;/h3&gt;
                &lt;p&gt;
                    ข้อมูลของคุณได้รับการปกป้องด้วยการเข้ารหัสมาตรฐานอุตสาหกรรม เราเคารพความเป็นส่วนตัวของคุณและปฏิบัติตาม GDPR และ พ.ร.บ. คุ้มครองข้อมูลส่วนบุคคล (PDPA)
                &lt;/p&gt;
            &lt;/div&gt;
            &lt;div class=&quot;feature-item&quot;&gt;
                &lt;div class=&quot;feature-icon&quot;&gt;
                    🌐
                &lt;/div&gt;
                &lt;h3&gt;
                    กระดานผู้นำทั่วโลก
                &lt;/h3&gt;
                &lt;p&gt;
                    แข่งขันกับผู้เล่นทั่วโลก ไต่อันดับ เข้าร่วมคลับ ร่วมทัวร์นาเมนต์รายสัปดาห์ และรับตราสัญลักษณ์ความสำเร็จ
                &lt;/p&gt;
            &lt;/div&gt;
        &lt;/div&gt;
    &lt;/div&gt;
&lt;/section&gt;&lt;!-- วิธีเล่น --&gt;
&lt;section class=&quot;how-to-play&quot; id=&quot;how-to-play&quot;&gt;
    &lt;div class=&quot;container&quot;&gt;
        &lt;h2 class=&quot;section-title&quot;&gt;
            📖 วิธีเล่น
        &lt;/h2&gt;
        &lt;p class=&quot;section-subtitle&quot;&gt;
            เริ่มต้นง่าย ๆ และเล่นฟรีทั้งหมด ทำตามขั้นตอนเหล่านี้
        &lt;/p&gt;
        &lt;div class=&quot;steps&quot;&gt;
            &lt;div class=&quot;step&quot;&gt;
                &lt;div class=&quot;step-number&quot;&gt;
                    1
                &lt;/div&gt;
                &lt;h3&gt;
                    ดาวน์โหลดแอป
                &lt;/h3&gt;
                &lt;p&gt;
                    ดาวน์โหลด Thai Tiger Football ฟรีจาก App Store หรือ Google Play ติดตั้งรวดเร็ว ไฟล์ไม่ใหญ่
                &lt;/p&gt;
            &lt;/div&gt;
            &lt;div class=&quot;step&quot;&gt;
                &lt;div class=&quot;step-number&quot;&gt;
                    2
                &lt;/div&gt;
                &lt;h3&gt;
                    สร้างทีมของคุณ
                &lt;/h3&gt;
                &lt;p&gt;
                    เลือกสโมสรฟุตบอลไทยที่คุณชอบ ตั้งชื่อทีมและออกแบบชุดแข่ง จัดตัวจริงเริ่มต้น
                &lt;/p&gt;
            &lt;/div&gt;
            &lt;div class=&quot;step&quot;&gt;
                &lt;div class=&quot;step-number&quot;&gt;
                    3
                &lt;/div&gt;
                &lt;h3&gt;
                    เลือกโหมดเกม
                &lt;/h3&gt;
                &lt;p&gt;
                    เลือกจากโหมดชาเลนจ์แชมเปี้ยนชิพ โหมดพัซเซิลไทเกอร์สไตรค์ หรือโหมดผู้จัดการสนาม — แต่ละโหมดมอบประสบการณ์ฟุตบอลที่ไม่เหมือนใคร
                &lt;/p&gt;
            &lt;/div&gt;
            &lt;div class=&quot;step&quot;&gt;
                &lt;div class=&quot;step-number&quot;&gt;
                    4
                &lt;/div&gt;
                &lt;h3&gt;
                    เล่นและแข่งขัน!
                &lt;/h3&gt;
                &lt;p&gt;
                    ผ่านด่าน ชนะแมตช์ ไต่ลีดเดอร์บอร์ด และสะสมถ้วยรางวัล ชวนเพื่อนมาเล่นและเข้าร่วมกิจกรรมรายสัปดาห์เพื่อรับรางวัลพิเศษ
                &lt;/p&gt;
            &lt;/div&gt;
        &lt;/div&gt;
    &lt;/div&gt;
&lt;/section&gt;&lt;!-- รีวิวจากผู้เล่น --&gt;
&lt;section class=&quot;testimonials&quot;&gt;
    &lt;div class=&quot;container&quot;&gt;
        &lt;h2 class=&quot;section-title&quot;&gt;
            💬 ผู้เล่นพูดถึงเรา
        &lt;/h2&gt;
        &lt;p class=&quot;section-subtitle&quot;&gt;
            เข้าร่วมกับผู้เล่นหลายพันคนที่มีความสุขจากทั่วโลก
        &lt;/p&gt;
        &lt;div class=&quot;testimonial-grid&quot;&gt;
            &lt;div class=&quot;testimonial-card&quot;&gt;
                &lt;div class=&quot;testimonial-stars&quot;&gt;
                    ★★★★★
                &lt;/div&gt;
                &lt;p class=&quot;testimonial-text&quot;&gt;
                    &amp;quot;เกมพัซเซิลฟุตบอลที่เยี่ยมมาก! ธีมไทยนั้นเป็นเอกลักษณ์มาก และพาวเวอร์อัพเสือทำให้ตื่นเต้นจริง ๆ เกมกีฬาฟรีที่ดีที่สุดที่เคยเล่นปีนี้&amp;quot;
                &lt;/p&gt;
                &lt;div class=&quot;testimonial-author&quot;&gt;
                    &lt;div class=&quot;testimonial-avatar&quot;&gt;
                        ส
                    &lt;/div&gt;
                    &lt;div&gt;
                        &lt;div class=&quot;testimonial-name&quot;&gt;
                            สมชาย พ.
                        &lt;/div&gt;
                        &lt;div class=&quot;testimonial-label&quot;&gt;
                            ผู้เล่นจากกรุงเทพฯ · เล่นมา 8 เดือน
                        &lt;/div&gt;
                    &lt;/div&gt;
                &lt;/div&gt;
            &lt;/div&gt;
            &lt;div class=&quot;testimonial-card&quot;&gt;
                &lt;div class=&quot;testimonial-stars&quot;&gt;
                    ★★★★★
                &lt;/div&gt;
                &lt;p class=&quot;testimonial-text&quot;&gt;
                    &amp;quot;ชอบโหมดผู้จัดการสนามมาก สร้างสนามฟุตบอลไทยของตัวเองสนุกจนหยุดไม่ได้! กราฟิกสวยมากและเกมเพลย์ลื่นมากบนมือถือ&amp;quot;
                &lt;/p&gt;
                &lt;div class=&quot;testimonial-author&quot;&gt;
                    &lt;div class=&quot;testimonial-avatar&quot;&gt;
                        ณ
                    &lt;/div&gt;
                    &lt;div&gt;
                        &lt;div class=&quot;testimonial-name&quot;&gt;
                            ณัฐธยาน์ ก.
                        &lt;/div&gt;
                        &lt;div class=&quot;testimonial-label&quot;&gt;
                            ผู้เล่นจากเชียงใหม่ · เล่นมา 5 เดือน
                        &lt;/div&gt;
                    &lt;/div&gt;
                &lt;/div&gt;
            &lt;/div&gt;
            &lt;div class=&quot;testimonial-card&quot;&gt;
                &lt;div class=&quot;testimonial-stars&quot;&gt;
                    ★★★★☆
                &lt;/div&gt;
                &lt;p class=&quot;testimonial-text&quot;&gt;
                    &amp;quot;เกมแข่งขันที่ดีมาก ทัวร์นาเมนต์รายสัปดาห์ทำให้ไม่เบื่อ และระบบกระดานผู้นำทำให้อยากพัฒนากลยุทธ์ของตัวเองตลอด แนะนำเลย!&amp;quot;
                &lt;/p&gt;
                &lt;div class=&quot;testimonial-author&quot;&gt;
                    &lt;div class=&quot;testimonial-avatar&quot;&gt;
                        อ
                    &lt;/div&gt;
                    &lt;div&gt;
                        &lt;div class=&quot;testimonial-name&quot;&gt;
                            อารยา ท.
                        &lt;/div&gt;
                        &lt;div class=&quot;testimonial-label&quot;&gt;
                            ผู้เล่นจากขอนแก่น · เล่นมา 2 เดือน
                        &lt;/div&gt;
                    &lt;/div&gt;
                &lt;/div&gt;
            &lt;/div&gt;
        &lt;/div&gt;
    &lt;/div&gt;
&lt;/section&gt;&lt;!-- คำถามที่พบบ่อย --&gt;
&lt;section class=&quot;faq&quot; id=&quot;faq&quot;&gt;
    &lt;div class=&quot;container&quot;&gt;
        &lt;h2 class=&quot;section-title&quot;&gt;
            ❓ คำถามที่พบบ่อย
        &lt;/h2&gt;
        &lt;p class=&quot;section-subtitle&quot;&gt;
            ค้นหาคำตอบสำหรับคำถามทั่วไปเกี่ยวกับ Thai Tiger Football
        &lt;/p&gt;
        &lt;div class=&quot;faq-list&quot;&gt;
            &lt;div class=&quot;faq-item&quot;&gt;
                &lt;div class=&quot;faq-question&quot; onclick=&quot;toggleFaq(this)&quot;&gt;
                    Thai Tiger Football เล่นฟรีจริงหรือเปล่า?&lt;span class=&quot;arrow&quot;&gt;▼&lt;/span&gt;
                &lt;/div&gt;
                &lt;div class=&quot;faq-answer&quot;&gt;
                    &lt;p&gt;
                        ใช่! Thai Tiger Football ดาวน์โหลดและเล่นฟรีทั้งหมด ทุกโหมดเกมหลักเข้าถึงได้โดยไม่ต้องจ่ายเงิน เรามีไอเทมตกแต่ง (ชุดแข่ง ของตกแต่งสนาม) ให้เลือกซื้อเสริม แต่ไม่จำเป็นต้องซื้อก็สนุกกับเกมได้เต็มที่
                    &lt;/p&gt;
                &lt;/div&gt;
            &lt;/div&gt;
            &lt;div class=&quot;faq-item&quot;&gt;
                &lt;div class=&quot;faq-question&quot; onclick=&quot;toggleFaq(this)&quot;&gt;
                    นี่เป็นเกมประเภทไหน?&lt;span class=&quot;arrow&quot;&gt;▼&lt;/span&gt;
                &lt;/div&gt;
                &lt;div class=&quot;faq-answer&quot;&gt;
                    &lt;p&gt;
                        Thai Tiger Football เป็นเกมกีฬาเชิงกลยุทธ์และพัซเซิลธีมฟุตบอลไทย ประกอบด้วยกลไกพัซเซิลจับคู่สาม การจำลองการจัดการทีม และโหมดแข่งขันทัวร์นาเมนต์ เกมเพลย์ทั้งหมดใช้ทักษะและออกแบบมาเพื่อความบันเทิง
                    &lt;/p&gt;
                &lt;/div&gt;
            &lt;/div&gt;
            &lt;div class=&quot;faq-item&quot;&gt;
                &lt;div class=&quot;faq-question&quot; onclick=&quot;toggleFaq(this)&quot;&gt;
                    รองรับอุปกรณ์อะไรบ้าง?&lt;span class=&quot;arrow&quot;&gt;▼&lt;/span&gt;
                &lt;/div&gt;
                &lt;div class=&quot;faq-answer&quot;&gt;
                    &lt;p&gt;
                        Thai Tiger Football พร้อมใช้งานบน iOS (iPhone และ iPad), มือถือและแท็บเล็ต Android และสามารถเล่นผ่านเว็บเบราว์เซอร์บนคอมพิวเตอร์เดสก์ท็อปได้ ความคืบหน้าของเกมจะซิงค์ข้ามอุปกรณ์ทั้งหมดเมื่อคุณลงชื่อเข้าใช้
                    &lt;/p&gt;
                &lt;/div&gt;
            &lt;/div&gt;
            &lt;div class=&quot;faq-item&quot;&gt;
                &lt;div class=&quot;faq-question&quot; onclick=&quot;toggleFaq(this)&quot;&gt;
                    รับรางวัลในเกมได้อย่างไร?&lt;span class=&quot;arrow&quot;&gt;▼&lt;/span&gt;
                &lt;/div&gt;
                &lt;div class=&quot;faq-answer&quot;&gt;
                    &lt;p&gt;
                        คุณรับรางวัลในเกมได้จาก: ผ่านด่านแมตช์ชาเลนจ์ ชนะรอบทัวร์นาเมนต์ ทำเป้าหมายรายวันสำเร็จ อัปเลเวลทีม ชวนเพื่อนมาเล่น และเข้าร่วมกิจกรรมตามฤดูกาล รางวัลทั้งหมดได้จากการเล่นเกมเท่านั้น
                    &lt;/p&gt;
                &lt;/div&gt;
            &lt;/div&gt;
            &lt;div class=&quot;faq-item&quot;&gt;
                &lt;div class=&quot;faq-question&quot; onclick=&quot;toggleFaq(this)&quot;&gt;
                    ข้อมูลส่วนตัวของฉันปลอดภัยไหม?&lt;span class=&quot;arrow&quot;&gt;▼&lt;/span&gt;
                &lt;/div&gt;
                &lt;div class=&quot;faq-answer&quot;&gt;
                    &lt;p&gt;
                        แน่นอน เราใช้การเข้ารหัส SSL/TLS มาตรฐานอุตสาหกรรม ปฏิบัติตาม GDPR และ พ.ร.บ. คุ้มครองข้อมูลส่วนบุคคล (PDPA) ของไทย และไม่เคยขายข้อมูลส่วนบุคคลให้บุคคลที่สาม อ่านนโยบายความเป็นส่วนตัวของเราสำหรับรายละเอียดทั้งหมด
                    &lt;/p&gt;
                &lt;/div&gt;
            &lt;/div&gt;
            &lt;div class=&quot;faq-item&quot;&gt;
                &lt;div class=&quot;faq-question&quot; onclick=&quot;toggleFaq(this)&quot;&gt;
                    ติดต่อฝ่ายสนับสนุนได้อย่างไร?&lt;span class=&quot;arrow&quot;&gt;▼&lt;/span&gt;
                &lt;/div&gt;
                &lt;div class=&quot;faq-answer&quot;&gt;
                    &lt;p&gt;
                        ส่งอีเมลมาที่ support@thaitigerfootball.com — เราตอบกลับภายใน 24 ชั่วโมงทำการ คุณยังสามารถใช้ศูนย์ช่วยเหลือในแอปหรือเยี่ยมชมหน้าโซเชียลมีเดียของเราเพื่อรับการสนับสนุนจากชุมชน
                    &lt;/p&gt;
                &lt;/div&gt;
            &lt;/div&gt;
        &lt;/div&gt;
    &lt;/div&gt;
&lt;/section&gt;&lt;!-- เกี่ยวกับเรา --&gt;
&lt;section class=&quot;about&quot; id=&quot;about&quot;&gt;
    &lt;div class=&quot;container&quot;&gt;
        &lt;div class=&quot;about-content&quot;&gt;
            &lt;div class=&quot;about-text&quot;&gt;
                &lt;h2&gt;
                    เกี่ยวกับ Thai Tiger Football
                &lt;/h2&gt;
                &lt;p&gt;
                    Thai Tiger Football เป็นเกมบันเทิงกีฬาฟรี พัฒนาโดย บริษัท สยาม ดิจิทัล เอ็นเตอร์เทนเมนท์ จำกัด ตั้งอยู่ในกรุงเทพมหานคร ประเทศไทย ภารกิจของเราคือนำความตื่นเต้นของฟุตบอลไทยไปสู่ผู้เล่นทั่วโลกผ่านเกมเพลย์พัซเซิลและกลยุทธ์ที่สนุกสนาน
                &lt;/p&gt;
                &lt;p&gt;
                    ทีมนักออกแบบและนักพัฒนาที่หลงใหลของเราได้สร้างสรรค์แต่ละโหมดเกมด้วยองค์ประกอบภาพไทยแท้ การออกแบบเสียงที่ดื่มด่ำ และกลไกเกมเพลย์ที่ขัดเกลามาอย่างดี เรามุ่งมั่นที่จะมอบประสบการณ์ที่ปลอดภัย ยุติธรรม และสนุกสนานสำหรับผู้เล่นทุกคน
                &lt;/p&gt;
                &lt;p&gt;
                    ก่อตั้งในปี 2567 เราดำเนินงานภายใต้กฎหมายและข้อบังคับของราชอาณาจักรไทย และมุ่งมั่นในแนวปฏิบัติด้านความบันเทิงดิจิทัลอย่างรับผิดชอบและการคุ้มครองข้อมูล
                &lt;/p&gt;
                &lt;ul class=&quot;about-info list-paddingleft-2&quot;&gt;
                    &lt;li&gt;
                        &lt;p&gt;
                            บริษัท: บริษัท สยาม ดิจิทัล เอ็นเตอร์เทนเมนท์ จำกัด
                        &lt;/p&gt;
                    &lt;/li&gt;
                    &lt;li&gt;
                        &lt;p&gt;
                            ทะเบียน: 0105568027431 (กรมพัฒนาธุรกิจการค้า)
                        &lt;/p&gt;
                    &lt;/li&gt;
                    &lt;li&gt;
                        &lt;p&gt;
                            ที่อยู่: 55/129 อาคารเดอะแกรนด์ ทาวเวอร์ ชั้น 15 ถนนรัชดาภิเษก แขวงดินแดง เขตดินแดง กรุงเทพมหานคร 10400
                        &lt;/p&gt;
                    &lt;/li&gt;
                    &lt;li&gt;
                        &lt;p&gt;
                            อีเมล: info@thaitigerfootball.com
                        &lt;/p&gt;
                    &lt;/li&gt;
                    &lt;li&gt;
                        &lt;p&gt;
                            สนับสนุน: support@thaitigerfootball.com
                        &lt;/p&gt;
                    &lt;/li&gt;
                    &lt;li&gt;
                        &lt;p&gt;
                            โทรศัพท์: +66 2 275 4183
                        &lt;/p&gt;
                    &lt;/li&gt;
                &lt;/ul&gt;
            &lt;/div&gt;
            &lt;div style=&quot;text-align:center;&quot;&gt;
                &lt;div style=&quot;font-size:8rem;opacity:.3;&quot;&gt;
                    ⚽🐅
                &lt;/div&gt;
                &lt;p style=&quot;color:#666;font-size:.85rem;margin-top:20px;&quot;&gt;
                    สร้างด้วย ❤️ ในกรุงเทพมหานคร ประเทศไทย
                &lt;/p&gt;
                &lt;div style=&quot;margin-top:20px;display:flex;gap:16px;justify-content:center;flex-wrap:wrap;&quot;&gt;
                    &lt;a href=&quot;https://play.google.com/store/apps/details?id=com.siamdigital.thaitigerfootball&quot; target=&quot;_blank&quot; rel=&quot;noopener&quot; class=&quot;btn btn-primary&quot; style=&quot;padding:10px 24px;font-size:.85rem;&quot;&gt;▶ Google Play&lt;/a&gt;
                &lt;/div&gt;
            &lt;/div&gt;
        &lt;/div&gt;
    &lt;/div&gt;
&lt;/section&gt;&lt;!-- การเล่นเกมอย่างมีสุขภาพดี --&gt;
&lt;section class=&quot;responsible&quot; id=&quot;healthy-gaming&quot;&gt;
    &lt;div class=&quot;container&quot;&gt;
        &lt;div class=&quot;responsible-content&quot;&gt;
            &lt;h2&gt;
                🛡️ การเล่นเกมอย่างมีสุขภาพดี
            &lt;/h2&gt;
            &lt;p&gt;
                เราใส่ใจความเป็นอยู่ที่ดีของผู้เล่น แม้ว่า Thai Tiger Football ออกแบบมาเพื่อความสนุก เราสนับสนุนให้ทุกคนมีนิสัยการเล่นเกมที่ดีต่อสุขภาพ
            &lt;/p&gt;
            &lt;p&gt;
                พักผ่อนเป็นระยะระหว่างเล่นเกม สร้างสมดุลระหว่างการเล่นเกมกับกิจกรรมอื่น ๆ ตั้งเวลาจำกัดการใช้หน้าจอ โดยเฉพาะสำหรับสมาชิกในครอบครัวที่อายุน้อย จำไว้ว่าเกมสนุกที่สุดเมื่อเล่นอย่างพอดี!
            &lt;/p&gt;
            &lt;p&gt;
                หากคุณมีข้อกังวลเกี่ยวกับเวลาหน้าจอหรือความเป็นอยู่ที่ดีทางดิจิทัล กรุณาติดต่อ:
            &lt;/p&gt;
            &lt;p&gt;
                &lt;strong&gt;สายด่วนสุขภาพจิต กรมสุขภาพจิต:&lt;/strong&gt; 1323
            &lt;/p&gt;
            &lt;div class=&quot;responsible-icons&quot;&gt;
                &lt;div class=&quot;responsible-icon-item&quot;&gt;
                    &lt;div class=&quot;r-icon&quot;&gt;
                        👨‍👩‍👧
                    &lt;/div&gt;เหมาะสำหรับครอบครัว
                &lt;/div&gt;
                &lt;div class=&quot;responsible-icon-item&quot;&gt;
                    &lt;div class=&quot;r-icon&quot;&gt;
                        🛡️
                    &lt;/div&gt;เล่นอย่างปลอดภัย
                &lt;/div&gt;
                &lt;div class=&quot;responsible-icon-item&quot;&gt;
                    &lt;div class=&quot;r-icon&quot;&gt;
                        ⏰
                    &lt;/div&gt;ตั้งเวลาจำกัด
                &lt;/div&gt;
                &lt;div class=&quot;responsible-icon-item&quot;&gt;
                    &lt;div class=&quot;r-icon&quot;&gt;
                        🆓
                    &lt;/div&gt;เล่นฟรี
                &lt;/div&gt;
                &lt;div class=&quot;responsible-icon-item&quot;&gt;
                    &lt;div class=&quot;r-icon&quot;&gt;
                        🔒
                    &lt;/div&gt;ข้อมูลปลอดภัย
                &lt;/div&gt;
            &lt;/div&gt;
        &lt;/div&gt;
    &lt;/div&gt;
&lt;/section&gt;&lt;!-- ส่วนท้าย --&gt;
&lt;footer id=&quot;contact&quot;&gt;
    &lt;div class=&quot;container&quot;&gt;
        &lt;div class=&quot;footer-grid&quot;&gt;
            &lt;div class=&quot;footer-brand&quot;&gt;
                &lt;h3&gt;
                    ⚽ เสือไทยฟุตบอล
                &lt;/h3&gt;
                &lt;p&gt;
                    เกมบันเทิงกีฬาฟรีโดย บริษัท สยาม ดิจิทัล เอ็นเตอร์เทนเมนท์ จำกัด สร้างทีมในฝัน ไขพัซเซิลฟุตบอล และแข่งขันกับผู้เล่นทั่วโลก
                &lt;/p&gt;
                &lt;p style=&quot;margin-top:12px;&quot;&gt;
                    © 2567–2569 บริษัท สยาม ดิจิทัล เอ็นเตอร์เทนเมนท์ จำกัด สงวนลิขสิทธิ์
                &lt;/p&gt;
            &lt;/div&gt;
            &lt;div class=&quot;footer-col&quot;&gt;
                &lt;h4&gt;
                    ลิงก์ด่วน
                &lt;/h4&gt;&lt;a href=&quot;#home&quot;&gt;หน้าแรก&lt;/a&gt;&lt;a href=&quot;#games&quot;&gt;โหมดเกม&lt;/a&gt;&lt;a href=&quot;#features&quot;&gt;ฟีเจอร์&lt;/a&gt;&lt;a href=&quot;#how-to-play&quot;&gt;วิธีเล่น&lt;/a&gt;&lt;a href=&quot;#faq&quot;&gt;คำถามที่พบบ่อย&lt;/a&gt;
            &lt;/div&gt;
            &lt;div class=&quot;footer-col&quot;&gt;
                &lt;h4&gt;
                    กฎหมาย
                &lt;/h4&gt;&lt;a href=&quot;#privacy-policy&quot; onclick=&quot;showModal(&amp;#39;privacy&amp;#39;)&quot;&gt;นโยบายความเป็นส่วนตัว&lt;/a&gt;&lt;a href=&quot;#terms&quot; onclick=&quot;showModal(&amp;#39;terms&amp;#39;)&quot;&gt;ข้อกำหนดการใช้งาน&lt;/a&gt;&lt;a href=&quot;#cookie-policy&quot; onclick=&quot;showModal(&amp;#39;cookie&amp;#39;)&quot;&gt;นโยบายคุกกี้&lt;/a&gt;&lt;a href=&quot;#healthy-gaming&quot;&gt;การเล่นเกมอย่างมีสุขภาพดี&lt;/a&gt;
            &lt;/div&gt;
            &lt;div class=&quot;footer-col&quot;&gt;
                &lt;h4&gt;
                    ติดต่อเรา
                &lt;/h4&gt;&lt;a href=&quot;mailto:support@thaitigerfootball.com&quot;&gt;📧 support@thaitigerfootball.com&lt;/a&gt;&lt;a href=&quot;mailto:info@thaitigerfootball.com&quot;&gt;📧 info@thaitigerfootball.com&lt;/a&gt;&lt;a href=&quot;tel:+6622754183&quot;&gt;📞 +66 2 275 4183&lt;/a&gt;&lt;a&gt;📍 55/129 ถ.รัชดาภิเษก ดินแดง กรุงเทพฯ 10400&lt;/a&gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;
                &lt;div style=&quot;margin-top:12px;display:flex;gap:12px;flex-wrap:wrap;&quot;&gt;
                    &lt;a href=&quot;https://www.facebook.com/thaitigerfootball&quot; target=&quot;_blank&quot; rel=&quot;noopener&quot; style=&quot;font-size:.82rem;&quot;&gt;Facebook&lt;/a&gt;&lt;a href=&quot;https://line.me/R/ti/p/@thaitigerfootball&quot; target=&quot;_blank&quot; rel=&quot;noopener&quot; style=&quot;font-size:.82rem;&quot;&gt;Line&lt;/a&gt;&lt;a href=&quot;https://www.instagram.com/thaitigerfootball&quot; target=&quot;_blank&quot; rel=&quot;noopener&quot; style=&quot;font-size:.82rem;&quot;&gt;Instagram&lt;/a&gt;&lt;a href=&quot;https://www.tiktok.com/@thaitigerfootball&quot; target=&quot;_blank&quot; rel=&quot;noopener&quot; style=&quot;font-size:.82rem;&quot;&gt;TikTok&lt;/a&gt;
                &lt;/div&gt;
            &lt;/div&gt;
        &lt;/div&gt;
        &lt;div class=&quot;footer-bottom&quot;&gt;
            &lt;p&gt;
                © 2567–2569 บริษัท สยาม ดิจิทัล เอ็นเตอร์เทนเมนท์ จำกัด | Thai Tiger Football — เกมบันเทิงกีฬาฟรี
            &lt;/p&gt;
            &lt;div class=&quot;footer-legal&quot;&gt;
                &lt;a href=&quot;#privacy-policy&quot; onclick=&quot;showModal(&amp;#39;privacy&amp;#39;)&quot;&gt;นโยบายความเป็นส่วนตัว&lt;/a&gt;&lt;a href=&quot;#terms&quot; onclick=&quot;showModal(&amp;#39;terms&amp;#39;)&quot;&gt;ข้อกำหนดการใช้งาน&lt;/a&gt;&lt;a href=&quot;#cookie-policy&quot; onclick=&quot;showModal(&amp;#39;cookie&amp;#39;)&quot;&gt;นโยบายคุกกี้&lt;/a&gt;
            &lt;/div&gt;
        &lt;/div&gt;
    &lt;/div&gt;
&lt;/footer&gt;&lt;!-- แถบยินยอมคุกกี้ --&gt;
&lt;div class=&quot;cookie-bar&quot; id=&quot;cookieBar&quot;&gt;
    &lt;p&gt;
        🍪 เราใช้คุกกี้เพื่อปรับปรุงประสบการณ์ของคุณ การใช้งานเว็บไซต์ต่อหมายความว่าคุณยินยอมให้เราใช้คุกกี้ตาม &lt;a href=&quot;#cookie-policy&quot; onclick=&quot;showModal(&amp;#39;cookie&amp;#39;)&quot;&gt;นโยบายคุกกี้&lt;/a&gt; ของเรา
    &lt;/p&gt;&lt;button class=&quot;btn btn-primary&quot; onclick=&quot;acceptCookies()&quot;&gt;ยอมรับทั้งหมด&lt;/button&gt;&lt;button class=&quot;btn btn-secondary&quot; onclick=&quot;acceptCookies()&quot;&gt;เฉพาะที่จำเป็น&lt;/button&gt;
&lt;/div&gt;&lt;!-- โมดัลกฎหมาย --&gt;
&lt;div id=&quot;legalModal&quot; style=&quot;display:none; position:fixed; inset:0; background:rgba(0,0,0,.85); z-index:999; overflow-y:auto; padding:40px 20px;&quot;&gt;
    &lt;div style=&quot;max-width:800px; margin:0 auto; background:#12162a; border-radius:16px; padding:40px; position:relative; border:1px solid rgba(245,200,66,.15);&quot;&gt;
        &lt;button onclick=&quot;closeModal()&quot; style=&quot;position:absolute; top:16px; right:20px; background:none; border:none; color:#f5c842; font-size:1.5rem; cursor:pointer;&quot;&gt;✕&lt;/button&gt;
        &lt;div id=&quot;modalContent&quot;&gt;&lt;/div&gt;
    &lt;/div&gt;
&lt;/div&gt;&lt;script&gt;function toggleFaq(el) {
            const item = el.parentElement;
            const wasActive = item.classList.contains('active');
            document.querySelectorAll('.faq-item').forEach(i =&gt; i.classList.remove('active'));
            if (!wasActive) item.classList.add('active');
        }

        function acceptCookies() {
            document.getElementById('cookieBar').classList.add('hidden');
            try { localStorage.setItem('cookieConsent', 'true'); } catch(e) {}
        }
        (function() {
            try {
                if (localStorage.getItem('cookieConsent') === 'true') {
                    document.getElementById('cookieBar').classList.add('hidden');
                }
            } catch(e) {}
        })();

        const legalContent = {
            privacy: `&lt;h2 style=&quot;color:#f5c842;margin-bottom:20px;&quot;&gt;นโยบายความเป็นส่วนตัว&lt;/h2&gt;&lt;p style=&quot;color:#888;margin-bottom:8px;&quot;&gt;&lt;em&gt;อัปเดตล่าสุด: 1 มีนาคม 2569&lt;/em&gt;&lt;/p&gt;&lt;p style=&quot;color:#bbb;margin-bottom:14px;&quot;&gt;บริษัท สยาม ดิจิทัล เอ็นเตอร์เทนเมนท์ จำกัด (&quot;บริษัท&quot;, &quot;เรา&quot;) เป็นผู้ดำเนินการแอปพลิเคชันและเว็บไซต์ Thai Tiger Football นโยบายความเป็นส่วนตัวนี้อธิบายวิธีที่เราเก็บรวบรวม ใช้ เปิดเผย และปกป้องข้อมูลส่วนบุคคลของคุณ&lt;/p&gt;&lt;h3 style=&quot;color:#ddd;margin:20px 0 10px;&quot;&gt;1. ข้อมูลที่เราเก็บรวบรวม&lt;/h3&gt;&lt;p style=&quot;color:#999;margin-bottom:10px;&quot;&gt;&lt;strong&gt;ข้อมูลบัญชี:&lt;/strong&gt; ที่อยู่อีเมล ชื่อผู้ใช้ และข้อมูลโปรไฟล์เมื่อคุณสร้างบัญชี&lt;/p&gt;&lt;p style=&quot;color:#999;margin-bottom:10px;&quot;&gt;&lt;strong&gt;ข้อมูลการใช้งาน:&lt;/strong&gt; สถิติเกมเพลย์ ระยะเวลาเซสชัน การใช้ฟีเจอร์ และการโต้ตอบในแอปเพื่อปรับปรุงบริการ&lt;/p&gt;&lt;p style=&quot;color:#999;margin-bottom:10px;&quot;&gt;&lt;strong&gt;ข้อมูลอุปกรณ์:&lt;/strong&gt; ประเภทอุปกรณ์ ระบบปฏิบัติการ เบราว์เซอร์ และตัวระบุอุปกรณ์เพื่อการเพิ่มประสิทธิภาพและความปลอดภัย&lt;/p&gt;&lt;h3 style=&quot;color:#ddd;margin:20px 0 10px;&quot;&gt;2. วิธีที่เราใช้ข้อมูลของคุณ&lt;/h3&gt;&lt;p style=&quot;color:#999;margin-bottom:10px;&quot;&gt;เราใช้ข้อมูลที่เก็บรวบรวมเพื่อ: ให้บริการและปรับปรุงเกม ปรับแต่งประสบการณ์ส่วนตัว สื่อสารอัปเดตและการสนับสนุน ตรวจจับการฉ้อโกงหรือการละเมิด ปฏิบัติตามข้อกำหนดทางกฎหมาย&lt;/p&gt;&lt;h3 style=&quot;color:#ddd;margin:20px 0 10px;&quot;&gt;3. การแบ่งปันข้อมูล&lt;/h3&gt;&lt;p style=&quot;color:#999;margin-bottom:10px;&quot;&gt;เราไม่ขายข้อมูลส่วนบุคคลของคุณ เราอาจแบ่งปันข้อมูลกับ: ผู้ให้บริการที่เชื่อถือได้ (ภายใต้สัญญาที่เข้มงวด) หน่วยงานทางกฎหมายเมื่อกฎหมายกำหนด พันธมิตรด้านการวิเคราะห์ (ข้อมูลที่ไม่ระบุตัวตน/รวมเท่านั้น)&lt;/p&gt;&lt;h3 style=&quot;color:#ddd;margin:20px 0 10px;&quot;&gt;4. ความปลอดภัยของข้อมูล&lt;/h3&gt;&lt;p style=&quot;color:#999;margin-bottom:10px;&quot;&gt;เราใช้การเข้ารหัส SSL/TLS โครงสร้างพื้นฐานเซิร์ฟเวอร์ที่ปลอดภัย การควบคุมการเข้าถึง และการตรวจสอบความปลอดภัยเป็นประจำ&lt;/p&gt;&lt;h3 style=&quot;color:#ddd;margin:20px 0 10px;&quot;&gt;5. สิทธิ์ของคุณ&lt;/h3&gt;&lt;p style=&quot;color:#999;margin-bottom:10px;&quot;&gt;ภายใต้ GDPR, พ.ร.บ. คุ้มครองข้อมูลส่วนบุคคล (PDPA) ของไทย และกฎหมายที่เกี่ยวข้อง คุณมีสิทธิ์: เข้าถึง แก้ไข หรือลบข้อมูลของคุณ คัดค้านการประมวลผล การพกพาข้อมูล ถอนความยินยอมได้ทุกเมื่อ ติดต่อ: privacy@thaitigerfootball.com&lt;/p&gt;&lt;h3 style=&quot;color:#ddd;margin:20px 0 10px;&quot;&gt;6. การเก็บรักษาข้อมูล&lt;/h3&gt;&lt;p style=&quot;color:#999;margin-bottom:10px;&quot;&gt;เราเก็บรักษาข้อมูลเท่าที่จำเป็นสำหรับการให้บริการและการปฏิบัติตามกฎหมาย คุณสามารถขอลบข้อมูลได้ทุกเมื่อ&lt;/p&gt;&lt;h3 style=&quot;color:#ddd;margin:20px 0 10px;&quot;&gt;7. ความเป็นส่วนตัวของเด็ก&lt;/h3&gt;&lt;p style=&quot;color:#999;margin-bottom:10px;&quot;&gt;เราไม่เก็บรวบรวมข้อมูลจากเด็กอายุต่ำกว่า 13 ปีโดยเจตนา หากพบ ข้อมูลดังกล่าวจะถูกลบทันที ผู้ปกครองสามารถติดต่อเราเพื่อขอลบข้อมูลได้&lt;/p&gt;&lt;h3 style=&quot;color:#ddd;margin:20px 0 10px;&quot;&gt;8. คุกกี้&lt;/h3&gt;&lt;p style=&quot;color:#999;margin-bottom:10px;&quot;&gt;ดูนโยบายคุกกี้ของเราสำหรับรายละเอียดเกี่ยวกับการใช้คุกกี้และเทคโนโลยีการติดตาม&lt;/p&gt;&lt;h3 style=&quot;color:#ddd;margin:20px 0 10px;&quot;&gt;9. ติดต่อเรา&lt;/h3&gt;&lt;p style=&quot;color:#999;&quot;&gt;privacy@thaitigerfootball.com&lt;br&gt;บริษัท สยาม ดิจิทัล เอ็นเตอร์เทนเมนท์ จำกัด&lt;br&gt;55/129 อาคารเดอะแกรนด์ ทาวเวอร์ ชั้น 15 ถนนรัชดาภิเษก แขวงดินแดง เขตดินแดง กรุงเทพมหานคร 10400&lt;/p&gt;`,
            terms: `&lt;h2 style=&quot;color:#f5c842;margin-bottom:20px;&quot;&gt;ข้อกำหนดการใช้งาน&lt;/h2&gt;&lt;p style=&quot;color:#888;margin-bottom:8px;&quot;&gt;&lt;em&gt;อัปเดตล่าสุด: 1 มีนาคม 2569&lt;/em&gt;&lt;/p&gt;&lt;p style=&quot;color:#bbb;margin-bottom:14px;&quot;&gt;กรุณาอ่านข้อกำหนดการใช้งานเหล่านี้อย่างละเอียดก่อนใช้งาน Thai Tiger Football ซึ่งดำเนินการโดย บริษัท สยาม ดิจิทัล เอ็นเตอร์เทนเมนท์ จำกัด&lt;/p&gt;&lt;h3 style=&quot;color:#ddd;margin:20px 0 10px;&quot;&gt;1. การยอมรับข้อกำหนด&lt;/h3&gt;&lt;p style=&quot;color:#999;margin-bottom:10px;&quot;&gt;การเข้าถึงหรือใช้บริการของเราหมายถึงคุณยอมรับข้อกำหนดเหล่านี้ หากคุณไม่เห็นด้วย กรุณาอย่าใช้บริการ&lt;/p&gt;&lt;h3 style=&quot;color:#ddd;margin:20px 0 10px;&quot;&gt;2. ลักษณะของบริการ&lt;/h3&gt;&lt;p style=&quot;color:#999;margin-bottom:10px;&quot;&gt;Thai Tiger Football เป็นเกมบันเทิงกีฬาฟรี ประกอบด้วยเกมเพลย์พัซเซิล กลยุทธ์ และการจัดการธีมฟุตบอล เนื้อหาเกมทั้งหมดออกแบบมาเพื่อความบันเทิงเท่านั้น&lt;/p&gt;&lt;h3 style=&quot;color:#ddd;margin:20px 0 10px;&quot;&gt;3. บัญชีผู้ใช้&lt;/h3&gt;&lt;p style=&quot;color:#999;margin-bottom:10px;&quot;&gt;คุณมีหน้าที่รักษาความปลอดภัยของบัญชี แจ้งเราทันทีหากมีการเข้าถึงโดยไม่ได้รับอนุญาต เราอาจระงับบัญชีที่ละเมิดข้อกำหนดเหล่านี้&lt;/p&gt;&lt;h3 style=&quot;color:#ddd;margin:20px 0 10px;&quot;&gt;4. การซื้อในแอป&lt;/h3&gt;&lt;p style=&quot;color:#999;margin-bottom:10px;&quot;&gt;ไอเทมตกแต่งและการปรับปรุงเกมเสริมอาจมีให้ซื้อ การซื้อทั้งหมดดำเนินการผ่านระบบชำระเงินของแอปสโตร์อย่างเป็นทางการ (Apple App Store / Google Play) นโยบายการคืนเงินอยู่ภายใต้ข้อกำหนดของแพลตฟอร์มนั้น ๆ&lt;/p&gt;&lt;h3 style=&quot;color:#ddd;margin:20px 0 10px;&quot;&gt;5. พฤติกรรมที่ห้าม&lt;/h3&gt;&lt;p style=&quot;color:#999;margin-bottom:10px;&quot;&gt;คุณตกลงที่จะไม่: ใช้บริการเพื่อวัตถุประสงค์ที่ผิดกฎหมาย แฮ็ก ใช้ประโยชน์ หรือวิศวกรรมย้อนกลับซอฟต์แวร์ ใช้บอทหรือสคริปต์อัตโนมัติ คุกคามผู้เล่นอื่น แอบอ้างตัวเป็นผู้อื่น มีส่วนร่วมในกิจกรรมฉ้อโกง&lt;/p&gt;&lt;h3 style=&quot;color:#ddd;margin:20px 0 10px;&quot;&gt;6. ทรัพย์สินทางปัญญา&lt;/h3&gt;&lt;p style=&quot;color:#999;margin-bottom:10px;&quot;&gt;เนื้อหา กราฟิก และซอฟต์แวร์ทั้งหมดเป็นทรัพย์สินของ บริษัท สยาม ดิจิทัล เอ็นเตอร์เทนเมนท์ จำกัด และได้รับการคุ้มครองตามกฎหมายทรัพย์สินทางปัญญา ห้ามทำซ้ำหรือสร้างผลงานดัดแปลงโดยไม่ได้รับความยินยอมเป็นลายลักษณ์อักษร&lt;/p&gt;&lt;h3 style=&quot;color:#ddd;margin:20px 0 10px;&quot;&gt;7. ข้อจำกัดความรับผิดชอบ&lt;/h3&gt;&lt;p style=&quot;color:#999;margin-bottom:10px;&quot;&gt;บริการให้ &quot;ตามสภาพที่เป็น&quot; เราไม่รับประกันการทำงานอย่างต่อเนื่องหรือปราศจากข้อผิดพลาด&lt;/p&gt;&lt;h3 style=&quot;color:#ddd;margin:20px 0 10px;&quot;&gt;8. การจำกัดความรับผิด&lt;/h3&gt;&lt;p style=&quot;color:#999;margin-bottom:10px;&quot;&gt;ตามขอบเขตสูงสุดที่กฎหมายอนุญาต เราไม่รับผิดชอบต่อความเสียหายทางอ้อม โดยบังเอิญ หรือเป็นผลสืบเนื่องจากการใช้บริการ&lt;/p&gt;&lt;h3 style=&quot;color:#ddd;margin:20px 0 10px;&quot;&gt;9. กฎหมายที่ใช้บังคับ&lt;/h3&gt;&lt;p style=&quot;color:#999;margin-bottom:10px;&quot;&gt;ข้อกำหนดเหล่านี้อยู่ภายใต้กฎหมายของราชอาณาจักรไทย ข้อพิพาทจะได้รับการแก้ไขในศาลกรุงเทพมหานคร&lt;/p&gt;&lt;h3 style=&quot;color:#ddd;margin:20px 0 10px;&quot;&gt;10. ติดต่อเรา&lt;/h3&gt;&lt;p style=&quot;color:#999;&quot;&gt;legal@thaitigerfootball.com&lt;br&gt;บริษัท สยาม ดิจิทัล เอ็นเตอร์เทนเมนท์ จำกัด&lt;br&gt;55/129 อาคารเดอะแกรนด์ ทาวเวอร์ ชั้น 15 ถนนรัชดาภิเษก แขวงดินแดง เขตดินแดง กรุงเทพมหานคร 10400&lt;/p&gt;`,
            cookie: `&lt;h2 style=&quot;color:#f5c842;margin-bottom:20px;&quot;&gt;นโยบายคุกกี้&lt;/h2&gt;&lt;p style=&quot;color:#888;margin-bottom:8px;&quot;&gt;&lt;em&gt;อัปเดตล่าสุด: 1 มีนาคม 2569&lt;/em&gt;&lt;/p&gt;&lt;p style=&quot;color:#bbb;margin-bottom:14px;&quot;&gt;นโยบายนี้อธิบายวิธีที่เราใช้คุกกี้บนเว็บไซต์ Thai Tiger Football&lt;/p&gt;&lt;h3 style=&quot;color:#ddd;margin:20px 0 10px;&quot;&gt;1. คุกกี้คืออะไร&lt;/h3&gt;&lt;p style=&quot;color:#999;margin-bottom:10px;&quot;&gt;คุกกี้เป็นไฟล์ข้อความขนาดเล็กที่เก็บไว้ในอุปกรณ์ของคุณเพื่อปรับปรุงฟังก์ชันการทำงานของเว็บไซต์และประสบการณ์ผู้ใช้&lt;/p&gt;&lt;h3 style=&quot;color:#ddd;margin:20px 0 10px;&quot;&gt;2. ประเภทที่เราใช้&lt;/h3&gt;&lt;p style=&quot;color:#999;margin-bottom:10px;&quot;&gt;&lt;strong&gt;คุกกี้จำเป็น:&lt;/strong&gt; จำเป็นสำหรับฟังก์ชันพื้นฐาน (เข้าสู่ระบบ ความปลอดภัย) ไม่สามารถปิดการใช้งานได้&lt;/p&gt;&lt;p style=&quot;color:#999;margin-bottom:10px;&quot;&gt;&lt;strong&gt;คุกกี้วิเคราะห์:&lt;/strong&gt; ข้อมูลที่ไม่ระบุตัวตนเกี่ยวกับวิธีที่ผู้เยี่ยมชมใช้เว็บไซต์ (เช่น Google Analytics)&lt;/p&gt;&lt;p style=&quot;color:#999;margin-bottom:10px;&quot;&gt;&lt;strong&gt;คุกกี้การตั้งค่า:&lt;/strong&gt; จดจำภาษาและการตั้งค่าการแสดงผลของคุณ&lt;/p&gt;&lt;h3 style=&quot;color:#ddd;margin:20px 0 10px;&quot;&gt;3. การจัดการคุกกี้&lt;/h3&gt;&lt;p style=&quot;color:#999;margin-bottom:10px;&quot;&gt;ควบคุมคุกกี้ผ่านการตั้งค่าเบราว์เซอร์หรือแบนเนอร์ยินยอมของเรา การปิดคุกกี้ที่ไม่จำเป็นจะไม่ส่งผลกระทบต่อฟังก์ชันหลัก&lt;/p&gt;&lt;h3 style=&quot;color:#ddd;margin:20px 0 10px;&quot;&gt;4. ติดต่อเรา&lt;/h3&gt;&lt;p style=&quot;color:#999;&quot;&gt;privacy@thaitigerfootball.com&lt;/p&gt;`
        };

        function showModal(type) {
            if (event) event.preventDefault();
            document.getElementById('modalContent').innerHTML = legalContent[type] || '';
            document.getElementById('legalModal').style.display = 'block';
            document.body.style.overflow = 'hidden';
        }
        function closeModal() {
            document.getElementById('legalModal').style.display = 'none';
            document.body.style.overflow = '';
        }
        document.getElementById('legalModal').addEventListener('click', function(e) {
            if (e.target === this) closeModal();
        });

        const observer = new IntersectionObserver((entries) =&gt; {
            entries.forEach(entry =&gt; {
                if (entry.isIntersecting) {
                    entry.target.style.opacity = '1';
                    entry.target.style.transform = 'translateY(0)';
                }
            });
        }, { threshold: 0.1 });
        document.querySelectorAll('.preview-card, .feature-item, .step, .testimonial-card, .faq-item').forEach(el =&gt; {
            el.style.opacity = '0';
            el.style.transform = 'translateY(20px)';
            el.style.transition = 'opacity .6s ease, transform .6s ease';
            observer.observe(el);
        });&lt;/script&gt;&lt;!--!doctype--&gt;</description><pubDate>Tue, 24 Mar 2026 04:29:57 +0800</pubDate></item></channel></rss>