MathewSant commited on
Commit
bea785f
·
verified ·
1 Parent(s): 1434a4b

Crie o design completo de uma landing page profissional e moderna para uma empresa chamada GRYFION.

Browse files

A GRYFION é uma plataforma de proteção veicular combinada com um sistema de rede (associados) onde os membros podem proteger seu veículo, construir uma rede de novos associados, acompanhar desempenho, pagar faturas, crescer profissionalmente dentro da empresa e visualizar saldos e progressões de carreira.

O objetivo da landing page é encantar leigos, transmitir seriedade e visão, e apresentar a GRYFION como um projeto ambicioso, sólido e inovador.

IDENTIDADE VISUAL

Paleta: Azul-escuro premium (#0A1B2A), Dourado elegante (#D5A74E), Branco (#FFFFFF), Cinza suave (#F2F2F2).

Estilo: Moderno, limpo, corporativo, sofisticado.

Tipografia: Montserrat, Inter ou Poppins.

Estética: Tecnologia + Elegância + Proteção + Comunidade.

Evitar poluição visual, priorizar impacto emocional.

SEÇÕES DA LANDING PAGE (CRIE TODAS)
1. HERO (seção inicial impactante)

Fundo com estética futurista premium (proteção, carro, luzes, rede digital).

Headline forte:
“GRYFION — Proteção inteligente. Crescimento compartilhado.”

Subheadline:
“A combinação perfeita entre proteção veicular e oportunidade de renda através de uma rede sólida e transparente.”

Botões:

Quero ser um Associado

Conhecer a Plataforma

Texto pequeno abaixo:
“Sua liberdade nunca esteve tão próxima.”

2. COMO FUNCIONA (explicação simples para leigos)

Três colunas explicativas:

1 — Proteja seu veículo
Cobertura completa com simplicidade e transparência.

2 — Construa sua rede
Indique novos associados e fortaleça sua cadeia de crescimento.

3 — Cresça com a Gryfion
Acompanhe saldo, desempenho, faturas e plano de carreira em um painel moderno.

3. A REDE GRYFION (visualizar o negócio)

Crie uma seção com um gráfico ilustrado de rede (A1, A2, A3 → A4, A5, A6).
Texto de destaque:
“Quando todos contribuem, todos crescem juntos.”

Explicar:

estrutura em níveis

progressão

construção de rede sustentável

4. ÁREA DO ASSOCIADO

Mockup estilizado de dashboard com:

saldo atual

rede/genealogia

faturas (pagas / em aberto)

desempenho

botão “Cadastrar um novo sócio”

Título:
“Um painel completo para gerenciar sua jornada.”
Subtexto:
“Organização, transparência e tecnologia em cada etapa do seu crescimento.”

5. PLANO DE CARREIRA

Criar uma seção com três pilares:

Associado → Executivo → Diretor

Texto:
“Progresso baseado em contribuição, transparência e resultados.”

6. BENEFÍCIOS DA GRYFION

Bullet points:

Proteção veicular moderna

Plataforma intuitiva

Renda através de indicações

Crescimento profissional em rede

Dashboard claro e completo

Comunidade unida e colaborativa

7. SOBRE A GRYFION

Seção institucional com tom de propósito:

“Somos mais do que uma plataforma.
Somos uma comunidade que acredita em oportunidades reais, proteção acessível e crescimento compartilhado.
A Gryfion nasceu para unir segurança, tecnologia e colaboração.”

8. CTA FINAL (FECHAMENTO)

Frase grande:
“Pronto para fazer parte da Gryfion?”

Botão:
Quero ser Associado Agora

Rodapé simples com:

Termos

Política

Contato

DIRETRIZES GERAIS

Tom inspirador, profissional, visionário.

Layout harmônico, equilibrado, sem excesso.

Priorizar UX simples para quem é leigo.

Não criar nada complicado: objetivo é transmitir SONHO e VISÃO.

Componentes com cantos levemente arredondados, sombras suaves e elegância premium.

Evitar poluição ou animações exageradas.

Paleta Azul + Dourado sempre presente nos elementos-chave.

Files changed (6) hide show
  1. README.md +8 -5
  2. components/footer.js +177 -0
  3. components/navbar.js +196 -0
  4. index.html +369 -19
  5. script.js +36 -0
  6. style.css +32 -18
README.md CHANGED
@@ -1,10 +1,13 @@
1
  ---
2
- title: Gryfion Shield Network
3
- emoji: 😻
4
- colorFrom: blue
5
- colorTo: blue
6
  sdk: static
7
  pinned: false
 
 
8
  ---
9
 
10
- Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference
 
 
1
  ---
2
+ title: Gryfion Shield Network 🛡️🚗✨
3
+ colorFrom: pink
4
+ colorTo: yellow
5
+ emoji: 🐳
6
  sdk: static
7
  pinned: false
8
+ tags:
9
+ - deepsite-v3
10
  ---
11
 
12
+ # Welcome to your new DeepSite project!
13
+ This project was created with [DeepSite](https://huggingface.co/deepsite).
components/footer.js ADDED
@@ -0,0 +1,177 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ class CustomFooter extends HTMLElement {
2
+ connectedCallback() {
3
+ this.attachShadow({ mode: 'open' });
4
+ this.shadowRoot.innerHTML = `
5
+ <style>
6
+ :host {
7
+ display: block;
8
+ background-color: #0A1B2A;
9
+ color: white;
10
+ padding: 3rem 0;
11
+ }
12
+
13
+ .footer-container {
14
+ max-width: 1200px;
15
+ margin: 0 auto;
16
+ padding: 0 2rem;
17
+ }
18
+
19
+ .footer-content {
20
+ display: grid;
21
+ grid-template-columns: repeat(1, 1fr);
22
+ gap: 2rem;
23
+ }
24
+
25
+ .footer-logo {
26
+ font-size: 1.5rem;
27
+ font-weight: 700;
28
+ margin-bottom: 1rem;
29
+ display: flex;
30
+ align-items: center;
31
+ }
32
+
33
+ .footer-logo-icon {
34
+ color: #D5A74E;
35
+ margin-right: 0.5rem;
36
+ }
37
+
38
+ .footer-description {
39
+ color: rgba(255, 255, 255, 0.7);
40
+ margin-bottom: 1.5rem;
41
+ max-width: 300px;
42
+ }
43
+
44
+ .footer-links h3 {
45
+ font-size: 1.125rem;
46
+ font-weight: 600;
47
+ margin-bottom: 1.5rem;
48
+ color: white;
49
+ }
50
+
51
+ .footer-links ul {
52
+ list-style: none;
53
+ padding: 0;
54
+ }
55
+
56
+ .footer-links li {
57
+ margin-bottom: 0.75rem;
58
+ }
59
+
60
+ .footer-links a {
61
+ color: rgba(255, 255, 255, 0.7);
62
+ text-decoration: none;
63
+ transition: color 0.3s ease;
64
+ }
65
+
66
+ .footer-links a:hover {
67
+ color: #D5A74E;
68
+ }
69
+
70
+ .social-links {
71
+ display: flex;
72
+ gap: 1rem;
73
+ margin-top: 1rem;
74
+ }
75
+
76
+ .social-links a {
77
+ color: rgba(255, 255, 255, 0.7);
78
+ transition: color 0.3s ease;
79
+ }
80
+
81
+ .social-links a:hover {
82
+ color: #D5A74E;
83
+ }
84
+
85
+ .footer-bottom {
86
+ border-top: 1px solid rgba(255, 255, 255, 0.1);
87
+ padding-top: 2rem;
88
+ margin-top: 3rem;
89
+ display: flex;
90
+ flex-direction: column;
91
+ align-items: center;
92
+ text-align: center;
93
+ color: rgba(255, 255, 255, 0.5);
94
+ font-size: 0.875rem;
95
+ }
96
+
97
+ .footer-bottom-links {
98
+ display: flex;
99
+ gap: 1.5rem;
100
+ margin-bottom: 1rem;
101
+ }
102
+
103
+ .footer-bottom-links a {
104
+ color: rgba(255, 255, 255, 0.7);
105
+ text-decoration: none;
106
+ transition: color 0.3s ease;
107
+ }
108
+
109
+ .footer-bottom-links a:hover {
110
+ color: #D5A74E;
111
+ }
112
+
113
+ @media (min-width: 768px) {
114
+ .footer-content {
115
+ grid-template-columns: repeat(3, 1fr);
116
+ }
117
+ }
118
+ </style>
119
+
120
+ <div class="footer-container">
121
+ <div class="footer-content">
122
+ <div class="footer-about">
123
+ <div class="footer-logo">
124
+ <i data-feather="shield" class="footer-logo-icon"></i>
125
+ GRYFION
126
+ </div>
127
+ <p class="footer-description">
128
+ Proteção inteligente. Crescimento compartilhado. Sua liberdade nunca esteve tão próxima.
129
+ </p>
130
+ <div class="social-links">
131
+ <a href="#"><i data-feather="facebook"></i></a>
132
+ <a href="#"><i data-feather="instagram"></i></a>
133
+ <a href="#"><i data-feather="linkedin"></i></a>
134
+ <a href="#"><i data-feather="youtube"></i></a>
135
+ </div>
136
+ </div>
137
+
138
+ <div class="footer-links">
139
+ <h3>Links Rápidos</h3>
140
+ <ul>
141
+ <li><a href="#como-funciona">Como Funciona</a></li>
142
+ <li><a href="#rede">A Rede Gryfion</a></li>
143
+ <li><a href="#plataforma">Área do Associado</a></li>
144
+ <li><a href="#carreira">Plano de Carreira</a></li>
145
+ <li><a href="#beneficios">Benefícios</a></li>
146
+ </ul>
147
+ </div>
148
+
149
+ <div class="footer-links">
150
+ <h3>Institucional</h3>
151
+ <ul>
152
+ <li><a href="#">Sobre Nós</a></li>
153
+ <li><a href="#">Termos de Uso</a></li>
154
+ <li><a href="#">Política de Privacidade</a></li>
155
+ <li><a href="#">Trabalhe Conosco</a></li>
156
+ <li><a href="#">Contato</a></li>
157
+ </ul>
158
+ </div>
159
+ </div>
160
+
161
+ <div class="footer-bottom">
162
+ <div class="footer-bottom-links">
163
+ <a href="#">Termos de Serviço</a>
164
+ <a href="#">Política de Privacidade</a>
165
+ <a href="#">Cookies</a>
166
+ </div>
167
+ <p>&copy; ${new Date().getFullYear()} GRYFION. Todos os direitos reservados.</p>
168
+ </div>
169
+ </div>
170
+ `;
171
+
172
+ // Replace feather icons
173
+ feather.replace();
174
+ }
175
+ }
176
+
177
+ customElements.define('custom-footer', CustomFooter);
components/navbar.js ADDED
@@ -0,0 +1,196 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ class CustomNavbar extends HTMLElement {
2
+ connectedCallback() {
3
+ this.attachShadow({ mode: 'open' });
4
+ this.shadowRoot.innerHTML = `
5
+ <style>
6
+ :host {
7
+ display: block;
8
+ position: fixed;
9
+ top: 0;
10
+ left: 0;
11
+ right: 0;
12
+ z-index: 1000;
13
+ background-color: rgba(10, 27, 42, 0.9);
14
+ backdrop-filter: blur(10px);
15
+ box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
16
+ transition: all 0.3s ease;
17
+ }
18
+
19
+ .navbar-container {
20
+ max-width: 1200px;
21
+ margin: 0 auto;
22
+ padding: 1rem 2rem;
23
+ display: flex;
24
+ justify-content: space-between;
25
+ align-items: center;
26
+ }
27
+
28
+ .logo {
29
+ display: flex;
30
+ align-items: center;
31
+ font-weight: 700;
32
+ font-size: 1.5rem;
33
+ color: white;
34
+ text-decoration: none;
35
+ }
36
+
37
+ .logo-icon {
38
+ color: #D5A74E;
39
+ margin-right: 0.5rem;
40
+ }
41
+
42
+ .nav-links {
43
+ display: none;
44
+ }
45
+
46
+ .nav-links a {
47
+ color: white;
48
+ text-decoration: none;
49
+ margin-left: 2rem;
50
+ font-weight: 500;
51
+ transition: color 0.3s ease;
52
+ position: relative;
53
+ }
54
+
55
+ .nav-links a:hover {
56
+ color: #D5A74E;
57
+ }
58
+
59
+ .nav-links a:hover::after {
60
+ width: 100%;
61
+ }
62
+
63
+ .nav-links a::after {
64
+ content: '';
65
+ position: absolute;
66
+ bottom: -5px;
67
+ left: 0;
68
+ width: 0;
69
+ height: 2px;
70
+ background-color: #D5A74E;
71
+ transition: width 0.3s ease;
72
+ }
73
+
74
+ .mobile-menu-btn {
75
+ background: none;
76
+ border: none;
77
+ color: white;
78
+ cursor: pointer;
79
+ display: block;
80
+ }
81
+
82
+ .mobile-menu {
83
+ position: fixed;
84
+ top: 80px;
85
+ left: 0;
86
+ right: 0;
87
+ background-color: rgba(10, 27, 42, 0.98);
88
+ padding: 2rem;
89
+ transform: translateY(-150%);
90
+ transition: transform 0.3s ease;
91
+ z-index: 999;
92
+ }
93
+
94
+ .mobile-menu.active {
95
+ transform: translateY(0);
96
+ }
97
+
98
+ .mobile-menu a {
99
+ display: block;
100
+ color: white;
101
+ text-decoration: none;
102
+ padding: 1rem 0;
103
+ border-bottom: 1px solid rgba(255, 255, 255, 0.1);
104
+ }
105
+
106
+ .mobile-menu a:hover {
107
+ color: #D5A74E;
108
+ }
109
+
110
+ .cta-button {
111
+ background-color: #D5A74E;
112
+ color: #0A1B2A;
113
+ padding: 0.5rem 1.5rem;
114
+ border-radius: 0.375rem;
115
+ font-weight: 600;
116
+ transition: all 0.3s ease;
117
+ margin-left: 2rem;
118
+ }
119
+
120
+ .cta-button:hover {
121
+ background-color: #c2953e;
122
+ transform: translateY(-2px);
123
+ }
124
+
125
+ @media (min-width: 768px) {
126
+ .nav-links {
127
+ display: flex;
128
+ align-items: center;
129
+ }
130
+
131
+ .mobile-menu-btn {
132
+ display: none;
133
+ }
134
+ }
135
+ </style>
136
+
137
+ <div class="navbar-container">
138
+ <a href="/" class="logo">
139
+ <i data-feather="shield" class="logo-icon"></i>
140
+ GRYFION
141
+ </a>
142
+
143
+ <button class="mobile-menu-btn" id="mobileMenuBtn">
144
+ <i data-feather="menu"></i>
145
+ </button>
146
+
147
+ <div class="nav-links">
148
+ <a href="#como-funciona">Como Funciona</a>
149
+ <a href="#rede">A Rede</a>
150
+ <a href="#plataforma">Plataforma</a>
151
+ <a href="#carreira">Carreira</a>
152
+ <a href="#beneficios">Benefícios</a>
153
+ <a href="#contato">Contato</a>
154
+ <a href="#associado" class="cta-button">Seja um Associado</a>
155
+ </div>
156
+ </div>
157
+
158
+ <div class="mobile-menu" id="mobileMenu">
159
+ <a href="#como-funciona">Como Funciona</a>
160
+ <a href="#rede">A Rede</a>
161
+ <a href="#plataforma">Plataforma</a>
162
+ <a href="#carreira">Carreira</a>
163
+ <a href="#beneficios">Benefícios</a>
164
+ <a href="#contato">Contato</a>
165
+ <a href="#associado" class="cta-button mt-4 inline-block">Seja um Associado</a>
166
+ </div>
167
+ `;
168
+
169
+ // Initialize mobile menu
170
+ const mobileMenuBtn = this.shadowRoot.getElementById('mobileMenuBtn');
171
+ const mobileMenu = this.shadowRoot.getElementById('mobileMenu');
172
+
173
+ mobileMenuBtn.addEventListener('click', () => {
174
+ mobileMenu.classList.toggle('active');
175
+ const icon = mobileMenuBtn.querySelector('i');
176
+ if (mobileMenu.classList.contains('active')) {
177
+ feather.icons['x'].replace(icon);
178
+ } else {
179
+ feather.icons['menu'].replace(icon);
180
+ }
181
+ });
182
+
183
+ // Close mobile menu when clicking a link
184
+ this.shadowRoot.querySelectorAll('#mobileMenu a').forEach(link => {
185
+ link.addEventListener('click', () => {
186
+ mobileMenu.classList.remove('active');
187
+ feather.icons['menu'].replace(mobileMenuBtn.querySelector('i'));
188
+ });
189
+ });
190
+
191
+ // Replace feather icons
192
+ feather.replace();
193
+ }
194
+ }
195
+
196
+ customElements.define('custom-navbar', CustomNavbar);
index.html CHANGED
@@ -1,19 +1,369 @@
1
- <!doctype html>
2
- <html>
3
- <head>
4
- <meta charset="utf-8" />
5
- <meta name="viewport" content="width=device-width" />
6
- <title>My static Space</title>
7
- <link rel="stylesheet" href="style.css" />
8
- </head>
9
- <body>
10
- <div class="card">
11
- <h1>Welcome to your static Space!</h1>
12
- <p>You can modify this app directly by editing <i>index.html</i> in the Files and versions tab.</p>
13
- <p>
14
- Also don't forget to check the
15
- <a href="https://huggingface.co/docs/hub/spaces" target="_blank">Spaces documentation</a>.
16
- </p>
17
- </div>
18
- </body>
19
- </html>
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <!DOCTYPE html>
2
+ <html lang="pt-BR">
3
+ <head>
4
+ <meta charset="UTF-8">
5
+ <meta name="viewport" content="width=device-width, initial-scale=1.0">
6
+ <title>GRYFION - Proteção Inteligente. Crescimento Compartilhado.</title>
7
+ <link rel="preconnect" href="https://fonts.googleapis.com">
8
+ <link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
9
+ <link href="https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700&display=swap" rel="stylesheet">
10
+ <script src="https://cdn.tailwindcss.com"></script>
11
+ <script src="https://cdn.jsdelivr.net/npm/feather-icons/dist/feather.min.js"></script>
12
+ <script src="https://unpkg.com/feather-icons"></script>
13
+ <link rel="stylesheet" href="style.css">
14
+ <script>
15
+ tailwind.config = {
16
+ theme: {
17
+ extend: {
18
+ colors: {
19
+ gryfion: {
20
+ dark: '#0A1B2A',
21
+ gold: '#D5A74E',
22
+ light: '#F2F2F2'
23
+ }
24
+ },
25
+ fontFamily: {
26
+ poppins: ['Poppins', 'sans-serif'],
27
+ },
28
+ }
29
+ }
30
+ }
31
+ </script>
32
+ </head>
33
+ <body class="font-poppins bg-white text-gryfion-dark">
34
+ <custom-navbar></custom-navbar>
35
+
36
+ <!-- Hero Section -->
37
+ <section class="relative bg-gryfion-dark text-white overflow-hidden">
38
+ <div class="absolute inset-0 bg-black opacity-50 z-0"></div>
39
+ <div class="absolute inset-0 bg-gradient-to-r from-gryfion-dark to-transparent z-0"></div>
40
+ <img src="http://static.photos/technology/1920x1080/42" alt="Fundo futurista" class="absolute inset-0 w-full h-full object-cover z-0">
41
+
42
+ <div class="container mx-auto px-6 py-24 md:py-32 relative z-10">
43
+ <div class="max-w-2xl">
44
+ <h1 class="text-4xl md:text-6xl font-bold mb-4">GRYFION — <span class="text-gryfion-gold">Proteção inteligente.</span> <br>Crescimento compartilhado.</h1>
45
+ <p class="text-xl md:text-2xl mb-8">A combinação perfeita entre proteção veicular e oportunidade de renda através de uma rede sólida e transparente.</p>
46
+ <div class="flex flex-col sm:flex-row gap-4 mb-8">
47
+ <a href="#associado" class="bg-gryfion-gold hover:bg-yellow-600 text-gryfion-dark font-semibold py-3 px-8 rounded-lg transition duration-300 text-center">Quero ser um Associado</a>
48
+ <a href="#plataforma" class="border-2 border-white hover:bg-white hover:text-gryfion-dark font-semibold py-3 px-8 rounded-lg transition duration-300 text-center">Conhecer a Plataforma</a>
49
+ </div>
50
+ <p class="text-gryfion-gold italic">Sua liberdade nunca esteve tão próxima.</p>
51
+ </div>
52
+ </div>
53
+ </section>
54
+
55
+ <!-- Como Funciona -->
56
+ <section class="py-20 bg-gray-50">
57
+ <div class="container mx-auto px-6">
58
+ <h2 class="text-3xl font-bold text-center mb-16">Como funciona a <span class="text-gryfion-gold">GRYFION</span></h2>
59
+ <div class="grid md:grid-cols-3 gap-8">
60
+ <div class="bg-white p-8 rounded-xl shadow-lg hover:shadow-xl transition duration-300">
61
+ <div class="w-16 h-16 bg-gryfion-gold rounded-full flex items-center justify-center mb-6 mx-auto">
62
+ <i data-feather="shield" class="text-white w-6 h-6"></i>
63
+ </div>
64
+ <h3 class="text-xl font-semibold mb-4 text-center">Proteja seu veículo</h3>
65
+ <p class="text-gray-600 text-center">Cobertura completa com simplicidade e transparência para sua tranquilidade.</p>
66
+ </div>
67
+ <div class="bg-white p-8 rounded-xl shadow-lg hover:shadow-xl transition duration-300">
68
+ <div class="w-16 h-16 bg-gryfion-gold rounded-full flex items-center justify-center mb-6 mx-auto">
69
+ <i data-feather="users" class="text-white w-6 h-6"></i>
70
+ </div>
71
+ <h3 class="text-xl font-semibold mb-4 text-center">Construa sua rede</h3>
72
+ <p class="text-gray-600 text-center">Indique novos associados e fortaleça sua cadeia de crescimento sustentável.</p>
73
+ </div>
74
+ <div class="bg-white p-8 rounded-xl shadow-lg hover:shadow-xl transition duration-300">
75
+ <div class="w-16 h-16 bg-gryfion-gold rounded-full flex items-center justify-center mb-6 mx-auto">
76
+ <i data-feather="trending-up" class="text-white w-6 h-6"></i>
77
+ </div>
78
+ <h3 class="text-xl font-semibold mb-4 text-center">Cresça com a Gryfion</h3>
79
+ <p class="text-gray-600 text-center">Acompanhe saldo, desempenho e plano de carreira em um painel moderno e intuitivo.</p>
80
+ </div>
81
+ </div>
82
+ </div>
83
+ </section>
84
+
85
+ <!-- A Rede Gryfion -->
86
+ <section class="py-20 bg-white">
87
+ <div class="container mx-auto px-6">
88
+ <div class="flex flex-col md:flex-row items-center">
89
+ <div class="md:w-1/2 mb-10 md:mb-0">
90
+ <img src="http://static.photos/abstract/800x600/23" alt="Rede de conexões" class="rounded-lg shadow-xl w-full">
91
+ </div>
92
+ <div class="md:w-1/2 md:pl-12">
93
+ <h2 class="text-3xl font-bold mb-6">A <span class="text-gryfion-gold">Rede Gryfion</span></h2>
94
+ <p class="text-xl mb-8 text-gray-700">"Quando todos contribuem, todos crescem juntos."</p>
95
+ <p class="mb-6 text-gray-600">Nossa estrutura em níveis proporciona uma progressão justa e transparente, onde cada associado tem a oportunidade de construir uma rede sustentável e lucrativa.</p>
96
+ <ul class="space-y-3">
97
+ <li class="flex items-start">
98
+ <i data-feather="check-circle" class="text-gryfion-gold mr-2 mt-1"></i>
99
+ <span class="text-gray-600">Estrutura organizada em múltiplos níveis</span>
100
+ </li>
101
+ <li class="flex items-start">
102
+ <i data-feather="check-circle" class="text-gryfion-gold mr-2 mt-1"></i>
103
+ <span class="text-gray-600">Progressão baseada em meritocracia</span>
104
+ </li>
105
+ <li class="flex items-start">
106
+ <i data-feather="check-circle" class="text-gryfion-gold mr-2 mt-1"></i>
107
+ <span class="text-gray-600">Construção de rede colaborativa</span>
108
+ </li>
109
+ </ul>
110
+ </div>
111
+ </div>
112
+ </div>
113
+ </section>
114
+
115
+ <!-- Área do Associado -->
116
+ <section id="plataforma" class="py-20 bg-gray-50">
117
+ <div class="container mx-auto px-6">
118
+ <h2 class="text-3xl font-bold text-center mb-6">Um painel completo para gerenciar sua <span class="text-gryfion-gold">jornada</span></h2>
119
+ <p class="text-xl text-center mb-16 text-gray-600 max-w-3xl mx-auto">Organização, transparência e tecnologia em cada etapa do seu crescimento.</p>
120
+
121
+ <div class="bg-white rounded-xl shadow-lg overflow-hidden max-w-4xl mx-auto">
122
+ <div class="p-6 border-b border-gray-200 flex justify-between items-center bg-gryfion-dark text-white">
123
+ <div class="flex items-center">
124
+ <i data-feather="user" class="mr-2"></i>
125
+ <span>Área do Associado</span>
126
+ </div>
127
+ <div class="flex space-x-2">
128
+ <div class="w-3 h-3 rounded-full bg-red-500"></div>
129
+ <div class="w-3 h-3 rounded-full bg-yellow-500"></div>
130
+ <div class="w-3 h-3 rounded-full bg-green-500"></div>
131
+ </div>
132
+ </div>
133
+ <div class="p-8">
134
+ <div class="grid md:grid-cols-2 gap-8">
135
+ <div>
136
+ <h3 class="text-xl font-semibold mb-4">Seu resumo</h3>
137
+ <div class="bg-gray-100 p-4 rounded-lg mb-6">
138
+ <div class="flex justify-between items-center mb-2">
139
+ <span class="text-gray-600">Saldo disponível</span>
140
+ <span class="font-bold text-gryfion-gold">R$ 2.845,00</span>
141
+ </div>
142
+ <div class="flex justify-between items-center">
143
+ <span class="text-gray-600">Próxima fatura</span>
144
+ <span class="font-bold">15/07/2023</span>
145
+ </div>
146
+ </div>
147
+ <div class="mb-6">
148
+ <h4 class="font-medium mb-2">Sua rede</h4>
149
+ <div class="flex items-center">
150
+ <div class="w-12 h-12 rounded-full bg-gray-300 flex items-center justify-center mr-2">
151
+ <i data-feather="user" class="text-gray-600"></i>
152
+ </div>
153
+ <div class="ml-2">
154
+ <p class="font-medium">12 associados diretos</p>
155
+ <p class="text-sm text-gray-500">Total na rede: 87</p>
156
+ </div>
157
+ </div>
158
+ </div>
159
+ <button class="bg-gryfion-gold hover:bg-yellow-600 text-white font-semibold py-2 px-6 rounded-lg transition duration-300 flex items-center">
160
+ <i data-feather="plus" class="mr-2 w-4 h-4"></i> Cadastrar novo sócio
161
+ </button>
162
+ </div>
163
+ <div>
164
+ <h3 class="text-xl font-semibold mb-4">Seu desempenho</h3>
165
+ <div class="bg-gray-100 p-4 rounded-lg mb-6 h-40 flex items-center justify-center">
166
+ <p class="text-gray-500">Gráfico de desempenho</p>
167
+ </div>
168
+ <div class="flex justify-between">
169
+ <div>
170
+ <p class="text-sm text-gray-500">Nível atual</p>
171
+ <p class="font-bold">Executivo</p>
172
+ </div>
173
+ <div>
174
+ <p class="text-sm text-gray-500">Próximo nível</p>
175
+ <p class="font-bold">2.000 pontos</p>
176
+ </div>
177
+ </div>
178
+ <div class="w-full bg-gray-200 rounded-full h-2.5 mt-2">
179
+ <div class="bg-gryfion-gold h-2.5 rounded-full" style="width: 65%"></div>
180
+ </div>
181
+ </div>
182
+ </div>
183
+ </div>
184
+ </div>
185
+ </div>
186
+ </section>
187
+
188
+ <!-- Plano de Carreira -->
189
+ <section class="py-20 bg-white">
190
+ <div class="container mx-auto px-6">
191
+ <h2 class="text-3xl font-bold text-center mb-16">Plano de <span class="text-gryfion-gold">Carreira</span></h2>
192
+ <div class="grid md:grid-cols-3 gap-8 max-w-5xl mx-auto">
193
+ <div class="relative">
194
+ <div class="bg-gray-100 p-8 rounded-xl h-full">
195
+ <h3 class="text-xl font-semibold mb-4 text-center text-gryfion-dark">Associado</h3>
196
+ <p class="text-gray-600 text-center mb-6">Primeiros passos na rede Gryfion</p>
197
+ <ul class="space-y-3">
198
+ <li class="flex items-start">
199
+ <i data-feather="check-circle" class="text-gryfion-gold mr-2 mt-1"></i>
200
+ <span class="text-gray-600">Proteção veicular completa</span>
201
+ </li>
202
+ <li class="flex items-start">
203
+ <i data-feather="check-circle" class="text-gryfion-gold mr-2 mt-1"></i>
204
+ <span class="text-gray-600">Rede inicial de até 5 associados</span>
205
+ </li>
206
+ <li class="flex items-start">
207
+ <i data-feather="check-circle" class="text-gryfion-gold mr-2 mt-1"></i>
208
+ <span class="text-gray-600">Acesso ao dashboard básico</span>
209
+ </li>
210
+ </ul>
211
+ </div>
212
+ <div class="absolute -top-4 left-1/2 transform -translate-x-1/2 bg-gryfion-gold text-white px-4 py-1 rounded-full text-sm font-medium">Nível 1</div>
213
+ </div>
214
+ <div class="relative">
215
+ <div class="bg-gryfion-dark text-white p-8 rounded-xl h-full">
216
+ <h3 class="text-xl font-semibold mb-4 text-center text-gryfion-gold">Executivo</h3>
217
+ <p class="text-gray-300 text-center mb-6">Crescimento e liderança</p>
218
+ <ul class="space-y-3">
219
+ <li class="flex items-start">
220
+ <i data-feather="check-circle" class="text-gryfion-gold mr-2 mt-1"></i>
221
+ <span class="text-gray-300">Todos benefícios do Associado</span>
222
+ </li>
223
+ <li class="flex items-start">
224
+ <i data-feather="check-circle" class="text-gryfion-gold mr-2 mt-1"></i>
225
+ <span class="text-gray-300">Rede expandida até 25 associados</span>
226
+ </li>
227
+ <li class="flex items-start">
228
+ <i data-feather="check-circle" class="text-gryfion-gold mr-2 mt-1"></i>
229
+ <span class="text-gray-300">Bônus de desempenho</span>
230
+ </li>
231
+ <li class="flex items-start">
232
+ <i data-feather="check-circle" class="text-gryfion-gold mr-2 mt-1"></i>
233
+ <span class="text-gray-300">Dashboard avançado</span>
234
+ </li>
235
+ </ul>
236
+ </div>
237
+ <div class="absolute -top-4 left-1/2 transform -translate-x-1/2 bg-gryfion-gold text-white px-4 py-1 rounded-full text-sm font-medium">Nível 2</div>
238
+ </div>
239
+ <div class="relative">
240
+ <div class="bg-gray-100 p-8 rounded-xl h-full">
241
+ <h3 class="text-xl font-semibold mb-4 text-center text-gryfion-dark">Diretor</h3>
242
+ <p class="text-gray-600 text-center mb-6">Liderança máxima</p>
243
+ <ul class="space-y-3">
244
+ <li class="flex items-start">
245
+ <i data-feather="check-circle" class="text-gryfion-gold mr-2 mt-1"></i>
246
+ <span class="text-gray-600">Todos benefícios do Executivo</span>
247
+ </li>
248
+ <li class="flex items-start">
249
+ <i data-feather="check-circle" class="text-gryfion-gold mr-2 mt-1"></i>
250
+ <span class="text-gray-600">Rede ilimitada</span>
251
+ </li>
252
+ <li class="flex items-start">
253
+ <i data-feather="check-circle" class="text-gryfion-gold mr-2 mt-1"></i>
254
+ <span class="text-gray-600">Bônus exclusivos</span>
255
+ </li>
256
+ <li class="flex items-start">
257
+ <i data-feather="check-circle" class="text-gryfion-gold mr-2 mt-1"></i>
258
+ <span class="text-gray-600">Viagens e premiações</span>
259
+ </li>
260
+ <li class="flex items-start">
261
+ <i data-feather="check-circle" class="text-gryfion-gold mr-2 mt-1"></i>
262
+ <span class="text-gray-600">Dashboard completo</span>
263
+ </li>
264
+ </ul>
265
+ </div>
266
+ <div class="absolute -top-4 left-1/2 transform -translate-x-1/2 bg-gryfion-gold text-white px-4 py-1 rounded-full text-sm font-medium">Nível 3</div>
267
+ </div>
268
+ </div>
269
+ <p class="text-center mt-12 text-xl text-gray-700 max-w-3xl mx-auto">"Progresso baseado em contribuição, transparência e resultados."</p>
270
+ </div>
271
+ </section>
272
+
273
+ <!-- Benefícios -->
274
+ <section class="py-20 bg-gray-50">
275
+ <div class="container mx-auto px-6">
276
+ <h2 class="text-3xl font-bold text-center mb-16">Benefícios da <span class="text-gryfion-gold">GRYFION</span></h2>
277
+ <div class="grid md:grid-cols-2 lg:grid-cols-3 gap-8 max-w-6xl mx-auto">
278
+ <div class="flex items-start">
279
+ <div class="bg-gryfion-gold bg-opacity-10 p-3 rounded-full mr-4">
280
+ <i data-feather="shield" class="text-gryfion-gold"></i>
281
+ </div>
282
+ <div>
283
+ <h3 class="text-xl font-semibold mb-2">Proteção veicular moderna</h3>
284
+ <p class="text-gray-600">Coberturas abrangentes com processos simplificados e transparentes.</p>
285
+ </div>
286
+ </div>
287
+ <div class="flex items-start">
288
+ <div class="bg-gryfion-gold bg-opacity-10 p-3 rounded-full mr-4">
289
+ <i data-feather="smartphone" class="text-gryfion-gold"></i>
290
+ </div>
291
+ <div>
292
+ <h3 class="text-xl font-semibold mb-2">Plataforma intuitiva</h3>
293
+ <p class="text-gray-600">Interface amigável e recursos completos para gerenciar tudo em um só lugar.</p>
294
+ </div>
295
+ </div>
296
+ <div class="flex items-start">
297
+ <div class="bg-gryfion-gold bg-opacity-10 p-3 rounded-full mr-4">
298
+ <i data-feather="dollar-sign" class="text-gryfion-gold"></i>
299
+ </div>
300
+ <div>
301
+ <h3 class="text-xl font-semibold mb-2">Renda através de indicações</h3>
302
+ <p class="text-gray-600">Ganhe com cada novo associado que fizer parte da sua rede.</p>
303
+ </div>
304
+ </div>
305
+ <div class="flex items-start">
306
+ <div class="bg-gryfion-gold bg-opacity-10 p-3 rounded-full mr-4">
307
+ <i data-feather="award" class="text-gryfion-gold"></i>
308
+ </div>
309
+ <div>
310
+ <h3 class="text-xl font-semibold mb-2">Crescimento profissional</h3>
311
+ <p class="text-gray-600">Plano de carreira claro com metas e recompensas tangíveis.</p>
312
+ </div>
313
+ </div>
314
+ <div class="flex items-start">
315
+ <div class="bg-gryfion-gold bg-opacity-10 p-3 rounded-full mr-4">
316
+ <i data-feather="pie-chart" class="text-gryfion-gold"></i>
317
+ </div>
318
+ <div>
319
+ <h3 class="text-xl font-semibold mb-2">Dashboard completo</h3>
320
+ <p class="text-gray-600">Acompanhe todos os indicadores do seu negócio em tempo real.</p>
321
+ </div>
322
+ </div>
323
+ <div class="flex items-start">
324
+ <div class="bg-gryfion-gold bg-opacity-10 p-3 rounded-full mr-4">
325
+ <i data-feather="users" class="text-gryfion-gold"></i>
326
+ </div>
327
+ <div>
328
+ <h3 class="text-xl font-semibold mb-2">Comunidade unida</h3>
329
+ <p class="text-gray-600">Faça parte de uma rede colaborativa com suporte e treinamentos constantes.</p>
330
+ </div>
331
+ </div>
332
+ </div>
333
+ </div>
334
+ </section>
335
+
336
+ <!-- Sobre -->
337
+ <section class="py-20 bg-gryfion-dark text-white">
338
+ <div class="container mx-auto px-6">
339
+ <div class="max-w-4xl mx-auto text-center">
340
+ <h2 class="text-3xl font-bold mb-8">Sobre a <span class="text-gryfion-gold">GRYFION</span></h2>
341
+ <p class="text-xl mb-8">"Somos mais do que uma plataforma. Somos uma comunidade que acredita em oportunidades reais, proteção acessível e crescimento compartilhado."</p>
342
+ <p class="text-gray-300 mb-8">A Gryfion nasceu para unir segurança, tecnologia e colaboração em um ecossistema onde cada associado tem a oportunidade de proteger seu patrimônio enquanto constrói uma rede lucrativa e sustentável.</p>
343
+ <p class="text-gray-300">Nossa missão é democratizar o acesso à proteção veicular de qualidade, combinada com um modelo de negócios justo e transparente que recompensa o esforço e a dedicação de cada membro da nossa rede.</p>
344
+ </div>
345
+ </div>
346
+ </section>
347
+
348
+ <!-- CTA Final -->
349
+ <section id="associado" class="py-20 bg-gradient-to-r from-gryfion-dark to-gryfion-gold">
350
+ <div class="container mx-auto px-6 text-center">
351
+ <h2 class="text-3xl md:text-4xl font-bold text-white mb-8">Pronto para fazer parte da <span class="text-gryfion-gold">Gryfion</span>?</h2>
352
+ <p class="text-xl text-white mb-8 max-w-2xl mx-auto">Sua jornada rumo à proteção inteligente e crescimento compartilhado começa aqui.</p>
353
+ <a href="#" class="inline-block bg-white hover:bg-gray-100 text-gryfion-dark font-bold py-4 px-12 rounded-lg transition duration-300 text-lg shadow-lg">
354
+ Quero ser Associado Agora
355
+ </a>
356
+ </div>
357
+ </section>
358
+
359
+ <custom-footer></custom-footer>
360
+
361
+ <script src="components/navbar.js"></script>
362
+ <script src="components/footer.js"></script>
363
+ <script src="script.js"></script>
364
+ <script>
365
+ feather.replace();
366
+ </script>
367
+ <script src="https://huggingface.co/deepsite/deepsite-badge.js"></script>
368
+ </body>
369
+ </html>
script.js ADDED
@@ -0,0 +1,36 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ // Smooth scrolling for anchor links
2
+ document.querySelectorAll('a[href^="#"]').forEach(anchor => {
3
+ anchor.addEventListener('click', function (e) {
4
+ e.preventDefault();
5
+
6
+ const targetId = this.getAttribute('href');
7
+ if (targetId === '#') return;
8
+
9
+ const targetElement = document.querySelector(targetId);
10
+ if (targetElement) {
11
+ window.scrollTo({
12
+ top: targetElement.offsetTop - 100,
13
+ behavior: 'smooth'
14
+ });
15
+ }
16
+ });
17
+ });
18
+
19
+ // Animation on scroll
20
+ const animateOnScroll = () => {
21
+ const elements = document.querySelectorAll('.animate-fade-in');
22
+
23
+ elements.forEach(element => {
24
+ const elementPosition = element.getBoundingClientRect().top;
25
+ const screenPosition = window.innerHeight / 1.3;
26
+
27
+ if (elementPosition < screenPosition) {
28
+ element.classList.add('opacity-100', 'translate-y-0');
29
+ }
30
+ });
31
+ };
32
+
33
+ window.addEventListener('scroll', animateOnScroll);
34
+ window.addEventListener('load', animateOnScroll);
35
+
36
+ // Mobile menu toggle (will be handled by navbar component)
style.css CHANGED
@@ -1,28 +1,42 @@
 
1
  body {
2
- padding: 2rem;
3
- font-family: -apple-system, BlinkMacSystemFont, "Arial", sans-serif;
4
  }
5
 
6
- h1 {
7
- font-size: 16px;
8
- margin-top: 0;
 
 
 
 
 
9
  }
10
 
11
- p {
12
- color: rgb(107, 114, 128);
13
- font-size: 15px;
14
- margin-bottom: 10px;
15
- margin-top: 5px;
16
  }
17
 
18
- .card {
19
- max-width: 620px;
20
- margin: 0 auto;
21
- padding: 16px;
22
- border: 1px solid lightgray;
23
- border-radius: 16px;
24
  }
25
 
26
- .card p:last-child {
27
- margin-bottom: 0;
 
 
 
 
 
 
 
 
28
  }
 
 
 
 
1
+ /* Custom styles that complement Tailwind */
2
  body {
3
+ scroll-behavior: smooth;
 
4
  }
5
 
6
+ /* Hero section overlay */
7
+ .hero-overlay {
8
+ position: absolute;
9
+ top: 0;
10
+ left: 0;
11
+ right: 0;
12
+ bottom: 0;
13
+ background: linear-gradient(to right, rgba(10, 27, 42, 0.9) 0%, rgba(10, 27, 42, 0.7) 50%, rgba(10, 27, 42, 0.3) 100%);
14
  }
15
 
16
+ /* Custom shadow for cards */
17
+ .custom-shadow {
18
+ box-shadow: 0 10px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
 
 
19
  }
20
 
21
+ /* Animation for hover effects */
22
+ .hover-scale {
23
+ transition: transform 0.3s ease;
24
+ }
25
+ .hover-scale:hover {
26
+ transform: translateY(-5px);
27
  }
28
 
29
+ /* Custom scrollbar */
30
+ ::-webkit-scrollbar {
31
+ width: 8px;
32
+ }
33
+ ::-webkit-scrollbar-track {
34
+ background: #f1f1f1;
35
+ }
36
+ ::-webkit-scrollbar-thumb {
37
+ background: #D5A74E;
38
+ border-radius: 4px;
39
  }
40
+ ::-webkit-scrollbar-thumb:hover {
41
+ background: #c2953e;
42
+ }