/* Custom Styles for AppMakers.me */

body {
    font-family: Arial, sans-serif;
    line-height: 1.6;
}

/* Canvas full-screen */
#neuralCanvas {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    z-index: 0;
}

/* Content above canvas */
.content {
    position: relative;
    z-index: 1;
}

header {
    background: rgba(248,249,250,0.85);
    color: #333;
}

header .btn-primary {
    background-color: #007bff;
    border-color: #007bff;
}

section {
    padding: 60px 0;
}

section#features .fa {
    color: #007bff;
}

footer {
    background: rgba(52,58,64,0.9);
    color: #fff;
}

/* Make light sections slightly transparent so canvas shows through */
.bg-light {
    background-color: rgba(248,249,250,0.85) !important;
}