/*
Theme Name: Spacedrip Premium
Theme URI: https://spacedrip.fi
Author: Aimar Tamme
Description: Premium high-tech WordPress theme for Spacedrip Suomi
Version: 1.0
*/

body {
    margin: 0;
    font-family: 'Segoe UI', sans-serif;
    background: #0f172a;
    color: #ffffff;
}

header {
    padding: 20px 40px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: #0b1220;
}

header h1 {
    margin: 0;
    font-size: 20px;
    letter-spacing: 1px;
}

.hero {
    padding: 120px 20px;
    text-align: center;
    background: linear-gradient(135deg, #0f172a 0%, #1e293b 100%);
}

.hero h2 {
    font-size: 48px;
    margin-bottom: 20px;
}

.hero p {
    font-size: 20px;
    max-width: 800px;
    margin: auto;
    opacity: 0.8;
}

.btn {
    display: inline-block;
    margin-top: 30px;
    padding: 14px 32px;
    background: #00f0ff;
    color: #000;
    font-weight: bold;
    text-decoration: none;
    border-radius: 30px;
}

.section {
    padding: 80px 20px;
    text-align: center;
}

.features {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 40px;
}

.feature-box {
    background: #1e293b;
    padding: 30px;
    border-radius: 20px;
    width: 280px;
}

footer {
    padding: 40px 20px;
    background: #0b1220;
    text-align: center;
    font-size: 14px;
    opacity: 0.7;
}
