/*
Theme Name: A1 Apps
Theme URI: https://example.com
Author: A1 Apps
Description: Custom lightweight theme for A1 Apps website and store.
Version: 1.0
License: GPLv2 or later
Text Domain: a1apps
*/

body {
    margin:0;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
    background:#0b0d12;
    color:#eef1ff;
}

a { color:#7aa7ff; text-decoration:none; }
a:hover { text-decoration:underline; }

header {
    background:#121625;
    padding:20px;
}

.container {
    max-width:1100px;
    margin:0 auto;
    padding:20px;
}

nav a {
    margin-right:15px;
    color:#eef1ff;
}

.hero {
    padding:60px 20px;
    background:linear-gradient(180deg,#121625,#0b0d12);
}

.card {
    background:#121625;
    border-radius:12px;
    padding:20px;
    margin-bottom:20px;
}

footer {
    border-top:1px solid #232a44;
    padding:30px 20px;
    margin-top:40px;
    color:#a9b0d0;
}

.button {
    display:inline-block;
    padding:12px 18px;
    background:#7aa7ff;
    color:black;
    border-radius:8px;
    font-weight:600;
}