BlackMonsterMedia commited on
Commit
edae483
·
verified ·
1 Parent(s): 6619072

awesome, publica o site

Browse files
Files changed (9) hide show
  1. email.html +3 -126
  2. index.html +6 -7
  3. outros.html +489 -46
  4. report-dashboard.html +3 -2
  5. report.html +3 -2
  6. script.js +1 -1
  7. seo-report.html +2 -1
  8. social-report.html +2 -1
  9. website.html +3 -2
email.html CHANGED
@@ -4,134 +4,11 @@
4
  <head>
5
  <meta charset="UTF-8">
6
  <meta name="viewport" content="width=device-width, initial-scale=1.0">
7
- <title>Serviços de Email | BEATDAGAME</title>
8
- <link rel="stylesheet" href="style.css">
 
9
  <script src="https://cdn.tailwindcss.com"></script>
10
  <script src="https://cdn.jsdelivr.net/npm/feather-icons/dist/feather.min.js"></script>
11
- <style>
12
- .page-container {
13
- max-width: 1080px;
14
- margin: 0 auto;
15
- padding: 60px 24px;
16
- font-family: "Inter", sans-serif;
17
- color: #111;
18
- }
19
-
20
- .page-title {
21
- font-size: 52px;
22
- font-weight: 700;
23
- margin-bottom: 6px;
24
- }
25
-
26
- .page-subtitle {
27
- font-size: 16px;
28
- color: #777;
29
- margin-bottom: 50px;
30
- }
31
-
32
- .section {
33
- margin-bottom: 70px;
34
- }
35
-
36
- .section-title {
37
- font-size: 30px;
38
- font-weight: 600;
39
- margin-bottom: 20px;
40
- padding-bottom: 16px;
41
- border-bottom: 1px solid #e5e5e5;
42
- }
43
-
44
- .section-text {
45
- font-size: 18px;
46
- line-height: 1.6;
47
- max-width: 780px;
48
- margin-bottom: 18px;
49
- }
50
-
51
- .two-cols {
52
- display: grid;
53
- grid-template-columns: 1.3fr 1fr;
54
- gap: 40px;
55
- margin-top: 30px;
56
- }
57
-
58
- .side-box {
59
- border-left: 4px solid #2d59ff;
60
- padding-left: 20px;
61
- background: #f6f8ff;
62
- padding: 18px 20px;
63
- border-radius: 8px;
64
- }
65
-
66
- .side-box ul {
67
- list-style: none;
68
- padding-left: 0;
69
- margin: 0;
70
- }
71
-
72
- .side-box li {
73
- font-size: 16px;
74
- padding: 4px 0;
75
- }
76
-
77
- .card-grid-3 {
78
- display: grid;
79
- grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
80
- gap: 26px;
81
- margin-top: 40px;
82
- }
83
-
84
- .card-3 {
85
- background: #fdfdfd;
86
- border: 1px solid #eee;
87
- border-radius: 12px;
88
- padding: 24px;
89
- }
90
-
91
- .card-3 h3 {
92
- font-size: 20px;
93
- margin-bottom: 12px;
94
- }
95
-
96
- .card-grid-2 {
97
- display: grid;
98
- grid-template-columns: repeat(auto-fit, minmax(420px, 1fr));
99
- gap: 26px;
100
- margin-top: 40px;
101
- }
102
-
103
- .card-2 {
104
- background: #fafafa;
105
- border: 1px solid #eee;
106
- border-radius: 12px;
107
- padding: 24px;
108
- }
109
-
110
- .card-2 h3 {
111
- font-size: 20px;
112
- margin-bottom: 12px;
113
- }
114
-
115
- ul.clean-list {
116
- margin: 10px 0 0 12px;
117
- padding-left: 0;
118
- }
119
-
120
- ul.clean-list li {
121
- margin-bottom: 6px;
122
- line-height: 1.5;
123
- }
124
-
125
- .summary {
126
- margin-top: 40px;
127
- padding: 24px;
128
- background: #eef3ff;
129
- border-left: 4px solid #3c6bff;
130
- border-radius: 8px;
131
- font-size: 17px;
132
- max-width: 850px;
133
- }
134
- </style>
135
  </head>
136
  <body class="bg-white min-h-screen">
137
  <div class="flex flex-wrap gap-4 mb-8">
 
4
  <head>
5
  <meta charset="UTF-8">
6
  <meta name="viewport" content="width=device-width, initial-scale=1.0">
7
+ <title>Email Services | BEATDAGAME</title>
8
+ <meta name="description" content="Learn about BEATDAGAME's email marketing strategies and how they help poker players maximize their rakeback and deals.">
9
+ <link rel="stylesheet" href="style.css">
10
  <script src="https://cdn.tailwindcss.com"></script>
