diff --git a/assets/css/custom.css b/assets/css/custom.css
new file mode 100644
index 0000000..ab6b7ba
--- /dev/null
+++ b/assets/css/custom.css
@@ -0,0 +1,160 @@
+
+@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@400;700&display=swap');
+
+:root {
+ --color-primary: #00BFFF; /* Deep Sky Blue */
+ --color-background: #111;
+ --color-surface: #1C1C1C;
+ --color-text: #f0f0f0;
+ --font-family: 'Roboto', sans-serif;
+}
+
+body {
+ background: url('../pasted-20250927-163443-11555b32.jpg') no-repeat center center;
+ background-size: cover;
+ background-attachment: fixed;
+ color: var(--color-text);
+ font-family: var(--font-family);
+ -webkit-font-smoothing: antialiased;
+ -moz-osx-font-smoothing: grayscale;
+ position: relative;
+}
+
+body::after {
+ content: '';
+ position: fixed;
+ top: 0;
+ left: 0;
+ right: 0;
+ bottom: 0;
+ background: rgba(0, 0, 0, 0.5);
+ z-index: -1;
+}
+
+h1, h2, h3, h4, h5, h6 {
+ font-family: var(--font-family);
+ font-weight: 700;
+ color: var(--color-text);
+}
+
+.navbar {
+ background-color: var(--color-surface) !important;
+ border-bottom: 1px solid #333;
+}
+
+.navbar-brand {
+ font-weight: 700;
+ color: var(--color-primary) !important;
+}
+
+.nav-link {
+ color: rgba(255, 255, 255, 0.8) !important;
+ transition: color 0.3s ease;
+}
+
+.nav-link:hover,
+.nav-link.active {
+ color: var(--color-primary) !important;
+}
+
+.hero {
+ padding: 10rem 0;
+ text-align: center;
+}
+
+.hero .container {
+ position: relative;
+ z-index: 2;
+}
+
+.hero h1 {
+ font-size: 3.5rem;
+ color: #fff;
+}
+
+.btn-primary {
+ background: var(--color-primary);
+ border: none;
+ color: #fff;
+ font-family: var(--font-family);
+ font-weight: 700;
+ padding: 0.75rem 1.5rem;
+ border-radius: 0.5rem;
+ transition: all 0.3s ease;
+}
+
+.btn-primary:hover {
+ opacity: 0.9;
+}
+
+.product-card {
+ background-color: var(--color-surface);
+ border: 1px solid var(--color-primary);
+ border-radius: 0.5rem;
+ overflow: hidden;
+ transition: box-shadow 0.3s ease;
+ box-shadow: 0 0 15px rgba(0, 191, 255, 0.3);
+}
+
+.product-card:hover {
+ box-shadow: 0 0 25px rgba(0, 191, 255, 0.6);
+}
+
+.product-card .card-body {
+ display: flex;
+ flex-direction: column;
+ height: 100%;
+ padding: 1.5rem;
+}
+
+.product-card .card-title {
+ color: var(--color-text);
+ font-weight: 700;
+ font-size: 1.25rem;
+}
+
+.product-card .card-text {
+ color: #aaa;
+}
+
+.product-card .price {
+ font-family: var(--font-family);
+ color: var(--color-primary);
+ font-size: 1.75rem;
+ font-weight: 700;
+ margin-top: auto;
+ margin-bottom: 1rem;
+}
+
+.btn-secondary {
+ background: var(--color-primary);
+ border: none;
+ color: #fff;
+ font-family: var(--font-family);
+ font-weight: 700;
+ padding: 0.75rem 1.5rem;
+ border-radius: 0.5rem;
+ transition: all 0.3s ease;
+ width: 100%;
+}
+
+.btn-secondary:hover {
+ opacity: 0.9;
+}
+
+.footer {
+ background-color: var(--color-surface);
+ padding: 2rem 0;
+ margin-top: 4rem;
+ border-top: 1px solid #333;
+}
+
+.footer a {
+ color: #aaa;
+ text-decoration: none;
+ transition: color 0.3s ease;
+}
+
+.footer a:hover {
+ color: var(--color-primary);
+}
diff --git a/assets/js/main.js b/assets/js/main.js
new file mode 100644
index 0000000..9576e5c
--- /dev/null
+++ b/assets/js/main.js
@@ -0,0 +1,4 @@
+// Future interactive elements will go here.
+document.addEventListener('DOMContentLoaded', function () {
+ console.log('Cyberpunk store initialized.');
+});
diff --git a/assets/pasted-20250927-162854-021de3f3.png b/assets/pasted-20250927-162854-021de3f3.png
new file mode 100644
index 0000000..5165433
Binary files /dev/null and b/assets/pasted-20250927-162854-021de3f3.png differ
diff --git a/assets/pasted-20250927-163443-11555b32.jpg b/assets/pasted-20250927-163443-11555b32.jpg
new file mode 100644
index 0000000..389295a
Binary files /dev/null and b/assets/pasted-20250927-163443-11555b32.jpg differ
diff --git a/assets/vm-shot-2025-09-27T16-27-41-276Z.jpg b/assets/vm-shot-2025-09-27T16-27-41-276Z.jpg
new file mode 100644
index 0000000..c6cd01b
Binary files /dev/null and b/assets/vm-shot-2025-09-27T16-27-41-276Z.jpg differ
diff --git a/assets/vm-shot-2025-09-27T16-34-19-561Z.jpg b/assets/vm-shot-2025-09-27T16-34-19-561Z.jpg
new file mode 100644
index 0000000..d9e021e
Binary files /dev/null and b/assets/vm-shot-2025-09-27T16-34-19-561Z.jpg differ
diff --git a/index.php b/index.php
index 6f7ffab..3f69b17 100644
--- a/index.php
+++ b/index.php
@@ -1,131 +1,139 @@
-
-
-
+
+
-
-
- New Style
-
-
-
-
+
+
+ VeNNom Academy - O Futuro é Agora
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
-
-
-
Analyzing your requirements and generating your website…
-
- Loading…
-
-
= ($_SERVER['HTTP_HOST'] ?? '') === 'appwizzy.com' ? 'AppWiZZy' : 'Flatlogic' ?> AI is collecting your requirements and applying the first changes.
-
This page will update automatically as the plan is implemented.
-
Runtime: PHP = htmlspecialchars($phpVersion) ?> — UTC = htmlspecialchars($now) ?>
-
-
-
+
+
+
+
+
+
+
+
+
O Futuro é Digital
+
Explore nossa coleção de produtos virtuais, e-books e cursos para a nova era.
+
Ver Produtos
+
+
+
+
+
+
+
Produtos em Destaque
+
+
+
+
+

+
+
E-book: Crônicas de Neo-Kyoto
+
Uma jornada imersiva pelas ruas de uma metrópole do futuro.
+
R$ 29,90
+
+
+
+
+
+
+
+

+
+
Curso: Design Cyberpunk
+
Aprenda a criar visuais futuristas e interfaces neon.
+
R$ 199,90
+
+
+
+
+
+
+
+

+
+
Pack: Assets 3D Sci-Fi
+
Modelos 3D de alta qualidade para seus projetos de jogos ou animação.
+
R$ 99,90
+
+
+
+
+
+
+
+

+
+
E-book: Código Quântico
+
Desvende os segredos da programação da próxima geração.
+
R$ 34,90
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
-
+
\ No newline at end of file