.cloud-theme {
    --primary-color: #4B9FE1;
    --secondary-color: #6BB5F0;
    --text-color: #e8e0d4;
    --background-color: #0a0a0f;
    --accent-color: #1B3F5E;
    --hieroglyph-color: #2C5B84;
}

.cloud-theme .feature-card i {
    background: linear-gradient(45deg, var(--primary-color), var(--secondary-color));
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
}

.cloud-theme .particles {
    background: linear-gradient(45deg,
        rgba(44, 91, 132, 0.05),
        rgba(75, 159, 225, 0.05)
    );
}