11
  <script src="https://cdn.jsdelivr.net/npm/feather-icons/dist/feather.min.js"></script>
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
12
  </head>
13
  <body class="bg-white min-h-screen">
14
  <div class="flex flex-wrap gap-4 mb-8">
index.html CHANGED
@@ -3,19 +3,19 @@
3
  <head>
4
  <meta charset="UTF-8">
5
  <meta name="viewport" content="width=device-width, initial-scale=1.0">
6
- <title>Hub Digital Beat The Game</title>
7
- <link rel="stylesheet" href="style.css">
 
8
  <script src="https://cdn.tailwindcss.com"></script>
9
  <script src="https://cdn.jsdelivr.net/npm/feather-icons/dist/feather.min.js"></script>
10
  <script src="https://unpkg.com/feather-icons"></script>
11
  </head>
12
  <body class="bg-white min-h-screen">
13
  <div class="container mx-auto px-4 py-16 text-center animate-fade-in">
14
- <!-- Static Navigation around BEATDAGAME -->
15
  <div class="relative w-full h-96 md:h-[600px] flex items-center justify-center">
16
  <h1 class="text-gray-900 text-6xl md:text-8xl font-light tracking-tight">BEATDAGAME</h1>
17
-
18
- <!-- Static service buttons arranged around the title -->
19
  <div class="absolute w-full h-full">
20
  <!-- Website -->
21
  <a href="/website.html" class="absolute top-4 left-1/2 -translate-x-1/2">
@@ -68,9 +68,8 @@
68
  </div>
69
  </div>
70
  <script src="script.js"></script>
71
- <script>
72
  feather.replace();
73
  </script>
74
- <script src="https://huggingface.co/deepsite/deepsite-badge.js"></script>
75
  </body>
76
  </html>
 
3
  <head>
4
  <meta charset="UTF-8">
5
  <meta name="viewport" content="width=device-width, initial-scale=1.0">
6
+ <title>BeatDaGame - Poker Rakeback & Deals Hub</title>
7
+ <meta name="description" content="BeatDaGame - Your ultimate poker rakeback and deals comparison platform. Find the best poker deals, rakeback offers and maximize your profits.">
8
+ <link rel="stylesheet" href="style.css">
9
  <script src="https://cdn.tailwindcss.com"></script>
10
  <script src="https://cdn.jsdelivr.net/npm/feather-icons/dist/feather.min.js"></script>
11
  <script src="https://unpkg.com/feather-icons"></script>
12
  </head>
13
  <body class="bg-white min-h-screen">
14
  <div class="container mx-auto px-4 py-16 text-center animate-fade-in">
15
+ <!-- Static Navigation around BEATDAGAME -->
16
  <div class="relative w-full h-96 md:h-[600px] flex items-center justify-center">
17
  <h1 class="text-gray-900 text-6xl md:text-8xl font-light tracking-tight">BEATDAGAME</h1>
18
+ <!-- Static service buttons arranged around the title -->
 
19
  <div class="absolute w-full h-full">
20
  <!-- Website -->
21
  <a href="/website.html" class="absolute top-4 left-1/2 -translate-x-1/2">
 
68
  </div>
69
  </div>
70
  <script src="script.js"></script>
71
+ <script>
72
  feather.replace();
73
  </script>
 
74
  </body>
75
  </html>
outros.html CHANGED
@@ -1,47 +1,490 @@
1
- <!DOCTYPE html>
2
- <html lang="en">
3
- <head>
4
- <meta charset="UTF-8">
5
- <meta name="viewport" content="width=device-width, initial-scale=1.0">
6
- <title>Outros Serviços | BEATDAGAME</title>
7
- <link rel="icon" type="image/x-icon" href="/static/favicon.ico">
8
- <link rel="stylesheet" href="style.css">
9
- <script src="https://cdn.tailwindcss.com"></script>
10
- <script src="https://cdn.jsdelivr.net/npm/feather-icons/dist/feather.min.js"></script>
11
- </head>
12
- <body class="bg-white min-h-screen">
13
- <div class="container mx-auto px-4 py-8">
14
- <div class="flex flex-wrap gap-4 mb-8">
15
- <a href="/index.html" class="bg-gray-200 hover:bg-gray-300 text-gray-800 font-medium py-2 px-4 rounded-lg transition-all shadow hover:shadow-md active:shadow-sm border border-gray-300">
16
- Back to Home
17
- </a>
18
- <a href="/report.html" class="bg-blue-600 hover:bg-blue-700 text-white font-medium py-2 px-4 rounded-lg transition-all shadow hover:shadow-md active:shadow-sm border border-blue-700">
19
- 📊 Report
20
- </a>
21
- <a href="https://www.figma.com/proto/2KZFMqCEdoSsMs6n8RX9xk/BeatDaGame?page-id=4010%3A772&node-id=4010-774&viewport=553%2C290%2C0.15&t=fwnrP1HqLUYJpx5D-1&scaling=min-zoom&content-scaling=fixed"
22
- target="_blank" class="bg-gray-800 hover:bg-gray-900 text-white font-medium py-2 px-4 rounded-lg transition-all shadow hover:shadow-md active:shadow-sm border border-gray-900">
23
- The Future
24
- </a>
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
25
  </div>
