design: refonte complète professionnelle de la vitrine forgium.fr
This commit is contained in:
parent
768ce1666e
commit
9b1b9c2eb2
2 changed files with 627 additions and 178 deletions
|
|
@ -3,65 +3,226 @@
|
|||
<head>
|
||||
<meta charset="UTF-8">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
<title>Forgium Cloud | Hébergeur Souverain Français</title>
|
||||
<title>Forgium Cloud | Hébergement Souverain Haute Performance</title>
|
||||
<meta name="description" content="Hébergeur cloud souverain français. Serveurs de jeux ultra-réactifs, bots Discord 24/7 et infrastructure matérielle indépendante.">
|
||||
<link rel="preconnect" href="https://fonts.googleapis.com">
|
||||
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
|
||||
<link href="https://fonts.googleapis.com/css2?family=Plus+Jakarta+Sans:wght@300;400;600;800&family=JetBrains+Mono:wght@400;700&display=swap" rel="stylesheet">
|
||||
<link href="https://fonts.googleapis.com/css2?family=Plus+Jakarta+Sans:wght@300;400;500;600;700;800&family=JetBrains+Mono:wght@400;500;700&display=swap" rel="stylesheet">
|
||||
<link rel="stylesheet" href="style.css">
|
||||
</head>
|
||||
<body>
|
||||
<header>
|
||||
<div class="logo">
|
||||
FORGIUM
|
||||
<span class="logo-badge">SOUVERAIN</span>
|
||||
|
||||
<!-- NAVIGATION PRO -->
|
||||
<header class="navbar-wrapper">
|
||||
<div class="navbar container">
|
||||
<a href="/" class="logo">
|
||||
<div class="logo-icon">
|
||||
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
|
||||
<path d="M12 2L2 7L12 12L22 7L12 2Z" stroke="#38bdf8" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/>
|
||||
<path d="M2 17L12 22L22 17" stroke="#38bdf8" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/>
|
||||
<path d="M2 12L12 17L22 12" stroke="#2563eb" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/>
|
||||
</svg>
|
||||
</div>
|
||||
FORGIUM
|
||||
<span class="logo-tag">CLOUD</span>
|
||||
</a>
|
||||
|
||||
<nav class="nav-links">
|
||||
<a href="#offres">Offres</a>
|
||||
<a href="#infrastructure">Infrastructure</a>
|
||||
<a href="#engagements">Engagements</a>
|
||||
<a href="https://status.forgium.fr" target="_blank" class="nav-status">
|
||||
<span class="pulse-dot"></span>
|
||||
Système 100% Opérationnel
|
||||
</a>
|
||||
</nav>
|
||||
|
||||
<div class="nav-actions">
|
||||
<a href="https://panel.forgium.fr" class="btn btn-sm btn-outline">Espace Panel →</a>
|
||||
</div>
|
||||
</div>
|
||||
<a href="https://status.forgium.fr" target="_blank" class="status-pill">
|
||||
<div class="pulse-dot"></div>
|
||||
Système 100% Opérationnel
|
||||
</a>
|
||||
</header>
|
||||
|
||||
<main>
|
||||
<div class="hero-tag">Infrastructure Cloud 100% Matérielle & Indépendante</div>
|
||||
<h1>L'Hébergement Pur.<br><span>Propulsé par Forgium.</span></h1>
|
||||
<p class="subtitle">Serveurs de jeux ultra-réactifs, bots Discord 24/7 et environnements souverains hébergés directement sur notre nœud physique en France. Zéro intermédiaire, zéro compromis.</p>
|
||||
<!-- HERO SECTION -->
|
||||
<section class="hero container">
|
||||
<div class="badge-flag">
|
||||
<span class="flag-icon">🇫🇷</span> Nœud Matériel Dédié en France • Zéro Intermédiaire
|
||||
</div>
|
||||
<h1>
|
||||
L'Hébergement Pur.<br>
|
||||
<span class="text-gradient">Performance Sans Compromis.</span>
|
||||
</h1>
|
||||
<p class="hero-desc">
|
||||
Serveurs Minecraft ultra-optimisés, exécution de bots Discord 24/7 et environnements souverains propulsés par notre nœud matériel AMD Ryzen™ 7 et réseau Fibre Gigabit.
|
||||
</p>
|
||||
|
||||
<div class="actions">
|
||||
<a href="https://panel.forgium.fr" class="btn btn-primary">
|
||||
Accéder au Panel
|
||||
<span>→</span>
|
||||
</a>
|
||||
<a href="https://status.forgium.fr" class="btn btn-secondary">
|
||||
Statut Réseau en Direct
|
||||
</a>
|
||||
<div class="hero-cta">
|
||||
<a href="#offres" class="btn btn-lg btn-primary">Explorer les Offres →</a>
|
||||
<a href="https://status.forgium.fr" target="_blank" class="btn btn-lg btn-glass">Télémétrie en Direct</a>
|
||||
</div>
|
||||
|
||||
<div class="grid-features">
|
||||
<div class="card">
|
||||
<div class="card-icon">⚡</div>
|
||||
<h3>AMD Ryzen™ 7 3700X</h3>
|
||||
<p>16 Threads cadencés à 4.67 GHz pour des calculs ultra-rapides et une stabilité sans faille.</p>
|
||||
<!-- STATS LIVE BAR -->
|
||||
<div class="stats-bar">
|
||||
<div class="stat-item">
|
||||
<div class="stat-val">4.67 GHz</div>
|
||||
<div class="stat-label">Fréquence Ryzen™ Max</div>
|
||||
</div>
|
||||
<div class="card">
|
||||
<div class="card-icon">🌐</div>
|
||||
<h3>Fibre Gigabit Dédiée</h3>
|
||||
<p>Bande passante symétrique avec une latence ultra-faible pour une expérience de jeu fluide.</p>
|
||||
<div class="stat-divider"></div>
|
||||
<div class="stat-item">
|
||||
<div class="stat-val">< 8 ms</div>
|
||||
<div class="stat-label">Latence Fibre Réseau</div>
|
||||
</div>
|
||||
<div class="card">
|
||||
<div class="card-icon">💾</div>
|
||||
<h3>Stockage 2.3 To & NVMe</h3>
|
||||
<p>Disques SSD NVMe instantanés couplés à des sauvegardes quotidiennes redondées sur disque externe.</p>
|
||||
<div class="stat-divider"></div>
|
||||
<div class="stat-item">
|
||||
<div class="stat-val">0%</div>
|
||||
<div class="stat-label">Surallocation (Zéro Lag)</div>
|
||||
</div>
|
||||
<div class="card">
|
||||
<div class="card-icon">🛡️</div>
|
||||
<h3>Forge Shield Protection</h3>
|
||||
<p>Système de filtrage modulaire et surveillance active contre les attaques et intrusions.</p>
|
||||
<div class="stat-divider"></div>
|
||||
<div class="stat-item">
|
||||
<div class="stat-val">2.3 To</div>
|
||||
<div class="stat-label">Stockage & Backups Dédiés</div>
|
||||
</div>
|
||||
</div>
|
||||
</main>
|
||||
</section>
|
||||
|
||||
<footer>
|
||||
<p>© 2026 <span>Forgium Cloud</span>. Hébergeur souverain français autonome. Conçu pour la performance pure.</p>
|
||||
<!-- OFFRES INTERACTIVES -->
|
||||
<section id="offres" class="container section">
|
||||
<div class="section-head">
|
||||
<div class="section-tag">CATALOGUE DE LANCEMENT</div>
|
||||
<h2>Des Solutions Taillées pour Vos Projets</h2>
|
||||
<p>Ressources garanties, isolation Docker stricte et déploiement instantané.</p>
|
||||
</div>
|
||||
|
||||
<div class="pricing-grid">
|
||||
<!-- CARTE BOTS DISCORD -->
|
||||
<div class="pricing-card">
|
||||
<div class="card-header">
|
||||
<div class="card-badge">POPULAIRE</div>
|
||||
<h3>Bot Discord & Apps</h3>
|
||||
<p class="card-desc">Idéal pour faire tourner vos bots Python, Node.js ou Lavalink en continu.</p>
|
||||
<div class="price">
|
||||
<span class="amount">1.99 €</span>
|
||||
<span class="period">/ mois</span>
|
||||
</div>
|
||||
</div>
|
||||
<ul class="features-list">
|
||||
<li><span>✓</span> 1 vCPU Ryzen™ Dédié</li>
|
||||
<li><span>✓</span> 1024 Mo RAM DDR4 Garantie</li>
|
||||
<li><span>✓</span> 5 Go Stockage SSD NVMe</li>
|
||||
<li><span>✓</span> Console Interactive & SFTP</li>
|
||||
<li><span>✓</span> Redémarrage Automatique 24/7</li>
|
||||
</ul>
|
||||
<a href="https://panel.forgium.fr" class="btn btn-block btn-outline">Commander un Bot</a>
|
||||
</div>
|
||||
|
||||
<!-- CARTE MINECRAFT STARTER -->
|
||||
<div class="pricing-card featured">
|
||||
<div class="card-header">
|
||||
<div class="card-badge highlight">CONSEILLÉ</div>
|
||||
<h3>Minecraft Starter</h3>
|
||||
<p class="card-desc">Parfait pour jouer entre amis ou lancer un serveur communautaire PaperMC.</p>
|
||||
<div class="price">
|
||||
<span class="amount">4.99 €</span>
|
||||
<span class="period">/ mois</span>
|
||||
</div>
|
||||
</div>
|
||||
<ul class="features-list">
|
||||
<li><span>✓</span> 2 vCPU Ryzen™ Haute Fréquence</li>
|
||||
<li><span>✓</span> 4096 Mo (4 Go) RAM DDR4 Dédiée</li>
|
||||
<li><span>✓</span> 20 Go Stockage SSD Haute Vitesse</li>
|
||||
<li><span>✓</span> Paper, Fabric, Forge, Purpur en 1-clic</li>
|
||||
<li><span>✓</span> Sauvegardes Automatiques Quotidiennes</li>
|
||||
<li><span>✓</span> Protection Shield Anti-Attaques</li>
|
||||
</ul>
|
||||
<a href="https://panel.forgium.fr" class="btn btn-block btn-primary">Lancer mon Serveur</a>
|
||||
</div>
|
||||
|
||||
<!-- CARTE MINECRAFT PRO -->
|
||||
<div class="pricing-card">
|
||||
<div class="card-header">
|
||||
<div class="card-badge">PERFORMANCE</div>
|
||||
<h3>Minecraft Pro & Rust</h3>
|
||||
<p class="card-desc">Pour les gros modpacks, serveurs mini-jeux et communautés exigeantes.</p>
|
||||
<div class="price">
|
||||
<span class="amount">8.99 €</span>
|
||||
<span class="period">/ mois</span>
|
||||
</div>
|
||||
</div>
|
||||
<ul class="features-list">
|
||||
<li><span>✓</span> 4 vCPU Ryzen™ (Multi-thread massif)</li>
|
||||
<li><span>✓</span> 8192 Mo (8 Go) RAM DDR4 Dédiée</li>
|
||||
<li><span>✓</span> 50 Go Stockage SSD NVMe Dédié</li>
|
||||
<li><span>✓</span> Bande passante Fibre Non Limitée</li>
|
||||
<li><span>✓</span> Support Prioritaire Fondateur</li>
|
||||
<li><span>✓</span> Accès Bases de Données MySQL illimitées</li>
|
||||
</ul>
|
||||
<a href="https://panel.forgium.fr" class="btn btn-block btn-outline">Passer en Version Pro</a>
|
||||
</div>
|
||||
</div>
|
||||
</section>
|
||||
|
||||
<!-- INFRASTRUCTURE REASSURANCE -->
|
||||
<section id="infrastructure" class="container section">
|
||||
<div class="section-head">
|
||||
<div class="section-tag">ARCHITECTURE TECHNIQUE</div>
|
||||
<h2>L'Excellence Matérielle au Cœur du Système</h2>
|
||||
<p>Nous ne revendons pas de serveurs virtuels mutualisés chez un géant américain : nous exploitons nos propres machines.</p>
|
||||
</div>
|
||||
|
||||
<div class="features-grid">
|
||||
<div class="feature-box">
|
||||
<div class="f-icon">🛡️</div>
|
||||
<h4>Protection Forge Shield</h4>
|
||||
<p>Système de filtrage réseau avec Fail2ban, pare-feu matériel et règles d'isolation étanches par conteneur.</p>
|
||||
</div>
|
||||
<div class="feature-box">
|
||||
<div class="f-icon">💾</div>
|
||||
<h4>Sauvegardes 3-2-1</h4>
|
||||
<p>Snapshots système quotidiens compressés en Zstandard et exportés vers des disques durs de sauvegarde hors-SSD.</p>
|
||||
</div>
|
||||
<div class="feature-box">
|
||||
<div class="f-icon">⚡</div>
|
||||
<h4>Zéro Overbooking</h4>
|
||||
<p>Si vous payez pour 4 Go de RAM, ils sont physiquement verrouillés pour votre serveur. Aucun partage caché.</p>
|
||||
</div>
|
||||
<div class="feature-box">
|
||||
<div class="f-icon">📊</div>
|
||||
<h4>Transparence Totale</h4>
|
||||
<p>Télémétrie en temps réel publique sur notre page de statut. Vous surveillez la santé du réseau à la seconde près.</p>
|
||||
</div>
|
||||
</div>
|
||||
</section>
|
||||
|
||||
<!-- FOOTER PRO -->
|
||||
<footer class="footer-wrapper">
|
||||
<div class="container footer-grid">
|
||||
<div class="footer-brand">
|
||||
<div class="logo">FORGIUM <span class="logo-tag">SOUVERAIN</span></div>
|
||||
<p>Projet d'hébergement souverain et indépendant. Propulsé par la passion de l'ingénierie système et de la performance brute.</p>
|
||||
</div>
|
||||
<div class="footer-col">
|
||||
<h5>Plateforme</h5>
|
||||
<a href="https://panel.forgium.fr">Panel Pterodactyl</a>
|
||||
<a href="https://status.forgium.fr">Page de Statut</a>
|
||||
<a href="https://git.forgium.fr">Serveur Git</a>
|
||||
</div>
|
||||
<div class="footer-col">
|
||||
<h5>Ressources</h5>
|
||||
<a href="#offres">Catalogue Serveurs</a>
|
||||
<a href="#infrastructure">Matériel Physique</a>
|
||||
<a href="https://status.forgium.fr">Uptime & Métriques</a>
|
||||
</div>
|
||||
<div class="footer-col">
|
||||
<h5>Contact & Projet</h5>
|
||||
<p>Fondateur : Mathias Zajonz</p>
|
||||
<p>Localisation : France (Gironde)</p>
|
||||
<p>IP Publique : <code>31.37.87.78</code></p>
|
||||
</div>
|
||||
</div>
|
||||
<div class="container footer-bottom">
|
||||
<p>© 2026 Forgium Cloud. Tous droits réservés. Hébergé en direct sans intermédiaire.</p>
|
||||
</div>
|
||||
</footer>
|
||||
|
||||
</body>
|
||||
</html>
|
||||
|
|
|
|||
|
|
@ -1,87 +1,121 @@
|
|||
:root {
|
||||
--bg-base: #080c14;
|
||||
--bg-card: rgba(15, 23, 42, 0.65);
|
||||
--border: rgba(56, 189, 248, 0.18);
|
||||
--bg-base: #060911;
|
||||
--bg-surface: #0b1120;
|
||||
--bg-card: rgba(15, 23, 42, 0.7);
|
||||
--border: rgba(56, 189, 248, 0.15);
|
||||
--border-hover: rgba(56, 189, 248, 0.4);
|
||||
--accent-cyan: #38bdf8;
|
||||
--accent-blue: #2563eb;
|
||||
--text-main: #f8fafc;
|
||||
--text-muted: #94a3b8;
|
||||
--neon-glow: 0 0 25px rgba(56, 189, 248, 0.25);
|
||||
--glow: 0 0 30px rgba(56, 189, 248, 0.2);
|
||||
}
|
||||
|
||||
* {
|
||||
margin: 0;
|
||||
padding: 0;
|
||||
box-sizing: border-box;
|
||||
font-family: 'Plus Jakarta Sans', sans-serif;
|
||||
font-family: 'Plus Jakarta Sans', -apple-system, BlinkMacSystemFont, sans-serif;
|
||||
}
|
||||
|
||||
body {
|
||||
background-color: var(--bg-base);
|
||||
color: var(--text-main);
|
||||
min-height: 100vh;
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
align-items: center;
|
||||
justify-content: space-between;
|
||||
overflow-x: hidden;
|
||||
line-height: 1.6;
|
||||
background-image:
|
||||
radial-gradient(circle at 10% 40%, rgba(37, 99, 235, 0.12) 0%, transparent 45%),
|
||||
radial-gradient(circle at 90% 20%, rgba(56, 189, 248, 0.1) 0%, transparent 40%),
|
||||
linear-gradient(rgba(255, 255, 255, 0.02) 1px, transparent 1px),
|
||||
linear-gradient(90deg, rgba(255, 255, 255, 0.02) 1px, transparent 1px);
|
||||
background-size: 100% 100%, 100% 100%, 40px 40px, 40px 40px;
|
||||
radial-gradient(circle at 15% 15%, rgba(37, 99, 235, 0.12) 0%, transparent 40%),
|
||||
radial-gradient(circle at 85% 25%, rgba(56, 189, 248, 0.08) 0%, transparent 45%),
|
||||
linear-gradient(rgba(255, 255, 255, 0.015) 1px, transparent 1px),
|
||||
linear-gradient(90deg, rgba(255, 255, 255, 0.015) 1px, transparent 1px);
|
||||
background-size: 100% 100%, 100% 100%, 48px 48px, 48px 48px;
|
||||
}
|
||||
|
||||
header {
|
||||
.container {
|
||||
width: 100%;
|
||||
max-width: 1200px;
|
||||
padding: 2.5rem 1.5rem;
|
||||
margin: 0 auto;
|
||||
padding: 0 1.5rem;
|
||||
}
|
||||
|
||||
/* NAVBAR */
|
||||
.navbar-wrapper {
|
||||
position: sticky;
|
||||
top: 0;
|
||||
z-index: 100;
|
||||
background: rgba(6, 9, 17, 0.85);
|
||||
backdrop-filter: blur(16px);
|
||||
border-bottom: 1px solid rgba(255, 255, 255, 0.06);
|
||||
}
|
||||
|
||||
.navbar {
|
||||
display: flex;
|
||||
justify-content: space-between;
|
||||
align-items: center;
|
||||
height: 75px;
|
||||
}
|
||||
|
||||
.logo {
|
||||
font-size: 1.75rem;
|
||||
font-weight: 800;
|
||||
letter-spacing: -0.5px;
|
||||
background: linear-gradient(135deg, #ffffff 40%, var(--accent-cyan));
|
||||
-webkit-background-clip: text;
|
||||
-webkit-text-fill-color: transparent;
|
||||
display: flex;
|
||||
align-items: center;
|
||||
gap: 0.6rem;
|
||||
font-size: 1.4rem;
|
||||
font-weight: 800;
|
||||
letter-spacing: -0.5px;
|
||||
text-decoration: none;
|
||||
color: var(--text-main);
|
||||
}
|
||||
|
||||
.logo-badge {
|
||||
.logo-icon {
|
||||
display: flex;
|
||||
align-items: center;
|
||||
justify-content: center;
|
||||
width: 38px;
|
||||
height: 38px;
|
||||
border-radius: 10px;
|
||||
background: rgba(56, 189, 248, 0.08);
|
||||
border: 1px solid var(--border);
|
||||
}
|
||||
|
||||
.logo-tag {
|
||||
font-size: 0.65rem;
|
||||
font-family: 'JetBrains Mono', monospace;
|
||||
padding: 0.25rem 0.6rem;
|
||||
padding: 0.2rem 0.5rem;
|
||||
border-radius: 6px;
|
||||
background: rgba(56, 189, 248, 0.1);
|
||||
border: 1px solid var(--border);
|
||||
color: var(--accent-cyan);
|
||||
letter-spacing: 1px;
|
||||
font-weight: 700;
|
||||
}
|
||||
|
||||
.status-pill {
|
||||
.nav-links {
|
||||
display: flex;
|
||||
align-items: center;
|
||||
gap: 0.5rem;
|
||||
font-size: 0.85rem;
|
||||
padding: 0.45rem 1.1rem;
|
||||
border-radius: 9999px;
|
||||
background: rgba(16, 185, 129, 0.1);
|
||||
border: 1px solid rgba(16, 185, 129, 0.3);
|
||||
color: #34d399;
|
||||
text-decoration: none;
|
||||
transition: all 0.25s ease;
|
||||
gap: 2rem;
|
||||
}
|
||||
|
||||
.status-pill:hover {
|
||||
box-shadow: 0 0 20px rgba(16, 185, 129, 0.35);
|
||||
transform: translateY(-1px);
|
||||
.nav-links a {
|
||||
color: var(--text-muted);
|
||||
text-decoration: none;
|
||||
font-size: 0.95rem;
|
||||
font-weight: 500;
|
||||
transition: color 0.2s;
|
||||
}
|
||||
|
||||
.nav-links a:hover {
|
||||
color: var(--accent-cyan);
|
||||
}
|
||||
|
||||
.nav-status {
|
||||
display: inline-flex;
|
||||
align-items: center;
|
||||
gap: 0.5rem;
|
||||
padding: 0.35rem 0.9rem;
|
||||
border-radius: 9999px;
|
||||
background: rgba(16, 185, 129, 0.08);
|
||||
border: 1px solid rgba(16, 185, 129, 0.25);
|
||||
color: #34d399 !important;
|
||||
font-size: 0.85rem !important;
|
||||
}
|
||||
|
||||
.pulse-dot {
|
||||
|
|
@ -99,150 +133,404 @@ header {
|
|||
100% { transform: scale(0.95); opacity: 0.8; }
|
||||
}
|
||||
|
||||
main {
|
||||
width: 100%;
|
||||
max-width: 1050px;
|
||||
padding: 2.5rem 1.5rem;
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
.hero-tag {
|
||||
display: inline-block;
|
||||
font-size: 0.78rem;
|
||||
text-transform: uppercase;
|
||||
letter-spacing: 2px;
|
||||
color: var(--accent-cyan);
|
||||
font-weight: 700;
|
||||
margin-bottom: 1.5rem;
|
||||
background: rgba(56, 189, 248, 0.08);
|
||||
padding: 0.35rem 1rem;
|
||||
border-radius: 9999px;
|
||||
border: 1px solid rgba(56, 189, 248, 0.25);
|
||||
}
|
||||
|
||||
h1 {
|
||||
font-size: 3.8rem;
|
||||
font-weight: 800;
|
||||
line-height: 1.1;
|
||||
letter-spacing: -2px;
|
||||
margin-bottom: 1.5rem;
|
||||
}
|
||||
|
||||
h1 span {
|
||||
background: linear-gradient(135deg, var(--accent-cyan) 0%, #60a5fa 100%);
|
||||
-webkit-background-clip: text;
|
||||
-webkit-text-fill-color: transparent;
|
||||
}
|
||||
|
||||
.subtitle {
|
||||
font-size: 1.2rem;
|
||||
color: var(--text-muted);
|
||||
max-width: 700px;
|
||||
margin: 0 auto 2.8rem;
|
||||
line-height: 1.65;
|
||||
}
|
||||
|
||||
.actions {
|
||||
display: flex;
|
||||
justify-content: center;
|
||||
gap: 1.2rem;
|
||||
flex-wrap: wrap;
|
||||
margin-bottom: 4.5rem;
|
||||
}
|
||||
|
||||
/* BOUTONS */
|
||||
.btn {
|
||||
padding: 0.95rem 2.2rem;
|
||||
border-radius: 12px;
|
||||
font-size: 1rem;
|
||||
font-weight: 600;
|
||||
text-decoration: none;
|
||||
transition: all 0.25s cubic-bezier(0.4, 0, 0.2, 1);
|
||||
display: inline-flex;
|
||||
align-items: center;
|
||||
gap: 0.5rem;
|
||||
border-radius: 10px;
|
||||
font-weight: 600;
|
||||
text-decoration: none;
|
||||
cursor: pointer;
|
||||
transition: all 0.25s cubic-bezier(0.4, 0, 0.2, 1);
|
||||
}
|
||||
|
||||
.btn-sm {
|
||||
padding: 0.5rem 1.1rem;
|
||||
font-size: 0.88rem;
|
||||
}
|
||||
|
||||
.btn-lg {
|
||||
padding: 0.9rem 2rem;
|
||||
font-size: 1rem;
|
||||
}
|
||||
|
||||
.btn-block {
|
||||
width: 100%;
|
||||
justify-content: center;
|
||||
padding: 0.85rem;
|
||||
font-size: 0.95rem;
|
||||
}
|
||||
|
||||
.btn-primary {
|
||||
background: linear-gradient(135deg, var(--accent-blue), #1d4ed8);
|
||||
color: #ffffff;
|
||||
box-shadow: 0 4px 20px rgba(37, 99, 235, 0.4);
|
||||
box-shadow: 0 4px 18px rgba(37, 99, 235, 0.35);
|
||||
border: 1px solid rgba(255, 255, 255, 0.15);
|
||||
}
|
||||
|
||||
.btn-primary:hover {
|
||||
transform: translateY(-2px);
|
||||
box-shadow: 0 6px 28px rgba(37, 99, 235, 0.6);
|
||||
box-shadow: 0 6px 26px rgba(37, 99, 235, 0.55);
|
||||
}
|
||||
|
||||
.btn-secondary {
|
||||
background: var(--bg-card);
|
||||
.btn-outline {
|
||||
background: rgba(255, 255, 255, 0.03);
|
||||
color: var(--text-main);
|
||||
border: 1px solid var(--border);
|
||||
backdrop-filter: blur(14px);
|
||||
}
|
||||
|
||||
.btn-secondary:hover {
|
||||
.btn-outline:hover {
|
||||
border-color: var(--accent-cyan);
|
||||
box-shadow: var(--neon-glow);
|
||||
color: var(--accent-cyan);
|
||||
transform: translateY(-2px);
|
||||
}
|
||||
|
||||
.grid-features {
|
||||
display: grid;
|
||||
grid-template-columns: repeat(auto-fit, minmax(230px, 1fr));
|
||||
gap: 1.4rem;
|
||||
text-align: left;
|
||||
.btn-glass {
|
||||
background: var(--bg-card);
|
||||
color: var(--text-main);
|
||||
border: 1px solid var(--border);
|
||||
backdrop-filter: blur(12px);
|
||||
}
|
||||
|
||||
.card {
|
||||
.btn-glass:hover {
|
||||
border-color: var(--accent-cyan);
|
||||
box-shadow: var(--glow);
|
||||
transform: translateY(-2px);
|
||||
}
|
||||
|
||||
/* HERO */
|
||||
.hero {
|
||||
padding: 5.5rem 1.5rem 4rem;
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
.badge-flag {
|
||||
display: inline-flex;
|
||||
align-items: center;
|
||||
gap: 0.5rem;
|
||||
font-size: 0.8rem;
|
||||
font-weight: 600;
|
||||
color: var(--accent-cyan);
|
||||
background: rgba(56, 189, 248, 0.08);
|
||||
padding: 0.4rem 1.1rem;
|
||||
border-radius: 9999px;
|
||||
border: 1px solid rgba(56, 189, 248, 0.25);
|
||||
margin-bottom: 1.8rem;
|
||||
}
|
||||
|
||||
h1 {
|
||||
font-size: 4.2rem;
|
||||
font-weight: 800;
|
||||
line-height: 1.1;
|
||||
letter-spacing: -2px;
|
||||
margin-bottom: 1.6rem;
|
||||
}
|
||||
|
||||
.text-gradient {
|
||||
background: linear-gradient(135deg, var(--accent-cyan) 0%, #60a5fa 60%, #93c5fd 100%);
|
||||
-webkit-background-clip: text;
|
||||
-webkit-text-fill-color: transparent;
|
||||
}
|
||||
|
||||
.hero-desc {
|
||||
font-size: 1.25rem;
|
||||
color: var(--text-muted);
|
||||
max-width: 760px;
|
||||
margin: 0 auto 2.8rem;
|
||||
line-height: 1.7;
|
||||
}
|
||||
|
||||
.hero-cta {
|
||||
display: flex;
|
||||
justify-content: center;
|
||||
gap: 1.2rem;
|
||||
margin-bottom: 4rem;
|
||||
flex-wrap: wrap;
|
||||
}
|
||||
|
||||
/* STATS BAR */
|
||||
.stats-bar {
|
||||
display: grid;
|
||||
grid-template-columns: repeat(4, 1fr);
|
||||
background: var(--bg-card);
|
||||
border: 1px solid var(--border);
|
||||
border-radius: 16px;
|
||||
padding: 1.6rem;
|
||||
border-radius: 18px;
|
||||
padding: 1.8rem;
|
||||
max-width: 960px;
|
||||
margin: 0 auto;
|
||||
backdrop-filter: blur(16px);
|
||||
box-shadow: 0 10px 30px rgba(0,0,0,0.4);
|
||||
}
|
||||
|
||||
.stat-item {
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
.stat-val {
|
||||
font-family: 'JetBrains Mono', monospace;
|
||||
font-size: 1.8rem;
|
||||
font-weight: 700;
|
||||
color: var(--text-main);
|
||||
letter-spacing: -0.5px;
|
||||
margin-bottom: 0.3rem;
|
||||
}
|
||||
|
||||
.stat-label {
|
||||
font-size: 0.82rem;
|
||||
color: var(--text-muted);
|
||||
font-weight: 500;
|
||||
}
|
||||
|
||||
.stat-divider {
|
||||
display: none;
|
||||
}
|
||||
|
||||
/* SECTIONS */
|
||||
.section {
|
||||
padding: 6rem 1.5rem;
|
||||
}
|
||||
|
||||
.section-head {
|
||||
text-align: center;
|
||||
max-width: 700px;
|
||||
margin: 0 auto 3.5rem;
|
||||
}
|
||||
|
||||
.section-tag {
|
||||
font-size: 0.78rem;
|
||||
font-weight: 700;
|
||||
letter-spacing: 2px;
|
||||
color: var(--accent-cyan);
|
||||
margin-bottom: 0.8rem;
|
||||
}
|
||||
|
||||
.section-head h2 {
|
||||
font-size: 2.5rem;
|
||||
font-weight: 800;
|
||||
letter-spacing: -1px;
|
||||
margin-bottom: 0.8rem;
|
||||
}
|
||||
|
||||
.section-head p {
|
||||
color: var(--text-muted);
|
||||
font-size: 1.05rem;
|
||||
}
|
||||
|
||||
/* PRICING GRID */
|
||||
.pricing-grid {
|
||||
display: grid;
|
||||
grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
|
||||
gap: 2rem;
|
||||
align-items: stretch;
|
||||
}
|
||||
|
||||
.pricing-card {
|
||||
background: var(--bg-card);
|
||||
border: 1px solid var(--border);
|
||||
border-radius: 20px;
|
||||
padding: 2.2rem;
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
justify-content: space-between;
|
||||
backdrop-filter: blur(14px);
|
||||
transition: all 0.3s;
|
||||
position: relative;
|
||||
}
|
||||
|
||||
.pricing-card:hover {
|
||||
border-color: var(--border-hover);
|
||||
transform: translateY(-4px);
|
||||
box-shadow: 0 16px 40px rgba(0,0,0,0.5);
|
||||
}
|
||||
|
||||
.pricing-card.featured {
|
||||
border-color: rgba(56, 189, 248, 0.4);
|
||||
background: linear-gradient(180deg, rgba(20, 32, 58, 0.85) 0%, rgba(15, 23, 42, 0.7) 100%);
|
||||
box-shadow: 0 0 35px rgba(56, 189, 248, 0.15);
|
||||
}
|
||||
|
||||
.card-badge {
|
||||
display: inline-block;
|
||||
font-size: 0.7rem;
|
||||
font-family: 'JetBrains Mono', monospace;
|
||||
font-weight: 700;
|
||||
padding: 0.25rem 0.6rem;
|
||||
border-radius: 6px;
|
||||
background: rgba(255, 255, 255, 0.06);
|
||||
color: var(--text-muted);
|
||||
margin-bottom: 1.2rem;
|
||||
}
|
||||
|
||||
.card-badge.highlight {
|
||||
background: rgba(56, 189, 248, 0.15);
|
||||
border: 1px solid var(--accent-cyan);
|
||||
color: var(--accent-cyan);
|
||||
}
|
||||
|
||||
.pricing-card h3 {
|
||||
font-size: 1.5rem;
|
||||
font-weight: 800;
|
||||
margin-bottom: 0.5rem;
|
||||
}
|
||||
|
||||
.card-desc {
|
||||
font-size: 0.9rem;
|
||||
color: var(--text-muted);
|
||||
margin-bottom: 1.8rem;
|
||||
min-height: 45px;
|
||||
}
|
||||
|
||||
.price {
|
||||
display: flex;
|
||||
align-items: baseline;
|
||||
gap: 0.4rem;
|
||||
margin-bottom: 2rem;
|
||||
padding-bottom: 1.5rem;
|
||||
border-bottom: 1px solid rgba(255, 255, 255, 0.08);
|
||||
}
|
||||
|
||||
.price .amount {
|
||||
font-family: 'JetBrains Mono', monospace;
|
||||
font-size: 2.8rem;
|
||||
font-weight: 800;
|
||||
letter-spacing: -1px;
|
||||
}
|
||||
|
||||
.price .period {
|
||||
color: var(--text-muted);
|
||||
font-size: 0.95rem;
|
||||
}
|
||||
|
||||
.features-list {
|
||||
list-style: none;
|
||||
margin-bottom: 2.2rem;
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
gap: 0.8rem;
|
||||
}
|
||||
|
||||
.features-list li {
|
||||
font-size: 0.92rem;
|
||||
color: var(--text-main);
|
||||
display: flex;
|
||||
align-items: center;
|
||||
gap: 0.6rem;
|
||||
}
|
||||
|
||||
.features-list li span {
|
||||
color: var(--accent-cyan);
|
||||
font-weight: 700;
|
||||
}
|
||||
|
||||
/* FEATURES BOXES */
|
||||
.features-grid {
|
||||
display: grid;
|
||||
grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
|
||||
gap: 1.6rem;
|
||||
}
|
||||
|
||||
.feature-box {
|
||||
background: var(--bg-card);
|
||||
border: 1px solid var(--border);
|
||||
border-radius: 18px;
|
||||
padding: 2rem;
|
||||
backdrop-filter: blur(14px);
|
||||
transition: all 0.3s;
|
||||
}
|
||||
|
||||
.card:hover {
|
||||
border-color: var(--accent-cyan);
|
||||
.feature-box:hover {
|
||||
border-color: var(--border-hover);
|
||||
transform: translateY(-3px);
|
||||
box-shadow: 0 12px 35px rgba(0, 0, 0, 0.5);
|
||||
}
|
||||
|
||||
.card-icon {
|
||||
font-size: 1.6rem;
|
||||
margin-bottom: 0.9rem;
|
||||
.f-icon {
|
||||
font-size: 2rem;
|
||||
margin-bottom: 1rem;
|
||||
}
|
||||
|
||||
.card h3 {
|
||||
font-size: 1.15rem;
|
||||
margin-bottom: 0.4rem;
|
||||
.feature-box h4 {
|
||||
font-size: 1.2rem;
|
||||
font-weight: 700;
|
||||
margin-bottom: 0.6rem;
|
||||
}
|
||||
|
||||
.card p {
|
||||
font-size: 0.88rem;
|
||||
.feature-box p {
|
||||
font-size: 0.9rem;
|
||||
color: var(--text-muted);
|
||||
line-height: 1.55;
|
||||
line-height: 1.6;
|
||||
}
|
||||
|
||||
footer {
|
||||
width: 100%;
|
||||
max-width: 1200px;
|
||||
padding: 2.2rem 1.5rem;
|
||||
text-align: center;
|
||||
/* FOOTER */
|
||||
.footer-wrapper {
|
||||
background: #04070d;
|
||||
border-top: 1px solid rgba(255, 255, 255, 0.06);
|
||||
padding: 4.5rem 0 2.5rem;
|
||||
margin-top: 4rem;
|
||||
}
|
||||
|
||||
.footer-grid {
|
||||
display: grid;
|
||||
grid-template-columns: 2fr 1fr 1fr 1fr;
|
||||
gap: 3rem;
|
||||
margin-bottom: 3.5rem;
|
||||
}
|
||||
|
||||
.footer-brand p {
|
||||
font-size: 0.9rem;
|
||||
color: var(--text-muted);
|
||||
max-width: 320px;
|
||||
margin-top: 1rem;
|
||||
line-height: 1.6;
|
||||
}
|
||||
|
||||
.footer-col h5 {
|
||||
font-size: 0.95rem;
|
||||
font-weight: 700;
|
||||
color: var(--text-main);
|
||||
margin-bottom: 1.2rem;
|
||||
letter-spacing: 0.5px;
|
||||
}
|
||||
|
||||
.footer-col a, .footer-col p {
|
||||
display: block;
|
||||
color: var(--text-muted);
|
||||
text-decoration: none;
|
||||
font-size: 0.88rem;
|
||||
margin-bottom: 0.6rem;
|
||||
transition: color 0.2s;
|
||||
}
|
||||
|
||||
.footer-col a:hover {
|
||||
color: var(--accent-cyan);
|
||||
}
|
||||
|
||||
.footer-col code {
|
||||
background: rgba(56, 189, 248, 0.1);
|
||||
color: var(--accent-cyan);
|
||||
padding: 0.15rem 0.4rem;
|
||||
border-radius: 4px;
|
||||
font-family: 'JetBrains Mono', monospace;
|
||||
font-size: 0.8rem;
|
||||
}
|
||||
|
||||
.footer-bottom {
|
||||
padding-top: 2rem;
|
||||
border-top: 1px solid rgba(255, 255, 255, 0.04);
|
||||
text-align: center;
|
||||
color: var(--text-muted);
|
||||
font-size: 0.85rem;
|
||||
}
|
||||
|
||||
footer span {
|
||||
color: var(--accent-cyan);
|
||||
@media (max-width: 900px) {
|
||||
h1 { font-size: 3rem; }
|
||||
.nav-links { display: none; }
|
||||
.stats-bar { grid-template-columns: repeat(2, 1fr); gap: 1.5rem; }
|
||||
.footer-grid { grid-template-columns: 1fr 1fr; }
|
||||
}
|
||||
|
||||
@media (max-width: 768px) {
|
||||
h1 { font-size: 2.6rem; }
|
||||
.subtitle { font-size: 1.05rem; }
|
||||
.actions { flex-direction: column; align-items: stretch; }
|
||||
.btn { justify-content: center; }
|
||||
@media (max-width: 600px) {
|
||||
h1 { font-size: 2.4rem; }
|
||||
.stats-bar { grid-template-columns: 1fr; }
|
||||
.footer-grid { grid-template-columns: 1fr; }
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue