Initial storagebox.fi website
Nextcloud cloud storage service landing page with hero, features, pricing (5 tiers: Mini to Business), contact form and FAQ section. Responsive design with colorful gradient theme. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
288
index.html
Normal file
288
index.html
Normal file
@@ -0,0 +1,288 @@
|
||||
<!DOCTYPE html>
|
||||
<html lang="fi">
|
||||
<head>
|
||||
<meta charset="UTF-8">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
<title>StorageBox.fi — Pilvitallennustila Suomesta</title>
|
||||
<meta name="description" content="Nextcloud-pohjainen pilvitallennuspalvelu Suomesta. Turvallinen, nopea ja edullinen. Datasi pysyy Suomessa.">
|
||||
<link rel="stylesheet" href="style.css">
|
||||
<link rel="preconnect" href="https://fonts.googleapis.com">
|
||||
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
|
||||
<link rel="stylesheet" href="https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700;800&display=swap">
|
||||
</head>
|
||||
<body>
|
||||
|
||||
<!-- Navigaatio -->
|
||||
<nav class="navbar" id="navbar">
|
||||
<div class="container nav-content">
|
||||
<a href="#" class="logo">
|
||||
<span class="logo-icon">☁️</span>
|
||||
<span class="logo-text">Storage<span class="logo-highlight">Box</span>.fi</span>
|
||||
</a>
|
||||
<ul class="nav-links" id="navLinks">
|
||||
<li><a href="#ominaisuudet">Ominaisuudet</a></li>
|
||||
<li><a href="#hinnat">Hinnat</a></li>
|
||||
<li><a href="#yhteystiedot">Yhteystiedot</a></li>
|
||||
</ul>
|
||||
<button class="nav-toggle" id="navToggle" aria-label="Valikko">
|
||||
<span></span>
|
||||
<span></span>
|
||||
<span></span>
|
||||
</button>
|
||||
</div>
|
||||
</nav>
|
||||
|
||||
<!-- Hero -->
|
||||
<section class="hero" id="hero">
|
||||
<div class="hero-bg"></div>
|
||||
<div class="container hero-content">
|
||||
<h1>Oma pilvitallennustila <span class="gradient-text">Suomesta</span></h1>
|
||||
<p class="hero-subtitle">Nextcloud-pohjainen pilvipalvelu, jossa datasi pysyy turvassa suomalaisella palvelimella. Synkronoi, jaa ja varmuuskopioi — helposti ja edullisesti.</p>
|
||||
<div class="hero-buttons">
|
||||
<a href="#hinnat" class="btn btn-primary">Katso paketit</a>
|
||||
<a href="#ominaisuudet" class="btn btn-outline">Lue lisää</a>
|
||||
</div>
|
||||
<div class="hero-badges">
|
||||
<div class="badge">🇫🇮 Data Suomessa</div>
|
||||
<div class="badge">🔒 Salattu yhteys</div>
|
||||
<div class="badge">⚡ 99.9% käytettävyys</div>
|
||||
</div>
|
||||
</div>
|
||||
</section>
|
||||
|
||||
<!-- Ominaisuudet -->
|
||||
<section class="features" id="ominaisuudet">
|
||||
<div class="container">
|
||||
<h2 class="section-title">Miksi <span class="gradient-text">StorageBox</span>?</h2>
|
||||
<p class="section-subtitle">Kaikki mitä tarvitset pilvipalvelulta — ilman kompromisseja.</p>
|
||||
<div class="features-grid">
|
||||
<div class="feature-card">
|
||||
<div class="feature-icon">☁️</div>
|
||||
<h3>Nextcloud-alusta</h3>
|
||||
<p>Avoimen lähdekoodin Nextcloud — tuttu, luotettava ja jatkuvasti kehittyvä alusta tiedostojen hallintaan.</p>
|
||||
</div>
|
||||
<div class="feature-card">
|
||||
<div class="feature-icon">🔄</div>
|
||||
<h3>Synkronointi</h3>
|
||||
<p>Synkronoi tiedostosi automaattisesti kaikilla laitteillasi. Desktop, mobiili ja selain — kaikki aina ajan tasalla.</p>
|
||||
</div>
|
||||
<div class="feature-card">
|
||||
<div class="feature-icon">🔒</div>
|
||||
<h3>Tietoturva</h3>
|
||||
<p>Datasi säilytetään suomalaisella palvelimella salatulla yhteydellä. Sinä hallitset omia tietojasi.</p>
|
||||
</div>
|
||||
<div class="feature-card">
|
||||
<div class="feature-icon">🔗</div>
|
||||
<h3>Jakaminen</h3>
|
||||
<p>Jaa tiedostoja ja kansioita helposti linkeillä tai kutsu muita yhteistyöhön. Hallitse käyttöoikeuksia tarkasti.</p>
|
||||
</div>
|
||||
<div class="feature-card">
|
||||
<div class="feature-icon">💾</div>
|
||||
<h3>Varmuuskopiot</h3>
|
||||
<p>Automaattiset varmuuskopiot pitävät tietosi turvassa. Palauta poistetut tiedostot helposti roskakorista.</p>
|
||||
</div>
|
||||
<div class="feature-card">
|
||||
<div class="feature-icon">⚡</div>
|
||||
<h3>99.9% käytettävyys</h3>
|
||||
<p>Luotettava infrastruktuuri takaa, että palvelu on aina saatavilla silloin kun sitä tarvitset.</p>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</section>
|
||||
|
||||
<!-- Hinnoittelu -->
|
||||
<section class="pricing" id="hinnat">
|
||||
<div class="container">
|
||||
<h2 class="section-title">Valitse <span class="gradient-text">pakettisi</span></h2>
|
||||
<p class="section-subtitle">Kaikissa paketeissa: Nextcloud-käyttöliittymä, synkronointi, jakaminen ja varmuuskopiot.</p>
|
||||
<div class="pricing-grid">
|
||||
|
||||
<div class="pricing-card">
|
||||
<div class="pricing-header">
|
||||
<h3>Mini</h3>
|
||||
<div class="pricing-amount">
|
||||
<span class="price">3€</span>
|
||||
<span class="period">/kk</span>
|
||||
</div>
|
||||
<p class="pricing-storage">50 GB tallennustilaa</p>
|
||||
</div>
|
||||
<ul class="pricing-features">
|
||||
<li>Nextcloud-käyttöliittymä</li>
|
||||
<li>Desktop & mobiilisynkronointi</li>
|
||||
<li>Tiedostojen jakaminen</li>
|
||||
<li>Automaattiset varmuuskopiot</li>
|
||||
<li>Sähköpostituki</li>
|
||||
</ul>
|
||||
<a href="#yhteystiedot" class="btn btn-outline btn-block">Tilaa</a>
|
||||
</div>
|
||||
|
||||
<div class="pricing-card">
|
||||
<div class="pricing-header">
|
||||
<h3>Perus</h3>
|
||||
<div class="pricing-amount">
|
||||
<span class="price">7€</span>
|
||||
<span class="period">/kk</span>
|
||||
</div>
|
||||
<p class="pricing-storage">200 GB tallennustilaa</p>
|
||||
</div>
|
||||
<ul class="pricing-features">
|
||||
<li>Nextcloud-käyttöliittymä</li>
|
||||
<li>Desktop & mobiilisynkronointi</li>
|
||||
<li>Tiedostojen jakaminen</li>
|
||||
<li>Automaattiset varmuuskopiot</li>
|
||||
<li>Sähköpostituki</li>
|
||||
</ul>
|
||||
<a href="#yhteystiedot" class="btn btn-outline btn-block">Tilaa</a>
|
||||
</div>
|
||||
|
||||
<div class="pricing-card popular">
|
||||
<div class="popular-badge">Suosituin</div>
|
||||
<div class="pricing-header">
|
||||
<h3>Plus</h3>
|
||||
<div class="pricing-amount">
|
||||
<span class="price">12€</span>
|
||||
<span class="period">/kk</span>
|
||||
</div>
|
||||
<p class="pricing-storage">500 GB tallennustilaa</p>
|
||||
</div>
|
||||
<ul class="pricing-features">
|
||||
<li>Nextcloud-käyttöliittymä</li>
|
||||
<li>Desktop & mobiilisynkronointi</li>
|
||||
<li>Tiedostojen jakaminen</li>
|
||||
<li>Automaattiset varmuuskopiot</li>
|
||||
<li>OnlyOffice-dokumenttieditori</li>
|
||||
<li>Sähköpostituki</li>
|
||||
</ul>
|
||||
<a href="#yhteystiedot" class="btn btn-primary btn-block">Tilaa</a>
|
||||
</div>
|
||||
|
||||
<div class="pricing-card">
|
||||
<div class="pricing-header">
|
||||
<h3>Pro</h3>
|
||||
<div class="pricing-amount">
|
||||
<span class="price">19€</span>
|
||||
<span class="period">/kk</span>
|
||||
</div>
|
||||
<p class="pricing-storage">1 TB tallennustilaa</p>
|
||||
</div>
|
||||
<ul class="pricing-features">
|
||||
<li>Nextcloud-käyttöliittymä</li>
|
||||
<li>Desktop & mobiilisynkronointi</li>
|
||||
<li>Tiedostojen jakaminen</li>
|
||||
<li>Automaattiset varmuuskopiot</li>
|
||||
<li>OnlyOffice-dokumenttieditori</li>
|
||||
<li>Sähköpostituki</li>
|
||||
</ul>
|
||||
<a href="#yhteystiedot" class="btn btn-outline btn-block">Tilaa</a>
|
||||
</div>
|
||||
|
||||
<div class="pricing-card">
|
||||
<div class="pricing-header">
|
||||
<h3>Business</h3>
|
||||
<div class="pricing-amount">
|
||||
<span class="price">29€</span>
|
||||
<span class="period">/kk</span>
|
||||
</div>
|
||||
<p class="pricing-storage">2 TB tallennustilaa</p>
|
||||
</div>
|
||||
<ul class="pricing-features">
|
||||
<li>Nextcloud-käyttöliittymä</li>
|
||||
<li>Desktop & mobiilisynkronointi</li>
|
||||
<li>Tiedostojen jakaminen</li>
|
||||
<li>Automaattiset varmuuskopiot</li>
|
||||
<li>OnlyOffice-dokumenttieditori</li>
|
||||
<li>Prioriteettituki</li>
|
||||
</ul>
|
||||
<a href="#yhteystiedot" class="btn btn-outline btn-block">Tilaa</a>
|
||||
</div>
|
||||
|
||||
</div>
|
||||
</div>
|
||||
</section>
|
||||
|
||||
<!-- Yhteystiedot -->
|
||||
<section class="contact" id="yhteystiedot">
|
||||
<div class="container">
|
||||
<h2 class="section-title">Ota <span class="gradient-text">yhteyttä</span></h2>
|
||||
<p class="section-subtitle">Kiinnostuitko? Lähetä viesti niin palaamme asiaan mahdollisimman pian.</p>
|
||||
<div class="contact-wrapper">
|
||||
<form class="contact-form" id="contactForm">
|
||||
<div class="form-group">
|
||||
<label for="name">Nimi</label>
|
||||
<input type="text" id="name" name="name" required placeholder="Nimesi">
|
||||
</div>
|
||||
<div class="form-group">
|
||||
<label for="email">Sähköposti</label>
|
||||
<input type="email" id="email" name="email" required placeholder="sahkoposti@esimerkki.fi">
|
||||
</div>
|
||||
<div class="form-group">
|
||||
<label for="package">Kiinnostava paketti</label>
|
||||
<select id="package" name="package">
|
||||
<option value="">Valitse paketti (valinnainen)</option>
|
||||
<option value="mini">Mini — 50 GB — 3€/kk</option>
|
||||
<option value="perus">Perus — 200 GB — 7€/kk</option>
|
||||
<option value="plus">Plus — 500 GB — 12€/kk</option>
|
||||
<option value="pro">Pro — 1 TB — 19€/kk</option>
|
||||
<option value="business">Business — 2 TB — 29€/kk</option>
|
||||
</select>
|
||||
</div>
|
||||
<div class="form-group">
|
||||
<label for="message">Viesti</label>
|
||||
<textarea id="message" name="message" rows="5" required placeholder="Kerro tarpeistasi..."></textarea>
|
||||
</div>
|
||||
<button type="submit" class="btn btn-primary btn-block">Lähetä viesti</button>
|
||||
<div class="form-status" id="formStatus"></div>
|
||||
</form>
|
||||
<div class="contact-info">
|
||||
<div class="contact-info-card">
|
||||
<h3>Yhteystiedot</h3>
|
||||
<div class="contact-item">
|
||||
<span class="contact-icon">📧</span>
|
||||
<a href="mailto:info@storagebox.fi">info@storagebox.fi</a>
|
||||
</div>
|
||||
<div class="contact-item">
|
||||
<span class="contact-icon">🌐</span>
|
||||
<span>storagebox.fi</span>
|
||||
</div>
|
||||
</div>
|
||||
<div class="contact-info-card">
|
||||
<h3>Usein kysyttyä</h3>
|
||||
<div class="faq-item">
|
||||
<strong>Miten pääsen alkuun?</strong>
|
||||
<p>Valitse paketti ja ota yhteyttä. Saat tunnukset sähköpostiisi ja voit aloittaa heti.</p>
|
||||
</div>
|
||||
<div class="faq-item">
|
||||
<strong>Voinko vaihtaa pakettia?</strong>
|
||||
<p>Kyllä! Voit päivittää tai vaihtaa pakettia milloin tahansa.</p>
|
||||
</div>
|
||||
<div class="faq-item">
|
||||
<strong>Missä data säilytetään?</strong>
|
||||
<p>Kaikki data säilytetään suomalaisella palvelimella EU:n tietosuoja-asetuksen mukaisesti.</p>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</section>
|
||||
|
||||
<!-- Footer -->
|
||||
<footer class="footer">
|
||||
<div class="container footer-content">
|
||||
<div class="footer-brand">
|
||||
<span class="logo-text">Storage<span class="logo-highlight">Box</span>.fi</span>
|
||||
<p>Nextcloud-pohjainen pilvitallennuspalvelu Suomesta.</p>
|
||||
</div>
|
||||
<div class="footer-links">
|
||||
<a href="#ominaisuudet">Ominaisuudet</a>
|
||||
<a href="#hinnat">Hinnat</a>
|
||||
<a href="#yhteystiedot">Yhteystiedot</a>
|
||||
</div>
|
||||
<div class="footer-bottom">
|
||||
<p>© 2026 StorageBox.fi. Kaikki oikeudet pidätetään.</p>
|
||||
</div>
|
||||
</div>
|
||||
</footer>
|
||||
|
||||
<script src="script.js"></script>
|
||||
</body>
|
||||
</html>
|
||||
69
script.js
Normal file
69
script.js
Normal file
@@ -0,0 +1,69 @@
|
||||
// === Navbar scroll effect ===
|
||||
const navbar = document.getElementById('navbar');
|
||||
|
||||
window.addEventListener('scroll', () => {
|
||||
if (window.scrollY > 50) {
|
||||
navbar.classList.add('scrolled');
|
||||
} else {
|
||||
navbar.classList.remove('scrolled');
|
||||
}
|
||||
});
|
||||
|
||||
// === Mobile nav toggle ===
|
||||
const navToggle = document.getElementById('navToggle');
|
||||
const navLinks = document.getElementById('navLinks');
|
||||
|
||||
navToggle.addEventListener('click', () => {
|
||||
navToggle.classList.toggle('active');
|
||||
navLinks.classList.toggle('active');
|
||||
});
|
||||
|
||||
// Close mobile nav on link click
|
||||
navLinks.querySelectorAll('a').forEach(link => {
|
||||
link.addEventListener('click', () => {
|
||||
navToggle.classList.remove('active');
|
||||
navLinks.classList.remove('active');
|
||||
});
|
||||
});
|
||||
|
||||
// === Scroll animations (Intersection Observer) ===
|
||||
const observerOptions = {
|
||||
threshold: 0.1,
|
||||
rootMargin: '0px 0px -50px 0px'
|
||||
};
|
||||
|
||||
const observer = new IntersectionObserver((entries) => {
|
||||
entries.forEach(entry => {
|
||||
if (entry.isIntersecting) {
|
||||
entry.target.classList.add('visible');
|
||||
observer.unobserve(entry.target);
|
||||
}
|
||||
});
|
||||
}, observerOptions);
|
||||
|
||||
// Add fade-in class to animatable elements
|
||||
document.querySelectorAll('.feature-card, .pricing-card, .contact-info-card, .section-title, .section-subtitle').forEach(el => {
|
||||
el.classList.add('fade-in');
|
||||
observer.observe(el);
|
||||
});
|
||||
|
||||
// === Contact form ===
|
||||
const contactForm = document.getElementById('contactForm');
|
||||
const formStatus = document.getElementById('formStatus');
|
||||
|
||||
contactForm.addEventListener('submit', (e) => {
|
||||
e.preventDefault();
|
||||
|
||||
const formData = new FormData(contactForm);
|
||||
const data = Object.fromEntries(formData);
|
||||
|
||||
// For now, show success message (backend can be added later)
|
||||
formStatus.className = 'form-status success';
|
||||
formStatus.textContent = 'Kiitos viestistäsi! Palaamme asiaan mahdollisimman pian.';
|
||||
|
||||
contactForm.reset();
|
||||
|
||||
setTimeout(() => {
|
||||
formStatus.className = 'form-status';
|
||||
}, 5000);
|
||||
});
|
||||
778
style.css
Normal file
778
style.css
Normal file
@@ -0,0 +1,778 @@
|
||||
/* === Reset & Base === */
|
||||
*, *::before, *::after {
|
||||
margin: 0;
|
||||
padding: 0;
|
||||
box-sizing: border-box;
|
||||
}
|
||||
|
||||
:root {
|
||||
--primary: #6366f1;
|
||||
--primary-dark: #4f46e5;
|
||||
--secondary: #8b5cf6;
|
||||
--accent: #f59e0b;
|
||||
--accent-light: #fbbf24;
|
||||
--dark: #0f172a;
|
||||
--dark-light: #1e293b;
|
||||
--dark-card: #1a2332;
|
||||
--text: #e2e8f0;
|
||||
--text-muted: #94a3b8;
|
||||
--white: #ffffff;
|
||||
--border: rgba(255, 255, 255, 0.1);
|
||||
--glow: rgba(99, 102, 241, 0.3);
|
||||
--radius: 12px;
|
||||
--radius-lg: 20px;
|
||||
}
|
||||
|
||||
html {
|
||||
scroll-behavior: smooth;
|
||||
scroll-padding-top: 80px;
|
||||
}
|
||||
|
||||
body {
|
||||
font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
|
||||
background: var(--dark);
|
||||
color: var(--text);
|
||||
line-height: 1.6;
|
||||
overflow-x: hidden;
|
||||
}
|
||||
|
||||
.container {
|
||||
max-width: 1200px;
|
||||
margin: 0 auto;
|
||||
padding: 0 24px;
|
||||
}
|
||||
|
||||
a {
|
||||
color: inherit;
|
||||
text-decoration: none;
|
||||
}
|
||||
|
||||
/* === Gradient Text === */
|
||||
.gradient-text {
|
||||
background: linear-gradient(135deg, var(--primary), var(--secondary), var(--accent));
|
||||
-webkit-background-clip: text;
|
||||
-webkit-text-fill-color: transparent;
|
||||
background-clip: text;
|
||||
}
|
||||
|
||||
/* === Navbar === */
|
||||
.navbar {
|
||||
position: fixed;
|
||||
top: 0;
|
||||
left: 0;
|
||||
right: 0;
|
||||
z-index: 1000;
|
||||
padding: 16px 0;
|
||||
transition: all 0.3s ease;
|
||||
background: transparent;
|
||||
}
|
||||
|
||||
.navbar.scrolled {
|
||||
background: rgba(15, 23, 42, 0.95);
|
||||
backdrop-filter: blur(20px);
|
||||
border-bottom: 1px solid var(--border);
|
||||
padding: 12px 0;
|
||||
}
|
||||
|
||||
.nav-content {
|
||||
display: flex;
|
||||
align-items: center;
|
||||
justify-content: space-between;
|
||||
}
|
||||
|
||||
.logo {
|
||||
display: flex;
|
||||
align-items: center;
|
||||
gap: 8px;
|
||||
font-size: 1.4rem;
|
||||
font-weight: 700;
|
||||
}
|
||||
|
||||
.logo-icon {
|
||||
font-size: 1.6rem;
|
||||
}
|
||||
|
||||
.logo-text {
|
||||
color: var(--white);
|
||||
}
|
||||
|
||||
.logo-highlight {
|
||||
color: var(--accent);
|
||||
}
|
||||
|
||||
.nav-links {
|
||||
display: flex;
|
||||
list-style: none;
|
||||
gap: 32px;
|
||||
}
|
||||
|
||||
.nav-links a {
|
||||
font-weight: 500;
|
||||
color: var(--text-muted);
|
||||
transition: color 0.3s;
|
||||
font-size: 0.95rem;
|
||||
}
|
||||
|
||||
.nav-links a:hover {
|
||||
color: var(--white);
|
||||
}
|
||||
|
||||
.nav-toggle {
|
||||
display: none;
|
||||
flex-direction: column;
|
||||
gap: 5px;
|
||||
background: none;
|
||||
border: none;
|
||||
cursor: pointer;
|
||||
padding: 4px;
|
||||
}
|
||||
|
||||
.nav-toggle span {
|
||||
display: block;
|
||||
width: 24px;
|
||||
height: 2px;
|
||||
background: var(--white);
|
||||
transition: all 0.3s;
|
||||
border-radius: 2px;
|
||||
}
|
||||
|
||||
/* === Hero === */
|
||||
.hero {
|
||||
position: relative;
|
||||
min-height: 100vh;
|
||||
display: flex;
|
||||
align-items: center;
|
||||
padding: 120px 0 80px;
|
||||
overflow: hidden;
|
||||
}
|
||||
|
||||
.hero-bg {
|
||||
position: absolute;
|
||||
inset: 0;
|
||||
background:
|
||||
radial-gradient(ellipse 80% 60% at 50% 0%, rgba(99, 102, 241, 0.25), transparent),
|
||||
radial-gradient(ellipse 60% 50% at 80% 20%, rgba(139, 92, 246, 0.2), transparent),
|
||||
radial-gradient(ellipse 40% 40% at 20% 60%, rgba(245, 158, 11, 0.1), transparent);
|
||||
z-index: 0;
|
||||
}
|
||||
|
||||
.hero-content {
|
||||
position: relative;
|
||||
z-index: 1;
|
||||
text-align: center;
|
||||
max-width: 800px;
|
||||
margin: 0 auto;
|
||||
}
|
||||
|
||||
.hero h1 {
|
||||
font-size: clamp(2.2rem, 6vw, 4rem);
|
||||
font-weight: 800;
|
||||
line-height: 1.15;
|
||||
margin-bottom: 24px;
|
||||
letter-spacing: -0.02em;
|
||||
}
|
||||
|
||||
.hero-subtitle {
|
||||
font-size: clamp(1rem, 2.5vw, 1.25rem);
|
||||
color: var(--text-muted);
|
||||
max-width: 600px;
|
||||
margin: 0 auto 40px;
|
||||
line-height: 1.7;
|
||||
}
|
||||
|
||||
.hero-buttons {
|
||||
display: flex;
|
||||
gap: 16px;
|
||||
justify-content: center;
|
||||
flex-wrap: wrap;
|
||||
margin-bottom: 48px;
|
||||
}
|
||||
|
||||
.hero-badges {
|
||||
display: flex;
|
||||
gap: 16px;
|
||||
justify-content: center;
|
||||
flex-wrap: wrap;
|
||||
}
|
||||
|
||||
.badge {
|
||||
background: rgba(255, 255, 255, 0.06);
|
||||
border: 1px solid var(--border);
|
||||
padding: 8px 20px;
|
||||
border-radius: 100px;
|
||||
font-size: 0.85rem;
|
||||
color: var(--text-muted);
|
||||
backdrop-filter: blur(10px);
|
||||
}
|
||||
|
||||
/* === Buttons === */
|
||||
.btn {
|
||||
display: inline-flex;
|
||||
align-items: center;
|
||||
justify-content: center;
|
||||
padding: 14px 32px;
|
||||
border-radius: 100px;
|
||||
font-weight: 600;
|
||||
font-size: 1rem;
|
||||
cursor: pointer;
|
||||
transition: all 0.3s ease;
|
||||
border: 2px solid transparent;
|
||||
text-decoration: none;
|
||||
}
|
||||
|
||||
.btn-primary {
|
||||
background: linear-gradient(135deg, var(--primary), var(--secondary));
|
||||
color: var(--white);
|
||||
border-color: transparent;
|
||||
box-shadow: 0 4px 20px var(--glow);
|
||||
}
|
||||
|
||||
.btn-primary:hover {
|
||||
transform: translateY(-2px);
|
||||
box-shadow: 0 8px 30px var(--glow);
|
||||
}
|
||||
|
||||
.btn-outline {
|
||||
background: transparent;
|
||||
color: var(--white);
|
||||
border-color: var(--border);
|
||||
}
|
||||
|
||||
.btn-outline:hover {
|
||||
border-color: var(--primary);
|
||||
background: rgba(99, 102, 241, 0.1);
|
||||
}
|
||||
|
||||
.btn-block {
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
/* === Section Shared === */
|
||||
.section-title {
|
||||
font-size: clamp(1.8rem, 4vw, 2.8rem);
|
||||
font-weight: 800;
|
||||
text-align: center;
|
||||
margin-bottom: 16px;
|
||||
letter-spacing: -0.02em;
|
||||
}
|
||||
|
||||
.section-subtitle {
|
||||
text-align: center;
|
||||
color: var(--text-muted);
|
||||
max-width: 560px;
|
||||
margin: 0 auto 60px;
|
||||
font-size: 1.05rem;
|
||||
}
|
||||
|
||||
/* === Features === */
|
||||
.features {
|
||||
padding: 100px 0;
|
||||
background: var(--dark);
|
||||
position: relative;
|
||||
}
|
||||
|
||||
.features::before {
|
||||
content: '';
|
||||
position: absolute;
|
||||
top: 0;
|
||||
left: 0;
|
||||
right: 0;
|
||||
height: 1px;
|
||||
background: linear-gradient(90deg, transparent, var(--border), transparent);
|
||||
}
|
||||
|
||||
.features-grid {
|
||||
display: grid;
|
||||
grid-template-columns: repeat(3, 1fr);
|
||||
gap: 24px;
|
||||
}
|
||||
|
||||
.feature-card {
|
||||
background: var(--dark-card);
|
||||
border: 1px solid var(--border);
|
||||
border-radius: var(--radius-lg);
|
||||
padding: 36px 28px;
|
||||
transition: all 0.3s ease;
|
||||
}
|
||||
|
||||
.feature-card:hover {
|
||||
border-color: rgba(99, 102, 241, 0.3);
|
||||
transform: translateY(-4px);
|
||||
box-shadow: 0 12px 40px rgba(0, 0, 0, 0.3);
|
||||
}
|
||||
|
||||
.feature-icon {
|
||||
font-size: 2.2rem;
|
||||
margin-bottom: 20px;
|
||||
display: inline-block;
|
||||
}
|
||||
|
||||
.feature-card h3 {
|
||||
font-size: 1.2rem;
|
||||
font-weight: 700;
|
||||
margin-bottom: 12px;
|
||||
color: var(--white);
|
||||
}
|
||||
|
||||
.feature-card p {
|
||||
color: var(--text-muted);
|
||||
font-size: 0.95rem;
|
||||
line-height: 1.6;
|
||||
}
|
||||
|
||||
/* === Pricing === */
|
||||
.pricing {
|
||||
padding: 100px 0;
|
||||
position: relative;
|
||||
background: linear-gradient(180deg, var(--dark) 0%, var(--dark-light) 100%);
|
||||
}
|
||||
|
||||
.pricing-grid {
|
||||
display: grid;
|
||||
grid-template-columns: repeat(5, 1fr);
|
||||
gap: 20px;
|
||||
align-items: start;
|
||||
}
|
||||
|
||||
.pricing-card {
|
||||
background: var(--dark-card);
|
||||
border: 1px solid var(--border);
|
||||
border-radius: var(--radius-lg);
|
||||
padding: 32px 24px;
|
||||
position: relative;
|
||||
transition: all 0.3s ease;
|
||||
}
|
||||
|
||||
.pricing-card:hover {
|
||||
border-color: rgba(99, 102, 241, 0.3);
|
||||
transform: translateY(-4px);
|
||||
box-shadow: 0 12px 40px rgba(0, 0, 0, 0.3);
|
||||
}
|
||||
|
||||
.pricing-card.popular {
|
||||
border-color: var(--accent);
|
||||
background: linear-gradient(180deg, rgba(245, 158, 11, 0.08) 0%, var(--dark-card) 40%);
|
||||
transform: scale(1.04);
|
||||
z-index: 1;
|
||||
}
|
||||
|
||||
.pricing-card.popular:hover {
|
||||
transform: scale(1.04) translateY(-4px);
|
||||
}
|
||||
|
||||
.popular-badge {
|
||||
position: absolute;
|
||||
top: -12px;
|
||||
left: 50%;
|
||||
transform: translateX(-50%);
|
||||
background: linear-gradient(135deg, var(--accent), var(--accent-light));
|
||||
color: var(--dark);
|
||||
font-size: 0.75rem;
|
||||
font-weight: 700;
|
||||
padding: 4px 20px;
|
||||
border-radius: 100px;
|
||||
text-transform: uppercase;
|
||||
letter-spacing: 0.05em;
|
||||
}
|
||||
|
||||
.pricing-header {
|
||||
text-align: center;
|
||||
margin-bottom: 28px;
|
||||
padding-bottom: 28px;
|
||||
border-bottom: 1px solid var(--border);
|
||||
}
|
||||
|
||||
.pricing-header h3 {
|
||||
font-size: 1.3rem;
|
||||
font-weight: 700;
|
||||
color: var(--white);
|
||||
margin-bottom: 16px;
|
||||
}
|
||||
|
||||
.pricing-amount {
|
||||
display: flex;
|
||||
align-items: baseline;
|
||||
justify-content: center;
|
||||
gap: 4px;
|
||||
margin-bottom: 8px;
|
||||
}
|
||||
|
||||
.price {
|
||||
font-size: 2.8rem;
|
||||
font-weight: 800;
|
||||
color: var(--white);
|
||||
line-height: 1;
|
||||
}
|
||||
|
||||
.period {
|
||||
font-size: 1rem;
|
||||
color: var(--text-muted);
|
||||
}
|
||||
|
||||
.pricing-storage {
|
||||
color: var(--text-muted);
|
||||
font-size: 0.9rem;
|
||||
}
|
||||
|
||||
.pricing-features {
|
||||
list-style: none;
|
||||
margin-bottom: 28px;
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
gap: 12px;
|
||||
}
|
||||
|
||||
.pricing-features li {
|
||||
font-size: 0.9rem;
|
||||
color: var(--text-muted);
|
||||
padding-left: 24px;
|
||||
position: relative;
|
||||
}
|
||||
|
||||
.pricing-features li::before {
|
||||
content: '✓';
|
||||
position: absolute;
|
||||
left: 0;
|
||||
color: var(--accent);
|
||||
font-weight: 700;
|
||||
}
|
||||
|
||||
/* === Contact === */
|
||||
.contact {
|
||||
padding: 100px 0;
|
||||
background: var(--dark);
|
||||
position: relative;
|
||||
}
|
||||
|
||||
.contact::before {
|
||||
content: '';
|
||||
position: absolute;
|
||||
top: 0;
|
||||
left: 0;
|
||||
right: 0;
|
||||
height: 1px;
|
||||
background: linear-gradient(90deg, transparent, var(--border), transparent);
|
||||
}
|
||||
|
||||
.contact-wrapper {
|
||||
display: grid;
|
||||
grid-template-columns: 1fr 1fr;
|
||||
gap: 48px;
|
||||
align-items: start;
|
||||
}
|
||||
|
||||
.contact-form {
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
gap: 20px;
|
||||
}
|
||||
|
||||
.form-group {
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
gap: 6px;
|
||||
}
|
||||
|
||||
.form-group label {
|
||||
font-size: 0.9rem;
|
||||
font-weight: 600;
|
||||
color: var(--text);
|
||||
}
|
||||
|
||||
.form-group input,
|
||||
.form-group select,
|
||||
.form-group textarea {
|
||||
background: var(--dark-card);
|
||||
border: 1px solid var(--border);
|
||||
border-radius: var(--radius);
|
||||
padding: 14px 16px;
|
||||
font-size: 1rem;
|
||||
color: var(--white);
|
||||
font-family: inherit;
|
||||
transition: border-color 0.3s;
|
||||
outline: none;
|
||||
}
|
||||
|
||||
.form-group input:focus,
|
||||
.form-group select:focus,
|
||||
.form-group textarea:focus {
|
||||
border-color: var(--primary);
|
||||
box-shadow: 0 0 0 3px var(--glow);
|
||||
}
|
||||
|
||||
.form-group input::placeholder,
|
||||
.form-group textarea::placeholder {
|
||||
color: var(--text-muted);
|
||||
}
|
||||
|
||||
.form-group select {
|
||||
cursor: pointer;
|
||||
appearance: none;
|
||||
background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 24 24' fill='none' stroke='%2394a3b8' stroke-width='2'%3E%3Cpolyline points='6,9 12,15 18,9'/%3E%3C/svg%3E");
|
||||
background-repeat: no-repeat;
|
||||
background-position: right 16px center;
|
||||
padding-right: 44px;
|
||||
}
|
||||
|
||||
.form-group select option {
|
||||
background: var(--dark-card);
|
||||
color: var(--white);
|
||||
}
|
||||
|
||||
.form-status {
|
||||
padding: 12px;
|
||||
border-radius: var(--radius);
|
||||
text-align: center;
|
||||
font-weight: 500;
|
||||
display: none;
|
||||
}
|
||||
|
||||
.form-status.success {
|
||||
display: block;
|
||||
background: rgba(34, 197, 94, 0.1);
|
||||
color: #22c55e;
|
||||
border: 1px solid rgba(34, 197, 94, 0.3);
|
||||
}
|
||||
|
||||
.form-status.error {
|
||||
display: block;
|
||||
background: rgba(239, 68, 68, 0.1);
|
||||
color: #ef4444;
|
||||
border: 1px solid rgba(239, 68, 68, 0.3);
|
||||
}
|
||||
|
||||
.contact-info {
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
gap: 24px;
|
||||
}
|
||||
|
||||
.contact-info-card {
|
||||
background: var(--dark-card);
|
||||
border: 1px solid var(--border);
|
||||
border-radius: var(--radius-lg);
|
||||
padding: 28px;
|
||||
}
|
||||
|
||||
.contact-info-card h3 {
|
||||
font-size: 1.1rem;
|
||||
font-weight: 700;
|
||||
color: var(--white);
|
||||
margin-bottom: 20px;
|
||||
}
|
||||
|
||||
.contact-item {
|
||||
display: flex;
|
||||
align-items: center;
|
||||
gap: 12px;
|
||||
margin-bottom: 12px;
|
||||
color: var(--text-muted);
|
||||
}
|
||||
|
||||
.contact-item a {
|
||||
color: var(--primary);
|
||||
transition: color 0.3s;
|
||||
}
|
||||
|
||||
.contact-item a:hover {
|
||||
color: var(--accent);
|
||||
}
|
||||
|
||||
.contact-icon {
|
||||
font-size: 1.2rem;
|
||||
}
|
||||
|
||||
.faq-item {
|
||||
margin-bottom: 16px;
|
||||
}
|
||||
|
||||
.faq-item:last-child {
|
||||
margin-bottom: 0;
|
||||
}
|
||||
|
||||
.faq-item strong {
|
||||
display: block;
|
||||
color: var(--white);
|
||||
margin-bottom: 4px;
|
||||
font-size: 0.95rem;
|
||||
}
|
||||
|
||||
.faq-item p {
|
||||
color: var(--text-muted);
|
||||
font-size: 0.9rem;
|
||||
line-height: 1.5;
|
||||
}
|
||||
|
||||
/* === Footer === */
|
||||
.footer {
|
||||
background: var(--dark-light);
|
||||
border-top: 1px solid var(--border);
|
||||
padding: 48px 0 32px;
|
||||
}
|
||||
|
||||
.footer-content {
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
align-items: center;
|
||||
gap: 24px;
|
||||
}
|
||||
|
||||
.footer-brand {
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
.footer-brand .logo-text {
|
||||
font-size: 1.3rem;
|
||||
font-weight: 700;
|
||||
}
|
||||
|
||||
.footer-brand p {
|
||||
color: var(--text-muted);
|
||||
font-size: 0.9rem;
|
||||
margin-top: 8px;
|
||||
}
|
||||
|
||||
.footer-links {
|
||||
display: flex;
|
||||
gap: 32px;
|
||||
}
|
||||
|
||||
.footer-links a {
|
||||
color: var(--text-muted);
|
||||
font-size: 0.9rem;
|
||||
transition: color 0.3s;
|
||||
}
|
||||
|
||||
.footer-links a:hover {
|
||||
color: var(--white);
|
||||
}
|
||||
|
||||
.footer-bottom {
|
||||
color: var(--text-muted);
|
||||
font-size: 0.8rem;
|
||||
padding-top: 24px;
|
||||
border-top: 1px solid var(--border);
|
||||
width: 100%;
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
/* === Responsive === */
|
||||
@media (max-width: 1024px) {
|
||||
.pricing-grid {
|
||||
grid-template-columns: repeat(3, 1fr);
|
||||
}
|
||||
|
||||
.pricing-card.popular {
|
||||
transform: scale(1.02);
|
||||
}
|
||||
|
||||
.pricing-card.popular:hover {
|
||||
transform: scale(1.02) translateY(-4px);
|
||||
}
|
||||
}
|
||||
|
||||
@media (max-width: 768px) {
|
||||
.nav-links {
|
||||
display: none;
|
||||
position: absolute;
|
||||
top: 100%;
|
||||
left: 0;
|
||||
right: 0;
|
||||
flex-direction: column;
|
||||
background: rgba(15, 23, 42, 0.98);
|
||||
backdrop-filter: blur(20px);
|
||||
padding: 24px;
|
||||
gap: 16px;
|
||||
border-bottom: 1px solid var(--border);
|
||||
}
|
||||
|
||||
.nav-links.active {
|
||||
display: flex;
|
||||
}
|
||||
|
||||
.nav-toggle {
|
||||
display: flex;
|
||||
}
|
||||
|
||||
.nav-toggle.active span:nth-child(1) {
|
||||
transform: rotate(45deg) translate(5px, 5px);
|
||||
}
|
||||
|
||||
.nav-toggle.active span:nth-child(2) {
|
||||
opacity: 0;
|
||||
}
|
||||
|
||||
.nav-toggle.active span:nth-child(3) {
|
||||
transform: rotate(-45deg) translate(5px, -5px);
|
||||
}
|
||||
|
||||
.features-grid {
|
||||
grid-template-columns: repeat(2, 1fr);
|
||||
}
|
||||
|
||||
.pricing-grid {
|
||||
grid-template-columns: 1fr;
|
||||
max-width: 400px;
|
||||
margin: 0 auto;
|
||||
}
|
||||
|
||||
.pricing-card.popular {
|
||||
transform: none;
|
||||
}
|
||||
|
||||
.pricing-card.popular:hover {
|
||||
transform: translateY(-4px);
|
||||
}
|
||||
|
||||
.contact-wrapper {
|
||||
grid-template-columns: 1fr;
|
||||
}
|
||||
|
||||
.hero {
|
||||
padding: 100px 0 60px;
|
||||
}
|
||||
}
|
||||
|
||||
@media (max-width: 480px) {
|
||||
.features-grid {
|
||||
grid-template-columns: 1fr;
|
||||
}
|
||||
|
||||
.hero-badges {
|
||||
flex-direction: column;
|
||||
align-items: center;
|
||||
}
|
||||
|
||||
.hero-buttons {
|
||||
flex-direction: column;
|
||||
align-items: center;
|
||||
}
|
||||
|
||||
.btn {
|
||||
width: 100%;
|
||||
max-width: 280px;
|
||||
}
|
||||
}
|
||||
|
||||
/* === Animations === */
|
||||
@keyframes fadeInUp {
|
||||
from {
|
||||
opacity: 0;
|
||||
transform: translateY(30px);
|
||||
}
|
||||
to {
|
||||
opacity: 1;
|
||||
transform: translateY(0);
|
||||
}
|
||||
}
|
||||
|
||||
.fade-in {
|
||||
opacity: 0;
|
||||
transform: translateY(30px);
|
||||
transition: all 0.6s cubic-bezier(0.16, 1, 0.3, 1);
|
||||
}
|
||||
|
||||
.fade-in.visible {
|
||||
opacity: 1;
|
||||
transform: translateY(0);
|
||||
}
|
||||
Reference in New Issue
Block a user