26
- <div class="text-white">
27
- <h1 class="text-5xl font-bold mb-8">Other Services</h1>
28
- <div class="grid md:grid-cols-2 gap-8">
29
- <div class="bg-gray-900 p-6 rounded-lg">
30
- <h2 class="text-2xl font-bold mb-4">Consulting</h2>
31
- <p>Strategic advice to grow your digital presence.</p>
32
- </div>
33
- <div class="bg-gray-900 p-6 rounded-lg">
34
- <h2 class="text-2xl font-bold mb-4">Training</h2>
35
- <p>Empower your team with digital marketing skills.</p>
36
- </div>
37
- </div>
38
- <a href="/index.html" class="mt-8 inline-block bg-cyan-500 hover:bg-cyan-600 text-black font-bold py-2 px-4 rounded transition">
39
- Back to Home
40
- </a>
41
- </div>
42
- <script>
43
- feather.replace();
44
- </script>
45
- <script src="script.js"></script>
46
- </body>
47
- </html>
 
1
+ <style>
2
+ .page-container {
3
+ max-width: 1080px;
4
+ margin: 0 auto;
5
+ padding: 60px 24px;
6
+ font-family: "Inter", sans-serif;
7
+ color: #111;
8
+ }
9
+
10
+ .page-title {
11
+ font-size: 48px;
12
+ font-weight: 700;
13
+ margin-bottom: 6px;
14
+ }
15
+
16
+ .page-subtitle {
17
+ font-size: 16px;
18
+ color: #777;
19
+ margin-bottom: 40px;
20
+ }
21
+
22
+ .section {
23
+ margin-bottom: 70px;
24
+ }
25
+
26
+ .section-title {
27
+ font-size: 30px;
28
+ font-weight: 600;
29
+ margin-bottom: 20px;
30
+ padding-bottom: 16px;
31
+ border-bottom: 1px solid #e5e5e5;
32
+ }
33
+
34
+ .section-text {
35
+ font-size: 18px;
36
+ line-height: 1.6;
37
+ max-width: 820px;
38
+ margin-bottom: 18px;
39
+ }
40
+
41
+ /* GRID CARDS GERAL */
42
+ .card-grid-3,
43
+ .card-grid-2 {
44
+ display: grid;
45
+ gap: 26px;
46
+ margin-top: 30px;
47
+ }
48
+
49
+ .card-grid-3 {
50
+ grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
51
+ }
52
+
53
+ .card-grid-2 {
54
+ grid-template-columns: repeat(auto-fit, minmax(420px, 1fr));
55
+ }
56
+
57
+ .card {
58
+ background: #fdfdfd;
59
+ border: 1px solid #eee;
60
+ border-radius: 12px;
61
+ padding: 24px;
62
+ }
63
+
64
+ .card h3 {
65
+ font-size: 20px;
66
+ margin-bottom: 12px;
67
+ }
68
+
69
+ ul.clean-list {
70
+ margin: 10px 0 0 12px;
71
+ padding-left: 0;
72
+ }
73
+
74
+ ul.clean-list li {
75
+ margin-bottom: 6px;
76
+ line-height: 1.5;
77
+ }
78
+
79
+ .pill {
80
+ display: inline-block;
81
+ font-size: 13px;
82
+ padding: 4px 10px;
83
+ border-radius: 999px;
84
+ border: 1px solid #d0d7ff;
85
+ background: #f4f6ff;
86
+ color: #445;
87
+ margin-bottom: 10px;
88
+ }
89
+
90
+ .summary {
91
+ margin-top: 40px;
92
+ padding: 24px;
93
+ background: #eef3ff;
94
+ border-left: 4px solid #3c6bff;
95
+ border-radius: 8px;
96
+ font-size: 17px;
97
+ max-width: 880px;
98
+ }
99
+
100
+ .two-cols {
101
+ display: grid;
102
+ grid-template-columns: 1.4fr 1fr;
103
+ gap: 40px;
104
+ margin-top: 24px;
105
+ }
106
+
107
+ .highlight-box {
108
+ border-left: 4px solid #2d59ff;
109
+ background: #f6f8ff;
110
+ padding: 18px 20px;
111
+ border-radius: 8px;
112
+ }
113
+
114
+ .highlight-box h3 {
115
+ margin-top: 0;
116
+ font-size: 18px;
117
+ margin-bottom: 10px;
118
+ }
119
+
120
+ .mini-label {
121
+ font-size: 12px;
122
+ text-transform: uppercase;
123
+ letter-spacing: 0.08em;
124
+ color: #999;
125
+ margin-bottom: 4px;
126
+ }
127
+
128
+ .matrix-table {
129
+ width: 100%;
130
+ border-collapse: collapse;
131
+ margin-top: 24px;
132
+ font-size: 14px;
133
+ }
134
+
135
+ .matrix-table th,
136
+ .matrix-table td {
137
+ padding: 10px 8px;
138
+ border-bottom: 1px solid #eee;
139
+ text-align: left;
140
+ }
141
+
142
+ .matrix-table th {
143
+ font-weight: 600;
144
+ color: #555;
145
+ }
146
+
147
+ .matrix-table td.tag {
148
+ font-size: 12px;
149
+ padding: 4px 8px;
150
+ border-radius: 999px;
151
+ display: inline-block;
152
+ }
153
+
154
+ .tag-low {
155
+ background: #fff7e6;
156
+ color: #b36b00;
157
+ }
158
+
159
+ .tag-med {
160
+ background: #e8f5ff;
161
+ color: #0b5ed7;
162
+ }
163
+
164
+ .tag-high {
165
+ background: #e8ffef;
166
+ color: #267a3f;
167
+ }
168
+ </style>
169
+
170
+ <div class="page-container">
171
+
172
+ <h1 class="page-title">Outras ações de Advertising</h1>
173
+ <p class="page-subtitle">
174
+ Canais alternativos e oportunidades adicionais para expandir alcance, diversificar tráfego e reforçar autoridade.
175
+ </p>
176
+
177
+ <!-- INTRO -->
178
+ <section class="section">
179
+ <h2 class="section-title">Contexto</h2>
180
+ <p class="section-text">
181
+ Devido às restrições atuais em Meta Ads e Google Ads, a estratégia de aquisição da beatdagame depende
182
+ em grande parte de third-party ad networks e de canais indiretos. Esta página reúne um conjunto de ações
183
+ complementares de advertising que permitem:
184
+ </p>
185
+ <ul class="clean-list">
186
+ <li>diversificar fontes de tráfego;</li>
187
+ <li>chegar a comunidades onde os jogadores de poker já estão presentes;</li>
188
+ <li>reforçar credibilidade e visibilidade em ambientes especializados;</li>
189
+ <li>preparar o terreno para um futuro em que Meta e Google possam voltar a estar disponíveis.</li>
190
+ </ul>
191
+ </section>
192
+
193
+ <!-- VISÃO GERAL DOS CANAIS -->
194
+ <section class="section">
195
+ <h2 class="section-title">Canais propostos</h2>
196
+
197
+ <div class="card-grid-3">
198
+
199
+ <div class="card">
200
+ <span class="pill">Em negociação</span>
201
+ <h3>Reddit Ads</h3>
202
+ <p>
203
+ Explorar campanhas segmentadas em comunidades relacionadas com poker e gambling, onde os utilizadores
204
+ estão a discutir ativamente o tema e a procurar valor real.
205
+ </p>
206
+ </div>
207
+
208
+ <div class="card">
209
+ <span class="pill">Proposta</span>
210
+ <h3>Banners em sites da indústria</h3>
211
+ <p>
212
+ Presença em portais de notícias, reviews e estratégia de poker, atingindo diretamente jogadores envolvidos
213
+ e altamente qualificados.
214
+ </p>
215
+ </div>
216
+
217
+ <div class="card">
218
+ <span class="pill">Processo interno</span>
219
+ <h3>Recuperação Meta &amp; Google Ads</h3>
220
+ <p>
221
+ Recolher documentação, alinhar compliance e negociar a reativação das contas para recuperar acesso
222
+ a canais de paid media de grande escala.
223
+ </p>
224
+ </div>
225
+
226
+ <div class="card">
227
+ <span class="pill">Influencers</span>
228
+ <h3>Parcerias com streamers</h3>
229
+ <p>
230
+ Trabalhar com streamers de poker (portugueses e europeus) para promover a beatdagame em contextos
231
+ de credibilidade e comunidade real.
232
+ </p>
233
+ </div>
234
+
235
+ </div>
236
+ </section>
237
+
238
+ <!-- REDDIT ADS -->
239
+ <section class="section">
240
+ <h2 class="section-title">Reddit Ads</h2>
241
+
242
+ <div class="two-cols">
243
+ <div>
244
+ <p class="section-text">
245
+ A equipa já iniciou contactos com o departamento comercial do Reddit, estando a aguardar propostas de
246
+ preços e condições. O objetivo é explorar campanhas em subreddits diretamente ligados a poker e gambling,
247
+ onde os utilizadores têm interesse real no tema.
248
+ </p>
249
+ <p class="section-text">
250
+ Ao contrário de grande parte da publicidade em broad display, o Reddit permite segmentar por comunidades
251
+ que já demonstram intenção: jogadores que discutem mãos, torneios, estratégias e salas.
252
+ </p>
253
+ </div>
254
+
255
+ <div class="highlight-box">
256
+ <div class="mini-label">Exemplos de comunidades-alvo</div>
257
+ <ul class="clean-list">
258
+ <li>r/poker</li>
259
+ <li>r/pokertournaments</li>
260
+ <li>r/onlinepoker</li>
261
+ <li>r/gambling</li>
262
+ <li>r/pokerstrategy</li>
263
+ </ul>
264
+ </div>
265
+ </div>
266
+
267
+ <div class="card-grid-2" style="margin-top:32px;">
268
+ <div class="card">
269
+ <h3>O que propomos</h3>
270
+ <ul class="clean-list">
271
+ <li>Campanhas de native ads em subreddits relevantes;</li>
272
+ <li>Testes A/B de criativos com enfoque em valor (informação, confiança, não apenas promoção);</li>
273
+ <li>Segmentação por localização, interesse e tipo de comunidade;</li>
274
+ <li>Landing pages específicas por tipo de mensagem (torneios, rakeback, conteúdo educativo).</li>
275
+ </ul>
276
+ </div>
277
+
278
+ <div class="card">
279
+ <h3>Benefícios esperados</h3>
280
+ <ul class="clean-list">
281
+ <li>Tráfego mais qualificado do que redes de tráfego genérico;</li>
282
+ <li>Contactos com jogadores que já estão a procurar informação sobre poker;</li>
283
+ <li>Melhor contexto para comunicar autoridade e segurança da marca;</li>
284
+ <li>Possibilidade de testar rapidamente mensagens e ângulos de comunicação.</li>
285
+ </ul>
286
+ </div>
287
+ </div>
288
+ </section>
289
+
290
+ <!-- BANNERS SITES INDUSTRIA -->
291
+ <section class="section">
292
+ <h2 class="section-title">Banners em sites específicos da indústria</h2>
293
+
294
+ <p class="section-text">
295
+ Uma forma direta de chegar a jogadores envolvidos é aparecer onde eles consomem notícias, análises e reviews.
296
+ Propomos avaliar a presença em sites de referência no universo do poker e iGaming.
297
+ </p>
298
+
299
+ <div class="two-cols">
300
+ <div>
301
+ <div class="mini-label">Internacional</div>
302
+ <ul class="clean-list">
303
+ <li><strong>PokerNews.com</strong> — notícias, cobertura de eventos e torneios globais;</li>
304
+ <li><strong>PokerListings.com</strong> — comparativos e reviews de salas de poker;</li>
305
+ <li><strong>CardPlayer.com</strong> — portal focado em torneios, estratégia e artigos especializados;</li>
306
+ <li><strong>PokerStrategy.com</strong> — comunidade e conteúdos formativos;</li>
307
+ <li><strong>UpswingPoker.com</strong> — foco em estratégia e formação com tráfego qualificado.</li>
308
+ </ul>
309
+ </div>
310
+
311
+ <div>
312
+ <div class="mini-label">Europa &amp; Portugal</div>
313
+ <ul class="clean-list">
314
+ <li><strong>Winamax News / Blog</strong> — forte presença em França e mercados francófonos;</li>
315
+ <li><strong>PokerPT.com</strong> — hub relevante para a comunidade portuguesa de poker;</li>
316
+ <li><strong>SuperPoker</strong> (rede luso-brasileira) — alcance lusófono e de torneios;</li>
317
+ <li><strong>Outros portais regionais</strong> — a identificar com base em inventário e custos.</li>
318
+ </ul>
319
+ </div>
320
+ </div>
321
+
322
+ <div class="card-grid-2" style="margin-top:32px;">
323
+ <div class="card">
324
+ <h3>Modelos de presença</h3>
325
+ <ul class="clean-list">
326
+ <li>Banners topo (leaderboard) em páginas de notícias e torneios;</li>
327
+ <li>Banners laterais em áreas de maior scroll/tempo de permanência;</li>
328
+ <li>Native ads ou artigos patrocinados com review da beatdagame;</li>
329
+ <li>Campanhas por evento (ex.: grandes séries de torneios ou datas específicas).</li>
330
+ </ul>
331
+ </div>
332
+
333
+ <div class="card">
334
+ <h3>Benefícios esperados</h3>
335
+ <ul class="clean-list">
336
+ <li>Alcance de jogadores com elevada intenção e envolvimento;</li>
337
+ <li>Reforço de credibilidade por associação a marcas de media estabelecidas;</li>
338
+ <li>Maior probabilidade de conversões informadas, e não impulsivas;</li>
339
+ <li>Complemento de autoridade ao resto da presença digital da beatdagame.</li>
340
+ </ul>
341
+ </div>
342
+ </div>
343
+ </section>
344
+
345
+ <!-- META & GOOGLE -->
346
+ <section class="section">
347
+ <h2 class="section-title">Recuperação de contas Meta &amp; Google Ads</h2>
348
+
349
+ <p class="section-text">
350
+ Paralelamente às ações alternativas, é estratégico continuar o processo de reativação das contas em Meta e Google,
351
+ uma vez que estes canais oferecem segmentação avançada, remarketing e escala difícil de replicar noutros meios.
352
+ </p>
353
+
354
+ <div class="card-grid-2">
355
+ <div class="card">
356
+ <h3>Passos necessários</h3>
357
+ <ul class="clean-list">
358
+ <li>Auditoria à situação atual das contas (motivo do bloqueio);</li>
359
+ <li>Recolha de documentação legal e fiscal da empresa;</li>
360
+ <li>Ajustes no website para reforçar compliance (termos, política de privacidade, disclaimers);</li>
361
+ <li>Abertura de ticket formal para revisão manual das contas;</li>
362
+ <li>Preparação de plano de campanhas “low-risk” para fase inicial de retorno.</li>
363
+ </ul>
364
+ </div>
365
+
366
+ <div class="card">
367
+ <h3>Benefícios esperados</h3>
368
+ <ul class="clean-list">
369
+ <li>Recuperar acesso aos maiores inventários de publicidade digital;</li>
370
+ <li>Construir funis completos (awareness, consideração, conversão, remarketing);</li>
371
+ <li>Melhorar previsibilidade e controlo de performance;</li>
372
+ <li>Utilizar paid media para alimentar SEO, email e social media de forma integrada.</li>
373
+ </ul>
374
+ </div>
375
+ </div>
376
+ </section>
377
+
378
+ <!-- STREAMERS -->
379
+ <section class="section">
380
+ <h2 class="section-title">Parcerias com streamers de poker</h2>
381
+
382
+ <p class="section-text">
383
+ Os streamers de poker são pontos de contacto privilegiados com jogadores reais: criam comunidade, influenciam
384
+ decisões e têm credibilidade junto de audiências que jogam regularmente. Uma presença consistente neste
385
+ ecossistema pode gerar tráfego qualificado e confiança adicional na marca.
386
+ </p>
387
+
388
+ <div class="two-cols">
389
+ <div>
390
+ <div class="mini-label">Streamers portugueses (já identificados)</div>
391
+ <ul class="clean-list">
392
+ <li><a href="https://www.twitch.tv/mat3uspt" target="_blank">twitch.tv/mat3uspt</a></li>
393
+ <li><a href="https://www.twitch.tv/pai_do_nuts" target="_blank">twitch.tv/pai_do_nuts</a></li>
394
+ <li><a href="https://www.twitch.tv/jeffaocs" target="_blank">twitch.tv/jeffaocs</a></li>
395
+ <li><a href="https://www.twitch.tv/evolutionpoker" target="_blank">twitch.tv/evolutionpoker</a></li>
396
+ <li><a href="https://www.twitch.tv/sofiaespanha" target="_blank">twitch.tv/sofiaespanha</a></li>
397
+ <li><a href="https://www.twitch.tv/move_mind" target="_blank">twitch.tv/move_mind</a></li>
398
+ </ul>
399
+ </div>
400
+
401
+ <div>
402
+ <div class="mini-label">Streamers europeus / internacionais relevantes</div>
403
+ <ul class="clean-list">
404
+ <li>Lex Veldhuis — um dos maiores streamers de poker na Europa;</li>
405
+ <li>Ben “Spraggy” Spragg — forte presença em torneios online;</li>
406
+ <li>Fintan “EasyWithAces” Hand — comunidade sólida e muito engaged;</li>
407
+ <li>RampagePoker — alcance global com foco em poker lifestyle;</li>
408
+ <li>Outros streamers médios regionais a mapear conforme budget e línguas-alvo.</li>
409
+ </ul>
410
+ </div>
411
+ </div>
412
+
413
+ <div class="card-grid-2" style="margin-top:32px;">
414
+ <div class="card">
415
+ <h3>Modelos de colaboração</h3>
416
+ <ul class="clean-list">
417
+ <li>Menções em stream com call-to-action para deals específicos;</li>
418
+ <li>Banners e overlays com branding beatdagame;</li>
419
+ <li>Giveaways ou challenges patrocinados pela marca;</li>
420
+ <li>Segmentos recorrentes tipo “deal da semana” ou “rakeback do mês”.</li>
421
+ </ul>
422
+ </div>
423
+
424
+ <div class="card">
425
+ <h3>Benefícios esperados</h3>
426
+ <ul class="clean-list">
427
+ <li>Tráfego diretamente interessado em poker online;</li>
428
+ <li>Reforço de confiança por associação a figuras conhecidas;</li>
429
+ <li>Conteúdo orgânico adicional (clips, highlights, partilhas);</li>
430
+ <li>Possibilidade de testar mercados específicos (por país ou língua).</li>
431
+ </ul>
432
+ </div>
433
+ </div>
434
+ </section>
435
+
436
+ <!-- MATRIZ -->
437
+ <section class="section">
438
+ <h2 class="section-title">Resumo comparativo dos canais</h2>
439
+
440
+ <table class="matrix-table">
441
+ <thead>
442
+ <tr>
443
+ <th>Canal</th>
444
+ <th>Tipo</th>
445
+ <th>Qualidade potencial de tráfego</th>
446
+ <th>Estado atual</th>
447
+ <th>Próximo passo</th>
448
+ </tr>
449
+ </thead>
450
+ <tbody>
451
+ <tr>
452
+ <td>Reddit Ads</td>
453
+ <td>Paid / Comunidades</td>
454
+ <td><span class="tag tag-med">Médio–Alto</span></td>
455
+ <td>Contactos iniciados</td>
456
+ <td>Fechar proposta comercial e desenhar primeiros testes</td>
457
+ </tr>
458
+ <tr>
459
+ <td>Banners em sites de poker</td>
460
+ <td>Brand &amp; Performance</td>
461
+ <td><span class="tag tag-high">Alto</span></td>
462
+ <td>Lista de potenciais parceiros</td>
463
+ <td>Pedir media kits e avaliar inventário / CPM</td>
464
+ </tr>
465
+ <tr>
466
+ <td>Meta &amp; Google (recuperação)</td>
467
+ <td>Paid mainstream</td>
468
+ <td><span class="tag tag-high">Muito Alto</span></td>
469
+ <td>Bloqueado</td>
470
+ <td>Consolidar documentação e iniciar processo formal de revisão</td>
471
+ </tr>
472
+ <tr>
473
+ <td>Streamers de poker</td>
474
+ <td>Influencer / Comunidade</td>
475
+ <td><span class="tag tag-med">Médio–Alto</span></td>
476
+ <td>Lista inicial identificada</td>
477
+ <td>Contactar streamers prioritários e definir formatos de parceria</td>
478
+ </tr>
479
+ </tbody>
480
+ </table>
481
+
482
+ <div class="summary">
483
+ Estas ações alternativas complementam o advertising já existente, oferecem novos caminhos para chegar a
484
+ jogadores de valor e criam uma base mais sólida para o momento em que Meta e Google voltarem a ser opção.
485
+ O passo seguinte é priorizar canais, testar em pequena escala e reforçar aqueles que mostrarem melhor
486
+ equilíbrio entre custo, qualidade e previsibilidade.
487
+ </div>
488
+ </section>
489
+
490
  </div>
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
report-dashboard.html CHANGED
@@ -3,8 +3,9 @@
3
  <head>
