giuseppe1968 commited on
Commit
edd178c
·
verified ·
1 Parent(s): 4a039d2

PERFEZIONA IN ITALIANO

Browse files
Files changed (2) hide show
  1. README.md +9 -5
  2. index.html +483 -18
README.md CHANGED
@@ -1,10 +1,14 @@
1
  ---
2
- title: Undefined
3
- emoji:
4
- colorFrom: green
5
- colorTo: pink
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: undefined
3
+ colorFrom: blue
4
+ colorTo: green
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://deepsite.hf.co).
14
+
index.html CHANGED
@@ -1,19 +1,484 @@
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="en">
3
+ <head>
4
+ <meta charset="UTF-8">
5
+ <meta name="viewport" content="width=device-width, initial-scale=1.0">
6
+ <title>Piano Rosso Orizzontale | Piano Aziendale 10 Anni</title>
7
+ <script src="https://cdn.tailwindcss.com"></script>
8
+ <script src="https://unpkg.com/feather-icons"></script>
9
+ <script src="https://cdn.jsdelivr.net/npm/feather-icons/dist/feather.min.js"></script>
10
+ <script>
11
+ tailwind.config = {
12
+ theme: {
13
+ extend: {
14
+ colors: {
15
+ primary: '#EF4444',
16
+ secondary: '#6B7280',
17
+ }
18
+ }
19
+ }
20
+ }
21
+ </script>
22
+ <style>
23
+ .gradient-bg {
24
+ background: linear-gradient(135deg, rgba(239,68,68,0.1) 0%, rgba(255,255,255,1) 100%);
25
+ }
26
+ .chart-container {
27
+ height: 300px;
28
+ position: relative;
29
+ }
30
+ .floating {
31
+ animation: floating 6s ease-in-out infinite;
32
+ }
33
+ @keyframes floating {
34
+ 0% { transform: translateY(0px); }
35
+ 50% { transform: translateY(-15px); }
36
+ 100% { transform: translateY(0px); }
37
+ }
38
+ </style>
39
+ </head>
40
+ <body class="bg-white font-sans antialiased">
41
+ <!-- Navigation -->
42
+ <nav class="bg-white shadow-lg">
43
+ <div class="max-w-6xl mx-auto px-4">
44
+ <div class="flex justify-between items-center py-4">
45
+ <div class="flex items-center space-x-4">
46
+ <div class="bg-primary p-2 rounded-lg">
47
+ <i data-feather="trending-up" class="text-white"></i>
48
+ </div>
49
+ <span class="text-xl font-bold text-gray-800">Piano Rosso Orizzontale</span>
50
+ </div>
51
+ <div class="hidden md:flex space-x-8">
52
+ <a href="#executive-summary" class="text-gray-600 hover:text-primary transition">Sintesi</a>
53
+ <a href="#financials" class="text-gray-600 hover:text-primary transition">Finanze</a>
54
+ <a href="#market-analysis" class="text-gray-600 hover:text-primary transition">Mercato</a>
55
+ <a href="#team" class="text-gray-600 hover:text-primary transition">Team</a>
56
+ <a href="#contact" class="text-gray-600 hover:text-primary transition">Contatti</a>
57
+ </div>
58
+ <div class="md:hidden">
59
+ <button class="mobile-menu-button p-2 focus:outline-none">
60
+ <i data-feather="menu" class="text-gray-600"></i>
61
+ </button>
62
+ </div>
63
+ </div>
64
+ </div>
65
+ </nav>
66
+
67
+ <!-- Hero Section -->
68
+ <section class="gradient-bg py-20">
69
+ <div class="max-w-6xl mx-auto px-4 flex flex-col md:flex-row items-center">
70
+ <div class="md:w-1/2 mb-10 md:mb-0">
71
+ <h1 class="text-4xl md:text-5xl font-bold text-gray-800 mb-6">Piano Strategico Decennale</h1>
72
+ <p class="text-xl text-gray-600 mb-8">Un percorso completo per una crescita sostenibile e stabilità finanziaria, garantendo il rimborso del prestito personale non garantito.</p>
73
+ <div class="flex space-x-4">
74
+ <button class="bg-primary hover:bg-red-600 text-white px-6 py-3 rounded-lg font-medium transition">Scarica PDF</button>
75
+ <button class="border border-primary text-primary hover:bg-red-50 px-6 py-3 rounded-lg font-medium transition">Contattaci</button>
76
+ </div>
77
+ </div>
78
+ <div class="md:w-1/2 flex justify-center">
79
+ <img src="http://static.photos/finance/640x360/1" alt="Financial Growth" class="rounded-xl shadow-xl floating">
80
+ </div>
81
+ </div>
82
+ </section>
83
+
84
+ <!-- Key Metrics -->
85
+ <section class="py-16 bg-gray-50">
86
+ <div class="max-w-6xl mx-auto px-4">
87
+ <h2 class="text-3xl font-bold text-center text-gray-800 mb-12">Metriche Finanziarie Chiave</h2>
88
+ <div class="grid grid-cols-1 md:grid-cols-3 gap-8">
89
+ <div class="bg-white p-8 rounded-xl shadow-md text-center">
90
+ <div class="bg-primary bg-opacity-10 p-4 rounded-full inline-block mb-4">
91
+ <i data-feather="dollar-sign" class="text-primary w-8 h-8"></i>
92
+ </div>
93
+ <h3 class="text-2xl font-bold text-primary mb-2">€2.5M</h3>
94
+ <p class="text-gray-600">Fatturato Proiettato Anno 1</p>
95
+ </div>
96
+ <div class="bg-white p-8 rounded-xl shadow-md text-center">
97
+ <div class="bg-primary bg-opacity-10 p-4 rounded-full inline-block mb-4">
98
+ <i data-feather="activity" class="text-primary w-8 h-8"></i>
99
+ </div>
100
+ <h3 class="text-2xl font-bold text-primary mb-2">18%</h3>
101
+ <p class="text-gray-600">Tasso di Crescita Annuale</p>
102
+ </div>
103
+ <div class="bg-white p-8 rounded-xl shadow-md text-center">
104
+ <div class="bg-primary bg-opacity-10 p-4 rounded-full inline-block mb-4">
105
+ <i data-feather="bar-chart-2" class="text-primary w-8 h-8"></i>
106
+ </div>
107
+ <h3 class="text-2xl font-bold text-primary mb-2">€12M</h3>
108
+ <p class="text-gray-600">Fatturato Proiettato Anno 10</p>
109
+ </div>
110
+ </div>
111
+ </div>
112
+ </section>
113
+
114
+ <!-- Executive Summary -->
115
+ <section id="executive-summary" class="py-16">
116
+ <div class="max-w-6xl mx-auto px-4">
117
+ <div class="flex flex-col md:flex-row items-center">
118
+ <div class="md:w-1/2 mb-10 md:mb-0 md:pr-10">
119
+ <h2 class="text-3xl font-bold text-gray-800 mb-6">Sintesi Esecutiva</h2>
120
+ <p class="text-gray-600 mb-4">Il nostro piano aziendale decennale delinea una roadmap strategica per una crescita sostenibile e stabilità finanziaria, garantendo la capacità di rimborso del prestito.</p>
121
+ <p class="text-gray-600 mb-6">Il piano si basa su tre pilastri fondamentali: espansione del mercato, efficienza operativa e sviluppo innovativo di prodotti, garantendo un vantaggio competitivo nel nostro settore.</p>
122
+ <ul class="space-y-3">
123
+ <li class="flex items-start">
124
+ <i data-feather="check-circle" class="text-primary mr-2 mt-1"></i>
125
+ <span class="text-gray-600">Proiezioni di crescita conservative con analisi di scenari multipli</span>
126
+ </li>
127
+ <li class="flex items-start">
128
+ <i data-feather="check-circle" class="text-primary mr-2 mt-1"></i>
129
+ <span class="text-gray-600">Valutazione dettagliata dei rischi e strategie di mitigazione</span>
130
+ </li>
131
+ <li class="flex items-start">
132
+ <i data-feather="check-circle" class="text-primary mr-2 mt-1"></i>
133
+ <span class="text-gray-600">Piano di rimborso chiaro allineato con le proiezioni di cash flow</span>
134
+ </li>
135
+ </ul>
136
+ </div>
137
+ <div class="md:w-1/2">
138
+ <div class="bg-white p-6 rounded-xl shadow-md">
139
+ <div class="chart-container">
140
+ <!-- This would be replaced with a real chart in production -->
141
+ <img src="http://static.photos/technology/640x360/2" alt="Growth Chart" class="w-full h-full object-cover rounded-lg">
142
+ </div>
143
+ <div class="mt-4 text-center">
144
+ <p class="text-sm text-gray-500">Crescita del Fatturato Proiettata in 10 Anni</p>
145
+ </div>
146
+ </div>
147
+ </div>
148
+ </div>
149
+ </div>
150
+ </section>
151
+
152
+ <!-- Financial Projections -->
153
+ <section id="financials" class="py-16 bg-gray-50">
154
+ <div class="max-w-6xl mx-auto px-4">
155
+ <h2 class="text-3xl font-bold text-center text-gray-800 mb-12">Proiezioni Finanziarie Dettagliate</h2>
156
+ <div class="overflow-x-auto">
157
+ <table class="min-w-full bg-white rounded-lg overflow-hidden shadow-md">
158
+ <thead class="bg-primary text-white">
159
+ <tr>
160
+ <th class="py-4 px-6 text-left">Anno</th>
161
+ <th class="py-4 px-6 text-right">Fatturato</th>
162
+ <th class="py-4 px-6 text-right">Spese</th>
163
+ <th class="py-4 px-6 text-right">Profitto</th>
164
+ <th class="py-4 px-6 text-right">Cash Flow</th>
165
+ <th class="py-4 px-6 text-right">Saldo Prestito</th>
166
+ </tr>
167
+ </thead>
168
+ <tbody class="divide-y divide-gray-200">
169
+ <tr>
170
+ <td class="py-4 px-6">1</td>
171
+ <td class="py-4 px-6 text-right">€2,500,000</td>
172
+ <td class="py-4 px-6 text-right">€1,800,000</td>
173
+ <td class="py-4 px-6 text-right text-green-600">€700,000</td>
174
+ <td class="py-4 px-6 text-right">€650,000</td>
175
+ <td class="py-4 px-6 text-right">€1,900,000</td>
176
+ </tr>
177
+ <tr>
178
+ <td class="py-4 px-6">2</td>
179
+ <td class="py-4 px-6 text-right">€2,950,000</td>
180
+ <td class="py-4 px-6 text-right">€2,100,000</td>
181
+ <td class="py-4 px-6 text-right text-green-600">€850,000</td>
182
+ <td class="py-4 px-6 text-right">€800,000</td>
183
+ <td class="py-4 px-6 text-right">€1,100,000</td>
184
+ </tr>
185
+ <tr>
186
+ <td class="py-4 px-6">3</td>
187
+ <td class="py-4 px-6 text-right">€3,481,000</td>
188
+ <td class="py-4 px-6 text-right">€2,450,000</td>
189
+ <td class="py-4 px-6 text-right text-green-600">€1,031,000</td>
190
+ <td class="py-4 px-6 text-right">€950,000</td>
191
+ <td class="py-4 px-6 text-right">€150,000</td>
192
+ </tr>
193
+ <tr class="bg-gray-50">
194
+ <td class="py-4 px-6 font-medium">5</td>
195
+ <td class="py-4 px-6 text-right font-medium">€4,850,000</td>
196
+ <td class="py-4 px-6 text-right font-medium">€3,400,000</td>
197
+ <td class="py-4 px-6 text-right font-medium text-green-600">€1,450,000</td>
198
+ <td class="py-4 px-6 text-right font-medium">€1,350,000</td>
199
+ <td class="py-4 px-6 text-right font-medium">€0</td>
200
+ </tr>
201
+ <tr>
202
+ <td class="py-4 px-6">10</td>
203
+ <td class="py-4 px-6 text-right">€11,920,000</td>
204
+ <td class="py-4 px-6 text-right">€8,200,000</td>
205
+ <td class="py-4 px-6 text-right text-green-600">€3,720,000</td>
206
+ <td class="py-4 px-6 text-right">€3,500,000</td>
207
+ <td class="py-4 px-6 text-right">€0</td>
208
+ </tr>
209
+ </tbody>
210
+ </table>
211
+ </div>
212
+
213
+ <div class="mt-12 grid grid-cols-1 md:grid-cols-2 gap-8">
214
+ <div class="bg-white p-6 rounded-xl shadow-md">
215
+ <h3 class="text-xl font-bold text-gray-800 mb-4">Suddivisione del Fatturato</h3>
216
+ <div class="chart-container">
217
+ <!-- This would be replaced with a real chart in production -->
218
+ <img src="http://static.photos/workspace/640x360/3" alt="Revenue Breakdown" class="w-full h-full object-cover rounded-lg">
219
+ </div>
220
+ </div>
221
+ <div class="bg-white p-6 rounded-xl shadow-md">
222
+ <h3 class="text-xl font-bold text-gray-800 mb-4">Allocazione delle Spese</h3>
223
+ <div class="chart-container">
224
+ <!-- This would be replaced with a real chart in production -->
225
+ <img src="http://static.photos/office/640x360/4" alt="Expense Allocation" class="w-full h-full object-cover rounded-lg">
226
+ </div>
227
+ </div>
228
+ </div>
229
+ </div>
230
+ </section>
231
+
232
+ <!-- Market Analysis -->
233
+ <section id="market-analysis" class="py-16">
234
+ <div class="max-w-6xl mx-auto px-4">
235
+ <h2 class="text-3xl font-bold text-center text-gray-800 mb-12">Analisi di Mercato & Strategia</h2>
236
+ <div class="grid grid-cols-1 md:grid-cols-3 gap-8 mb-12">
237
+ <div class="bg-white p-6 rounded-xl shadow-md">
238
+ <div class="bg-primary bg-opacity-10 p-4 rounded-full inline-block mb-4">
239
+ <i data-feather="target" class="text-primary w-6 h-6"></i>
240
+ </div>
241
+ <h3 class="text-xl font-bold text-gray-800 mb-3">Mercato Target</h3>
242
+ <p class="text-gray-600">Il nostro mercato principale è costituito da professionisti urbani di 25-45 anni con reddito disponibile. Mercati secondari includono piccole imprese e clienti corporate.</p>
243
+ </div>
244
+ <div class="bg-white p-6 rounded-xl shadow-md">
245
+ <div class="bg-primary bg-opacity-10 p-4 rounded-full inline-block mb-4">
246
+ <i data-feather="trending-up" class="text-primary w-6 h-6"></i>
247
+ </div>
248
+ <h3 class="text-xl font-bold text-gray-800 mb-3">Potenziale di Crescita</h3>
249
+ <p class="text-gray-600">Il mercato cresce del 7% annualmente, con il nostro segmento di nicchia in espansione al 12%. Prevediamo di catturare il 5% della quota di mercato entro il 5° anno.</p>
250
+ </div>
251
+ <div class="bg-white p-6 rounded-xl shadow-md">
252
+ <div class="bg-primary bg-opacity-10 p-4 rounded-full inline-block mb-4">
253
+ <i data-feather="shield" class="text-primary w-6 h-6"></i>
254
+ </div>
255
+ <h3 class="text-xl font-bold text-gray-800 mb-3">Vantaggio Competitivo</h3>
256
+ <p class="text-gray-600">La nostra tecnologia proprietaria e l'attenzione al servizio clienti ci differenziano dai competitor. Brevetto in attesa per il nostro processo core.</p>
257
+ </div>
258
+ </div>
259
+
260
+ <div class="bg-white rounded-xl shadow-md overflow-hidden">
261
+ <div class="md:flex">
262
+ <div class="md:w-1/2 p-8">
263
+ <h3 class="text-2xl font-bold text-gray-800 mb-4">Strategia di Marketing</h3>
264
+ <ul class="space-y-4">
265
+ <li class="flex items-start">
266
+ <div class="bg-primary text-white rounded-full p-1 mr-3 mt-1">
267
+ <i data-feather="arrow-right" class="w-4 h-4"></i>
268
+ </div>
269
+ <span class="text-gray-600">Focus su digital marketing con il 60% del budget allocato a canali performance</span>
270
+ </li>
271
+ <li class="flex items-start">
272
+ <div class="bg-primary text-white rounded-full p-1 mr-3 mt-1">
273
+ <i data-feather="arrow-right" class="w-4 h-4"></i>
274
+ </div>
275
+ <span class="text-gray-600">Partnership strategiche con 3 fornitori di servizi complementari</span>
276
+ </li>
277
+ <li class="flex items-start">
278
+ <div class="bg-primary text-white rounded-full p-1 mr-3 mt-1">
279
+ <i data-feather="arrow-right" class="w-4 h-4"></i>
280
+ </div>
281
+ <span class="text-gray-600">Programma referral per clienti esistenti soddisfatti</span>
282
+ </li>
283
+ <li class="flex items-start">
284
+ <div class="bg-primary text-white rounded-full p-1 mr-3 mt-1">
285
+ <i data-feather="arrow-right" class="w-4 h-4"></i>
286
+ </div>
287
+ <span class="text-gray-600">Thought leadership attraverso pubblicazioni di settore e interventi pubblici</span>
288
+ </li>
289
+ </ul>
290
+ </div>
291
+ <div class="md:w-1/2">
292
+ <img src="http://static.photos/technology/640x360/5" alt="Marketing Strategy" class="w-full h-full object-cover">
293
+ </div>
294
+ </div>
295
+ </div>
296
+ </div>
297
+ </section>
298
+
299
+ <!-- Management Team -->
300
+ <section id="team" class="py-16 bg-gray-50">
301
+ <div class="max-w-6xl mx-auto px-4">
302
+ <h2 class="text-3xl font-bold text-center text-gray-800 mb-12">Team di Gestione</h2>
303
+ <div class="grid grid-cols-1 md:grid-cols-3 gap-8">
304
+ <div class="bg-white p-6 rounded-xl shadow-md text-center">
305
+ <img src="http://static.photos/people/300x300/1" alt="CEO" class="w-32 h-32 rounded-full mx-auto mb-4 object-cover">
306
+ <h3 class="text-xl font-bold text-gray-800 mb-1">Sarah Johnson</h3>
307
+ <p class="text-primary font-medium mb-4">CEO & Fondatrice</p>
308
+ <p class="text-gray-600">15 anni di esperienza nel settore. Ex VP in Industry Leader Inc. MBA ad Harvard.</p>
309
+ <div class="flex justify-center space-x-3 mt-4">
310
+ <a href="#" class="text-gray-400 hover:text-primary transition"><i data-feather="linkedin"></i></a>
311
+ <a href="#" class="text-gray-400 hover:text-primary transition"><i data-feather="twitter"></i></a>
312
+ </div>
313
+ </div>
314
+ <div class="bg-white p-6 rounded-xl shadow-md text-center">
315
+ <img src="http://static.photos/people/300x300/2" alt="CFO" class="w-32 h-32 rounded-full mx-auto mb-4 object-cover">
316
+ <h3 class="text-xl font-bold text-gray-800 mb-1">Michael Chen</h3>
317
+ <p class="text-primary font-medium mb-4">CFO</p>
318
+ <p class="text-gray-600">12 anni di leadership finanziaria. Ex Director in big four di revisione. CPA.</p>
319
+ <div class="flex justify-center space-x-3 mt-4">
320
+ <a href="#" class="text-gray-400 hover:text-primary transition"><i data-feather="linkedin"></i></a>
321
+ <a href="#" class="text-gray-400 hover:text-primary transition"><i data-feather="twitter"></i></a>
322
+ </div>
323
+ </div>
324
+ <div class="bg-white p-6 rounded-xl shadow-md text-center">
325
+ <img src="http://static.photos/people/300x300/3" alt="CTO" class="w-32 h-32 rounded-full mx-auto mb-4 object-cover">
326
+ <h3 class="text-xl font-bold text-gray-800 mb-1">David Rodriguez</h3>
327
+ <p class="text-primary font-medium mb-4">CTO</p>
328
+ <p class="text-gray-600">10 anni di leadership tecnologica. Ha costruito sistemi per aziende Fortune 500. PhD in Informatica.</p>
329
+ <div class="flex justify-center space-x-3 mt-4">
330
+ <a href="#" class="text-gray-400 hover:text-primary transition"><i data-feather="linkedin"></i></a>
331
+ <a href="#" class="text-gray-400 hover:text-primary transition"><i data-feather="twitter"></i></a>
332
+ </div>
333
+ </div>
334
+ </div>
335
+ </div>
336
+ </section>
337
+
338
+ <!-- Risk Analysis -->
339
+ <section class="py-16">
340
+ <div class="max-w-6xl mx-auto px-4">
341
+ <div class="bg-white rounded-xl shadow-md overflow-hidden">
342
+ <div class="md:flex">
343
+ <div class="md:w-1/2 p-8">
344
+ <h2 class="text-3xl font-bold text-gray-800 mb-6">Analisi dei Rischi & Mitigazione</h2>
345
+ <div class="space-y-6">
346
+ <div>
347
+ <h3 class="text-xl font-bold text-gray-800 mb-2 flex items-center">
348
+ <span class="bg-primary text-white rounded-full w-6 h-6 flex items-center justify-center mr-3">1</span>
349
+ Crisi Economica
350
+ </h3>
351
+ <p class="text-gray-600 ml-9">Mantenimento di buffer finanziari conservativi. Flussi di reddito diversificati riducono la dipendenza da singoli segmenti di mercato.</p>
352
+ </div>
353
+ <div>
354
+ <h3 class="text-xl font-bold text-gray-800 mb-2 flex items-center">
355
+ <span class="bg-primary text-white rounded-full w-6 h-6 flex items-center justify-center mr-3">2</span>
356
+ Pressione Competitiva
357
+ </h3>
358
+ <p class="text-gray-600 ml-9">Roadmap continua di innovazione di prodotto. Programma fedeltà clienti riduce l'abbandono. Tecnologia proprietaria protetta da brevetti.</p>
359
+ </div>
360
+ <div>
361
+ <h3 class="text-xl font-bold text-gray-800 mb-2 flex items-center">
362
+ <span class="bg-primary text-white rounded-full w-6 h-6 flex items-center justify-center mr-3">3</span>
363
+ Cambiamenti Normativi
364
+ </h3>
365
+ <p class="text-gray-600 ml-9">Responsabile compliance dedicato monitora i cambiamenti. Consulenza legale specializzata garantisce rapido adattamento.</p>
366
+ </div>
367
+ </div>
368
+ </div>
369
+ <div class="md:w-1/2 bg-primary bg-opacity-5 p-8 flex items-center">
370
+ <div>
371
+ <h3 class="text-xl font-bold text-gray-800 mb-4">Garanzia di Rimborso</h3>
372
+ <p class="text-gray-600 mb-6">Le nostre proiezioni finanziarie includono stime conservative che garantiscono il rimborso del prestito entro 3 anni, mantenendo riserve di cassa sostanziali per tutto il periodo.</p>
373
+ <div class="bg-white p-4 rounded-lg shadow-sm">
374
+ <div class="flex justify-between items-center mb-2">
375
+ <span class="text-gray-600">Importo Prestito</span>
376
+ <span class="font-bold">€2.000.000</span>
377
+ </div>
378
+ <div class="flex justify-between items-center">
379
+ <span class="text-gray-600">Periodo di Rimborso Proiettato</span>
380
+ <span class="font-bold">36 mesi</span>
381
+ </div>
382
+ </div>
383
+ </div>
384
+ </div>
385
+ </div>
386
+ </div>
387
+ </div>
388
+ </section>
389
+
390
+ <!-- Call to Action -->
391
+ <section id="contact" class="py-20 bg-primary text-white">
392
+ <div class="max-w-6xl mx-auto px-4 text-center">
393
+ <h2 class="text-3xl font-bold mb-6">Pronto a discutere la tua decisione sul prestito?</h2>
394
+ <p class="text-xl mb-8 max-w-3xl mx-auto">Il nostro team è disponibile per fornire dettagli aggiuntivi, rispondere a domande o organizzare una presentazione di questo piano aziendale.</p>
395
+ <div class="flex flex-col sm:flex-row justify-center space-y-4 sm:space-y-0 sm:space-x-4">
396
+ <button class="bg-white text-primary px-8 py-3 rounded-lg font-medium hover:bg-gray-100 transition">Fissa un Incontro</button>
397
+ <button class="border border-white text-white px-8 py-3 rounded-lg font-medium hover:bg-white hover:bg-opacity-10 transition">Contatta il CFO</button>
398
+ </div>
399
+ </div>
400
+ </section>
401
+
402
+ <!-- Footer -->
403
+ <footer class="bg-gray-900 text-gray-400 py-12">
404
+ <div class="max-w-6xl mx-auto px-4">
405
+ <div class="grid grid-cols-1 md:grid-cols-4 gap-8">
406
+ <div>
407
+ <div class="flex items-center space-x-2 mb-4">
408
+ <div class="bg-primary p-1 rounded-lg">
409
+ <i data-feather="trending-up" class="text-white"></i>
410
+ </div>
411
+ <span class="text-xl font-bold text-white">Piano Rosso Orizzontale</span>
412
+ </div>
413
+ <p class="mb-4">Pianificazione strategica per il successo finanziario.</p>
414
+ <div class="flex space-x-4">
415
+ <a href="#" class="text-gray-400 hover:text-white transition"><i data-feather="facebook"></i></a>
416
+ <a href="#" class="text-gray-400 hover:text-white transition"><i data-feather="twitter"></i></a>
417
+ <a href="#" class="text-gray-400 hover:text-white transition"><i data-feather="linkedin"></i></a>
418
+ </div>
419
+ </div>
420
+ <div>
421
+ <h3 class="text-white font-bold mb-4">Link Veloce</h3>
422
+ <ul class="space-y-2">
423
+ <li><a href="#executive-summary" class="hover:text-white transition">Sintesi Esecutiva</a></li>
424
+ <li><a href="#financials" class="hover:text-white transition">Proiezioni Finanziarie</a></li>
425
+ <li><a href="#market-analysis" class="hover:text-white transition">Analisi di Mercato</a></li>
426
+ <li><a href="#team" class="hover:text-white transition">Team di Gestione</a></li>
427
+ </ul>
428
+ </div>
429
+ <div>
430
+ <h3 class="text-white font-bold mb-4">Documenti</h3>
431
+ <ul class="space-y-2">
432
+ <li><a href="#" class="hover:text-white transition">Piano Aziendale Completo (PDF)</a></li>
433
+ <li><a href="#" class="hover:text-white transition">Bilanci</a></li>
434
+ <li><a href="#" class="hover:text-white transition">Ricerca di Mercato</a></li>
435
+ <li><a href="#" class="hover:text-white transition">Documentazione Legale</a></li>
436
+ </ul>
437
+ </div>
438
+ <div>
439
+ <h3 class="text-white font-bold mb-4">Contatti</h3>
440
+ <ul class="space-y-2">
441
+ <li class="flex items-start">
442
+ <i data-feather="mail" class="mr-2 mt-1"></i>
443
+ <span>finance@redhorizon.example</span>
444
+ </li>
445
+ <li class="flex items-start">
446
+ <i data-feather="phone" class="mr-2 mt-1"></i>
447
+ <span>+1 (555) 123-4567</span>
448
+ </li>
449
+ <li class="flex items-start">
450
+ <i data-feather="map-pin" class="mr-2 mt-1"></i>
451
+ <span>123 Business Ave, Financial District</span>
452
+ </li>
453
+ </ul>
454
+ </div>
455
+ </div>
456
+ <div class="border-t border-gray-800 mt-8 pt-8 text-sm text-center">
457
+ <p>© 2023 Piano Rosso Orizzontale. Tutti i diritti riservati. Questo documento è confidenziale e destinato esclusivamente all'istituto finanziario a cui è indirizzato.</p>
458
+ </div>
459
+ </div>
460
+ </footer>
461
+
462
+ <script>
463
+ feather.replace();
464
+
465
+ // Mobile menu toggle
466
+ const mobileMenuButton = document.querySelector('.mobile-menu-button');
467
+ const mobileMenu = document.querySelector('.mobile-menu');
468
+
469
+ mobileMenuButton.addEventListener('click', () => {
470
+ mobileMenu.classList.toggle('hidden');
471
+ });
472
+
473
+ // Smooth scrolling for anchor links
474
+ document.querySelectorAll('a[href^="#"]').forEach(anchor => {
475
+ anchor.addEventListener('click', function (e) {
476
+ e.preventDefault();
477
+ document.querySelector(this.getAttribute('href')).scrollIntoView({
478
+ behavior: 'smooth'
479
+ });
480
+ });
481
+ });
482
+ </script>
483
+ </body>
484
  </html>