4
  <meta charset="UTF-8">
5
  <meta name="viewport" content="width=device-width, initial-scale=1.0">
6
- <title>BeatDaGame - Painel de Desempenho</title>
7
- <link rel="stylesheet" href="style.css">
 
8
  <script src="https://cdn.tailwindcss.com"></script>
9
  <script src="https://cdn.jsdelivr.net/npm/chart.js"></script>
10
  <script src="https://cdn.jsdelivr.net/npm/feather-icons/dist/feather.min.js"></script>
 
3
  <head>
4
  <meta charset="UTF-8">
5
  <meta name="viewport" content="width=device-width, initial-scale=1.0">
6
+ <title>Performance Dashboard | BEATDAGAME</title>
7
+ <meta name="description" content="Real-time performance dashboard for BEATDAGAME showing key metrics, user growth, revenue sources, and deal performance analytics.">
8
+ <link rel="stylesheet" href="style.css">
9
  <script src="https://cdn.tailwindcss.com"></script>
10
  <script src="https://cdn.jsdelivr.net/npm/chart.js"></script>
11
  <script src="https://cdn.jsdelivr.net/npm/feather-icons/dist/feather.min.js"></script>
report.html CHANGED
@@ -3,8 +3,9 @@
3
  <head>
4
  <meta charset="UTF-8">
5
  <meta name="viewport" content="width=device-width, initial-scale=1.0">
6
- <title>Relatório de Website | BEATDAGAME</title>
7
- <link rel="stylesheet" href="style.css">
 
8
  <script src="https://cdn.tailwindcss.com"></script>
9
  <script src="https://cdn.jsdelivr.net/npm/feather-icons/dist/feather.min.js"></script>
10
  </head>
 
3
  <head>
4
  <meta charset="UTF-8">
5
  <meta name="viewport" content="width=device-width, initial-scale=1.0">
6
+ <title>Website Report | BEATDAGAME</title>
7
+ <meta name="description" content="Comprehensive analytics report for BEATDAGAME's website performance and traffic metrics.">
8
+ <link rel="stylesheet" href="style.css">
9
  <script src="https://cdn.tailwindcss.com"></script>
10
  <script src="https://cdn.jsdelivr.net/npm/feather-icons/dist/feather.min.js"></script>
11
  </head>
script.js CHANGED
@@ -2,7 +2,7 @@
2
  document.addEventListener('DOMContentLoaded', function() {
3
  feather.replace();
4
  // Scroll suave para links âncora
5
- document.querySelectorAll('a[href^="#"]').forEach(anchor => {
6
  anchor.addEventListener('click', function (e) {
7
  e.preventDefault();
8
  document.querySelector(this.getAttribute('href')).scrollIntoView({
 
2
  document.addEventListener('DOMContentLoaded', function() {
3
  feather.replace();
4
  // Scroll suave para links âncora
5
+ document.querySelectorAll('a[href^="#"]').forEach(anchor => {
6
  anchor.addEventListener('click', function (e) {
7
  e.preventDefault();
8
  document.querySelector(this.getAttribute('href')).scrollIntoView({
seo-report.html CHANGED
@@ -3,7 +3,8 @@
3
  <head>
4
  <meta charset="UTF-8">
5
  <meta name="viewport" content="width=device-width, initial-scale=1.0">
6
- <title>Relatório SEO | BEATDAGAME</title>
 
7
  <link rel="stylesheet" href="style.css">
8
  <script src="https://cdn.tailwindcss.com"></script>
9
  <script src="https://cdn.jsdelivr.net/npm/feather-icons/dist/feather.min.js"></script>
 
3
  <head>
4
  <meta charset="UTF-8">
5
  <meta name="viewport" content="width=device-width, initial-scale=1.0">
6
+ <title>SEO Report | BEATDAGAME</title>
7
+ <meta name="description" content="Comprehensive SEO performance report for BEATDAGAME including organic traffic, content analysis, and optimization recommendations.">
8
  <link rel="stylesheet" href="style.css">
9
  <script src="https://cdn.tailwindcss.com"></script>
10
  <script src="https://cdn.jsdelivr.net/npm/feather-icons/dist/feather.min.js"></script>
social-report.html CHANGED
@@ -3,7 +3,8 @@
3
  <head>
4
  <meta charset="UTF-8">
5
  <meta name="viewport" content="width=device-width, initial-scale=1.0">
6
- <title>Relatório Social Media | BEATDAGAME</title>
 
7
  <link rel="stylesheet" href="style.css">
8
  <script src="https://cdn.tailwindcss.com"></script>
9
  <script src="https://cdn.jsdelivr.net/npm/feather-icons/dist/feather.min.js"></script>
 
3
  <head>
4
  <meta charset="UTF-8">
5
  <meta name="viewport" content="width=device-width, initial-scale=1.0">
6
+ <title>Social Media Report | BEATDAGAME</title>
7
+ <meta name="description" content="Detailed analysis of BEATDAGAME's social media performance across Instagram and Facebook platforms.">
8
  <link rel="stylesheet" href="style.css">
9
  <script src="https://cdn.tailwindcss.com"></script>
10
  <script src="https://cdn.jsdelivr.net/npm/feather-icons/dist/feather.min.js"></script>
website.html CHANGED
@@ -4,8 +4,9 @@
4
  <head>
5
  <meta charset="UTF-8">
6
  <meta name="viewport" content="width=device-width, initial-scale=1.0">
7
- <title>Serviços de Website | BEATDAGAME</title>
8
- <link rel="stylesheet" href="style.css">
 
9
  <script src="https://cdn.tailwindcss.com"></script>
10
  <script src="https://cdn.jsdelivr.net/npm/feather-icons/dist/feather.min.js"></script>
11
  </head>
 
4
  <head>
5
  <meta charset="UTF-8">
6
  <meta name="viewport" content="width=device-width, initial-scale=1.0">
7
+ <title>Website Services | BEATDAGAME</title>
8
+ <meta name="description" content="Discover how BEATDAGAME's website serves as your comprehensive poker rakeback and deals comparison platform.">
9
+ <link rel="stylesheet" href="style.css">
10
  <script src="https://cdn.tailwindcss.com"></script>
11
  <script src="https://cdn.jsdelivr.net/npm/feather-icons/dist/feather.min.js"></script>
12
  </head>